h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:normal;margin:0;padding:0}
h3, .h3 {font-size: 17px; font-weight: 500; margin-bottom: 5px;}
h4, .h4 {font-size: 14px; font-weight: 700; margin-bottom: 5px; color:#000;}
h5, .h5 {font-size: 14px; font-weight: 700; margin-bottom: 5px; color:#000; text-transform: uppercase;}

@media (max-width: 767px){h2, .h2 {font-size: 1.5rem;} h5, .h5 {font-size: 9px;}}
@media (max-width: 1023px) and (min-width: 768px){h2, .h2 {font-size: 1.70rem;}}
@media (max-width: 1400px) and (min-width: 1024px){h2, .h2 {font-size: 2rem;}}
@media (min-width: 1024px){h2, .h2 {font-size: 2rem;}}

@media (min-width: 1024px){h1, .h1 {font-size: 3.4125rem;line-height: 4.7775rem;}}
@media (max-width: 1400px) and (min-width: 1024px){h1, .h1 {font-size: 2.625rem;line-height: 3.675rem;}}
@media (max-width: 1023px) and (min-width: 768px){h1, .h1 {font-size: 2.31rem;line-height: 3.234rem;}}
@media (max-width: 767px){h1, .h1 {font-size: 1.75875rem;line-height: 2.46225rem;}}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    text-align: left;
    background-color: #ffffff;
}
#page-container {
    position: relative;
    min-height: 80vh;
}
#footer {
    position: absolute;
    width: 100%;
}
.btn-primary {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 14px;
    color: white;
    background-color: #18A64B;
    border: 1px solid black;
    text-align: center;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary:hover {
    color: #fff;
    background-color: darkgreen;
    border: 1px solid black;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #335F7D;
    background-color: #268dc7;
    border: 1px solid #268dc7;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #8DBFCF;
    border-color: #8DBFCF;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8DBFCF;
    border-color: #8DBFCF;
}
a {
    color: #0a0;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    cursor: pointer;
    color: #0c0;
}
.l-constrained {
    margin: 0 auto;
}
.l-footer {
    width: 100%;
    height: auto;
}
.addressbox {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    margin: 15px 0;
}
@media (max-width: 767px){
    ol, ul {
        font-size: 1rem;
        line-height: 1.55rem;
    }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*Corona Befund*/
label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 0.875rem;
}
input[type="text"], .input-text {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5 !important;
    display: block;
    width: 100%;
    border: 1px solid #335F7D;
    background-color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.2s 0.1s ease !important;
    transition: all 0.2s 0.1s ease !important;
}

/*Container*/
.box-img {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    border-radius:4px;
}
.box-img img {
    border-radius:4px;
    transform: translateZ(0px);
    transition-duration: 2000ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0ms;
    transition-property: all;
    width: 100%;
}
.box-img:hover img {
    transform: scale(1.15);
}
.time-slot li .timing.selected .cancel-selected::before {
    content: "X" !important;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}
.day-slot li.left-arrow {
    margin-top: 25px;
    margin-left: 5px;
    left: -25px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 20px !important;
    transform: translateY(-50%);
    flex: 0 0 30px !important;
}
.day-slot li.right-arrow {
    margin-top: 25px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 20px !important;
    transform: translateY(-50%);
    flex: 0 0 30px !important;
}
.time-slot li .timing.selected::before {
    color: #fff;
    content: "X";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}
.booking-schedule.schedule-widget {
    overflow-x: auto;
}
.booking-schedule.schedule-widget > div {
    width: 100%;
}
.booking-schedule .day-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 0) and (max-width: 767px){.booking-schedule .day-slot li, .booking-schedule .time-slot li {-ms-flex: 0 0 94px; flex: 0 0 94px; width: 94px;}}
@media (min-width: 768px) {.booking-schedule .day-slot li, .booking-schedule .time-slot li {-ms-flex: 0 0 142px; flex: 0 0 145px; width: 145px;}}
.booking-schedule .time-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-schedule .time-slot li .timing span {
    display: inline-block;
}
.booking-schedule .day-slot li.right-arrow {
    right: -20px;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    color: #335F7D;
    border-color: #8DBFCF;
}
input[type=text]:focus, textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #8DBFCF;
}
.mapmarker{
    filter: invert(95%) sepia(34%) saturate(5043%) hue-rotate(167deg) brightness(87%) contrast(83%);
}
.negativ{
    filter: invert(45%) sepia(11%) saturate(2888%) hue-rotate(80deg) brightness(98%) contrast(78%);
}
.positiv{
    filter: invert(23%) sepia(95%) saturate(2888%) hue-rotate(350deg) brightness(81%) contrast(96%);
}
.input-error {
    border: 1px solid red !important;
}
.input-errortext {
    color: red;
}

