@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700,800&display=swap');


body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-color: #ffffff;
}

/* ======================
	normalize css
======================= */

p {
    font-family: 'Roboto', sans-serif;
    color: #858585;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    outline: 0 none;
    cursor: pointer;
}

i {
    line-height: 1;
    font-style: normal;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.show>.btn-dark.dropdown-toggle:focus,
.btn-dark.focus,
.btn-dark:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
}

button:focus {
    outline: 0;
    outline: 0;
}

.h-center {
    align-items: center;
}

.btn {
    font-family: 'Lato', sans-serif;
}

.btn-custom {
    font-weight: 600;
    position: relative;
    background-color: #222;
    color: #fff;
    border-radius: 5px;
    padding: 13px 25px;
    line-height: 1;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 0;
    overflow: hidden;
    font-size: 15px;
    border: 0;
}

.btn-custom:hover {
    color: #fff;
    background-color: #222;
}

.btn-custom::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.btn-lit.btn-custom::before {
    background: #b6ffff;
}

.btn-custom:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.btn-custom-danger {
    font-weight: 600;
    position: relative;
    background-color: #e32c2d;
    color: #fff;
    border-radius: 5px;
    padding: 9px 15px 8px;
    line-height: 1;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 0;
    overflow: hidden;
    font-size: 13px;
    border: 0;
}

.btn-custom-danger:hover {
    color: #fff;
    background-color: #e32c2d;
}

.btn-custom-danger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.btn-custom-danger:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.btn-lg {
    padding: 12px 30px;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 110%;
        height: 110%;
        opacity: 0;
    }
}

.btn-lit,
.btn-lit:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.btn-blue {
    background-color: var(--primary-color);
    color: #fff;
}

.sp-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.sp-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-dull {
    background-color: #f5f7fa;
}

.bg-w {
    background-color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}


/* ======================
	HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

h5 a,
h6 a {
    color: inherit;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

h5 a:hover {
    color: var(--primary-color);
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
    color: inherit;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.centering {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    justify-content: space-between;
}

.v-content-center {
    justify-content: center;
}


.c-theme {
    color: var(--primary-color);
}

.c-black {
    color: #000;
}

/*==================
   all title
==================*/

.all-title {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.sec-title {
    color: #222;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 20px;

}

.sec-title::after {
    position: absolute;
    background-color: var(--primary-color);
    height: 1px;
    width: 80px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec-title::before {
    position: absolute;
    height: 17px;
    background-color: #fff;
    width: 17px;
    color: var(--primary-color);
    font-family: fontAwesome;
    content: '\f041';
    bottom: -8px;
    padding: 1.5px 0;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.bg-dull .sec-title::before {
    background-color: #f5f7fa;
}

.all-title p {
    max-width: 800px;
    margin: 0 auto 5px;
    color: #858585;
    text-transform: uppercase;
    font-size: 14px;
}


/* Header */
.head-top {
    background-color: #f5f7fa;
    padding: 5px 0;
}

.head-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    color: #222;
}

.head-top .head-contact-right {
    justify-content: flex-end;
}

.location-search .input-wrap select {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 3px 10px;
    text-transform: capitalize;
    border-radius: 50px;
    overflow: hidden;
    padding-left: 30px;
    width: auto;
}

.location-dropdown{
    position: relative;
}

.tt-menu.tt-open{
    position: absolute;
    z-index: 3;
    display: none;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%;
    box-shadow: 0 0 4px #ececec;
}

.tt-suggestion.tt-selectable, #noLocation {
    padding: 4px 15px;
}

.tt-cursor {
    background-color: #f5f7fa;
    color: #16181b;
}

/*.location-dropdown:hover .search-container{*/
    /*display:block;*/
/*}*/

/*.search-names{*/
    /*padding: 10px;*/
    /*font-size: 14px;*/
    /*text-transform: capitalize;*/
    /*color: #222;    display: block;*/
    /*width: 100%;*/
/*}*/

input:focus {
    outline: 0
}

.input-wrap,
.location-dropdown{
    position: relative;
    display: inline-block;
}

.input-wrap i {
    color: #222;
    margin-right: 3px;
    position: absolute;
    left: 14px;
    top: 8px;
    z-index: 1;
}

.input-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
}

.search-form .input-wrap {
    width: calc(100% - 107px);
    padding-left: 30px;
}

.search-form .input-wrap .form-control {
    padding: 6px 15px;
}

.search-form .input-wrap i {
    left: 14px;
    top: 10px;
    color: #858585;
    font-size: 13px;
}

