/* Font Including */
/***************** MioSalon Main CSS ******************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/* @font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNovaBold.otf');
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: local('ProximaNovaRegular'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'proximanovalight';
    src: url('../fonts/proximanovalight.eot');
    src: local('proximanovalight'), url('../fonts/proximanovalight.woff') format('woff'), url('../fonts/proximanovalight.ttf') format('truetype');
} */
/* Fira sans */
/* @font-face {
    font-family: 'Fira Sans', sans-serif;
    src: url('../fonts/fira-sans/fira-sans.regular.ttf');
    src: local('Fira Sans', sans-serif), url('../fonts/fira-sans/fira-sans.regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Fira Sans', sans-serif;
    src: url('../fonts/fira-sans/fira-sans.medium.ttf');
    src: local('Fira Sans', sans-serif), url('../fonts/fira-sans/fira-sans.medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Fira Sans', sans-serif;
    src: url('../fonts/fira-sans/fira-sans.semibold.ttf');
    src: local('Fira Sans', sans-serif), url('../fonts/fira-sans/fira-sans.semibold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Fira Sans Book';
    src: url('../fonts/fira-sans/fira-sans.book.ttf');
    src: local('Fira Sans Book'), url('../fonts/fira-sans/fira-sans.book.ttf') format('truetype');
    font-weight: 400;
} */
/* End Fira sans */
/* Poppins */
/* @font-face {
    font-family: 'Fira Sans', sans-serif;
    src: url('../fonts/fira-sans/fira-sans.semibold.ttf');
    src: local('Fira Sans', sans-serif), url('../fonts/fira-sans/fira-sans.semibold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
    src: local('Poppins-SemiBold'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
} */
/* End Poppins */
@font-face {
    font-family: 'SF Pro Text', sans-serif;
    src: url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Regular.otf');
    src: local('SF Pro Text', sans-serif), url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Regular.otf') format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: 'SF Pro Text', sans-serif;
    src: url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Medium.otf');
    src: local('SF Pro Text', sans-serif), url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Medium.otf') format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: 'SF Pro Text', sans-serif;
    src: url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Semibold.otf');
    src: local('SF Pro Text', sans-serif), url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Semibold.otf') format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: 'SF Pro Text', sans-serif;
    src: url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Bold.otf');
    src: local('SF Pro Text', sans-serif), url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Bold.otf') format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: 'SF Pro Text', sans-serif;
    src: url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Black.otf');
    src: local('SF Pro Text', sans-serif), url('https://www.welns.io/css/newbooking/fonts/SF-Pro-Text/SF-Pro-Text-Black.otf') format("opentype");
    font-weight: 800;
}
/*SF Pro Text*/

/*SF Pro Text*/
/* End Font Including */
/* RESET CSS */

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;
}
html {
    scroll-behavior: smooth;
}
body {
    /* font-family: 'ProximaNovaRegular' !important; */
    /* font-family: 'Fira Sans Book' !important; */
    font-family: 'SF Pro Text', sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    line-height: 24px !important;
    color: #282A31 !important;
    letter-spacing: -0.41px;
}
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;
}
/* End RESET CSS */

/***************** Helper Class ***********************/

/* Margin */

/* margin top and bottom */
.m-tb-10 {margin-top: 10px;margin-bottom: 10px;}
.m-tb-15 {margin-top: 15px;margin-bottom: 15px;}
.m-tb-20 {margin-top: 20px;margin-bottom: 20px;}
.m-tb-25 {margin-top: 25px;margin-bottom: 25px;}
.m-tb-30 {margin-top: 30px;margin-bottom: 30px;}
/* End margin top and bottom */

/* margin left and right */
.m-lr-10 {margin-left: 10px;margin-right: 10px;}
.m-lr-15 {margin-left: 15px;margin-right: 15px;}
.m-lr-20 {margin-left: 20px;margin-right: 20px;}
.m-lr-25 {margin-left: 25px;margin-right: 25px;}
.m-lr-30 {margin-left: 30px;margin-right: 30px;}
/* End margin left and right */

/* Margin top */
.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
/* End Margin top */

/* Margin bottom */
.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
/* End Margin bottom */

/* Margin left */
.m-l-5 {margin-left: 5px;}
.m-l-10 {margin-left: 10px;}
.m-l-15 {margin-left: 15px;}
.m-l-20 {margin-left: 20px;}
.m-l-25 {margin-left: 25px;}
.m-l-30 {margin-left: 30px;}
/* End Margin left */

/* Margin Right */
.m-r-5 {margin-right: 5px;}
.m-r-10 {margin-right: 10px;}
.m-r-15 {margin-right: 15px;}
.m-r-20 {margin-right: 20px;}
.m-r-25 {margin-right: 25px;}
.m-r-30 {margin-right: 30px;}
/* End Margin Right */

/* End Margin */

/* padding */

/* padding top and bottom */
.p-tb-10 {padding-top: 10px;padding-bottom: 10px;}
.p-tb-15 {padding-top: 15px;padding-bottom: 15px;}
.p-tb-20 {padding-top: 20px;padding-bottom: 20px;}
.p-tb-25 {padding-top: 25px;padding-bottom: 25px;}
.p-tb-30 {padding-top: 30px;padding-bottom: 30px;}
/* End padding top and bottom */

/* padding left and right */
.p-lr-10 {padding-left: 10px;padding-right: 10px;}
.p-lr-15 {padding-left: 15px;padding-right: 15px;}
.p-lr-20 {padding-left: 20px;padding-right: 20px;}
.p-lr-25 {padding-left: 25px;padding-right: 25px;}
.p-lr-30 {padding-left: 30px;padding-right: 30px;}
/* End padding left and right */

/* padding top */
.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
/* End padding top */

/* padding bottom */
.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
/* End padding bottom */

/* padding left */
.p-l-5 {padding-left: 5px;}
.p-l-10 {padding-left: 10px;}
.p-l-15 {padding-left: 15px;}
.p-l-20 {padding-left: 20px;}
.p-l-25 {padding-left: 25px;}
.p-l-30 {padding-left: 30px;}
/* End padding left */

/* padding Right */
.p-r-5 {padding-right: 5px;}
.p-r-10 {padding-right: 10px;}
.p-r-15 {padding-right: 15px;}
.p-r-20 {padding-right: 20px;}
.p-r-25 {padding-right: 25px;}
.p-r-30 {padding-right: 30px;}
/* End padding Right */

/* End padding */