/************ Checkbox ************/
.checkbox-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
}
.without-label {
    padding-left: 25px !important;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark, .checkmarkblue {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: solid 1px #bfbfbf;
}
.checkbox-container input:checked ~ .checkmark {
    border: solid 1px grey;
    background-color: #de1010;
}
.checkbox-container input:checked ~ .checkmarkblue {
    border: solid 1px #bfbfbf;
    background-color: #f6f6f6;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmarkblue:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container input:checked ~ .checkmarkblue:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container .checkmarkblue:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/************ scheduler ************/
.disabled {
    cursor: not-allowed;
}
.over {
    cursor: not-allowed !important;
    text-decoration: none;
    border: 1px solid #a7a7a7 !important;
    background-color: #e9e9e9 !important;
    color: #fffafa !important;
}
.pause {
    cursor: not-allowed !important;
    text-decoration: none;
    border: 1px solid #a7a7a7 !important;
    background-color: #e9e9e9 !important;
}
.reserved {
    cursor: not-allowed !important;
    text-decoration: none;
    border: 1px solid #a7a7a7 !important;
    background-color: #e9e9e9 !important;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s
}
.fade-enter,
.fade-leave-active {
    opacity: 0
}
.available:hover {
    background-color: #1cc258 !important;
    border: 1px solid #1cc258;
    text-decoration: none;
    color: white !important;
}
.time-slot li .timing.selected::before {
    content: unset;
}
.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}
.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px;
}
.time-slot li .timing:hover {
    background-color: #fff;
    border: 1px solid #8DBFCF;
}
.time-slot li .timing:last-child {
    margin-bottom: 0;
}
.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.submit-section.proceed-btn {
    margin: 0 0 30px;
}
.row {margin-left:0; margin-right:0;}
hr {background: #A8ADB3; height: 1px; border: none}
.card-label > input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}
.card-label > label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}
.required-field > label::after {
    content: " *";
    color: #F44336;
}
.img-fluid-test {
    max-width: 35%;
    height: auto;
}
.profile-widget {
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
    padding: 15px;
    margin-bottom: 0;
    border-radius: .25rem;
}

/*** sticky footer
@media (min-width: 768px){.footer--sticky {position: fixed;padding: 10px 0;bottom: 0;z-index: 100;}}
****/

.footer {
    padding: 20px 0;
    background-color: #18A64B !important;
    font-size: 0.8rem;
    color: white;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer .footer-menu ul li a {
    color: white;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.footer .footer-widget.footer-menu ul li a:hover {
    /*    color: #0c0;*/
    letter-spacing: 1px;
    padding-left: 30px;
}
.footer a {
    color: white;
}
.footer a:hover {
    color: black;
}
.terms-accept a {
    color: #2877a1;
    font-weight: 500;
}
.databox {
    margin-bottom: 1.875rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    /* flex-direction: column; */
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: -2px;
}
.card-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}
.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}
.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.booking-date {
    padding: 0;
    list-style: none;
}
.booking-date li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
}
.booking-fee {
    padding: 0;
    list-style: none;
}
.booking-fee li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}
.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}
.booking-total ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.booking-total ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41;
}
.booking-total ul li .total-cost {
    color: #2877a1;
    font-size: 16px;
    float: right;
}
@media (max-width: 767px){.testbox {height:140px;}}
@media (min-width: 768px){.testbox {height:180px;}}
.mbminus {
    margin: 0 -15px;
}
.breadcrumb-bar {
    background-color: #f6f6f6;
    padding: 5px 0;
    margin-right: 15px;
    width: 100%;
    text-align: center;
    color: black;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-title {
    text-align: center;
    color: black;
}
.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
    height: 85px;
    padding: 0 15px;
    margin-bottom: 0;
    min-height: 110px;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 200px;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid-logo {
    max-width: 70%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
.header-navbar-rht {
    margin: 0 0 0 auto;
    padding: 0;
}
.header-navbar-rht li:last-child {
    padding-right: 0;
}
.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-contact-detail {
    display: inline-block;
    padding-left: 10px;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 100px;
    padding: 0;
}

@media (min-width: 992px) {
    .main-nav > li {
        margin-right: 30px;
    }
    .main-nav > li:last-child {
        margin-right: 0;
    }
    .main-nav li {
        display: block;
        position: relative;
    }
    .main-nav > li > a {
        line-height: 85px;
        padding: 0 !important;
    }
    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }
    .main-nav li .submenu::before {
        border: 7px solid;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .main-nav .has-submenu.active > a {
        color: #268dc7;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #268dc7;
    }
    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }
    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
    .main-nav li .submenu a:hover {
        color: #268dc7;
        letter-spacing: 1px;
        padding-left: 20px;
    }
    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
        border-color: transparent #fff #fff transparent;
    }
}
@media only screen and (max-width: 1199px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-navbar-rht li.contact-item {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
    }
    .main-nav ul {
        background-color: #3474ac;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav > li {
        border-bottom: 1px solid #1663a6;
        margin-left: 0;
    }
    .main-nav li + li {
        margin-left: 0;
    }
    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }
    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }
    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active > a {
        color: #268dc7;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #268dc7;
    }
    .login-left {
        display: none;
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #f6f6f6;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media only screen and (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card {
        margin-bottom: 20px;
    }
    .breadcrumb-bar {
        height: auto;
    }
    .breadcrumb-bar .breadcrumb-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 576px) {
    .header-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-navbar-rht {
        display: none;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-brand.logo {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .navbar-brand.logo img {
        height: 80px;
    }
}
.nav-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: black !important;
}
input:focus::placeholder {
    color: transparent;
}

/* SCHEDULER */
.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}
.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}
.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%;
}
.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px;
}
.schedule-cont {
    padding: 20px;
}
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}
.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
    text-decoration: none;
}
.available {
    background-color: white !important;
    color: black !important;
}
.time-slot li .timing.selected {
    background-color: #18A64B;
    border: 1px solid #18A64B;
    color: #fff;
}
.btn-cart:before {
    content: url(../images/shopping-cart.svg);
    filter: invert(97%) sepia(25%) saturate(1%) hue-rotate(300deg) brightness(113%) contrast(101%);
    width: 15px;
    float: left;
    margin-right: 5px;
    margin-top:2px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input, .btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (max-width: 767px){.zoid-outlet {width:100% !important;}}