.location-search input {
    border: 0;
    border-radius: 50px;
}

.search-form .btn {
    padding: 10px 3px;
    position: absolute;
    width: 100px !important;
    right: 4px;
    top: 4px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.head-top ul li {
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 3px 0;
    color: #666;
}

.head-top ul li a {
    color: #666;
}

.head-top li i {
    color: #222;
    margin-right: 3px;
}

.head-top ul li:not(:first-child) {
    margin-left: 13px;
    padding: 2px 0;
    padding-left: 13px;
    border-left: 1px solid #ccc;
}

.head-contact li a {
    color: #666;
}

.navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 2.5px;
    margin: 4px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.navbar-toggler-icon:nth-child(2) {
    width: 25px;
}

.navbar-toggler {
    padding: 2px;
    line-height: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar {
    padding: 0;
    justify-content: flex-end;
}

.topbar {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.top-cart i {
    color: #fff;
    font-size: 15px;
}

.top-cart {
    position: relative;
    margin-left: 30px;
}

.top-cart a {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
}

.cart-badge {
    border-radius: 50%;
    background-color: #d40303;
    color: #fff;
    padding: 2px 5.5px;
    font-size: 9px;
    position: absolute;
    top: -6px;
    right: 5px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.topbar .logo {
    position: relative;
    padding: 22px 0px;
    display: inline-block;
    z-index: 0;
}

.logo img {
    width: 150px;
}


.logo a {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}


/* banner area */
.carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.banner-controls a {
    opacity: 1;
    color: #222;
    transition: all 0.3s ease;
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 5px;
    border-radius: 3px;
    box-shadow: 0 0 13px #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.banner-controls a:hover,
.banner-controls a:focus {
    background-color: #222;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.banner-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0;
}

.carousel-indicators {
    bottom: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    display: block;
    right: auto;
    padding: 10px 20px;
    padding-left: 0;
}

.carousel-indicators li {
    margin: 0;
    width: 25px;
    border: 0;
    height: 2px;
    margin: 15px 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #222;
    width: 35px;
}

/* search area */
.search-form {
    flex-grow: 1;
}

.search-form form {
    max-width: 450px;
    margin-left: auto;
    box-shadow: 0 0 7px #dadada;
    padding: 4px;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.form-control {
    border: 0;
    padding: 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    color: #858585;
    font-weight: 400;
    position: relative;
    padding: 8px 15px 6px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
}

/* Shine */
.hover14 figure {
    position: relative;
    max-width: 250px;
    display: inline-block;
    transition: all 1s;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover
{
    transform: scale(1.2,1.2);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
.slot-date-head
{
    text-align: center;
    padding:15px 10px;
    text-transform: none;
    font-weight: 600;
    color: #33475b;
    font-size: 16px;
    margin-bottom: 5px;
}
.slot-date-head span
{
    width: 100%;
    font-size: 18px;
    display: block;
}
.slot-date-head + .mdx-grid-card
{
    padding-top: 0 !important;
    overflow: auto;
    /*min-height: 420px;*/
    /*max-height: 440px;*/
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover, */
/*input:-webkit-autofill:focus,*/
/*textarea:-webkit-autofill,*/
/*textarea:-webkit-autofill:hover,*/
/*textarea:-webkit-autofill:focus,*/
/*select:-webkit-autofill,*/
/*select:-webkit-autofill:hover,*/
/*select:-webkit-autofill:focus {*/
/*  border: 1px solid #d0d0d0;*/
/*  -webkit-text-fill-color: #f8f8f8;*/
/*  background:#f8f8f8!important;*/
/*  -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;*/
/*  transition: background-color 5000s ease-in-out 0s;*/
/*  color:#000;*/
/*}*/

/* .form-control[name='email'] {
    text-transform: lowercase;
} */

.form-control:focus,
.form-control:hover {
    border-color: #d0d0d0 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.br-0 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* categories */
.ctg-item {
    text-align: center;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    position: relative;
}

.ctg-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    opacity: 0.6;
    z-index: -1;
    background: #000;
}

.ctg-item a {
    padding: 40px 5px;
    display: block;
    margin: 5px;
    border-radius: 5px;
}

.ctg-item a.active {
    border: 1px solid #fff;
}

.ctg-item:hover {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(89, 89, 89, 0.10);
    box-shadow: 0px 0px 40px 0px rgba(89, 89, 89, 0.10);
    border-color: transparent;
}

.ctg-item h5 {
    color: #fff;
    font-weight: 500;
}


/* popular listing */

.listing-item {
    color: #222;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.15);
}

.listing-item .img-holder {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
}

.list-content {
    padding: 20px;
}

.list-content p{
    font-size: 13px;
    min-height: 70px;
}

.listing-item a,
.listing-item span {
    text-transform: capitalize;
}

.listing-item .img-holder::before {
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.ctg-info {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.ctg-info li {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
}

.category-name, .time-remaining {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.category-name {
    top: 15px;
    right: 15px;
}

.time-remaining {
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    opacity: 0.85;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    width: 100%;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    margin: 0;
    background-color: #000000;
    display: block;
    border-radius: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    /*width: 100%;*/
    min-width: auto;
    border: 0;
    padding: 0;
    box-shadow: 0 0 4px #ececec;
}
.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    z-index: 99;
}

.dropdown-item {
    padding: 20px 20px;
    font-size: 14px;
    text-transform: capitalize;
    /*text-align: center;*/
    color: #222;
}

.dropdown-item:hover {
    background-color: #000000
}

.dropdown-item.active:hover {
    color: #16181b;
}

.add-items .dropdown .dropdown-toggle {
    text-transform: capitalize;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 15px 8px;
    border-radius: 0;
    line-height: 1;
    display: block;
}

.add-items span {
    font-size: 10px;
    margin-left: 5px;
}

.dropdown-toggle::after {
    display: none;
}

.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder img {
    transform: scale(1.1);
    width: 100%;
    height: 240px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.listing-item:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.service-price {
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

.service-price .unit {
    font-size: 15px;
    vertical-align: text-top;
    font-weight: 400;
    margin-right: 1px;
}

.footer {
    background-color: #f5f7fa;
}

.footer-top {
    padding: 80px 0;
}

.company-details .f-content {
    position: relative;
    margin-top: 10px;
    color: #222;
}

.company-details .f-content p {
    color: #222;
}

.f-content i {
    color: #222;
    font-size: 35px;
    margin-bottom: 15px;
    display: block;
}

.company-details .f-content a {
    color: #222;
}

.foot-title h4 {
    padding-bottom: 15px;
    position: relative;
}

.quick-link a {
    position: relative;
    margin: 0 2rem;
    color:#31639c;
    font-size: 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quick-link a:hover {
    padding-left: 5px;
    color: #222;
}

.foot-title h4::after {
    position: absolute;
    background-color: #31639c;
    height: 2px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 0;
}

.footer-bottom {
    box-shadow: 0 -3px 12px 0px #f1f1f1;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
}

/* datepicker */

.datepicker-inline {
    width: 100%;
    border-radius: 0;
    padding: 20px;
}

.datepicker .prev,
.datepicker .datepicker-switch,
.datepicker .next {
    padding: 30px 0;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background-color: var(--primary-color);
}

.datepicker .table-condensed {
    width: 100%;
    margin: 0 auto;
}

.date-picker {
    box-shadow: 2px 0 5px var(--dark-primary-color);
    z-index: 1;
    background: var(--primary-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-width: 800px;
    margin: auto;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 0px var(--dark-primary-color);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    padding: 15.5px;
}

.datepicker table tr td.active.active:hover {
    background-color: var(--dark-primary-color);
}

.datepicker .datepicker-switch {
    text-transform: uppercase;
}

.datepicker table tr th.dow {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 0;
    color: #fff;
    border-radius: 0;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #fff;
    opacity: 0.4;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td.today {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.datepicker table tr td.day {
    border-radius: 6px;
    font-size: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 20px;
    color: #fff;
}

.datepicker table tr td span.new,
.datepicker table tr td span{
    color:#fff;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    color: #fff;
    opacity: 0.5;
}

.datepicker table tr td span:hover{
    background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused:hover{
    background: rgba(255, 255, 255, 0.2);
}

.datepicker table tr td span.focused {
    background: transparent;
}

.datepicker table tr td span.active.active{
    color:var(--primary-color);
    box-shadow: 0 0 20px 0px #0c315d;
    border-radius: 4px;
    background-color: #fff;
}

.slots-wrapper {
    border-radius:5px;
    position: relative;
    background-color: var(--dark-primary-color);
    z-index: 0;
    margin-left: 30px;
    display: none;
    align-content: space-between;
    margin-right: 30px;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    max-width: 740px;
    margin: auto;    
    min-height: 524px;
}

.time-slots {
    padding: 40px 30px;
    text-align: center;
    width: 100%;
}

.slot-time {
    width: 100%;
}

.slot-time h6 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
}

.time-slots li {
    display: inline-block;
    margin: 11px 12px;
}

/* time-slots */
.time-slots li input {
    -webkit-appearance: checkbox;
    /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;
    /* Firefox */
}

.time-slots .custom-control-description {
    color: #ffffff;
    font-size: 14px;
    padding-top: 4px;
}

.alert-custom {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.custom-control {
    color: #535353;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.custom-control-indicator {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ebebeb;
    position: relative;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom-radio .custom-control-indicator::after {
    border-radius: 30px;
    content: '';
    z-index: 99;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.custom-control-description {
    padding-left: 8px;
}

.custom-control-input:checked~.custom-control-indicator::before,
.custom-control-input:checked~.custom-control-indicator::after {
    background-color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.custom-control .custom-control-indicator {
    opacity: 0.4;
}

.custom-control-input:checked~.custom-control-indicator {
    opacity: 1;
}

.booking-time {
    overflow: hidden;
}

/* cart-area */

.shopping-cart-table .table {
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
}

.shopping-cart-table .table thead th {
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);
    padding: 20px 18px;
    background: #f5f7fa;
}

.shopping-cart-table .table tr td:not(:first-child),
.shopping-cart-table .table tr th:not(:first-child) {
    text-align: center;
}

.shopping-cart-table .table tr:last-child td {
    border-bottom: none;
}

.shopping-cart-table .table tr {
    margin: 10px 0;
}

.shopping-cart-table .table .cart-buttons {
    display: flex;
    justify-content: space-between;
}

.shopping-cart-table .table td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 18px;
    text-transform: capitalize;
    font-size: 13px;
    vertical-align: middle;
}

.shopping-cart-table .table td:first-child {
    font-weight: 600;
}

.shopping-cart-table .table td:last-child {
    border-right: 0;
}

.shopping-cart-table thead {
    border-top: 6px solid var(--primary-color);
    background: #fafafa;
    font-size: 13px;
}

input.qty {
    min-width: 40%;
    width: 40%;
}

.delete-btn {
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    background-color: #000;
    color: #fff;
    line-height: 25px;
    border-radius: 50%;
}

.delete-btn:hover {
    color: #fff;
}

.qty-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
}

.qty-wrap input {
    text-align: center;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
}

.qty-elements {
    background-color: #eee;
    border: 1px solid #ccc;
}
.qty-elements:first-child{
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}
.qty-elements:last-child{
    border-radius:0 6px 6px 0;
    -webkit-border-radius:0 6px 6px 0;
    -moz-border-radius:0 6px 6px 0;
    -ms-border-radius:0 6px 6px 0;
    -o-border-radius:0 6px 6px 0;
}
.qty-elements a {
    display: block;
    color: #222;
    height: 100%;
    line-height: 1;
    font-size: 19px;
    padding: 8px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 30px;
    text-align: center;
}

.cart-block {
    background-color: var(--primary-color);
    border-radius: 5px;
}

.final-cart {
    padding: 10px;
    color: #fff;
}

.final-cart h5 {
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cart-value {
    padding: 20px;
}

.final-cart li {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 15px;
}

.final-cart li:last-child {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 15px;
}

.cart-buttons .btn {
    background-color: transparent;
    color: #000;
    margin: 0 5px;
    border: 1px solid;
}

.cart-buttons .btn:hover {
    color: #fff;
    background-color: #222;
}

.navigation {
    display: flex;
    justify-content: space-between;
}

/* billing-info */
.billing-info {
    background-color: #fff;
    font-size: 15px;
    /*padding: 50px 50px 20px;*/
    margin-bottom: 30px;
    /*-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);*/
}

.billing-info h5 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

.billing-info h5::after {
    position: absolute;
    background-color: var(--primary-color);
    height: 2px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 0;
}

.billing-info p a {
    color: #222;
    font-weight: 600;
}

.form-group>span {
    text-transform: capitalize;
    color: #222;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

.form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 10px;
}
select[name="calling_code"] + .select2
{
  pointer-events: none;
}
select[name="calling_code"] + .select2-container--default .select2-selection--single .select2-selection__arrow
{
  display: none;
}
.booking-summary li {
    /*border: 1px solid #ccc;
    margin-bottom: 20px;*/
    display: flex;
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
}

.booking-summary li span {
    padding: 10px 20px;
    text-transform: capitalize;
    color: #222;
    font-size: 15px;
    display: inline-block;
    flex-basis: 50%;
}
.booking-summary li:nth-child(6) {
    background-color: #f1f4f7;
}
.booking-summary li:nth-child(6) span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 5px 20px;
}
.booking-summary li:nth-child(5) {
    background-color: #f1f4f7;
}
.booking-summary li:nth-child(5) span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 5px 20px;
}
.booking-summary ul {
    border: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   
    background-color: #fff;
}
.booking-summary li span+span {
    flex-basis: 50%;
    text-align: right;
    /* border-left: 1px solid #ccc; */
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
.wellbeing-logo
{
    text-align: center;
}
.wellbeing-logo img
{
    max-width: 250px;
}

.payment-box, .success-box {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 13px;
    padding: 50px 50px;
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.success-box {
    padding: 50px 50px 35px;
}

.payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payments .btn {
    border-radius: 50px;
    padding: 9px 20px;
    margin: 0 4px;
    margin-bottom: 10px;
    flex-basis: 32%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.payments .btn:hover {
    box-shadow: inset 0 0 3px var(--primary-color);
}

/* login-page */

.login-body-wrapper {
    background-color: #f6f6f6;
    position: relative;
    height: 100vh;
    width: 100%;
}
.logo-login img.leftimg {
    position: absolute;
    top: 62%;
    left: 37.3%;
    transform: translate(-50%,-50%);
}
.logo-login img.rightimg {
    position: absolute;
    top: 62%;
        left: 63%;
    transform: translate(-50%,-50%);
}
.login-page {
    font-size: 14px;
    overflow: hidden;
    /*background: #f6f6f6;*/
}
.loginlt::before {
    background: url(../../assets/img/leftimg.svg);
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    left: 3px;
    z-index: 99;
    bottom: -88px;
    transform: translate(-50%,-50%);
}
.loginlt::after {
    background: url(../../assets/img/rightimg.svg);
    content: "";
    width: 150px;
    height: 200px;
    position: absolute;
    right: -127px;
    bottom: -88px;
    transform: translate(-50%,-50%);
}
.loginlt {
    position: absolute;
    width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height:450px;
}
.loginltblock {
    position: absolute;
    width: 450px;
    top: 50%;
    background-color: #fff;
    padding: 35px;
    border-radius: 12px;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
img.shadeimg {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dropdown-menu.datepicker
{
    opacity:1 !important;
    visibility: visible !important;
}
@media(max-width:767px){
 img.shadeimg,.loginlt::after,.loginlt::before{
     display:none;
 } 
 
}
.login-page > p {
    color: #000;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login-page > p > a
{
    color: #000;
}

.medicon.medico1 {
    position: absolute;
    left: -170px;
    top: 40%;
 -webkit-animation: rotationfst 9s infinite linear;
}
@-webkit-keyframes rotationfst {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.medicon.medico2 {
    position: absolute;
    right: -170px;
    top: -85px;
 -webkit-animation: rotationscnd 9s infinite linear;
}
@-webkit-keyframes rotationscnd {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.medicon.medico3 {
    position: absolute;
    right: -170px;
    top: 80%;
 -webkit-animation: rotationthrd 9s infinite linear;
}
@-webkit-keyframes rotationthrd {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.medicon img {
    width: 60px;
    filter: invert(1);
    opacity: 0.19;
}
.login-box {
    max-width: 55%;
    width: 100%;
    margin: 0 auto;

}
.loginrt {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 315px;
    margin: 0 20px;
}
.loginrt img.img-responsive {
    width: 150px;
    margin: 0 auto 20px;
    /*border: 15px solid #fff;*/
    box-shadow: 0 4px 8px rgb(255 255 255 / 10%);
    animation: glowing 3000ms infinite;
    border-radius: 50%;
}
@keyframes glowing {
  0% 	{ box-shadow: 0 0 -10px #f5f5f5; border: 15px solid #fff; 	}
  40% 	{ box-shadow: 0 0  20px #f5f5f5; border: 15px solid #fff; 	}
  60% 	{ box-shadow: 0 0  20px #f5f5f5; border: 15px solid #fff;	}
  100% 	{ box-shadow: 0 0 -10px #f5f5f5; border: 15px solid #fff; 	}
}
.loginrt h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.loginlt span.logo-box {
    text-align: left!important;
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
}
.loginlt h4 {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin: 0 0 5px;
}
.loginlt input {
    background: #fff!important;
    border-radius: 5px!important;
}
@media(max-width:767px){
    .medicon {
        display: none;
    }
    .loginrt {
        display: none;
    }
    .loginlt {
        position: unset;
        top: 0!important;
        height: unset;
        padding: 30px;
        transform:unset;
    }
    .loginlt span.logo-box {
        margin-bottom: 15px;
    }
    .login-page {
        padding: 40px 30px;
    }
    .loginlt form {
        margin: 40px 0px 0!important;
    }
    .loginlt a.c-theme {
        font-size: 11px;
    }
    .loginlt label {
        font-size: 11px;
    }
    .login-box {
        max-width: 100%;
        padding: 0!important;
    }
    .loginltblock {
    width: 90%;
}
}
@media(min-width:767px) and (max-width:992px){
    .login-box {
        max-width: 93%!important;
    }
    .medicon{
        display:none;
    }
    .loginlt {
        padding: 55px 15px;
    }
    .loginlt a.c-theme {
        font-size: 11px;
    }
    .loginlt label {
        font-size: 11px;
    }
}
.logo-login .logo-box {
    /*background-color: #ffda54;*/
    display: inline-block;
    margin: 0 auto;
    padding: 11px 0;
    /*transform: translateY(-36px);*/
    /*border-radius: 7px;*/
    /*box-shadow: 0 0 8px #777;*/
    /*-webkit-border-radius: 7px;*/
    /*-moz-border-radius: 7px;*/
    /*-ms-border-radius: 7px;*/
    /*-o-border-radius: 7px;*/
    /*-webkit-transform: translateY(-36px);*/
    /*-moz-transform: translateY(-36px);*/
    /*-ms-transform: translateY(-36px);*/
    /*-o-transform: translateY(-36px);*/
}

.logo-login span img {
    width: 110px;
}
.loginlt form {
    margin: 20px 0 0;
}
.loginlt .flex-wrap {
    margin: 30px 0 0;
}
/*.login-body-wrapper::before {*/
/*    content: "";*/
/*    width: 70%;*/
/*    height:110%;*/
/*    position: absolute;*/
/*    background: #00234b;*/
/*    left: -20%;*/
/*    top:-10%;*/
/*    animation: morph 15s linear infinite alternate;*/
/*    z-index: 0;*/
/*    will-change: border-radius, transform;*/
/*    transform-origin: 55% 55%;*/
/*    pointer-events: none;*/
/*    -webkit-animation: morph 15s linear infinite alternate;*/
/*}*/
/*.login-page::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #00234b;*/
/*    z-index: 0;*/
/*    will-change: border-radius, transform;*/
/*    pointer-events: none;*/
/*    width: 70vmin;*/
/*    height: 70vmin;*/
/*    left: auto;*/
/*    right: -10vmin;*/
/*    top: auto;*/
/*    bottom: 0;*/
/*    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;*/
/*    transform-origin: 30% 30%;*/
/*}*/
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}
@keyframes spin {
    to {
      transform: rotate(1turn);
      -webkit-transform: rotate(1turn);
      -moz-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
      -o-transform: rotate(1turn);
    }
}

.login-box .input-group{
   position: relative;
   margin-bottom:30px;
}

.input-group input {
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
}
.homebtn i {
    font-size: 23px;
    color: #b9b9b9;
    padding: 10px 0;
}
.login-box .input-group label{
    /*position: absolute;*/
    /*top: 12px;*/
    /*left:20px;*/
    width:100%;
    text-align:left;
    display: block;
    margin: 0 0 7px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    z-index:4;
    text-transform: capitalize;
    color: #222;
    font-size: 13px;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.login-box .input-group input:valid~label,
.login-box .input-group input:focus~label,
.login-box .input-group input.email_login:not(:placeholder-shown)~label{
    top: 10px;
    /*background-color: #f8f8f8;*/
    padding: 0 5px;
}
/*.input-group i {*/
/*    position: absolute;*/
/*    top:0;*/
/*    right: 0;*/
/*    width: 43px;*/
/*    background-color: #222;*/
/*    line-height: 42px;*/
/*    z-index:5;*/
/*    color: #fff;*/
/*}*/
/*.input-group i::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -12px;*/
/*    top: calc(50% - 6px);*/
/*    border: 6px solid transparent;*/
/*    border-right-color: #222;*/
/*}*/


/*======================
    Custom checkbox
========================*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.5px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
}

/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\f00c';
    position: absolute;
    background: var(--primary-color);
    font-size: 0.8em;
    line-height: 1em;
    border-radius: 3px;
    left: 0px;
    padding-left: 0.5px;
    padding-top: 1.4px;
    text-align: center;
    top:2px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    transition: all 0.4s ease;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]+label,
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    margin: 0;
    line-height: 1.3;
    padding-left: 1.6em;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    color: #222;
}
.login-box .btn{
    padding: 13px;
}
.login-box a.btn
{
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

/*======================
    Service Details
========================*/

.detail-image img{
    max-width: 100%;
    border-radius: 10px;
}
.check-list li {
    margin-bottom: 10px;
}
.check-list li span{
    position: relative;
}
.check-list li span:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #31639c;
    margin-right: 10px;
}
.service-detail .detail-info{
    position: relative;
}
.service-detail h4{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.service-detail h4::after {
    position: absolute;
    background-color: #31639c;
    height: 2px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 0;
}
.detail-info ul li {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.detail-info ul li span{
    display: block;
    text-align: center;
}
.detail-info ul li:last-child {
    margin-bottom:0;
}
.detail-info ul li span:first-child{
    color: #ffffff;
    font-weight: 600;
    background: #31639c;
    padding:5px 15px;
    border-radius: 5px 5px 0 0;
}
.detail-info ul li span:last-child{
    color: #232323;
    font-weight: 600;
    padding:10px 15px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
}
.add-qty{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.add-qty li{
    padding: 10px;
}
.add-qty li span {
    color: #232323;
    font-weight: 600;
}
.service-detail .add-qty li .btn{
    width: 100%;
    padding: 13px;
}
.service-detail .add-qty .qty-elements{
    width:25%;
}
.service-detail .add-qty .qty-wrap input{
    width: 50%;
}
.service-detail .add-qty .qty-elements a{
    width: auto;
}

/*======================
    Custom Classes
========================*/
.hide {
    display: none;
}


/*new styles  01-09-2020*/

.topbar {
    /* background-color: #000; */
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: visible;
    padding: 15px 0px;
}

.logo img {
    
    vertical-align: initial;
}


.topbar .logo::after {
    background:#000!important;
}

.topbar .logo::before {
    background:#000!important;
}

.topbar a {color:#000 !important; text-decoration: none;}

.topbar a:hover {color:#000; text-decoration: underline;}

.book h4 { font-size:20px; font-weight:300; margin-top: 12px;}

.booknow  {border:1px solid #fff; border-radius: 20px; color:#ffffff; text-decoration:none;background: #30a74b;}

.book a:hover  {  background:#30a74b; text-decoration:none;}

a:hover {text-decoration:none!important;}

.banner-controls {
    position: absolute;
    bottom: 25px;
    left: 50%;
    font-size: 0;
    transform: translateX(-50%);
    text-align: center;
}

.banner-book-btn a { border-radius: 4px;color: #fff;background: #30a74b; text-decoration: none; width: 130px; height: 35px; padding: 0px 2px;font-weight: 400;}

.banner-book-btn a:hover { border-radius: 4px; color:#fff; background:#30a74b; text-decoration:none; }

.footer {
    background-color: #fff;
}

.social {font-size:12px; line-height:30px;  color: #000;}

.social img { width: 20px; }

.social a { margin:5px 5px; padding: 0 10px ;  }

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

.footerlnk-box {background: #f4f4f4; padding:80px 15px;color: #000;}

.footerlnk-box a {font-size:15px; line-height:30px;  color: #000;} 
.footerlnk-box a:hover {font-size:14px; line-height:30px;  color: #666; text-decoration: none;} 

.f-content i  {
    color: #222;
    font-size: 27px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0px 9px;
}


.f-content span {
    font-size:20px;
    margin: 12px 0px;
    text-decoration: none;
    color:#000;
}

.f-content a {
    font-size:20px;
    margin: 12px 0px;
    text-decoration: none;
    color:#000;
}

.footer-bottom a {font-size:14px;  color:#000; text-decoration: none; }
/*.btn-next-green*/
/*{*/
/*    background:#ffda54;*/
/*    color:#000;*/
/*}*/
.btn-next-green:hover
{
    background:#000;
    color:#fff;
}
.btn-sign {
    min-width: 100%;
    background-color: #000;
    color: #fff;
}
.user-dropdown
{
    margin-top: 15px;
    display: block;
    padding-bottom: 10px;
}

.user-dropdown + .dropdown-menu
{
    left: 0;
    
    /* margin-top: 6px; */
    background: #fff;
    border-radius: 3px;
    min-width: 170px;
}

.user-dropdown + .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #000000;
    border-radius: 0px;
}
.user-dropdown + .dropdown-menu .dropdown-item:hover {
    color:#ffffff !important;
}

/*.head-contact-right .toplink a*/
/*{*/
/*    line-height: 36px;*/
/*}*/
.data-privacy-notice
{
    background: #000000;
    margin-top: -2px;
    position: relative;
    padding: 5px 20px;
    
}
.data-privacy-notice p
{
    color: #ffffff;
}


.booking-summary h5 {
    font-size: 18px;
    margin: 0;
}
.booking-summary h5:after {
    display:none;
}
.booking-summary li:nth-child(1) {
    border-bottom: 1px solid #f5f5f5;
}
.booking-summary li:nth-child(2) {
    border-bottom: 1px solid #f5f5f5;
}
.booking-summary li:nth-child(1) span {
    color:#9fa3a8;
}
.booking-summary li:nth-child(2) span {
    color:#9fa3a8;
}
.booking-summary li:nth-child(3) span {
    color:#9fa3a8;
}
.booking-summary {
    position: relative;
    margin-bottom: 56px;
}
.booking-summary img {
    position: absolute;
    top: 100%;
    width: 100%;
}
.checkoutpg {
    background-color: #f2f2f7;
    padding: 60px 0;
}
.checkoutpg .billing-info {
    background: transparent;
}
.booking-summary li:nth-child(3) span+span {
    color: #636363;
}
.booking-summary li:nth-child(2) span+span {
    color: #636363;
}
.booking-summary li:nth-child(1) span+span {
    color: #636363;
}







section.landingpage {
    background-color: #f6f6f6;
    padding: 83px 0;
    height: calc(100vh - 200px);
    align-items: center;
display: flex;
}
.commonlrpad{
    padding-left:120px;
    padding-right:120px;
}
/*.landinglt {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.landinglt {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    padding-top: 20px;
}
.landinglt h4 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
}
.landinglt h1 {
    font-size: 47px;
    font-weight: 800;
    margin-bottom: 20px;
    width: 500px;
}
.landinglt h5 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
.dropdown.add-items {
    display: inline-block;
}
.head-contact-right .toplink a i {
    font-size: 17px;
    width: 20px;
    height: 20px;
}
.bookbtn{
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    background-color: #ffc714;
    color: #000;
    border-radius: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position:relative;
}
.bookbtn:hover{
    color:#000;
}
.bookbtn:after {
    font-family: 'FontAwesome';
    content: "\f061";
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #ffc714;
    position: absolute;
    right: -50px;
    top: 2px;
    line-height: 38px;
    animation: hsecond 4s infinite;
}
@keyframes hsecond {
    0% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(5px);
    }

}
ul.head-contact-right li a {
    background-color: #000;
    color: #fff!important;
    padding: 7px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
nav.topbar {
    background-color: #f6f6f6;
    border: none;
}
.footer-bottom {
    box-shadow: none;
    background-color: #f6f6f6;
}
body{
    background-color: #f6f6f6;
}
.brdrlft{
    border-left: 1px solid #ccc;
}
@media(max-width:992px){
    .hidden-xs ,.hidden-sm{
        display:none;
    }
section.landingpage {
    height: calc(100vh - 250px);
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
}
.bookbannerimg img {

    display: none;
}
#mdxSlots {
    position: relative;
    height: 320px;
}
.bookbtn {
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 600;
    width: 100%;
}
.bookbtn:after {
   
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    color: #ffc714;
    top: 7px;
    line-height: 30px;

    position: absolute;
    right: 22px;
}
.landinglt h4 {
    font-size: 25px;
    font-weight: 400;
}
.toplink span {
    display: none;
}
.toplink a {
    background-color: transparent!important;
   
}
.landingpage .landinglt {
    padding: 0;
}
form#logoutForm a {
    margin: 0;
    color: #000!important;
}
.toplink a i{
   font-size: 22px!important;
    color: #000!important;
   
}
.landingpage .container {
    height: 100%;
    display: flex;
    align-items: center;
}
li.mb-3.toplink {
    margin-bottom: 0!important;
}
.landinglt h1 {
    font-size: 28px;
    width: 100%;
}
.toplink .mt-4, .my-4 {
     margin-top: 0rem!important; 
}
.landingpage .col-md-6.col-xs-12.col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
}
.brdrlft{
    border-left: 1px solid transparent;
}
.login-page > p {
    margin: 0;
}
}
html,body{
    overflow-x:hidden;
}