/* Border Styles */
.b-t { border-top: 1px solid #e9e9eb;}
.b-b { border-bottom: 1px solid #e9e9eb;}
.b-none {border: none;}
.no-radius {border-radius: 0;}
.blr-none {border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
.brr-none {border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
/* End Border Styles */

/* Background color */
.bg-darkmb {background-color: #061126 !important;}
.bg-blue-dark {background: #3F229E;}
.bg-blue-light {background: #3970D4;}
.bg-gray-light {background: #F2F5F7;}
.bg-gray-light2 {background: #E3E3E3;}
.bg-red-light {background: #FF5252;}
.bg-black {background: #141414;}
.bg-gray {background: #6A6A6A;}
.bg-white {background: #ffffff;}
.bg-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f229e+0,3970d4+100 */
    background: #3f229e; /* Old browsers */
    background: -moz-linear-gradient(left, #3f229e 0%, #3970d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f229e 0%,#3970d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f229e 0%,#3970d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f229e', endColorstr='#3970d4',GradientType=1 ); /* IE6-9 */
}
/* End Background color */

/* Text color */
.text-orange {color: #E96125;}
.text-blue-dark {color: #3F229E;}
.text-blue-light {color: #3970D4;}
.text-gray-light {color: #F2F5F7;}
.text-gray-light2 {color: #E3E3E3;}
.text-red-light {color: #FF5252;}
.text-lt-blue {color: #23B2AF;}
.text-black {color: #141414;}
.text-dark {color: #000000;}
.text-gray {color: #6A6A6A;}
.text-white {color: #ffffff;}
/* End Text color */

/* Utility styles */
.full-width {width: 100% !important;}
.caps {text-transform: uppercase;}
.text-underline {text-decoration: underline;}
.text-d-none {text-decoration: none !important;}
.f-bold {font-weight: 600 !important;}
.ft-bolder { font-weight: 800 !important;}
.ft-bold { font-weight: 700 !important;}
.ft-semi-bold {font-weight: 600 !important;}
.ft-med-bold {font-weight: 500 !important;}
/* .ft-bold {font-family: 'Proxima Nova Bold';} */
/* .ft-bold {font-family: 'Poppins', sans-serif !important; font-weight: 600 !important; letter-spacing: 0.3px;}
.ft-bold-pop {font-family: 'Fira Sans', sans-serif !important; font-weight: 600 !important;} */
.ft-15 {font-size: 0.9375rem;}
.ft-16 {font-size: 1rem;}
.ft-18 {font-size: 1.125rem;}
.ft-20 {font-size: 1.25rem;}
.ft-22 {font-size: 1.375rem;}
.ft-24 {font-size: 1.5rem;}
.ft-26 {font-size: 1.625rem;}
.ft-28 {font-size: 1.75rem;}
.ft-30 {font-size: 1.875rem;}
.ft-32 {font-size: 2rem;}
.ft-34 {font-size: 2.125rem;}
.ft-36 {font-size: 2.25rem;}
.ft-38 {font-size: 2.375rem;}
.ft-40 {font-size: 2.5rem;}
.btn-ft-16 {font-size: 1rem !important;}


h1 {font-size: 2.25rem !important;}

h3 {font-weight: 500 !important;}
h4,h5,h6 {font-weight: 400 !important;}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    word-wrap: normal!important;
    border: 0;
}


/* Utility styles */

/* Placehoder styles */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a9a9;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder, input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
  color: #a9a9a9;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
  color: #a9a9a9;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder, input[type="password"]:-moz-placeholder  {
    /* Firefox 18- */
  color: #a9a9a9;
}
/* End placeholder styles */

/* Display */
.dis-lg-none {
    display: none !important;
}
.dis-lg-blk {
    display: block !important;
}

/* button */
.btn-mp-lg {
    padding: 12px 15px;
}
.btn-mp {
    background: #009cb3;
    color: #fff;
    border-radius: 8px;
    padding: 13px 40px;
}
.btn-mp:hover,
.btn-mp:focus {
    background: #04aec7;
    color: #fff;
}
.btn-mp-outline {
    border: 1px solid #23B2AF;
    color: #23B2AF;
    background-color: #fff;
    border-radius: 8px;
    padding: 13px 40px;
    cursor: pointer;
}
.btn-mp-outline:hover, .btn-mp-outline:focus {
    color: #fff;
    background-color: #23B2AF;
}
.btn {
    cursor: pointer;
}
.baa {
    color: #009cb3;
}
.btn-neg {
    background: #809497;
    color: #fff;
}

.btn-neg:hover,
.btn-neg:focus {
    background: #95aeb2;
    color: #fff;
}
.btn-mb {
    background: rgba(233, 97, 37, 0.9);
    color: #fff;
    height: 50px;
    padding: 12px 24px;
}
.btn-mb:hover,
.btn-mb:focus {
    background: rgba(233, 97, 37, 1);
    color: #fff;
}
.btn-mb-default {
    border: 1px solid #ccc;
    color: #888;
}
.btn-mb-default:hover, .btn-mb-default:focus {
    border: 1px solid #aaa;
    color: #666;
}
/* End button */
/* Tick Icon */
.tick-icon {
    position: relative;
}

.tick-icon::before {
    position: absolute;
    content: "\2714";
    color: #FF5252;
}
/* End Tick Icon */
.pointer {
    cursor: pointer;
}
/* list icon */
.list-icon {
    position: relative;
}
.list-icon::before {
    position: absolute;
    content: "\2726";
    color: #FF5252;
    left: 0;
}
/* End list icon */

/* Transition */
button, a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/* End Transition */

/* wrap section */

.wrap-section-lg {
    padding: 4.5rem 0;
}

/* End wrap section */
/* font awesome */
.icon::before {
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Pro";
}
.down-arrow::before {
    content: "\f078";
}
.shopping-cart::before {
    content: "\f07a";
}
.user::before {
    content: "\f007";
}
.support::before {
    content: "\f1cd";
}
.offer::before {
    content: "\f541";
}
.search-location::before {
    content: "\f002";
}
.home::before {
    content: "\f015";
}
/* End Font Awesome */
/* Modal*/
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog,
	.modal.bottom .modal-dialog {
		position: fixed;
		margin: auto;
		width: 477px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content,
	.modal.bottom .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body,
	.modal.bottom .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -477px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.show .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -477px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.show .modal-dialog {
		right: 0;
	}
	
/*Bottom*/
	.modal.bottom.fade .modal-dialog {
		bottom: -477px;
		-webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
		        transition: opacity 0.3s linear, bottom 0.3s ease-out;
	}
	
	.modal.bottom.fade.show .modal-dialog {
		bottom: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
        border-bottom-color: rgba(40, 42, 49, .1);
        background-color: #fff;
	}
/* End Modal Example */
/* Full Width Modal */
/* Fixed Modals */
.modal {
    z-index: 999999;
}
.fixed-modal .modal-dialog {
	width: 100%;
	margin: 0 !important;
	height: 100%;
    position: fixed;
    max-width: 100%;
}
.fixed-modal .modal-content {
	border-radius: 0;
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
}
.fixed-modal .modal-body {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
    background: #ffffff;
    padding: 80px 15px 0;
}
.sm-fixed-modal {
    z-index: 99999;
}
.sm-fixed-modal .modal-body {
    top: 58px;
    bottom: 130px;
    overflow: auto;
    background: #fff;
}
.sm-fixed-modal .modal-body {
    padding: 0px 15px 15px !important;
}
.sm-fixed-modal .modal-footer {
    bottom: 0;
    height: 135px;
    background: #fff;
    position: absolute;
    width: 100%;
    display: block;
    /*box-shadow: 0px -2px 2px rgb(0 0 0 / 5%);*/
    border-top: 1px solid rgb(40 42 49 / 6%);
    z-index: 9;
}
/* End Full Width Modal */

/* Fixed Modal For Choose Branch FW */
.modal.left-lg .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left-lg .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left-lg .modal-body {
    padding: 15px 15px 15px;
}

/*Left*/
.modal.left-lg.fade .modal-dialog{
    left: -600px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left-lg.fade.show .modal-dialog{
    left: 0;
}
.modal.left-lg .modal-content {
    border-radius: 0;
    border: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal.left-lg .modal-body {
    position: absolute;
    width: 100%;
    top: 58px;
    bottom: 15px;
    left: 0;
    right: 0;
    overflow: auto;
    background: #ffffff;
}
/* End Fixed Modal For Choose branch FW */
/* Fixed Scroll Modal */
.have-fixed-scroll .modal-body {
    height: 250px;
    overflow-y: auto;
}
/* End Fixed Scroll Modal */
.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(40, 42, 49, .1) !important;
    color: #282A31;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'SF Pro Text', sans-serif !important;
}
/* Floating Form Group */
.form-label-group {
  position: relative;
  margin-bottom: 1.75rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.75rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: rgba(40, 42, 49, .60);
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.form-label-group>input, .form-label-group>label {
    padding: 1rem;
}

.input-group label {
    padding: 1rem 0;
}

.input-group label {
    position: absolute;
    top: 0;
    left: 36px;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: rgba(40, 42, 49, .6);
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    z-index: 9;
}
#mobile_number {
    height: 55px;
    line-height: 14px !important;
    padding-top: 20px;
}
.mobile .input-group label {
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    font-size: 13px;
}
.dobWrap label {
    left: 0;
}
#dob-date {
    padding-left: 0;
}
.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  	padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: rgba(40,42,49,.6);
    left: 0;
}

.form-label-group.select > label {
    font-size: 12px;
    background: #fff;
    line-height: 1px;
    padding: 0;
    height: auto;
    left: 17px;
    top: 15px;
    width: auto;
}
.form-label-group.select select {
    height: 55px !important;
    padding-top: 23px;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
/* Text area floating label */
.is-floating-label {
    position: relative;
    margin-bottom: 1.75rem;
    border: 1px solid transparent;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom: none;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.is-focused textarea.form-control {
    padding-top: 0px;
    padding-left: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
}
.is-floating-label .form-control {
    height: auto;
    border-bottom: 1px solid rgba(40, 42, 49, .1) !important;
    margin: 30px 0 0 0;
    background: #fff !important;
    padding-left: 30px;
}
    
.is-floating-label label {
    pointer-events: none;
    position: absolute;
    transform: translate3d(0px, 5px, 0) scale(1);
    padding-left: 0;
    font-size: 13px;
    transform-origin: left top;
    transition: 100ms;
}
.is-floating-label.is-focused label {
    transform: translate3d(0px, 5px, 0) scale(1);
    padding-left: 12px;
    color: rgba(40,42,49,.3);
    font-size: 12px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
textarea {
    background: #fff !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group-prepend {
    border-bottom: 1px solid rgba(40, 42, 49, .1) !important;
}
.input-group-append {
    border-bottom: 1px solid rgba(40, 42, 49, .1) !important;
}
.input-group-append .fa-calendar-alt {
    font-size: 25px;
    position: relative;
    right: 3px;
    z-index: 2;
    top: 12px;
    color: #6F81A1;
}
.input-group-prepend .input-group-text {
    top: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
/* End Text area floating label */
/* End Floating Form Group */
.req {
    font-size: 18px;
    line-height: 1px;
    color: #de8181;
}
.error-msg p {
	color: #f00;
}

/***************** End Helper Class *******************/

/***************** Custom styles **********************/

/* Search Location */
.enter-location .form-group {
    position: relative;
}
.enter-location,
.get-location {
    padding: 0 40px 0 75px;
}
.enter-location input {
    height: 50px;
    padding: 0 20px;
}
.gli-blk {
    display: table;
    table-layout: fixed;
    padding: 22px 24px;
}
.target {
    text-align: left;
    font-size: 18px;
    width: 32px;
    padding-top: 0;
    padding-left: 1px;
    color: #535665;
}
.target,
.gl-desc {
    display: table-cell;
}
.gl-desc {
    vertical-align: middle;
}
.use-gps {
    font-size: 13px;
    color: #93959f;
    line-height: 1.3;
    padding-top: 5px;
}
.gcl {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
}
.gcl:hover {
    color: #009cb3;
}
.get-location-inner {
    border: 1px solid #ced4da;
    border-radius: 3px;
    cursor: pointer;
}
.en-close {
    padding: 30px 50px 5px 85px;
}
.en-close .close {
    float: left;
    font-size: 2.3rem;
    color: #3d4152;
}
.en-loc-cancel {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 14px;
    margin-right: 18px;
    font-weight: 500;
    color: #009cb3;
    cursor: pointer;
}

/* End Search Location */
/* login & Register */
.gi-close {
    padding: 15px 85px 0px 42px;
}
.gi-close .close {
    float: left;
    font-size: 1.75rem;
    color: #3d4152;
}
.login-blk,
.register-blk {
    padding-left: 30px;
    padding-right: 35px;
}
.modal-title {
    font-size: 18px;
    font-weight: 600;
}
.c-account {
    color: #6F81A1;
    cursor: default;
}
.c-account:hover,
.c-account:focus {
    /* color: #04aec7; */
    text-decoration: none;
}
.or {
    position: relative;
    font-size: 13px;
    color: #6F81A1;
    font-weight: 500;
}
/* .or::after {
    content: "";
    background: #343434;
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -15px;
} */
.login-form, .register-form {
    margin: 20px 0 0 0;
}
.login-form input, .register-form input, .address-form input {
    height: 55px;
}
.form-label-group>label {
    padding: 1rem 0;
}
.form-label-group>input {
    padding: 1rem 0 1rem 26px;
}
.login-form button, .register-form button, .address-form button {
    /* height: 50px;
    letter-spacing: 1px; */
}
.fg-pass, .sh-pass {
    position: absolute;
    right: 15px;
    bottom: 16px;
    font-weight: 500;
    color: #009cb3;
    cursor: pointer;
}
.fg-pass:hover, .sh-pass:hover {
    color: #04aec7;
}
.register-blk,
.ref-code {
    display: none;
}
.t_c {
    font-size: 12px;
    color: #7e808c;
    margin-top: 6px;
    font-weight: 500;
}
.hv-ref-code {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #009cb3;
    margin: 0 0 15px 0px;
    cursor: pointer;
    display: inline-block;
}
.hv-ref-code:hover,
.t_c a:hover {
    color: #04aec7;
    text-decoration: none;
}
#GetIn .modal-body {
    padding-top: 5px;
}
.t_c a {
    color: #009cb3;
}
/* End login & register */
/* Banner Section */
.store_icon {
    font-size: 45px;
}
.offer-banner {
    padding: 40px 0;
    margin: 80px 0 0 0;
    background: #e9e9e9;
}
.offer-banner .item img {
    height: 200px;
}
.offer-banner .item a {
    position: relative;
    display: block;
}
.offer-banner .item a::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 200px;
    top: 0;
    z-index: 1;
}
.offer-banner .item {
    position: relative;
}
.offer-banner .salon-off-des {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    z-index: 2;
}
.salon-off-des h3 {
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1.7rem;
}
button:focus,
button:active {
    outline: none;
}
/* End Banner Section */
/* owl nav */
.owl-prev span, .owl-next span {
	color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}
.full-search-block, .search-sugg-blk, .rec-search-blk {
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.search-sugg-blk {
    margin: 20px auto 0;
}
.full-search-box {
    position: relative;
    border: 1px solid #ced4da;
}
.fsb-input {
    border: 0;
    font-size: 24px;
    color: #495057;
    font-weight: 500;
    padding: 20px 60px 20px 70px;
    margin: 0;
    width: 100%;
    outline: none;
    height: 68px;
    line-height: 1.3em;
    text-transform: capitalize;
}
.full-search-box .fa-search {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    color: #495057;
    font-size: 18px;
}
.fsb-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -90px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cross {
    font-size: 40px;
    text-align: center;
    font-weight: 100;
}
.esc {
    font-size: 14px;
}
.rec-search-blk a {
    padding: 1rem;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-radius: 30px;
    font-weight: 500;
    line-height: .6;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 18px;
    height: 40px;
    border: 1px solid hsla(0, 0%, 62%, .45);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.rec-search-blk a:hover {
    color: #E96125;
    border: 1px solid #E96125;
    text-decoration: none;
}
.rec-search-blk h2 {
    font-size: 1.4rem;
    margin: 30px 0;
    color: #E96125;
}
.rec-search-blk .active {
    background: rgba(233, 97, 37, 0.9);
    color: #fff;
}
.rec-search-blk .active:hover {
    background: rgba(233, 97, 37, 1);
    color: #fff;
}

.sugg-txt-blk {
    text-transform: uppercase;
    color: #7e808c;
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 500;
}
.sugg-txt {
    color: #282c3f;
}
.st-item-blk {
    padding: 20px 20px;
    border: 1px solid #fff;
    contain: content;
    display: block;
}
.st-item-blk:hover {
    border-color: #d3d5df;
    box-shadow: 0 4px 7px 0 rgba(218, 220, 230, .6);
}
.st-item>a:hover {
    text-decoration: none;
}
.st-item-img {
    width: 100%;
    height: 160px;
}
.st-item-img img {
    width: 100%;
    height: 100%;
}
.st-item-salon-name {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
    color: #282c3f;
}
.st-item-loc-gen {
    color: #a9a9a9;
    font-size: 13px;
}
.st-item-sd-text {
    color: #43536D;
    margin: 0px 0 8px;
    display: inline-block;
}
.st-item-label {
    margin: 0px 0 8px;
    display: inline-block;
    color: #14919B;
}
.st-item-store-det {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 10px;
}
.st-item-view-services a {
    margin: 8px 0 0 0;
    display: inline-block;
    color: #14919B;
}
.st-item-blk a:hover {
    text-decoration: none;
}
.st-item-view-services .fa-angle-right {
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.st-item-label .fa-clock {
    font-size: 12px;
    margin-right: 3px;
}
/* Home Top Listing */
#open_filter {
    margin: 40px 0 40px 0;
    padding: 0 100px 0 25px;
}
.open-filter {
    position: relative;
    float: left;
    width: 100%;
}
.mp-title-blk {
    flex: 0 0 100%;
}
.open-filter .mp-title {
    padding: 0 30px;
    margin: 0 0 30px 0;
    color: #282A31;
}
.open-filter .asi-title, .asi-title {
    padding: 0;
    margin: 0 0 30px 0;
    color: #282A31;
    font-size: 17px;
}
.open-filter .cart-title {
    padding: 0;
    margin: 0;
    color: #282A31;
    font-size: 20px;
}
.mp-title {
    font-size: 18px;
}

.side-sticky-menu {
    /* box-shadow: 0 2px 4px 0 rgba(48, 56, 97, .2); */
    /* padding-top: 42px; */
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    margin-bottom: 118px;
    /* height: calc(100vh - 125px);
    max-height: calc(100vh - 125px);
    margin-bottom: 125px; */
    /* overflow: hidden; */
    /* overflow-y: auto; */
    contain: strict;
}
/* .side-sticky-menu:after {
    content: " ";
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #e9e9eb;
} */
.service-lists {
    overflow-y: auto;
    height: calc(100% - 55px);
    border-right: 1px solid #e9e9eb;
    margin: 0;
}
.service-lists::-webkit-scrollbar { width: 0 !important }
.service-lists { overflow: -moz-scrollbars-none; scrollbar-width: none;}
.service-lists { -ms-overflow-style: none; }

/* .side-sticky-menu li {
    padding: 0 20px;
} */
.side-sticky-menu li a {
    font-size: 14px;
    color: #282A31;
    /* height: 60px; */
    height: auto;
    display: flex;
    padding: 5px 12px 5px 12px;
    justify-content: center;
    flex-direction: column;
    /* font-weight: 600; */
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: none;
    position: relative;
    border-style: solid;
    border-right-width: 3px;
    border-color: transparent;
    word-break: break-word;
}
.ssm-blk p::first-letter {
    text-transform: capitalize;
}
.side-sticky-menu li a:hover, .side-sticky-menu li a:focus {
    text-decoration: none;
}
.side-sticky-menu li a.active {
    border-style: solid;
    border-right-width: 3px;
    border-color: #009cb3;
    color: #009cb3;
    font-weight: 600;
    background-color: #fafbfd;
}
.mb-menu li a.active {
    border-color: #E96125;
    color: #E96125;
    /* font-family: 'Proxima Nova Bold'; */
    font-weight: 700;
}
/* .side-sticky-menu li a.active::after {
    content: "";
    border-right: 3px solid #009cb3;
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
} */
.side-sticky-menu li a span {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.side-sticky-menu li a span img {
    width: 100%;
}
.ssm-blk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.yes-active {
    display: none;
}
.active .ssm-blk .no-active {
    display: none;
}
.active .ssm-blk .yes-active {
    display: block;
}
/* End Home Top Listing */
/* Detail Page */
/* .store-banner {
    padding: 15px 0;
    background: #e9e9e9;
} */
.store-banner {
    padding: 15px 0;
    background: #e9e9e9;
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 99;
}
.mb-banner {
    padding: 12px 0;
}
.sm_st_banner {
    /* position: fixed; */
    display: none;
    padding: 15px 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
}
.in_st_details .mp-title {
    font-size: 20px !important;
    text-overflow: ellipsis;
    width: 550px;
    overflow: hidden;
    margin: 0 0 5px 0;
    white-space: nowrap;
}
.client-logo {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 15px;
}
.client-logo img {
    /* width: 60px; */
    height: 100%;
    object-fit: cover;
}
.client-logo .fa-store {
    font-size: 40px;
}
.short_addr {
    color: #999999;
    margin: 4px 0 0px 0;
}
.st_label {
    color: #809497;
    font-weight: 600;
}
.in_st_con a:hover, .change-branch a:hover{
    color: #009cb3;
    text-decoration: none;
}
.change-branch .fas.fa-pencil-alt {
    font-size: 10px;
    margin: 0 0 0 10px;
}
.add_ser_item_blk {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(40, 42, 49, .1);
    padding: 0 0 10px 0;
}
.asi_sep .fa-circle {
    font-size: 4px;
    margin: 0 4px;
    position: relative;
    top: -3px;
    color: #cfcfcf;
}
.asi_w_price {
    text-decoration: line-through;
    font-size: 11px;
    color: #7e808c;
}
.asi_w_price .fas {
    font-size: 9px;
}
.minus {
    position: absolute;
    left: 0;
    font-size: 13px;
    padding: 0 5px;
}
.plus {
    position: absolute;
    right: 0;
    font-size: 13px;
    padding: 0 5px;
}
.add_item_value {
    position: relative;
}
.asi_add {
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #d4d5d9;
    color: #009cb3;
    font-size: .8rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    top: -3px;
    padding: 0;
}
.asi_add:hover,
.day_date_blk:hover,
.time_text_blk:hover {
    position: relative;
}
.asi_dur, .asi_qty {
    color: #6F81A1;
    font-size: 13px;
}
.asi_offer {
    background: #da4a91;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 25px 2px 6px;
    border-radius: 0;
    position: relative;
    margin: 5px 0 0 5px;
    display: inline-block;
}
.asi_offer::after {
    right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
.cart_default::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0;
    background-image: -webkit-linear-gradient(45deg, transparent 33.333%, #f7f7f7 0, #f7f7f7 66.667%, transparent 0), linear-gradient(-45deg,transparent 33.333%,#f7f7f7 0,#f7f7f7 66.667%,transparent 0);
    background-image: linear-gradient(45deg,transparent 33.333%,#f7f7f7 0,#f7f7f7 66.667%,transparent 0),linear-gradient(-45deg,transparent 33.333%,#f7f7f7 0,#f7f7f7 66.667%,transparent 0);
    background-size: 20px 40px;
    background-position: 50% -30px;
    background-repeat: repeat-x;
    z-index: 1;
}
.cart_default {
    border: 1px solid #e9e9eb;
    padding: 15px;
    text-align: center;
    position: relative;
}
.cart_default p {
    color: #6F81A1;
}
.cart_default .fa-spa, .cart_default .fa-gifts {
    font-size: 50px;
    margin: 25px 0 25px 0;
    color: #6F81A1;
}
.cart_item_from, .cart_item_count {
    font-size: 16px;
    font-weight: 600;
}
.cart_item_from span, .cart_item_count span {
    color: #009cb3;
}
.cart_item_date, .cart_item_time {
    font-size: 15px;
    font-weight: 400;
}
.cart_item_date span,
.cart_item_time span {
    color: #009cb3;
    float: right;
}
.cart_summary .add_item_cart {
    width: 100%;
    overflow-y: auto;
    max-height: 220px;
    min-height: auto;
    height: 100%;
}
.item_scroll_blk {
    position: relative;
}
.side-sticky-menu .do_scroll_top {
    top: 36px;
}
.do_scroll_top {
    position: absolute;
    top: -2px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(40,44,63,.1);
    height: 2px;
}
.do_scroll_down {
    position: absolute;
    width: 100%;
    bottom: -2px;
    box-shadow: 0 -2px 5px 0 rgba(40,44,63,.1);
    height: 2px;
}
.aic_row .fa-spa {
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-right: 1px;
}
.asi_c_price .fas, .cart_i_pri .fas {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.cart_items {
    width: 185px;
}
.aic_row {
    display: flex;
}
.aic_cell {
    /*display: table-cell;*/
    padding: 10px 0;
}
.cart_i_pri {
    width: 30%;
    text-align: right;
    padding-right: 6px;
    padding-left: 6px;
}
.cart_icon {
    width: 15px;
}
.cart_items {
    width: 64%;
    padding-left: 1px;
    word-break: break-word;
}
.cart_item_tot {
    width: 70%;
}
.cart_dur {
    color: #7e808c;
    font-size: 12px;
    line-height: 12px;
}
.cart_icon .fa-times {
    color: #bcccdc;
    font-size: 10px;
    padding-right: 3px;
}
.item_cart_blk button {
    height: 52px;
    padding: 14px 25px;
}
.aic_st_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 14px;
}
.aic_st_cell b {
    font-size: 19px;
}
.sub_tot_prc {
    font-size: 18px;
}
.sub_tot_prc .fas {
    font-size: 16px;
}
.item_cart_blk {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
    top: 40px;
}
.go-back .fa-arrow-left {
    float: left;
    position: relative;
    top: 3px;
}
.ani_r_arrow {
    position: relative;
}
.ani_r_arrow::after {
    position: absolute;
    font-family: "Font Awesome\ 5 Pro";
    text-rendering: auto;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    content: "\f054";
    z-index: 999;
    color: #fff;
    right: 10px;
    top: -2px;
    line-height: 50px;
    animation: slide1 1s ease-in-out infinite;
    margin-left: 3px;
}
/* animation */
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(3px, 0);
  }
}
/* End animation */

/* Select Date & Time */
/* modern radio */
.md-check-blk{
    list-style: none;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.md-check-blk li {
    display: inline-block;
    position: relative;
    width: 30%;
}

.md-check-blk li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.md-check-blk li label {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px 8px 30px;
    margin: 0px auto;
    z-index: 8;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: lowercase;
}
.md-check-blk li label:first-letter {
    text-transform: uppercase;
}

.md-check-blk li .check{
    display: block;
    position: absolute;
    border: 2px solid #23B2AF;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 10px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.md-check-blk li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: -1px;
    left: -1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.md-check-blk input[type=radio]:checked ~ .check {
    border: 2px solid #23B2AF;
}

.md-check-blk input[type=radio]:checked ~ .check::before{
    background: #23B2AF;
}

.md-check-blk input[type=radio]:checked ~ label{
    color: #264357;
}
/* Choose Branch Checkbox */
.choose_br_blk .md-check-blk li {
    display: block;
    width: 100%;
}
.choose_br_blk .md-check-blk {
    padding: 0;
}

/* End Choose Branch Checkbox */
/* end modern radio */
.day_date_blk {
    border: 1px solid #d4d5d9;
    padding: 0 10px;
    cursor: pointer;
}
.owl-carousel-date .owl-prev span,
.owl-carousel-date .owl-next span {
    color: #bcccdc;
    font-size: 18px;
}
.owl-carousel-date .owl-prev span:hover,
.owl-carousel-date .owl-next span:hover {
    color: #04aec7;
}
.owl-carousel-date .owl-prev {
    left: -18px;
}
.owl-carousel-date .owl-next {
    right: -18px;
}
/* .time_text_blk {
    border: 1px solid #d4d5d9;
    width: 13%;
    display: inline-block;
    margin: 0 10px 15px 0;
    padding: 10px;
    cursor: pointer;
} */
.time_text_blk {
    border: 1px solid #282A31;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 6px 2px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 700;
}
.day_time_blk {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    gap: 10px;
}
.time_t {
    font-size: 12px;
    text-align: center;
}
.time_text_blk:nth-child(4n) {
    margin-right: 0;
}
.sess_t {
    color: #7e808c;
    font-size: 12px;
}
.un_av_t {
    background: #d4d5d9;
    color: #afafaf;
}
.un_av_t .sess_t {
    color: #afafaf;
}
.selected_t {
    background: #23B2AF;
    color: #fff;
    border: 1px solid #23B2AF;
}
.selected_t .sess_t {
    color: #ffffff;
}
/* Date carousel */
.slide {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*.slide-inner {
    display: block;
    height: 100%;
    width: 100%;
}*/
.slide-inner {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12%, 1fr));
    gap: 10px;	
}
.slide-inner li {
    border: 1px solid #282A31;
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
    cursor: pointer;
    border-radius: 8px;
}
.slide-inner li.selected_t {
    border: 1px solid #23B2AF;
}
.slide-inner li a {
    color: #264357;
    padding: 6px 10px;
    display: block;
}
.number, .date {
    font-weight: 700;
}
.slide-inner li a .month {
    display: block;
    line-height: 16px;
}
.slide-inner li.selected_t a {
    color: #fff;
}
.slide-inner li a:hover {
    text-decoration: none;
    position: relative;
    /*box-shadow: 0 2px 8px #d4d5d9;*/
    border-radius: 8px;
}
.slide-inner li a:focus {
    text-decoration: none;
}
/* .slide .closed a {
    color: #cecece !important;
    cursor: not-allowed;
    transition: none;
} */
.closed {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    background: #F3F6FA;
    border-color: rgb(40 42 49 / 30%) !important;
}
.slide-inner .closed a {
    color: rgb(40 42 49 / 30%) !important;
}
.day_time_blk .closed .time_t {
    color: rgb(40 42 49 / 30%) !important;
}
.voc_name {
    font-weight: 600;
}
.slide-inner li:nth-child(7n) {
    margin: 0 0 15px 0;
}
.dateouter {
    position: relative;
    height: 75px;
    border-bottom: 1px solid #ccc;
}
.arrow, .arrow.right {
    position: absolute;
    left: 0;
    width: 15px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.arrow.right {
    right: 0;
    left: initial;
    top: 0;
}
.arrow span {
    position: absolute;
    top: calc(45% - 10px);
    left: 0;
    right: 0;
}
.selected_t .day_date_blk {
    border: 1px solid #23B2AF;
}
/* End Date carousel*/
/* End Select Date & Time */
.mp-navbar-sm {
    display: none;
}
/* Nanoscroll */
.nano {
    width: 100%;
}
.nano .nano-content {
    padding: 0 6px 0 0;
}
.cart_summary .nano .nano-pane,
.cart_summary_dt .nano .nano-pane {
    width: 6px;
    background: #e1e1e1;
    border-radius: 0;
}
.nano>.nano-pane>.nano-slider {
    border-radius: 0;
    margin: 0;
    background: #bcccdc;
}
.cart_summary .nano,
.cart_summary_dt .nano {
    min-height: 175px;
}
/* .cart_summary .nano,
.cart_summary_dt .nano {
    max-height: 175px;
    min-height: auto;
    height: auto;
} */
.nano .nano-pane {
    width: 6px;
    background: #fff;
    border-radius: 0;
}

/* End Nanoscroll */
/* Tab Nav Start */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #009cb3;
    background-color: #fdfdfd;
    border-bottom: 4px solid #009cb3;
}
.nav-tabs .nav-link {
    border-bottom: 4px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}
.select_preference .nav-item:last-child .nav-link {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.select_preference .nav-item:first-child .nav-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.select_preference {
    margin: 0 0 20px 0;
}
.nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
    background: #fdfdfd;
}
.select_preference {
    margin: 0 0 30px 0;
    border: none;
    justify-content: left;
}
.sp-blk .asi_add {
    margin: 0 0 0 15px;
    position: relative;
    top: -3px;
}
.vc-label {
    color: #7e808c;
}
/* End Tab Nav */

/* End Detail page */
/* Default Design */
.default_des .fa {
    font-size: 100px;
    color: #e9e9eb;
}
.default_des p {
    color: #afafaf;
}
/* End Default Design */
/* Final Summary */
   .final_summary {
        width: 550px;
        margin: 0 auto;
    }
   .salon_name {
       text-transform: uppercase;
       font-size: 1.25rem !important;
       letter-spacing: 0.5px;
   }
   .fs_header {
       background: #282A31;
       color: #fff;
       padding: 15px 15px;
   }
   .final_summary .short_addr {
        color: #dcdcdc;
   }
   .salon_icon {
       font-size: 40px;
       margin: 0 0 20px 0;
   }
   .fs_body {
       padding: 15px;
   }
   .status_icon {
        font-size: 44px;
        margin: 15px 0 15px;
    }
    .icon-status .fal {
        font-size: 24px;
    }
    .icon-status {
        text-align: center;
    }
   .status_desc p {
       font-size: 16px;
   }
   .fs_body {
       padding: 15px;
       background: #fff;
   }
   .pay_status_desc {
        padding: 15px;
        border-radius: 4px;
    }
    .bg-danger {
        background-color: #ffd6da !important;
        color: #270000;
    }
    .bg-warning {
        background-color: #ffe491 !important;
        color: #3c2d00;
    }
   .booking_confir h3, .status_desc h3 {
       font-size: 1.25rem;
   }
   .break_ups {
       padding: 0;
   }
   .break_ups li {
       margin: 0 0 12px 0;
   }
   .g_tot {
       font-size: 18px;
   }
   .break_ups .g_tot .fas {
       font-size: 16px;
       position: relative;
       top: -1px;
   }
   .ap-blk {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
    margin-top: 25px;
}
   .float-right .fas {
       font-size: 10px;
       position: relative;
       top: -1px;
   }
   .booking_confir, .pay_status_desc {
       width: 100%;
       margin: 0 auto;
   }
   .fs_footer {
       background: #282A31;
       color: #fff;
       padding: 15px;
   }
   .fs_footer a {
       color: #fff;
   }
   .fs_footer a:hover {
       text-decoration: none;
   }
   .staff_name {
        color: #23B2AF;
    }
    /* .final_summary .btn-mp {
        padding: 6px 25px;
        height: 48px;
        background: #282A31;
        line-height: 36px;
    } */
    /* .final_summary .btn-mp:hover,.final_summary .btn-mp:focus {
        background: #0c5a61;
    } */
/* End Final Summary */
 /* alerts */
 .alert_blk_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    z-index: 999999;
}
.from_bottom {
    animation: frbot .3s ease;
}
.alert_blk {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 2px 20px 0 rgba(40,44,63,.5);
    max-width: 520px;
    min-width: 300px;
    margin-bottom: 78px;
}
.alert_desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 25px;
}
.alert_group {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alert_tit {
    padding-bottom: 5px;
    color: #282A31;
    font-weight: 600;
    font-size: 18px;
}
.alert_con {
    color: #7e808c;
    line-height: 20px;
    font-size: 14px;
}
.alert_confirm {
    height: 50px;
    font-size: 15px;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
}
.alert_confirm .btn-mp-line {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #009cb3;
    font-weight: 600;
    color: #009cb3;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
.empty {
    display: inline-block;
    height: 100%;
    width: 20px;
}
.alert_confirm .btn-mp {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #009cb3;
    border: 2px solid #009cb3;
    font-weight: 600;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
@keyframes frbot {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
/* End alert */
/* Choose branch UI */
  #ChooseBranch input[type="radio"] {
    display: none;
  }
  #ChooseBranch input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
  }
  #ChooseBranch input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
  }
  #ChooseBranch label {
    padding: 6px 12px;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
    height: 100px;
    width: 100%;
    cursor: pointer;
    display: table;
  }
  #ChooseBranch label p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
  #ChooseBranch input[type="radio"]:checked + label {
    background: #009cb3;
    color: white;
    box-shadow: 0px 0px 5px rgba(0, 156, 179, 0.75);
  }
  /* #ChooseBranch input[type="radio"]:checked + label::after {
    color: #009cb3;
    border: 2px solid #009cb3;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Pro";
  } */
  #ChooseBranch label i {
    color: #009cb3;
    border: 2px solid #009cb3;
    content: "";
    font-size: 24px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    /* font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Pro"; */
  }
  .choose_br_blk {
    margin: 45px auto 0;
    display: block;
    width: 100%;
    text-align: center;
}
  .choose_br_blk li {
    width: 25%;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 0 60px 0;
}
.choose_br_blk li:nth-child(4n) {
    padding-right: 0;
}
.choose_br_blk li a:hover, .choose_br_blk li a:focus {
    background: #009cb3;
    color: #fff;
    text-decoration: none;
}
.choose_br_blk li a {
    display: block;
    border-radius: 5px;
    border: 1px solid #009cb3;
    text-align: center;
    color: #009cb3;
}
/* End choose branch UI */
.center-msg {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}
.t-gf-code b {
    font-size: 16px;
    padding: 2px 6px;
}

.clickable {
    cursor: pointer;
}
/* Show more dates */
.show_more_dates .card {
    border: none;
}
.show_more_dates .card-header {
    background: transparent;
    padding: 0;
    border: none;
}
.show_more_dates .btn-link {
    display: inline;
    text-align: left;
    position: relative;
    color: #282A31;
    font-size: 14px;
    /* font-family: 'Proxima Nova Bold'; */
    font-weight: 600;
    padding: 6px 0;
    text-transform: capitalize;
}
.prev_mon, .next_mon {
    margin: 4px 0px;
}
/* .show_more_dates .btn-link.collapsed:after {
    content: "\f078";
}
.show_more_dates .btn-link:after {
    content: "\f077";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 300;
    height: 16px;
    line-height: 1.5;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Pro";
} */
.show_more_dates .card-body {
    padding: 0;
}
/* End Show more Dates */
/* Loading */
.ob-loader img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
}
.ob-loader {
	position: fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: none;
}
/* End loading*/
 .sml-height {
     height: 700px;
     display: block;
 }
 /* Footer */
 footer {
    background: #fff;
    padding: 20px 0 70px;
    width: 100%;
    float: left;
}
.foot-key-list li {
    display: inline-block;
}

.foot-key-list {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}

.foot-key-list li a {
    font-size: 13px;
    display: inline-block;
    color: #6F81A1;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 5px;
}
.foot-key-list li a:hover, .foot-key-list li a:focus {
    text-decoration: none;
}
.foot-b-b {
    border-bottom: 1px solid rgba(40, 42, 49, .1);
}
 /* End Footer */
 .terms, .terms:hover, .terms:focus {
 	color: #009cb3;
 }
 .terms {
    display: flex !important;
    align-items: center;
    flex-direction: row;
}
.terms svg { 
    margin-right: 15px;
}
 /* dt */
 .daterangepicker, .daterangepicker .calendar-table {
	padding: 4px;
	-webkit-border-radius: 4px;
	background: #fff
}
.daterangepicker {
	position: absolute;
	color: inherit;
	border-radius: 4px;
	width: 278px;
	margin-top: 1px;
	top: 100px;
	left: 20px
}
.daterangepicker:after, .daterangepicker:before {
	position: absolute;
	display: inline-block;
	content: ''
}
.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #d8e2e7
}
.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}
.daterangepicker.opensleft:before {
	right: 9px
}
.daterangepicker.opensleft:after {
	right: 10px
}
.daterangepicker.openscenter:after, .daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}
.daterangepicker.opensright:before {
	left: 9px
}
.daterangepicker.opensright:after {
	left: 10px
}
.daterangepicker.dropup {
	margin-top: -5px
}
.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #d8e2e7
}
.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}
.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3001
}
.daterangepicker.show-calendar .calendar {
	display: block
}
.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px
}
.daterangepicker .calendar.single .calendar-table {
	border: none
}
.daterangepicker .calendar td, .daterangepicker .calendar th {
	white-space: nowrap;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px
}
.daterangepicker .calendar-table {
	border-radius: 4px
}
.daterangepicker table {
	width: 100%;
	margin: 0
}
.daterangepicker td, .daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	color: #019cb3;
}
.daterangepicker td.week, .daterangepicker th.week {
	font-size: .8125rem;
	color: #8D99A9
}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #8D99A9
}
.daterangepicker td.in-range {
	background-color: #E5F6FE;
	border-color: transparent;
	color: #000;
	-webkit-border-radius: 0;
	border-radius: 0
}
.daterangepicker td.start-date {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}
.daterangepicker td.end-date {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}
.daterangepicker td.start-date.end-date {
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #019cb3;
	border-color: transparent;
	color: #fff
}
.daterangepicker th.month {
	width: auto
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 1rem;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	/*width: 56%*/
}
.daterangepicker select.yearselect {
	width: 40%
}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
	width: 50px;
	margin-bottom: 0
}
.daterangepicker .input-mini {
	border: 1px solid #d8e2e7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #0A0A0A;
	display: block;
	margin: 0 0 5px;
	padding: .395rem 15px .355rem 30px;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5
}
.daterangepicker .input-mini.active {
	border: 1px solid #d8e2e7;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.daterangepicker .daterangepicker_input {
	position: relative
}
.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}
.ranges {
	font-size: 1rem;
	margin: 4px;
	text-align: left
}
.ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
.ranges li {
	font-size: 1rem;
	background: #DBE4EB;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #292B2A;
	padding: 8px 12px;
	margin-bottom: 8px;
	cursor: pointer
}
.ranges li.active, .ranges li:hover {
	background: #01A6FF;
	color: #fff
}
 /* end dt */
 .bootstrap-select.form-control {
    border: 1px solid #ced4da !important;
    height: 50px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
button.btn.dropdown-toggle.btn-default {
    font-size: 14px;
    line-height: 40px;
    padding-left: 17px;
}
.dropdown-toggle::after {
    position: absolute;
    top: 23px;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child {
	display: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    padding: 8px 15px 20px;
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    line-height: 0;
}
.form-label-group .dropdown-menu .form-control {
    padding: 6px 15px !important;
    height: auto;
}
.bootstrap-select.btn-group .dropdown-menu li.active a {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.active {
    background: #009cb3;
}
#GetIn .md-check-blk {
    padding: 0;
    overflow: hidden;
}
#GetIn .md-check-blk li {
    width: 100%;
}
#GetIn .md-check-blk li label {
    padding-left: 25px;
    font-size: 14px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}
/* MioBasket Styles */

/* Choose Delivery Options Blk */
.text-amber {
    color: #FFBF00;
}
.choose-delivery-blk label {
    margin: 0 15px;
}
.choose-delivery-blk {
  width: 100%;
  text-align: center;
}
.choose-delivery-blk input[type="radio"] {
  display: none;
}
.choose-delivery-blk input[type="radio"]:checked + .box {
  background-color: #061126;
}
.choose-delivery-blk input[type="radio"]:checked + .box span {
  transform: translateY(30px);
}
.take-away-blk input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  background-image: url("../../../images/mio-basket/take-away-white.html");
  background-repeat: no-repeat;
}
.delivery-blk input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  background-image: url("../../../images/mio-basket/delivery-white.html");
  background-repeat: no-repeat;
}
.choose-delivery-blk .box {
  width: 120px;
  height: 120px;
  background-color: #f4f5f7;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  border-radius: 100px;
}
.choose-delivery-blk .box:active {
  transform: translateY(10px);
}
.choose-delivery-blk .box span {
  position: absolute;
  transform: translate(0, 25px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.5em;
  user-select: none;
  color: #061126;
}
.choose-delivery-blk .box span:before {
  display: block;
  transform: translateY(0px);
  transition: all 300ms ease-in-out;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-size: 70px 70px;
}
.choose-delivery-blk .take-away-option span:before {
  content: "";
  background-image: url("../../../images/mio-basket/take-away.html");
  background-repeat: no-repeat;
}
.choose-delivery-blk .delivery-option span:before {
  content: "";
  background-image: url("../../../images/mio-basket/delivery.html");
  background-repeat: no-repeat;
}
/* End Choose Delivery Option Blk */
/* Address List */
.accepted-location-list {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.accepted-location-list li {
    display: inline-flex;
    width: auto;
    margin: 0 15px 15px 0;
    text-transform: capitalize;
}
.accepted-location-list li::before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f3c5";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 300;
}
.fa-phone {
    transform: rotate(95deg);
}
.mb-addr a {
    color: #fff;
}
.mb-addr a:hover, .mb-addr a:focus { 
    color: #E96125;
}
.mb-navbar, .mb-navbar-sm {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.mb-navbar li {
    margin-right: 60px;
    color: #3d4152;
    font-size: 16px;
    font-weight: 500;
}
.mb-navbar li:first-child {
    margin-right: 0;
}
.out-blk {
    position: relative;
    height: 50px;
    cursor: pointer;
}
.mb-navbar .ic-blk {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
}
.out-blk, .mb-navbar li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
    margin-left: -28px;
    color: #fff;
}
.cart-count {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 100px;
    font-size: 13px;
    top: 3px;
    left: 9px;
    background: #E96125;
}
.mb-navbar li a {
    text-decoration: none;
}
.menu_cart_amount {
    margin: 0 0 0 20px;
}
.mb-cart-pro-blk .asi_add {
    top: 0;
    float: inherit;
    margin: 0 10px 0 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.mb-cart-pro-blk {
    border-top: 1px solid #f4f5f7;
    padding-top: 15px;
    margin-bottom: 15px;
}
.mb-cart-pro-blk {
    font-size: 13px;
}
/* Address List */
/* Main Category */
.main-category {
    background: #F4F5F7;
    width: 100%;
    float: left;
    margin: 82px 0 0 0;
}
.main-cat-list li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.main-cat-list li > a {
    display: inline-block;
    padding: 15px 0;
    color: #061126;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
}
.main-cat-list li a:hover, .main-cat-list li a:focus {
    color: #E96125;
    text-decoration: none;
}
.main-cat-list li.active a {
    border-bottom: 2px solid #E96125;
    color: #E96125;
}
.main-cat-list li:last-child {
    margin: 0;
}
/* End Main Category */
/* MioBasket Product section */
.mioBasket_section, .miobasket_checkout {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
/* End Miobasket product section */
/* Stepper section */
.steps {
    width: 100%;
    background-color: #FFF;
    position: relative;
    margin: 0;
    border: 1px solid #f4f5f7;
}
  
.step {
    position: relative;
    transition: all 0.4s ease-in-out;
    background-color: #FFF;
}
  
.step.minimized {
    background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}
  
.header {
    user-select: none;
    font-size: 16px;
}
  
.subheader {
    user-select: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}
  
.step-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 15px 0 25px 0;
    padding: 15px 15px 15px 65px;
}
  
.step.minimized > .step-content {
    display: none;
}
  
.step-header {
    background: #f4f5f7;
    padding: 15px 15px 15px 65px;
    border-bottom: 1px solid #e7e7e7;
}
.step .header {
    /* font-family: 'Proxima Nova Bold'; */
    font-weight: 700;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #eb703a;
    background-color: #eb703a;
}

.step.minimized .step-header {
    /* font-family: 'ProximaNovaRegular'; */
    font-weight: 400;
}
.form-inline-blk {
    width: 250px;
    float: left;
    margin: 0;
}
.form-inline-blk .form-group, .form-inline-blk-otp .form-group {
    margin: 0 0 5px 0;
}
.form-inline-blk-otp {
    width: 198px;
    float: left;
    margin: 0;
}
.mob-num-blk > input {
    padding-left: 68px;
    height: 50px;
}
.otp-blk input {
    height: 50px;
}
.mob-num-blk {
    position: relative;
}
/* .mob-num-blk:after {
    content: "+91 - ";
    font-size: 14px;
    left: 36px;
} */
.country-code {
    font-size: 16px;
    left: 36px;
    position: absolute;
    top: 13px;
}
.mob-num-blk:after, .mob-num-blk:before {
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.mob-num-blk:before {
    content: "\f10b";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-size: 18px;
    left: 16px;
    z-index: 1;
}
.added_address_blk {
    width: 262px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: inline-block;
    height: 203px;
    line-height: 1.5;
    margin: 0 8px 8px 0;
    max-width: 262px;
    text-align: left;
    vertical-align: top;
    padding: 24px;
}
.edit-address {
    position: absolute;
    top: 10px;
    right: 14px;
}
.steper-count {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: transparent;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    color: #264357;
    border: 1px solid #264357;
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 14px;
}
/* End Stepper section */
.delivery_details_blk, .payment_details_blk {
    padding: 15px;
}
.payment_details_blk p {
    font-size: 18px;
}
.products_not_available {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
    margin: 35px 0 0 0;
}
/* Mio Basket Banner */
.mb-banner {
    background: #061126;
    color: #fff;
}
.mb_asi_add {
    border: 1px solid #E96125;
    color: #E96125;
    border-radius: 4px;
}
.active-cart {
    animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
/* End MioBasket Banner */
.mb-breads .breadcrumb {
    background: none;
    padding: 12px 0;
    margin: 0 0 10px 0;
}
.mb-breads .breadcrumb-item a {
    color: #E96125;
}
.del_add_blk, .ord_status_blk, .ord_prods, .Billing-blk, .payment-blk {
    border: 1px solid #f4f5f7;
    padding: 15px;
}
.Billing-blk .break_ups, .payment-blk .break_ups {
    padding: 0;
}
.od_msg h3 {
    font-size: 24px;
}
.od_msg p {
    font-size: 16px;
}
.mio_basket_summary .ani_r_arrow::after, .mio_basket_after_summary .ani_r_arrow::after {
    line-height: 50px;
}
.mio_basket_summary .btn, .mio_basket_after_summary .btn  {
    padding: 6px 25px;
}
.mio_basket_summary, .mio_basket_after_summary {
    margin: 88px 0 0 0;
}
.side-sticky-menu .prod_list li a {
    color: #061126;
}
.prod_list li.active a {
    color: #E96125;
    border-color: #E96125;
}
.no-cart {
    text-align: center;
    margin: 100px 0 40px 0;
}
.no-cart .fa-cart-plus {
    font-size: 60px;
    color: #b8b8b8;
}
.no-cart h3 {
    font-size: 20px;
    margin: 32px 0 0 0;
}
.default_store_icon span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #e96125;
    text-align: center;
    /* font-family: 'Proxima Nova Bold'; */
    font-weight: 700;
    font-size: 28px;
}
#ChooseDelivery .default_store_icon span {
    color: #fff;
    background: #e96125;
}
.mobile-category {
    display: none;
}
.mioBasket_section {
    color: #061126;
} 
.mioBasket_section .open-filter .asi-title, .mioBasket_section .asi-title {
    color: #061126;
}
.asi_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.asi_name > p::first-letter, .asi_name::first-letter { 
    text-transform: capitalize;
}
.ch-dl {
    text-transform: capitalize;
    cursor: pointer;
}
.mob-nav {
    display: none;
}
.delivery-btn .active-state-img {
    display: none;
}
.delivery-btn.active {
    background-color: #061126;
}
.delivery-btn.active .normal-state-img { 
    display: none;
}
.delivery-btn.active .active-state-img {
    display: block;
}
.choose-delivery-type {
    justify-content: center;
    align-items: center;
    display: flex;
}
.delivery-btn {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 15px;
    cursor: pointer;
}
.delivery-btn span img {
    width: 70px;
    position: relative;
    top: 5px;
}
.asi_c_price .fal {
    font-size: 12px;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
.fixed_mb_blk {
    display: none;
}
.mb-footer {
    padding: 40px 0;
}
.no-bd {
    border: none;
}
.asi_add_info {
    color: #7e808c ;
    /* font-family: 'ProximaNovaRegular' !important; */
    font-weight: 400;
}
/* lg image*/
.lg-prod-img img {
    width: 100%;
}
/* lg image*/
.mb_asi_name {
    margin: 0 0 12px 0;
}
.mb-var-blk {
    min-height: 64px;
}
.mb-ham-menu-tab {
    display: none;
}
.mxx-wid {
    white-space: nowrap; 
    max-width: 30%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
}
.mx-wid {
    white-space: nowrap; 
    max-width: 25%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
}
.dot {
    position: relative;
    top: -5px;
}
.pwn-img .add_ser_item_blk {
    width: 66.666%;
    padding: 15px 0 0 0;
    border-bottom: none;
    border-top: 1px solid #e9e9eb;
    margin: 0 0 15px 0;
}
.no-products {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 60px 0 0 0;
}
.no-products img {
    width: 250px;
}
.pwn-img .mb-var-blk {
    min-height: auto;
}
.first-item {
    border-top: 1px solid #333;
}
.first-item .add_ser_item_blk {
    border-top: none;
}
.new-class {
    border-top: none;
}
.asi_add_info span {
    text-transform: capitalize;
}
.mioBasket_section .asi_add_info {
    line-height: 20px;
}
.copy {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
}
.copy:focus {
	outline: none !important;
}
.c-danger {
	background-color: #f00;
	color: #fff;
}
.c-danger:focus, .c-danger:hover {
	background-color: #f00;
	color: #fff;
}
.copy:focus:after {
    content: "Copied";
    display: block;
    position: absolute;
    top: 4px;
    right: -70px;
    background: #333;
    color: #fff;
    width: 65px;
    text-align: center;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 13px;
    transition-duration: 5s;
    transition-property: all;
}
.c-warning {
    background-color: #ffffff;
    color: #f0ad4e;
}
.bg-success {
    background-color: #77dd77 !important;
    color: #fff;
}
/* recipient details */
#add_recipient .login-form {
    margin-top: 15px;
}
.add__recipient {
    font-size: 17px;
    display: inline-block;
    margin: 15px 0 15px;
    color: #009cb3;
}
.add__recipient:hover, .add__recipient:focus {
    text-decoration: none;
    color: #008ea3;
}
.update__recipient {
	color: #009cb3;
}
.update__recipient:hover, .update__recipient:focus {
	color: #008ea3;
}
.invoice__recipient-details p {
    margin: 4px 0;
}
.recipient__controls {
    padding-top: 15px;
    border-top: 1px solid #f2f2f3;
    margin-top: 18px;
    margin-bottom: 15px;
}
.recipient__container {
    background-color: #F3F6FA;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border-radius: 12px;
}
.recipient__details .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
}
	.recipient__details .form-label {
		color: #282A31;
	}
	.recipient__details .form-label {
		color: #252130;
	}
	.recipient__btn {
		background-color: transparent !important;
		border-color: transparent !important;
	}
	.recipient__btn:hover, .recipient__btn:focus {
		background-color: #fff !important;
	}
	.recipient__edit {
		color: #2E00D9 !important;
	}
/* End recipient details */
.in_st_details .col-md-1.pr-0.col-3 {
    width: 60px;
    flex: 0 0 60px;
    margin: 0 15px 0 0;
    max-width: 60px;
}
.in_st_details .fa-building {
    font-size: 48px;
}
.remove-item {
    position: relative;
    top: 11px;
}
.cart_default .fal {
    font-size: 40px;
    margin: 12px 0 12px 0;
    color: #6F81A1;
}
.shadeModal {
    background: rgba(0,0,0,0.8);
    z-index: 100000 !important;
}
.category-footer {
    width: 100%;
    float: left;
    padding: 20px 0;
    background-color: #d5d5d5;
}
.category-footer p {
    font-size: 20px;
}
.section-wrapper {
    width: 100%; 
    float: left;
    padding: 80px 0;
}
.solution-foot-list {
    margin: 0;
    padding: 0;
}
.solution-foot-list li {
    list-style: none;
}
.solution-foot-list li a {
    color: #5e5e5e;
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 400;
    margin: 6px 0;
    display: inline-block;
}
.solution-foot-list li a:hover, .solution-foot-list li a:focus {
    color: #ff5252;
    text-decoration: none;
}
.miosalon__title {
    font-size: 2.75rem;
    line-height: 56px;
    color: #000C2C;
}
/* New Code */
.pow {
    color: #D9D9D9;
    font-size: 13px;
}
.pow span > a {
    color: #D9D9D9;
}
.inputGroup {
    display: block;
    position: relative;
  }
  .inputGroup label {
    padding: 0 0 0 35px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    /* background-color: #5562eb; */
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); */
    opacity: 0;
    z-index: -1;
  }
  .inputGroup label:after {
    width: 36px;
    height: 36px;
    content: "";
    border: 1px solid #282A31;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    cursor: pointer;
    transition: all 200ms ease-in;
  }
  /* .inputGroup input:checked ~ label {
    color: #fff;
  } */
  .inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
  }
  .inputGroup input:checked ~ label:after {
    background-color: #23B2AF;
    border-color: #23B2AF;
  }
  .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }
  /* slide */
  #w-s-slide .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
#w-s-slide .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 6px;
    height: 6px;
}
#w-s-slide .owl-dots .owl-dot.active span, #w-s-slide .owl-dots .owl-dot:hover span {
    background: #23B2AF;
}
#w-s-slide .owl-prev span, #w-s-slide .owl-next span {
    font-size: 30px !important;
}
#w-s-slide .owl-dot.active span {
    transform: scale(1) !important;
}
#w-s-slide .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    transform: scale(0.77) !important;
    margin: 5px 3px !important;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important;
}
  /* store head section */
  .w__hero-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0;
    background-color: #282a3170;
    margin: 0; 
    
}
.active-header .w__hero-section {
	margin: 62px 0 0 0 !important;
}

.w__storehead-desktop {
    width: 100%;
    float: left;
    /* background-color: #282A31; */
    /*border-radius: 12px;*/
    height: 285px;	
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.w__store-head {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 12px 0;
}
.form-control:focus {
    border-color: #DEE2E6;
}
.w__store-rating {
    display: flex;
    align-items: center;
    flex: 0 0 35px;
}
.w__hero-section .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.w__hero-section .col-md-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.w__hero-section .col-md-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.w__store-rating svg {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.w__store-name {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
}
/* .w__store-name {
    flex: 0 0 calc(100% - 72px);
    max-width: -webkit-calc(100% - 72px);
    width: -webkit-calc(100% - 72px);
    width: -moz-calc(100% - 72px);
    width: calc(100% - 72px);
    padding-right: 15px;
} */
.w__store-rating {
    display: flex;
    align-items: flex-start;
    flex: 0 0 72px;
    max-width: 72px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 17px;
    justify-content: flex-end;
    flex-direction: row;
}
.w__store-name h1 {
    font-size: 24px !important;
    line-height: 34px;
}
.w__storehead-desktop .w__store-name {
    /* display: flex; */
    align-items: center;
}
.w__store-logo {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex: 0 0 60px;
}
.w__store-logo span {
    background-color: #fff;
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 6px;
    justify-content: center;
    color: #333;
    font-size: 36px;
    font-weight: 500;
    line-height: 60px;
}
.w__loc-blk {
    display: flex;
    align-items: flex-start;
}
.w__storehead-desktop .w__loc-group, .w__storehead-desktop .w__time-group, .w__storehead-desktop .w__bookcon-group {
    /* color: #fff; */
}
.w__loc-nav a, .status__open {
    color: #23B2AF;
}
.status__closed {
    color: #FF002E;
}
.w__loc-nav {
    flex: 0 0 102px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.w__loc-nav .fal.fa-map {
    position: relative;
    padding-right: 5px;
}
/* .w__loc {
    flex: 0 0 calc(100% - 102px);
    max-width: -webkit-calc(100% - 102px);
    width: -webkit-calc(100% - 102px);
    width: -moz-calc(100% - 102px);
    width: calc(100% - 102px);
    padding-right: 15px;
    display: flex;
    flex-direction: column;
} */
.w__loc {
    flex: 0 0 calc(100% - 102px);
    max-width: calc(100% - 102px);
    width: calc(100% - 102px);
    padding-right: 0;
    display: flex;
    flex-direction: column;
}
.w__loc-group, .w__time-group, .w__time-blk, .w__bookcon-group {
    display: flex;
}
.w__loc-change {
    padding-left: 19px;
    font-size: 14px;
    margin-left: 5px;
}
.w__loc-change a:hover, .w__loc-change a:focus {
    color: #23B2AF;
}
.w__open-hrs {
    padding-right: 15px;
}
.w__storehead-desktop .timing {
    color: #fff;
    display: flex;
}
.timing:hover, .timing:focus {
    text-decoration: none;
}
#timing .card {
    background-color: transparent;
    border: none;
}
.w__storehead-desktop .w__current-time {
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 500;
}
.w__time-item {
    display: flex;
    font-size: 12px;
    margin: 5px 0;
}
.w__t-left {
    flex: 0 0 74px;
}
.w__loc-icon, .w__time-icon, .w__bolt-icon {
    width: 24px;
}
.w__time-icon .fa-clock {
    font-size: 16px;
    position: relative;
    top: 5px;
}
.w__loc-icon .fa-map-marker-alt {
    font-size: 21px;
    position: relative;
    top: 2px;
}
.w__bolt-icon .fa-bolt {
    font-size: 19px;
    position: relative;
    top: 4px;
    left: 3px;
}
.status__open .fas, .status__closed .fas {
    font-size: 10px;
    padding-right: 5px;
}
.w__time-status {
    display: flex;
    margin-left: 15px;
}
.w__time-status span {
    padding-right: 15px;
}
.status__open, .status__closed {
    display: flex;
    align-items: center;
}
.w__loc-name {
    text-transform: capitalize;
}
.w__bookcon-group, .w__time-blk, .w__loc-blk {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.w__bookcon-group, .w__time-blk, .w__loc-blk {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 18px 0;
}
.w__storehead-desktop .w__bookcon-group, .w__storehead-desktop .w__time-blk, .w__storehead-desktop .w__loc-blk, .w__storehead-desktop .w__store-body .w__loc-group {
    /*color: #fff;*/
}
.store-banner {
    display: none;
}
/* End store head section */
.w__ss-item img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
    border-radius: 12px;
}
.w__ss-item {
    width: 100%;
    height: 285px;
    border-radius: 12px;
}
.w__storehead-mobile {
    display: none;
}
.w__store-footer .btn-mp {
    padding: 14px 70px;
    font-weight: 600;
    font-size: 18px;
}
.w__store-footer {
    margin: 35px 0 0 0;
}
/* right summary */
.w__ss-list {
    background-color: #F3F6FA;
    border-radius: 12px;
}
.item_cart_blk .w__ss-list {
    background-color: #fff;
    border-radius: 0;
}
.item_cart_blk .w__sslist-item {
    padding: 12px 0;
}
.w__sslist-item {
    padding: 15px;
    display: flex;
}   
.w_sslist-left {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 110px);
    max-width: -webkit-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
}
.w_sslist-servicename, .w_sslist-price, .w__selected-time, .w__selected-date {
    font-size: 1rem;
}
.w_sslist-staffname {
    color: #6F81A1;
    font-size: 13px;
}
.w_sslist-right {
    display: flex;
    width: 110px;
    align-items: flex-start;
    justify-content: flex-end;
}
.w__add-service {
    font-size: 13px;
    color: #23b2af;
}
.w__sslist-item:first-child, .w__dt-item:first-child {
    border-top: none;
}
.w__sslist-item {
    padding: 15px;
    display: flex;
    border-top: 1px solid rgba(40, 42, 49, .1);
}
.w__dt-list {
    background-color: #F3F6FA;
    border-radius: 12px;
}
.w__dt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid rgba(40, 42, 49, .1);
}
.w_sslist-delete {
    margin-left: 10px;
    padding: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w__selected-edit {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}
.w__servoc-price {
    font-size: 30px;
}
.w__servoc-count span {
    font-size: 14px;
    text-transform: lowercase !important;
}
.w__proceed-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 15px 0;
}
#w-s-slide-mobile {
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.w__item-label {
    color: #6F81A1;
}
.w__ig-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.w__ig-splitem {
    font-size: 16px;
}
.w__itemgroup-list {
    border-top: 1px solid #f2f2f3;
    padding-top: 8px;
}
.w__ig-splitem .w__item-label {
    color: #282A31;
}
/* End right summary */
/*Menu item */
.w__service-group {
    display: flex;
}
.w__siblk-dk .w__serive-item {
    flex: 0 0 calc(100% - 150px);
    max-width: -webkit-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
}
.ac_id_st_blk .asi_name {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.asi_dur {
    font-size: 12px;
}
.w__siblk-dk .w__serive-price {
    flex: 0 0 150px;
    text-align: right;
    display: flex;
    align-items: self-start;
    justify-content: flex-end;
}
.w__siblk-dk .w__serive-price {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.w__sp-group {
    display: flex;
}
.w__siblk-dk .asi_name {
    font-size: 18px;
}
.w__siblk-dk .asi_dur {
    font-size: 14px;
}
.w__siblk-dk label {
    padding: 0 0 0 72px;
}
.w__siblk-dk .asi_c_price {
    font-size: 1rem;
}
.w__siblk-dk .asi_offer {
    font-size: 10px;
}
.w__siblk-dk .asi_w_price {
    font-size: 12px;
}
.w__serive-item .asi_name {
    font-size: 18px;
}
.side-sticky-menu .asi_name {
    font-size: 17px;
    line-height: 30px;
}
.w__sectext-color {
    color: #6F81A1;
}
.w__itemsin-cart {
    font-size: 13px;
}
/* End Menu item */
/* Summary Design */
.status_desc .w_book-com {
    font-size: 24px;
}
.w__sslist-summary .w__sslist-item {
    padding: 12px 0;
}
.w__sslist-summary {
    background-color: #fff;
}
.w__sslist-summary .w__sslist-item:last-child {
    border-bottom: 1px solid rgba(40, 42, 49, .1);
}
.w__app-info {
    border-bottom: 1px solid rgba(40, 42, 49, .1);
}
.w__app-info p {
    color: #6F81A1;
}
.booking_confir .w__help-text {
    color: rgba(40, 42, 49, 0.6);
    font-size: 14px;
}
.w__summarylist-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
}
.w__summary-list {
    padding-top: 8px;
}
.w__discount-color {
    color: #FC9752;
}
.w__slwith-bd {
    border-top: 1px solid rgba(40, 42, 49, .1);
    padding-top: 13px;
    margin-top: 8px;
    padding-bottom: 15px;
}
/* End Summary design */
/* GV */
.add__recipient-blk {
    border-top: 1px solid #f2f2f3;
    margin: 12px 0 0 0;
}
/* GV */
/* Choose Branch */
.w__title {
	font-size: 24px;
	line-height: 34px;
	color: #282A31;
}
.w__subtitle {
	font-size: 18px;
	line-height: 28px;
	color: #282A31;
}
.w__store-body .w__loc-group, .w__store-body .w__bookcon-group, .w__total-loc {
    /*color: #6F81A1;*/
}
.w__clstore-details {
    background-color: #fff;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 12px 15px;
}
.w__clslider-blk .owl-carousel .owl-dots {
    position: absolute;
    bottom: -1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.w__clstore-details .w__store-name h1 {
    font-size: 18px !important;
    line-height: 28px;
}
.w__clstore-details .w__store-rating {
    font-size: 16px;
    top: 2px;
}
.w__clstore-details .w__bookcon-group, .w__clstore-details .w__loc-blk {
    font-size: 15px;
}
.w__clstore-details .w__store-rating svg {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.w__choose-branch {
	position: relative;
	width: 100%;
	float: left;
	padding: 40px 0;
}
.w__clslider-blk .w__ss-item img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.w__clslider-blk .owl-theme .owl-nav {
    margin-top: 0;
}
.w__clslider-blk .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 6px;
    height: 6px;
}
.w__clslider-blk .owl-dots .owl-dot.active span, .w__clslider-blk .owl-dots .owl-dot:hover span {
    background: #23B2AF;
}
.w__clstore-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
}
.w__clstore-item {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 40px 0;
    cursor: pointer;
}
.w__clslider-blk .w__ss-item {
    height: 196px;
}
/* End Choose Branch */
/* Popover */
.popover-block-container .popover-icon {
  background: none;
  color: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.popover-block-container .popover-icon i {
  color: #04a0b2;
  text-align: center;
  margin-top: 4px;
}
.popover-header {
  display: none;
}
.popover {
  max-width: 306.6px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 6px 1px #eee;
}
.popover-body {
  border: none;
  padding: 15px;
  color: #282A31;
  font-size: 15px;
  z-index: 2;
  line-height: 1.53;
  width: 320px;
}
.popover-body .popover-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
}
.popover-body .popover-close .material-icons {
  font-size: 16px;
  color: #04a0b2;
}
/* End Popover */
.w__sab-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border-top: 1px solid #4d5160;
    padding-top: 15px;
}
.w__storehead-desktop .w__sab-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 17px;
    margin: 0 0 4px 0;
}
.w__storehead-desktop .w__sab-placeholder {
    color: #000;
    font-size: 11px;
    line-height: 17px;
}
.w__storehead-desktop .w__sab-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    border: none;
    height: auto;
    width: auto;
    border-radius: 4px;
    padding: 0;
}
.w__sab-gp {
    margin-left: 12px;
}
.std__header {
	display: none;
}
.day_time .asi-title {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.std__container .asi-title {
    margin-bottom: 15px;
}
.w__sab-two .w__sab-item {
    margin-left: 10px;
    margin-right: 10px;
}
.w__sab-two {
    justify-content: flex-start;
}
.opacity-btn {
    opacity: 0.5;
}
/* .w__store-hbgroup {
    height: 120px;
} */
.w__ser-lt {
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -webkit-box-flex: 0;
}
.w__ser-rg {
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -webkit-box-flex: 0;
}
.w__ser-two {
    padding-left: 70px;
    padding-right: 70px;
}
#giftvoucher {
    padding-right: 40px;
}
/* End New Code */
/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #f4f4f4;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
}
.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #337ab7 !important;
}
.bootstrap-select .check-mark {
  line-height: 14px;
}
.bootstrap-select .check-mark::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.bootstrap-select button {
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

.wrapper-blk{
    display: flex;
    width: auto;
    align-items: center;
    margin: 0 0 0 26px;
}
.wrapper-blk .option{
  background: #fff;
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 15px 0 0;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px 22px;
  border: 1px solid #F2F2F2;
}
.active__label {
    background-color: #23B2AF !important;
}
.active__label span {
    color: #fff !important;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3 {
   border-color: #23B2AF;
   background: #23B2AF;
}
.wrapper-blk .option span{
  font-size: 14px;
  color: #050505;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span {
  color: #fff;
}
.label-icon {
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.form-label-group .input-group input {
    padding: 1rem 0 1rem 26px;
}
.mobile > .input-group {
    height: 60px;
}
.mobile .input-group .form-control:not(:first-child):not(:last-child) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3px;
}
.gender label {
    margin-bottom: 12px;
}
.mobile .input-group-prepend {
    margin-left: 26px;
}
.form-label-group::before, .is-floating-label::before {
    content: "";
    background-color: #fff;
    width: 26px;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.login-blk .form-label-group::before, .login-blk .is-floating-label::before {
    content: "";
    background-color: #fff;
    width: 26px;
    height: 1px;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid rgb(3 52 222 / 10%) !important;
}
.login-blk .form-label-group>input {
    padding: 1rem 0;
}
.login-blk .mobile .input-group-prepend {
    margin-left: 0;
    padding-right: 12px;
    height: 55px;
}
.login-blk .form-label-group.mobile::before {
    border: none !important;
}
.gender {
    margin-bottom: 1.75rem;
}
.gray-bg {
    background-color: #F4F6FB;
}
/* top menu styles */
.w__mobile-menu {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
    position: fixed;
    z-index: 999;
    padding: 0;
    top: 0;
    transition: top 0.2s ease-in-out;
}
.active-header .w__mobile-menu {
	padding: 8px 16px 8px 25px !important;
}
.w_list-blogin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.w_list-blogin li a {
    color: #23B2AF;
    font-size: 14px;
    padding: 10px 9px 10px 12px;
   	display: inline-flex;
}
.w__after-login, .w__before-login {
    position: inherit;
    /*width: 100%;*/
    z-index: 1;
    background: #fff;
    box-shadow: none;
}
.w__al-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w__alheader-left {
    display: flex;
    align-items: center;
}
.w_list-alogin li a {
    display: flex;
    align-items: center;
    padding: 6px 9px 6px 12px;
    color: #23B2AF;
    font-weight: 600;
}
.w_list-alogin li a:hover, .w_list-alogin li a:focus {
	text-decoration: none;
}
.w_list-alogin .w__myaccount-item a {
    color: #454545;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 6px 16px 6px 16px;
}
.w__booknow-item a {
    color: #23B2AF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 6px 16px 6px 16px;
}
.w__booknow-item a:hover, .w__booknow-item a:focus {
    color: #fff;
    background-color: #23B2AF;
    border-color: #23B2AF;
}
.w_list-alogin .w__myaccount-item a:hover, .w_list-alogin .w__myaccount-item a:focus {
    color: #23B2AF;
    border: 1px solid #23B2AF;
    text-decoration: none;
}
.w__myaccount-item {
    margin-right: 22px;
}
.w_list-alogin li a svg {
    margin-right: 5px;
}
.w_list-alogin {
    display: flex;
    align-items: center;
}
/*.nav-up, .nav-up .w__after-login, .nav-up .w__before-login {
    top: -62px;
}*/
/* End top menu styles */
/* login page */
	.w__login-section {
	    position: relative;
	    float: left;
	    width: 100%;
	    padding: 80px 0;
	}
	label {
	    color: #626473;
	}
	.row-mb .dropdown-toggle {
	    padding: 10px 15px;
	    border-color: #DEE2E6 !important;
	    background-color: #f7f7f7;
    	color: #B0B7C5;
    	border-radius: 6px;
    	border-bottom-right-radius: 0;
    	border-top-right-radius: 0;
	}
	.row-mb .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: auto;
	    max-width: 150px;
	}
	.row-mb {
	    display: flex;
	    flex-direction: row;
	    margin: 12px 0 25px 0;
	    width: 100%;
	    max-width: 100%;
	}
	.row-mb .iti #mobile_code {
	    height: 48px;
	}
	.row-mb .iti {
	    width: 100%;
	}
	.row-mb .iti .iti__selected-flag {
	    border-top-left-radius: 8px;
	    border-bottom-left-radius: 8px;
	}
	.row-mb input {
	    border-bottom-left-radius: 8px;
	    border-top-left-radius: 8px;
	    border-color: #DEE2E6;
	    border: 1px solid #DEE2E6;
	    border-bottom-right-radius: 8px;
	    border-top-right-radius: 8px;
	    /* border-left: none; */
	    font-weight: 500;
	}
	.w__storedetials-info .w__store-head {
	    display: block;
	}
	.w__storedetials-info {
	    width: 100%;
	    float: left;
	    position: relative;
	    border-bottom: 1px solid #DEE2E6;
	    margin: 0 0 25px 0;
	}
	.w__login-blk {
	    display: flex;
	    flex-direction: column;
	    width: 410px;
	    margin: 0 auto;
	    border: 1px solid #D9DEEB;
	    border-radius: 8px;
	    padding: 40px;
	}
	.w__login-section .w__loc {
	    width: 100%;
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.w__lh-title {
		font-size: 22px;
	}
	.w__storedetials-info .w__store-rating {
	    max-width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
	.w__storedetials-info .w__store-rating ul {
    	display: flex;
	    margin: 0 5px 0 0;
	}
	.w__storedetials-info .w__store-rating svg {
	    margin-right: 0;
	}
	.w__loginpage-header {
	    position: relative;
	    float: left;
	    width: 100%;
	    margin: 0 0 18px 0;
	}
	.w__lh-blk {
	    display: flex;
	    align-items: center;
	}
	.w__lh-icon {
	    margin: 0 15px 0 0;
	}
	.w__lh-desc {
	    color: #979797;
	    margin: 12px 0 0 0;
	}
	.form-blk {
	    position: relative;
	    float: left;
	    width: 100%;
	}
	.w__storedetials-info .w__store-name h1 {
	    font-size: 18px !important;
	    line-height: 30px;
	}
	.w__powered-by {
	    width: 100%;
	    text-align: center;
	    float: left;
	    position: relative;
	    margin: 30px 0 0 0;
	}
	.w__powered-by .site-logo {
	    color: #282A31;
	    font-size: 20px;
	    font-weight: 800;
	    display: inline-block;
	    margin: 5px 0 0 0;
	}
	.w__otp-blk .w__store-rating {
	    font-size: 13px;
	}
	.w__login-blk .w__loc-icon {
	    margin: 0 12px 0 0;
	}
	.w__login-blk .w__loc-group {
	    color: #6F81A1;
	    font-size: 14px;
	}
	/* End login page */
	/* otp page */
	.w__otp-section {
	    float: left;
	    position: relative;
	    width: 100%;
	    padding: 114px 0 80px;
	}
	.w__otp-blk .w__store-rating {
	    font-size: 13px;
	}
	.w__otp-blk .w__loc-group {
	    color: #6F81A1;
	    font-size: 14px;
	}
	.w__otp-blk .w__loc-icon {
	    margin: 0 12px 0 0;
	}
	.row-otp {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 0 0 20px 0;
	}
	.row-otp .otp {
	    border: 1px solid #DEE2E6;
	    width: 48px;
	    height: 48px;
	    margin: 0 7.5px;
	    border-radius: 8px;
	    text-align: center;
	    font-weight: 800;
    	font-size: 20px;
	}
	.w__otp-section p {
	    color: #5D5D5D;
	    font-size: 17px;
	    line-height: 1.5;
	}
	.resend-text {
	    font-size: 16px;
	}
	.rcode {
		color: #1E5DFF;
		display: none;
	}
	.invalid-otp {
		color: #E72A2A;
	}
	.w__otp-blk {
	    display: flex;
	    flex-direction: column;
	    width: 410px;
	    margin: 0 auto;
	    border: 1px solid #D9DEEB;
	    border-radius: 8px;
	    padding: 40px;
	}
	/* End otp page */
	/* Available credits */
	.w__available-credits h3 {
	    font-size: 20px;
	    line-height: 1.5;
	    font-weight: 600 !important;
	    margin-bottom: 1rem !important;
	}
	.w__available-credits {
	    float: left;
	    width: 100%;
	    position: relative;
	    background-color: #FBFCFF;
	    padding: 20px 25px 25px 25px;
	    border-bottom: 1px solid rgb(40 42 49 / 6%);
    	border-top: 1px solid rgb(40 42 49 / 6%);
	}
	.w__aclist-item {
	    border-bottom: none;
	    position: relative;
	    background-color: #fff;
	    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 8%);
	    padding: 12px;
	    border-radius: 8px;
	}
	.w__aclist-item:nth-child(4), .w__aclist-item:nth-child(5), .w__aclist-item:nth-child(6) { 
		border: none;
	}
	.w__ac-list {
	    padding: 0;
	    margin: 0;
	    display: grid;
	    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
	    gap: 22px;
	}
	.w_acicon-blk span {
	    padding-left: 12px;
	    font-size: 17px;
	}
	.w__ac-label {
	    color: #213963;
	    font-size: 14px;
	    margin-left: 53px;
	}
	.w_acicon-blk {
	    display: flex;
	    align-items: center;
	}
	.w_acicon-blk .w__ac-check {
	    padding-left: 4px;
	}
	.w__aclist-item:last-child .w_acicon-blk span {
	    color: #6F81A1;
	    font-weight: 400 !important;
	    font-size: 16px;
	}
	.w_acicon-blk .acicon-svg {
	    padding-left: 0;
	}
	.acicon-svg {
	    display: flex;
	    width: 40px;
	    height: 40px;
	    align-items: center;
	    background-color: #F4F6FB;
	    border-radius: 100px;
	    justify-content: center;
	}
	/* End Available credits */
	/* Appointment History */
	.w__apphis-section {
	    position: relative;
	    width: 100%;
	    float: left;
	    padding: 0 0 0 0;
    	margin-top: 0;
	}
	.w__tabs {
	    position: relative;
	    float: left;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    background-color: #fff;
	    border-radius: 8px;
	    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
	    border: none;
	    padding: 0px 75px;
	    border: none;
	}
	.nav-tabs.w__tabs li a {
	    border-bottom: 2px solid transparent;
	    color: #B1B1B1;
	    font-size: 18px;
	    background: transparent !important;
	    padding: 16px 30px !important;
	}
	.nav-tabs.w__tabs li a.active {
	    /*border: none;*/
	    border-bottom: 2px solid #009cb3;
	}
	.w__tab-content {
		float: left;
		position: relative;
		width: 100%;	
		margin-top: 12px;
	}
	.nav-tabs.w__tabs li {
	    margin-bottom: 0;
	}
	.card.aph__card {
	    background-color: #fff;
	    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
	    padding: 14px 20px 20px;
	    border-radius: 8px;
	    border: none;
	}
	.aph__card .btn-link:hover, .aph__card .btn-link:focus {
	    text-decoration: none;
	}
	.aph__header-appdatetime {
	    background-color: #F4F6FB;
	    border-radius: 6px;
	    padding: 10px 20px;
	}
	.aph__header-dt {
	    display: flex;
	    align-items: center;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 22px;
	}
	.aph__header-servicedetails span {
	    color: #6F80A1;
	}
	.aph__header-servicedetails {
	    font-size: 14px;
	}
	.aph__header-label {
	    font-size: 16px;
	    display: flex;
	    align-items: center;
	    line-height: 28px;
	    margin: 0 0 10px 0;
	}
	.w__action-controls {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	}
	.w__action-controls button {
	    margin-left: 15px;
	}
	.aph__confirmed .aph__header-label span {
	    color: #26C460;
	    font-size: 10px;
	    padding: 0 5px 0 0;
	}
	.aph__completed .aph__header-label span {
	    color: #0085FF;
	    font-size: 10px;
	    padding: 0 5px 0 0;
	}
	.aph__cancelled .aph__header-label span {
	    color: #FF4B4B;
	    font-size: 10px;
	    padding: 0 5px 0 0;
	}
	.aph__header-servicedetails {
    	font-size: 15px;
	    margin: 15px 0 0 0;
	    padding-left: 35px;
	    line-height: 20px;
	    display: none;
	    font-weight: 600 !important;
	}
	.collapsed .aph__header-servicedetails { 
		display: block;
	}
	.aph__cancelled .collapsed .aph__header-canceledby {
	    font-size: 15px;
	    font-weight: 500;
	    padding-left: 35px;
	    margin: 15px 0 0 0;
	    padding-bottom: 0;
	    border-bottom: none;
	}
	.aph__header-canceledby {
	    font-size: 15px;
	    font-weight: 500;
	    padding-left: 0;
	    margin: 20px 0 0 0;
	    border-bottom: 1px solid rgba(40, 42, 49, .1);
	    padding-bottom: 20px;
	}
	.aph__date {
	    margin-right: 25px;
	    font-size: 16px;
	}
	.aph__time {
	    font-size: 16px;
	}
	.w__tab-content .card-body .w__sslist-item {
	    flex-wrap: wrap;    
	    padding: 15px 6px;
	}
	.w__tab-content .card-body .w__summarylist-item {
		padding: 5px 6px;
		font-size: 17px;
	}
	.w__tab-content .card-body .w_sslist-servicename, .w__tab-content .card-body .w_sslist-price {
	    font-size: 17px;
	}
	.w_sslist-servicename::first-letter {
	    text-transform: capitalize;
	}
	.w__tab-content .card-body .w__summarylist-item:first-child {
	    margin-top: 10px;
	}
	.w__tab-content .card-body .w__summarylist-item:last-child {
	    margin: 10px 0 0 0;
	    padding-top: 14px;
	}
	.w_sslist-timelable {
	    margin-right: 20px;
	    display: flex;
	    align-items: center;
	}
	.w_sslist-timelable span {
	    margin-right: 6px;
	}
	.w_sslist-timestaff-blk {
	    flex: 0 0 100%;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    color: #6F80A1;
   		margin: 12px 0 0 0;
   		font-size: 16px;
	}
	.w__tab-content .card-body .w__ss-list {
	    background-color: #fff;
	    border-top: 1px solid rgba(40, 42, 49, .1);
	    border-radius: 0;
	}
	.w__tab-content .accordion .btn-link:after {
	    position: absolute;
	    right: 15px;
	    top: 26px;
	}
	.w__tab-content .accordion .btn-link.collapsed:after {
	    content: "\f078";
	}
	.aph__card .card-header {
	    padding: 0;
	    background: transparent;
	    border: none;
	}
	.aph__cancelled-info {
		background-color: #FFECEC;
		color: #FF4B4B;
		padding: 15px 25px;
		border-radius: 8px;
		font-size: 13px;
	}
	.accordion .btn-link:after {
	    content: "\f077";
	    float: right;
	    font-style: normal;
	    font-variant-caps: normal;
	    font-variant-ligatures: normal;
	    font-weight: 900;
	    height: 16px;
	    line-height: 1.5;
	    text-rendering: auto;
	    width: 16px;
	    -webkit-font-smoothing: antialiased;
	    font-family: "Font Awesome\ 5 Pro";
	}
	.btn-link:hover {
	    text-decoration: none;
	}
	.accordion .btn-link {
	    display: block;
	    width: 100%;
	    text-align: left;
	    position: relative;
	    color: #282A31;
	    font-size: 17px;
	    font-weight: 700;
	    padding: 6px 0;
	    letter-spacing: 0.5px;
	    white-space: normal;
	}
	.w__bd {
	    border-top: 1px solid rgba(40, 42, 49, .1);
	}
	/* End Appointment History */
	/* Mobile menus */
	.w__navbarmlicon-active {
		display: none;
	}
	.w__navbarmoblist-active .w__navbarmlicon-active {
		display: inline-flex;
	}
	.w__navbarmoblist-active .w__navbarmlicon-inactive {
		display: none;
	}
	.burger__on, body.open .burger__off {
		display: none;
	}
	body.open .burger__on {
	    display: flex;
	}
	.w__al-header {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.w__alheader-left {
	    display: flex;
	    align-items: center;
	}
	.w_list-alogin li a {
	    display: flex;
	    align-items: center;
	    padding: 10px 15px 10px 15px;
	    color: #23B2AF;
	    font-weight: 600;	
	}
	.w_list-alogin li a span {
	    padding-right: 5px;
	}
	.w__sslide-mobile {
	    margin: 0;
	}
	.w__navbarmob-list {
	    width: 100%;
	    padding: 4px 10px;
   		border-top: 1px solid #F4F6FB;
	}
	.w__navbarmob-list li {
	    padding: 0;
    	border-bottom: 1px solid #F2F2F2;
	}
	.w__navbarmoblist-active {
	    border-radius: 16px;
	}
	.w__navbarmoblist-item:last-child {
		border-bottom: none;
	}
	.w__navbarmoblist-item > a:hover, .w__navbarmoblist-item > a:focus {
	    background-color: #EDF0F5;
	}
	.w__navbarmoblist-item > a {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    padding: 15px 30px 15px 24px;
	    background-color: #fff;
	    border-bottom: none;
	    position: relative;
    	border-radius: 16px;
	}
	.end-arrow {
	    position: absolute;
	    right: 30px;
	    top: 35%;
	}
	.w__navbarmlmenu-right {
	    margin: 0 25px 0 0;
	}
	.w__navbarmlmenu-label {
	    font-size: 16px;
	    font-weight: 600;
	    color: #494F56;
	}
	.w__navbarml-icon {
	    margin-right: 15px;
	    position: relative;
    	top: 6px;
	}
	.w__navbarmlmenu-desc {
	    font-size: 14px;
	    color: #5D5D5D;
	}
	.w__navbarmoblist-active {
	    background-color: #EDF0F5 !important;
	}
	.w__navbarmoblist-active .w__navbarmlmenu-label, .w__navbarmoblist-active .w__navbarmlmenu-desc {
	    color: #000;
	}
	.w__navbarml-menu {
	    display: flex;
	    justify-content: space-between;
	    flex-direction: row;
	    align-items: flex-start;
	    width: 100%;
	}
	.w__navbarmlmenu-right span {
	    background: #F5F5F5;
	    color: #050505;
	    padding: 12px 20px;
	    border-radius: 100px;
	    text-align: center;
	    font-size: 12px;
	}
	.w__navbarmlmenu-right span {
        background-color: #f5f5f5;
	    border-radius: 100px;
	    padding: 6px 18px;
	    color: #050505;
	    font-size: 12px;
	    display: inline-flex;
	}
	.mem-right span {
	    width: 38px;
	    height: 38px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: inherit;
	}
	.w__id-left {
	   	position: absolute;
	    left: 0;
	    display: flex;
	    max-width: 400px;
	    flex: 0 0 400px;
	    -ms-flex: 0 0 400px;
	    height: 100%;
	}
	.w__id-right {
	    padding-left: 420px;
	}
	.w__idb-header {
	    display: flex;
	    flex-direction: row;
	    margin: 0;
	    position: relative;
	    float: left;
	    background-color: #fff;
	    padding: 24px 15px;
	    width: 100%;
	    align-items: center;
	}
	.w__idheader-left {
	    display: flex;
	    align-items: center;
	    flex: 0 0 420px;
	}
	.w__idhleft-icon {
	    padding-right: 12px;
	}
	.w__idhleft-label {
	    font-size: 24px;
	    font-weight: 900;
	}
	.w__idhright-label {
	    font-size: 20px;
	    color: #454545;
	    font-weight: 600;
	}
	.w__idheader-right {
	    margin: 0;
	}
	.w__tabs-container {
	    display: block;
	    width: 665px;
	    margin: 20px auto 0;
	    position: relative;
	}
	.w__inner-dkmenu .w__after-login {
	    width: auto;
	}
	.w__navbarmoblist-item > a:hover, .w__navbarmoblist-item > a:focus {
	    text-decoration: none;
	}
	/* End Mobile menus */
	/* My Profile page */
	.w__profileform-section {
	    position: relative;
	    width: 100%;
	    float: left;
	    padding: 0;
   		margin-top: 0;
	}
	.w__profile-username span {
	    display: inline-flex;
	    width: 64px;
	    height: 64px;
	    align-items: center;
	    justify-content: center;
	    background: #B1DEFF;
	    border-radius: 100px;
	    color: #288DD6;
	    font-size: 24px;
	    font-weight: 600;
	}
	.w__profile-username {
	    text-align: center;
	    margin: 0 0 30px 0;
	}
	.w__action-controls {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	}
	.w__action-controls button {
	    margin-left: 15px;
	}
	.w__profile-form {
	    width: 490px;
	    position: relative;
	    background-color: #fff;
	    padding: 40px;
	    border-radius: 8px;
	    margin: 25px auto 30px;
	}
	/* End My Profile page */
	.w__bc-blk {
	    display: flex;
	    align-items: center;
	}
	.w__bc-icon {
	    margin-right: 12px;
	}
	.w__bc-label {
	    font-size: 18px;
	}
	.w__breadcrumb-section {
	    position: relative;
	    float: left;
	    width: 100%;
	    background-color: #fff;
	    padding: 18px 0;
	    margin: 60px 0 0 0;
	}
	/* cancel popup */
	#cancellingBookingModal .modal-content {
	    height: auto;
	}
	#cancellingBookingModal .modal-dialog {
	    height: auto;
	    position: initial;
	    margin-top: 50px;
	}
	#cancellingBookingModal .gi-close {
	    padding: 15px 15px 0px 42px;
	}
	#cancellingBookingModal .gi-close .close {
	    float: right;
	}
	.cbm__alert-warning {
	    padding: 15px;
	    background-color: #FFECEC;
	    border-radius: 8px;
	    display: flex;
	    align-items: flex-start;
	}
	.cbm__alert-icon {
	    margin-right: 10px;
	    position: relative;
	    top: 5px;
	}
	.cbm__alert-desc {
	    gap: 10px;
	    display: flex;
	    flex-direction: column;
	}
	.cbm__alert-desc a {
	    color: #0075FF;
	}
	#cancellingBookingModal .w__action-controls {
	    justify-content: center;
	}
	#cancellingBookingModal .modal-body {
	    padding: 15px 15px 20px;
	}
	.cbm__blk .modal-title {
	    font-size: 18px;
	}
	.cbm__response-blk {
		display: none;
	}
	/* End Cancel popup */
	/* Invoices */
	.w__invoices-section {
		position: relative;
	    width: 100%;
	    float: left;
	    padding: 0;
    	margin-top: 0;
	}
	.w__invoicecard-item {
    	background-color: #fff;
	    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
	    padding: 16px;
	    border-radius: 8px;
	    margin-bottom: 15px;
	}
	.w__ic-bottom {
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
	    margin: 15px 0 0 0;
	}
	.w__invoice-date {
	    display: flex;
	    align-items: center;
	    color: #6F80A1;
	    font-size: 16px;
	}
	.w__invoice-date span {
	    margin-right: 8px;
	}
	.w__view-invoice button {
	    background-color: #F5F6F8;
	    color: #23B2AF;
	    padding: 8px 20px;
	    border-radius: 100px;
	    font-size: 16px;
	    display: flex;
	    align-items: center;
	}
	.w__view-invoice button svg {
	    margin-left: 5px;
	}
	.w__ic-top {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.w__invoice-value, .w__invoice-label {
	    font-size: 18px;
	}
	.w__invoicecard-list {
	    width: 532px;
	    margin: 30px auto 30px;
	}
	/* End Invoices */
	/* Invoice Details */
	.w__invoicedetails-container {
	    padding: 30px 50px;
	    position: relative;
	    width: 100%;
	}
	.w__invoicedetails-container .text-right .btn svg {
	    margin-right: 5px;
	}
	.w__id-topheadright {
	    text-align: right;
	}
	.w__invoicedetails-blk {
	    padding: 30px;
	    background: #fff;
	    margin: 30px 0;
	}
	.w__id-topheadright .text-uppercase {
	    font-size: 22px;
	}
	.w__storecustomer-blk {
	    border-top: 1px solid #aaa;
	    padding-top: 15px;
	    margin-top: 15px;
	}
	.w__stcu-right {
	    text-align: right;
	}
	.w__receipt-details th {
	    border: 1px solid #000;
	    padding: 8px 12px;
	    text-align: center;
	}
	.w__stcu-left {
	    border-left: 4px solid #2E00D9;
	    padding-left: 10px;
	}
	.bill-total {
	    width: 310px;
	}
	.b-t {
	    border-top: 1px solid #000;
	}
	.mode-of-payment{
	max-width: 100% !important;
	}
	.mode-of-payment table{
	max-width: 100% !important;
	white-space: nowrap !important;
	}
	.mode-of-payment .table th, .mode-of-payment .table td, .payment-by-date .table th, .payment-by-date .table td, .w__item-details .table th, .w__item-details .table td {
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	}
	.mode-of-payment .table, .payment-by-date .table, .w__item-details .table {
	    border: 1px solid #000;
	}
	.mode-of-payment h5, .payment-by-date h5 {
	    font-size: 16px;
	    font-weight: 700 !important;
	    margin: 0 0 15px 0;
	}
	.w__id-topheadleft img {
	    width: 60px;
	}
	.bill-total label {
	    color: #000;
	}
	.w__id-colthr {
	    display: flex;
	    align-items: flex-end;
	    justify-content: flex-end;
	}
	.w__download-inv .on__hover, .w__download-inv:hover .off__hover, .w__download-inv:focus .off__hover {
	    display: none;
	}
	.w__download-inv:hover .on__hover, .w__download-inv:focus .on__hover {
		display: inline-flex;
	}
	.w__invoicedetails-section {
	    position: relative;
	    float: left;
	    width: 100%;
	}
	.w__idheader-right .breadcrumb {
	    margin: 0;
	    background-color: transparent;
	    padding: 0;
	    border-radius: 0;
	}
	.w__idheader-right .breadcrumb li a {
	    color: #23B2AF;
	}
	.w__idheader-right .breadcrumb-item.active {
	    color: #454545;
	}
	/* End Invoice Details */

/* End New Code */
	/* Empty States */
	.aph__empty {
	    text-align: center;
	}
	.aph__empty h3 {
	    color: #5D5D5D;
	    font-style: italic;
	    font-size: 20px;
	    margin: 0 0 30px 0;
	}
	.card.aph__empty {
	    padding-top: 60px;
	    padding-bottom: 60px;
	    margin: 0 0 40px 0;
	}
	.aph__empty-img img {
	    width: 345px;
	}
	.aph__empty p {
	    font-size: 16px;
	    position: relative;
	    top: -50px;
	}
	
	
	/* Button Loading */
	@keyframes stretch {
     0% {
         transform: scale(0.5);
         background-color: #aaa;
    }
     50% {
         background-color: #ccc;
    }
     100% {
         transform: scale(1);
         background-color: #fff;
    }
}
 .btn-load {
     align-items: center;
     border-radius: 5px;
     cursor: pointer;
     display: inline-flex;
     justify-content: center;
}
 .btn-load.btn-load__dots--loading {
     font-size: 0;
}
 .btn-load.btn-load__dots--loading .btn-load__dots {
     display: flex;
}
 .btn-load.btn-load__dots--loading .btn-load__dots i {
     animation-direction: alternate;
     animation-duration: 0.5s;
     animation-fill-mode: none;
     animation-iteration-count: infinite;
     animation-name: stretch;
     animation-play-state: running;
     animation-timing-function: ease-out;
     border-radius: 100%;
     display: block;
     height: 10px;
     margin: 0 1px;
     width: 10px;
     animation-delay: 0.1s;
     margin: 0 5px;
}
 .btn-load.btn-load__dots--loading .btn-load__dots i:first-child {
     animation-delay: 0s;
     margin: 0;
}
 .btn-load.btn-load__dots--loading .btn-load__dots i:last-child {
     animation-delay: 0.2s;
     margin: 0;
}
 .btn-load i {
     font-weight: normal;
}
 .btn-load .btn-load__dots {
     display: none;
}

.terms_label {
    margin: 16px 0 0 10px;
}
.top__head-desktop {
		display: none;
	}
.ob__alert {
    padding: 15px;
    border-radius: 4px;
}	
.ob__alert .icon-status .fal {
    font-size: 18px;
}

	
	/* End Empty States */
/***************** End Custom styles ******************/

/***************** End MioSalon Main CSS **************/