@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif !important;
}

.btn {
    font-size: 14px;
}

@font-face {
    font-family: BwModelica;
    src: url(../../reva-logo-font-family/BwModelicaSS02-Light.ttf);
}

.logo {
    font-family: BwModelica;
    font-weight: lighter;
    font-size: 1.5rem !important;
    letter-spacing: 4px;
}

.form-control {
    font-size: 13px;
}


/* ALL CSS RELATED TO WEB BOOKING */

.loader-custom {
    margin: 10px auto;
    border: 7px solid #e7e7e7;
    border-radius: 50%;
    border-top: 7px solid #a7a7a7;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slots {
    max-height: 200px;
    overflow: auto;
    border-top: solid 1px #ced4da;
    border-bottom: solid 1px #ced4da;
}

.slots .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
}

.slots .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}


/* MAPS CSS START */


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
    height: 250px;
    display: none;
}

#description {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px 'Open Sans', sans-serif;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.buttonRadio {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    margin-bottom: 10px;
}

.buttonRadio label,
.buttonRadio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.buttonRadio input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.buttonRadio input[type="radio"]:checked+label {
    background: #000;
    border-radius: 10px;
    color: #fff;
}

.buttonRadio label {
    cursor: pointer;
    z-index: 90;
    line-height: 17px;
    font-size: 13px;
    font-weight: 400 !important;
    border-radius: 10px;
    border-color: #000;
    color: #000;
    background: none;
}

.selectOp {
    margin-bottom: 15px;
}

#pac-input {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.custom-select {
    font-size: 13px;
}


/* MAPS CSS END */


/* MULTI STEP FORM START */

#bookingForm {
    position: relative;
    margin-top: 20px
}

.wrapper {
    /* margin-top: 85px; */
}

#bookingForm fieldset .form-card {
    /* background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative */
}

#bookingForm fieldset {
    /* background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative */
}

#bookingForm fieldset:not(:first-of-type) {
    display: none
}

#bookingForm fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#bookingForm input,
#bookingForm textarea {
    /* padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px */
}

#bookingForm select {
    /* padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer; */
}

#bookingForm input:focus,
#bookingForm textarea:focus {
    /* -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px soli #1db360;
    outline-width: 0 */
}

#bookingForm .action-button {
    /* width: 100px;
    max-width: 120px;
    background: #1db360;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px */
}

#bookingForm .action-button:hover,
#bookingForm .action-button:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #1db360 */
}

#bookingForm .action-button-previous {
    /* width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px */
}

.form-title {
    font-weight: bold;
    color: #2c415b;
}

#bookingForm .action-button-previous:hover,
#bookingForm .action-button-previous:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #616161 */
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #000
}
.card {
    /* z-index: 0; */
    border: none;
    border-radius: 0.5rem;
    position: relative
}


.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative
}

#progressbar #basic:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar #calendar:before {
    font-family: FontAwesome;
    content: "\f073"
}

#progressbar #address:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #000
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/* MULTI STEP FORM END */


/* VERIFY OTP START */

.login .card a {
    color: #000000;
}

.login .card a:hover {
    color: blue;
}

.login .card {
    width: 350px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: none;
    position: relative
}

.login .mobile-text {
    color: #989696b8;
    font-size: 15px
}

.login .form-control {
    margin-right: 12px
}

.login .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9a9a9a;
    outline: 0;
    box-shadow: none
}

.login .cursor {
    cursor: pointer
}


/* VERIFY OTP END */

#past-address-div input[type="radio"],
#slots input[type="radio"] {
    width: 0%;
    opacity: 0;
}

#past-address-div label,
#slots label {
    width: 100%;
    cursor: pointer;
}

#past-address-div .list-group {
    list-style: none;
}

.list-group-item {
    color: #444444;
}

.list-group-item.active {
    background-color: #616161;
    border-color: #4d4c4c;
}

#bookingForm input[type="button"]:disabled {
    background-color: #000;
    opacity: 0.65;
}

#bookingForm .receipt {
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.my-input {
    padding: 10px;
    border: 1px solid #ccc;
}

.errorDiv {
    position: relative;
}

.errorDiv .custom-error {
    font-size: 11px;
    margin-bottom: -10px;
    margin-top: 4px;
    text-align: right;
    display: flex;
    justify-content: right;
    margin-left: auto;
}

.errorDiv input,
.errorDiv .form-control {
    border: solid 1px red !important;
}

#card-errors {
    color: red;
}

.add-card-div {
    margin-bottom: 10px;
}

.add-card-div #card-errors {
    color: red;
    font-size: 13px;
    margin-bottom: 6px;
}

.custom-error {
    color: red;
}


/* .no-data {
    text-align: center;
    color: grey;
    font-size: 20px;
} */


/** OTP INPUT CSS START **/


/* @import url('https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css'); */

#otp {
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
}

#otp .form-control {
    -webkit-transition: none;
    transition: none;
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 0px !important;
}

#otp .form-control:focus {
    color: #3F4254;
    background-color: #ffffff;
    border: none;
    border-bottom: solid 1px #333;
    outline: 0;
    border-radius: 0px !important;
}


/* Chrome, Safari, Edge, Opera */

#otp .form-control[type=number],
#otp input::-webkit-outer-spin-button,
#otp .form-control[type=number],
#otp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

#otp .form-control[type=number],
#otp input[type=number] {
    -moz-appearance: textfield;
}

#otp .form-control.form-control-solid {
    background: none;
    border: none;
    border-bottom: solid 1px #333;
    color: #3F4254;
    border-radius: 0px !important;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#otp .form-control.form-control-solid:active,
#otp .form-control.form-control-solid.active,
#otp .form-control.form-control-solid:focus,
#otp .form-control.form-control-solid.focus {
    background-color: #EBEDF3;
    border: none;
    border-bottom: solid 1px #333;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}


/** OTP INPUT CSS END **/

.margin-bottom-10 {
    margin-bottom: 10px;
}

.pageHeader .navbar-nav .nav-item .nav-link {
    min-height: 70px !important;
}

.pageHeader .ham-container .ham-toggle {
    top: 26px !important;
}

.customNavbar {
    background: rgba(0, 0, 0, 0.9) !important;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}

.customNavbar .navbar-nav .nav-item .nav-link {
    min-height: 30px;
}


/* .serviceHeader .navbar-nav .nav-item .nav-link{
    min-height: 30px !important;
} */

.customNavbar .headerTitle {
    display: flex;
    align-items: center;
}

.customNavbar .headerTitle a {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: white;
}

.customNavbar .headerTitle h3 {
    margin-bottom: 0;
    font-size: 18px;
}


/* .serviceHeader .headerTitle{
    display: none;
} */

.headerlogo {
    max-width: 150px;
    /* margin: 8px 0; */
    position: absolute;
    left: 15px;
    margin: 0px !important;
}

.btnCountry {
    background: none;
    width: auto;
    border: none;
    box-shadow: none;
    color: white;
}

.btnCountry:hover {
    color: white;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    text-align: left;
}

.modalSelect .bootstrap-select .dropdown-menu {
    font-size: 13px;
}

.modalSelect .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 14x;
    padding: 5px;
}

.modalSelect .bootstrap-select .dropdown-toggle:focus,
.modalSelect .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    color: white;
    outline: none !important;
}

.modalSelect .bootstrap-select>.dropdown-toggle {
    padding: 7px 4px;
    ;
}

.modalSelect .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
}

.modalSelect .dropdown-menu .dropdown-item.active,
.modalSelect .dropdown-menu .dropdown-item:active {
    background: black;
}

.modalSelect {
    position: absolute;
    right: 10px;
    top: 25px;
    display: flex;
    align-items: center;
}

.modalSelect .fas {
    position: absolute;
    left: -12px;
    top: 10px;
}

.citySelect {
    padding-top: 20px;
}

.citySelect .card {
    border-radius: 15px;
}

.citySelect .selectHead {
    text-align: center;
    margin-bottom: 25px;
}

.citySelect .card img {
    text-align: center;
}

.figSelect {
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.figSelect::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all ease 0.3s;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.figSelect:hover::after {
    background: rgba(0, 0, 0, 0.7);
}

.figSelect .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 1;
}

.figSelect .card-body h4 {
    font-size: 22px;
}

.figSelect img {
    text-align: center;
    max-height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

img {
    max-width: 100%;
}

.catList {
    padding-top: 20px;
}

.catList .highlightText {
    text-align: center;
}

.catList .card {
    margin-bottom: 15px;
    border-radius: 15px;
    height: calc(100% - 20px);
}

.catSelect {
    position: relative;
}

.catSelect img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 260px;
    object-fit: cover;
}

.catSelect .card-body {}

.catSelect .card-title {
    font-size: 15px;
    font-weight: 700;
}

.catSelect .card-body p {}

.logoutRight {
    position: absolute;
    right: 15px;
}

.serviceList {
    margin-top: 20px;
}

.serviceList .card {
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.serviceList .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.serviceList .card .card-body .card-title {
    font-weight: 700;
    display: block;
    width: 100%;
}

.serviceList .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.serviceList .card .card-body .serviceCardHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.serviceList .card .card-body .serviceCardHeader .card-title {
    font-weight: 700;
    display: block;
    width: auto;
    font-size: 15px;
}

.serviceList .card .card-body .serviceCardHeader .startingPrice {
    flex: auto;
    margin-left: auto;
}

.serviceList .card .card-body .serviceCardHeader .startingPrice span {
    float: right;
    background: black;
    color: white;
    padding: 5px 17px;
    border-radius: 25px;
    font-size: 12px;
    margin-top: -5px;
}

.serviceList .card .card-body .durationTime {
    color: grey;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
}

.serviceList .card .card-body ul,
.serviceList .card .card-body ol {
    list-style-position: inside;
}

.loginCard {
    width: 450px;
    margin:0 auto;
    text-align: center;
    padding: 3rem 2rem 2rem;
}

.loginCard .loginFormTop {
    text-align: center;
}

.loginCard .loginFormTop img {
    max-width: 320px;
}

/* .loginCard .loginFormTop .loginFormText {
    margin: 10px 10px;
    margin-bottom: 7px;
} */
.loginCard button{
    padding: 10px 0px;
    border-radius: 100px;
}
.loginCard .loginFormTop .loginFormText p {
    margin-bottom: 15px;
    /* line-height: 14px; */
    font-weight: 600;
}
.loginCard .loginFormTop .loginFormText p:last-child{
    margin-bottom: 25px;
}

.loginCard .loginForm .numberBox {
    margin-bottom: 15px;
}

.loginCard .loginForm .numberBox .iti {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.loginCard .loginForm .numberBox .iti .iti__flag-container,
.loginCard .loginForm .numberBox .iti .iti__flag-container,
.loginCard .loginForm .numberBox .iti .iti__flag-container {
    position: static;
    border: solid 1px #9a9a9a;
    height: 40px;
    border-radius: 5px;
    width: 85px;
    padding: 0;
}

.loginCard .loginForm .numberBox .iti .iti__flag-container .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 7px 0 11px;
    font-size: 13px;
    background-color: transparent !important;
}

.loginCard .loginForm .numberBox .iti .iti__flag-container .iti__country-list {
    font-size: 13px;
}

.loginCard .loginForm .numberBox .iti input,
.loginCard .loginForm .numberBox .iti input[type="text"],
.loginCard .loginForm .numberBox .iti input[type="tel"],
.loginCard .loginForm .numberBox .iti input,
.loginCard .loginForm .numberBox .iti input[type="text"],
.loginCard .loginForm .numberBox .iti input[type="tel"] {
    padding-left: 10px !important;
    padding-right: 10px;
    width: calc(100% - 100px);
    border: solid 1px #9a9a9a;
    margin-left: auto;
    border-radius: 5px;
    font-size: 13px;
}

.loginCard .loginForm .numberBox .iti input:focus-visible {
    border: solid 1px #9a9a9a;
    outline-style: none;
}

.loginCard .loginForm .numberBox .numberSubmit {
    flex: 100%;
}

.loginCard .loginForm .numberBox .numberSubmit .btn {
    width: 100%
}

.loginCard .loginForm .numberBox .code {
    width: 81px;
    margin-right: 15px;
}

.loginCard .loginForm .numberBox .number .form-control {
    margin-right: 0;
}

.loginCard .loginForm .otpBox {
    margin-bottom: 15px;
}

.loginCard .loginForm .otpBox .form-control {
    text-align: center;
}

.loginCard .loginForm .otpBox .btn {
    width: 100%;
    margin-bottom: 5px;
}

.bookingProcess {
    margin-top: 20px;
}

.bookingProcess .lgHead {
    font-weight: 700;
    margin: 15px 0 25px 0;
    text-align: center;
}

.bookingProcess .card {
    box-shadow: none;
}

.bookingProcess .card .lengthSlot .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

.bookingProcess .card .lengthSlot .custom-control-label::before,
.bookingProcess .card .lengthSlot .custom-control-label::after {
    left: unset !important;
    right: -1.5rem !important;
}

.bookingProcess .card .lengthSlot .custom-control-label {
    font-size: 13px;
    width: 100%;
    font-weight: 400;
    color: black;
}

.bookingProcess .card .lengthSlot .custom-control-label span {
    width: 80px;
    display: inline-block;
    margin-left: 10px;
}

.bookingProcess .card .lengthSlot .custom-control-label span:first-child {
    margin-left: 0px;
}

.bookingProcess .card .lengthSlot .slotTimeBrief {
    text-align: center;
    padding: 10px 35px;
}

.bookingProcess .card .lengthSlot .slotTimeBrief .fs-title {
    text-align: center;
}

.bookingProcess .card .lengthSlot .lengthArea {
    max-width: 480px;
    margin: auto;
    position: relative;
}

.bookingProcess .card .lengthSlot .lengthArea .l-title {
    font-weight: 700;
}

.bookingProcess .card .lengthSlot .lengthArea .form-check {
    padding-left: 0px;
    margin-bottom: 5px;
}

.bookingProcess .card .lengthSlot .lengthArea .form-check .form-check-label span {
    min-width: 80px;
    display: inline-block;
    margin-left: 5px;
}

.bookingProcess .card .lengthSlot .lengthArea .form-check .form-check-label span:first-child {
    margin-left: 0px;
}

.bookingProcess .card .lengthSlot .lengthArea .form-check .form-check-label input {
    position: absolute;
    right: 0;
}

.bookingProcess .card .lengthSlot .bookingTypeOther {
    max-width: 480px;
    margin: auto;
    position: relative;
}

.bookingProcess .card .lengthSlot .bookingTypeOther .l-title {
    font-weight: 700;
}

.bookingProcess .card .lengthSlot .bookingTypeOther .form-check {
    padding-left: 0px;
    margin-bottom: 5px;
}

.bookingProcess .card .lengthSlot .bookingTypeOther .form-check .form-check-label span {
    min-width: 80px;
    display: inline-block;
    margin-left: 5px;
}

.bookingProcess .card .lengthSlot .bookingTypeOther .form-check .form-check-label span:first-child {
    margin-left: 0px;
}

.bookingProcess .card .lengthSlot .bookingTypeOther .form-check .form-check-label input {
    position: absolute;
    right: 0;
}

.bookingProcess .card .lengthSlot .bookingType {
    max-width: 420px;
    margin: auto;
}

.bookingProcess .card .lengthSlot .selectDateTime {
    max-width: 480px;
    margin: auto;
    position: relative;
}

.bookingProcess .card .lengthSlot .selectDateTime .date {
    margin-bottom: 15px;
}

.bookingProcess .card .lengthSlot .selectDateTime .slots .list-group {
    list-style-type: none;
}

.bookingProcess .card .lengthSlot .selectDateTime .slots .list-group .list-group-item .form-check {
    padding-left: 0;
}

.bookingProcess .card .lengthSlot .selectDateTime #slots input[type="radio"] {
    visibility: hidden;
}

.bookingProcess .card .lengthSlot .promoVouch {
    max-width: 480px;
    display: flex;
    justify-content: center;
    margin: 22px auto;
}

.bookingProcess .card .lengthSlot .promoVouch .form-control {
    flex: 1;
}

.bookingProcess .card .lengthSlot .promoVouch button {
    width: 110px;
    margin-left: 10px;
    background: #000;
    border-color: #000;
    color: #fff;
}

.bookingProcess #progressbar {
    text-align: center;
    padding-left: 0;
}

.stepButton {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.stepButton .btn {
    margin: 0 7px;
}

.btnBlack {
    background: #000;
    color: #fff;
}

.btnBlack:hover {
    opacity: .9;
    color: #fff;
}

.btnBlackOutline {
    border: solid 1px #000;
    color: #000;
    background: white;
}

.btnBlackOutline:hover {
    opacity: .9;
    border: solid 1px #000;
    color: #000;
    background: white;
}

.btnGrey {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.btnGrey:hover {
    opacity: .9;
    color: #fff;
}

.btnWhite {
    background: #fff;
    color: #000;
}

.btnWhite:hover {
    opacity: .9;
    color: #000;
}


/* .bookingProcess .card .addSlot{
    margin-top: 25px;
} */

.bookingProcess .card .addSlot .form-check {
    padding-left: 0;
    font-size: 14px;
}

.bookingProcess .card .addSlot .fs-title {
    text-align: center;
    padding: 10px 15px;
}

.bookingProcess .card .addSlot .new-address-div .form-control {
    margin: 10px 0 2px !important;
    width: 100% !important;
}

.bookingProcess .card .addSlot .fs-title {
    text-align: center;
}

.bookingProcess .card .addSlot .inputFields {
    max-width: 480px;
    margin: auto;
}


/* .bookingProcess .card .paySlot{
    margin-top: 25px;
} */

.bookingProcess .card .paySlot .fs-title {
    text-align: center;
    padding: 10px 15px;
}

.bookingProcess .card .paySlot .receipt {
    padding: 0 !important;
}

.bookingProcess .card .paySlot .receipt p {
    font-weight: bold;
    margin: 15px;
}

.bookingProcess .card .paySlot .form-check {
    font-size: 14px;
    padding-left: 0;
}

.ham-container {}

.ham-container.is-active .ham-toggle:before,
.ham-container.is-active .ham-toggle:after {
    box-shadow: none;
}

.ham-container.is-active .ham-toggle:before {
    transform: rotate(-45deg);
}

.ham-container.is-active .ham-toggle:after {
    transform: rotate(45deg);
}

.ham-container .ham-toggle {
    position: fixed;
    width: 30px;
    height: 30px;
    z-index: 2;
    right: 0;
    top: 30px;
    margin: auto 15px;
}

.ham-container .ham-toggle:hover {
    cursor: pointer;
}

.ham-container .ham-toggle:before,
.ham-container .ham-toggle:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 3px;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ham-container .ham-toggle::before {
    box-shadow: 0 10.333px 0 0 white;
}

.ham-container .ham-toggle::after {
    box-shadow: 0 -10.333px 0 0 white;
}

.ham-container .ham-items {
    position: fixed;
    top: 0;
    right: -300px;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    height: 100vh;
    z-index: 1;
    padding: 65px 15px 0;
    transition: all 0.3s ease;
    background: #000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.ham-container.is-active .ham-items {
    right: 0px;
}

.ham-container .ham-items li {
    display: block;
}

.ham-container .ham-items .ham-item {
    background: none;
    color: #fff;
    padding: 10px;
    display: block;
    transition: background-color 0.3s ease;
}

.ham-container .ham-items .ham-item:hover {
    cursor: pointer;
    background: #d6d6d6;
    color: #333;
}

.valEr,
.valErPromo {
    position: relative;
}

.valEr .custom-error {
    position: absolute;
    font-size: 11px;
}

.custom-error {
    top: 38px;
    left: 12px;
    font-size: 13px;
}

.dualLink .modalSelect {
    right: 50px !important;
}

.serviceHeader .ham-container .ham-toggle {
    top: 12px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
    box-shadow: none;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #999;
    border-color: #999;
    box-shadow: none;
}

#bookingForm button:focus {
    opacity: 0.8;
}

.pm-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.pm-div .form-check {
    padding-left: 0;
}

.bookingListNav {}

.bookingListNav li {
    flex: 1;
    text-align: center;
}

.bookingListNav li .nav-link {
    border-radius: 0px;
    border: solid 1px #000;
}

.bookingListNav .nav-link.active,
.bookingListNav .show>.nav-link {
    color: #fff;
    background: #000;
}

.bookingListNav .nav-link:not(.active):hover {
    color: #000;
}

.noBookingData {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

.noBookingData img {
    max-width: 240px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.noBookingData h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.noBookingData p {
    font-size: 12px;
    margin-bottom: 20px;
}

.noBookingData .btnBlack {
    text-transform: uppercase;
    padding: 8px;
    width: 200px;
    font-size: 16px;
}

.bookingListMain {}

.bookingListMain .card {
    z-index: 0;
    border: solid 1px #aaa;
    border-radius: 5px;
    position: relative;
    box-shadow: none;
    margin-top: 20px;
}

.bookingListMain .card-body {
    padding-bottom: 0;
}

.bookingListMain .card-body .bookingPost {
    display: flex;
}

.bookingListMain .card-body .bookingPost .image {
    background: black;
    color: white;
    height: 80px;
    width: 80px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
    line-height: 18px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.bookingListMain .card-body .bookingPost .image img {
    border-radius: 5px;
    position: absolute;
    height: 80px;
    width: auto;
}

.bookingListMain .card-body .bookingPost .info p {
    margin-bottom: 5px;
}

.bookingListMain .card-body .bookingPost .info small {
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.bookingListMain .card-body .bookingPost .info small i {
    font-size: 15px;
    margin-right: 5px;
}

.savedPlace {
    border: none;
}

.bookingListMain .savedAdd-body {
    width: 100%;
}

.bookingListMain .savedAdd-body .card-body {
    padding: 10px 7px;
    min-height: 80px;
}

.bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd .left {
    font-size: 30px;
    width: 50px;
    text-align: center;
}

.bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd .right {
    max-width: 315px;
}

.bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd .right p {
    margin-bottom: 0;
}

.bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd .right small {
    line-height: 16px;
    display: block;
}

.bookingListMain .savedAdd-body .editSavedAdd {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    right: 0;
    border: none;
    font-size: 17px;
}

.bookingListMain .savedAdd-body .editSavedAdd .anchor {
    flex: 1;
    text-align: center;
    padding: 5px;
    color: black;
    margin-right: 5px;
}


/* .bookingListMain .savedAdd-body .editSavedAdd .edit-address {
    border-right: solid 1px #ccc;
} */

.bookingListMain .card-body .serviceProvider {
    /* border-top: solid 1px #aaa; */
    /* margin-top: 20px; */
    /* padding: 10px 0; */
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card.savedAdd-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bookingListMain .card-body .serviceProvider p {
    margin-bottom: 0;
}

.bookingListMain .card-body .serviceProvider .arrowRight {}

.bookingListMain .card-body .serviceProvider .arrowRight i {
    margin-right: 5px;
}

.bookingListMain .cancel-booking {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #c4c4c4;
}

.add-home {
    font-size: 100px;
    margin: 16px 0;
    height: 132px;
}

.bookingListMain .arrowBox {
    position: absolute;
    top: 12px;
    right: 20px;
}

.bookingListMain .repeat-booking {
    position: absolute;
    right: 20px;
    bottom: 55px;
}

.bookingModal .modal-header {
    padding: 10px 15px;
}

.bookingModal .modal-header .modal-title {
    font-size: 15px;
}

.bookingModal .modal-header .close,
.bookingModal .modal-header .mailbox-attachment-close {
    padding: 14px;
}

.bookingModal .bookingPost {
    display: flex;
}

.bookingModal .bookingPost .image {
    background: black;
    color: white;
    height: 80px;
    width: 80px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
    line-height: 18px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.bookingModal .bookingPost .image img {
    border-radius: 5px;
    position: absolute;
    height: 80px;
    width: auto;
}

.bookingModal .bookingPost .info p {
    margin-bottom: 5px;
}

.bookingModal .bookingPost .info small {
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.bookingModal .bookingPost .info small i {
    font-size: 15px;
    margin-right: 5px;
}

.bookingModal .serviceProvider {
    border-top: solid 1px #000;
    margin-top: 20px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bookingModal .serviceProvider p {
    margin-bottom: 0;
}

.bookingModal .serviceProvider .arrowRight {}

.bookingModal .serviceProvider .arrowRight i {
    margin-right: 5px;
}

.credit-toggle {}

.credit-toggle .switch {
    width: 40px;
    height: 22px;
    float: right;
}

.credit-toggle .slider::before {
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
}

.credit-toggle input:checked+.slider::before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.bookingDetailSec {}

.bookingDetailSec .topHead {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

.bookingDetailSec .bookingIdSec .bookingId {}

.bookingDetailSec .bookingIdSec .date {}

.bookingDetailSec .spDetailBox {
    border-top: solid 1px #aaa;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 13px;
}

.bookingDetailSec .spDetailBox .serviceProviderBox {
    display: flex;
}

.bookingDetailSec .spDetailBox .serviceProviderBox .serviceProvider {
    display: flex;
}

.bookingDetailSec .spDetailBox .serviceProviderBox .serviceProvider img {
    border-radius: 50%;
    margin-right: 7px;
}

.bookingDetailSec .spDetailBox .serviceProviderBox .serviceProvider .info p {
    margin-bottom: 5px;
}

.bookingDetailSec .spDetailBox .serviceProvideRight {}

.bookingDetailSec .spDetailBox .serviceProvideRight .rate {
    display: flex;
}

.bookingDetailSec .spDetailBox .serviceProvideRight .rate .rating {
    margin-left: 7px;
}

.bookingDetailSec .bookingsDetails {
    border: solid 1px #aaa;
    margin-top: 20px;
    padding: 15px;
    font-size: 13px;
    border-radius: 5px;
}

.bookingDetailSec .bookingsDetails p {
    margin-bottom: 10px;
}

.bookingDetailSec .bookingsDetails p:first-child {
    margin-bottom: 10px;
}

.bookingDetailSec .bookingsDetails p:last-child {
    margin-bottom: 0px;
}

.bookingDetailSec .paymentsDetails {
    border: solid 1px #aaa;
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
}

.bookingDetailSec .paymentsDetails p {
    margin-bottom: 10px;
}

.bookingDetailSec .paymentsDetails p:first-child {
    margin-bottom: 10px;
}

.bookingDetailSec .paymentsDetails p:last-child {
    margin-bottom: 0px;
}

.bookingDetailSec .service-ammount {
    display: flex;
    justify-content: space-between;
}

.bookingDetailSec .promo-ammount {
    display: flex;
    justify-content: space-between;
}

.bookingDetailSec .wallet-ammount {
    display: flex;
    justify-content: space-between;
}

.bookingDetailSec .payment-ammount {
    display: flex;
    justify-content: space-between;
}


/* .minModal .modal-dialog {
    max-width: 320px;
} */

.total-price {
    color: #000;
}

.RatingModal .rate-tip-modal-body {}

.RatingModal .rate-tip-modal-body .sp-div {
    text-align: center;
}

.RatingModal .rate-tip-modal-body .sp-div img {
    border-radius: 50%;
    width: 80px;
    border: solid 1px #000;
}

.RatingModal .rate-tip-modal-body .sp-div h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

.RatingModal .rate-tip-modal-body .sp-div p {
    margin-bottom: 7px;
    font-size: 13px;
}

.RatingModal .rate-tip-modal-body .pm-div {
    margin-top: 10px;
}

.RatingModal .rate-tip-modal-body .sp-div .badge {
    margin: 4px 1px 10px;
}

.RatingModal .rate-tip-modal-body .bottomModalInfo {
    font-size: 12px;
}

.RatingModal .rate-tip-modal-body .bottomModalInfo p {
    margin-bottom: 5px;
}

.cancelModal {
    font-size: 13px;
}

.cancelModal .modal-body {
    font-size: 13px;
}

.cancelModal .modal-footer {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    justify-content: center;
}

.cancelModal .modal-footer .buttons {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.cancelModal .modal-footer .buttons button {
    flex: 1;
    margin: 5px 5px 0;
}

.vouchHead h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.secPakageVouchers {
    display: flex;
    /* overflow-x: auto;
    overflow-y: hidden; */
    margin-left: -1.5px;
    margin-right: -1.5px;
    flex-wrap: wrap;
}

.secPakageVouchers .tickets {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.secPakageVouchers .tickets a {
    color: #fff;
}

.secPakageVouchers .tickets .ticketsIn {
    position: relative;
    height: 160px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}

.secPakageVouchers .tickets .ticketsIn img {
    position: absolute;
    width: 130px;
    right: 5px;
    top: 15px;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody {
    background: #7b7b7b;
    background: -moz-linear-gradient(left, #7b7b7b 0%, #111111 100%);
    background: -webkit-linear-gradient(left, #7b7b7b 0%, #111111 100%);
    background: linear-gradient(to right, #7b7b7b 0%, #111111 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#111111', GradientType=1);
    padding: 15px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    left: -5.5px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    right: -5.5px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody .pakageNameInfo {
    width: 65%;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody .pakageName {
    font-size: 15px;
    margin-bottom: 15px;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody .detail {
    font-size: 13px;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody .detail p {
    margin-bottom: 4px;
}

.secPakageVouchers .tickets .ticketsIn .ticketsBody .price {
    position: absolute;
    right: 26px;
    bottom: 0px;
    font-size: 22px;
    margin-bottom: 10px;
}

.detailPakageVouchers .tickets {
    height: calc(100vh - 110px);
    position: relative;
}

.detailPakageVouchers .tickets .imgBgDetail {
    position: absolute;
    height: 130px;
    width: 130px;
    right: 10px;
    bottom: 40px;
}


/* .detailPakageVouchers .tickets img{
    position: absolute;
    width: 130px;
    right: 5px;
    top: 15px;
} */

.detailPakageVouchers .tickets .ticketsBody {
    background: #7b7b7b;
    background: -moz-linear-gradient(top, #7b7b7b 0%, #090909 100%);
    background: -webkit-linear-gradient(top, #7b7b7b 0%, #090909 100%);
    background: linear-gradient(to bottom, #7b7b7b 0%, #090909 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#090909', GradientType=0);
    padding: 25px 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 100%;
    color: white;
}

.detailPakageVouchers .tickets .ticketsBody .top {
    height: 50%;
    text-align: center;
}

.detailPakageVouchers .tickets .ticketsBody .top .img {
    background: white;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailPakageVouchers .tickets .ticketsBody .top .img img {
    max-width: 100%;
}

.detailPakageVouchers .tickets .ticketsBody .top .info {
    margin-top: 18px;
}

.detailPakageVouchers .tickets .ticketsBody .top .info h2 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.detailPakageVouchers .tickets .ticketsBody .top .info h1 {
    font-size: 24px;
    font-weight: 700;
}

.detailPakageVouchers .tickets .ticketsBody .top .info h6 {
    font-size: 13px;
}

.detailPakageVouchers .tickets .ticketsBody .bottom {
    height: 50%;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    border-top: solid 1px #fff;
    padding-top: 25px;
}

.detailPakageVouchers .tickets .ticketsBody .bottom h5 {
    font-size: 16px;
}

.detailPakageVouchers .tickets .ticketsBody .bottom p {
    margin-bottom: 5px;
}

.detailPakageVouchers .tickets .ticketsBody .bottom a {
    margin-top: auto;
    position: relative;
}

.detailPakageVouchers .tickets .ticketsBody:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    left: -12.5px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
}

.detailPakageVouchers .tickets .ticketsBody:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    right: -12.5px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pakagesListing {}

.pakagesListing .listingPakageVoucher {
    display: flex;
    /* overflow-x: auto;
    overflow-y: hidden; */
    margin-left: -1.5px;
    margin-right: -1.5px;
    flex-wrap: wrap;
}

.pakagesListing .listingPakageVoucher a {
    color: #000;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 7.5px;
    height: 130px;
    margin-bottom: 20px;
}


/* .pakagesListing .listingPakageVoucher .voucherInfo{
    color: #000;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
} */

.pakagesListing .listingPakageVoucher .listingIn {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    padding: 15px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.pakagesListing .listingPakageVoucher .listingIn h1 {
    font-size: 15px;
    margin-bottom: 20px;
}

.pakagesListing .listingPakageVoucher .listingIn p {
    margin-bottom: 4px;
}

.pakagesListing .listingPakageVoucher .pakageInfo .Info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pakagesListing .listingPakageVoucher .pakageInfo .Info h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.pakagesListing .listingPakageVoucher .pakageInfo .Info .pricingDetail {
    width: 55%;
}

.pakagesListing .listingPakageVoucher .pakageInfo .Info .pricingDetail .service {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.pakagesListing .listingPakageVoucher .voucherInfo .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.pakagesListing .listingPakageVoucher .voucherInfo .bottom p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
}

.listingDetail {
    background: #ddd;
}

.listingDetail .light {
    color: #707070;
}

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

.listingDetail .pakageInclude {
    margin-bottom: 30px;
}

.listingDetail .pakageInclude p {
    padding-left: 20px;
    color: #707070;
}

.listingDetail .pakageInclude p:first-child {
    margin-bottom: 5px;
    padding-left: 0;
    color: #000;
}

.listingDetail .pakageDetail {}

.listingDetail .pakageDetail p {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.listingDetail .pakageDetail p span {}

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

.listingDetail .expBal p {
    margin-bottom: 0;
}

.voucherDetailScreen {
    font-size: 13px;
}

.voucherDetailScreen .top {}

.voucherDetailScreen .top .idName {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.voucherDetailScreen .top .idName p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.voucherDetailScreen .top .idName .giftImg {
    background: black;
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 50%;
    padding: 6px;
    margin-right: 6px;
}

.voucherDetailScreen .top .idName .giftImg img {}

.voucherDetailScreen .top .idName .badge-dark {
    color: #fff;
    background-color: #000;
    height: 19px;
    padding: 5px 10px;
    border-radius: 15px;
}

.voucherDetailScreen .top .voucherPrice {
    display: flex;
    justify-content: space-between;
}

.voucherDetailScreen .top .voucherPrice .voucherName {
    color: #707070;
}

.voucherDetailScreen .top .voucherPrice .curPrice .Price {
    font-size: 17px;
    font-weight: 700;
}

.voucherDetailScreen .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #ccc solid 1px;
    padding-top: 10px;
    margin-bottom: -5px;
    margin-top: 10px;
}

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

.voucherDetailScreen .bottom p:first-child {
    color: #707070;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*! background-color: #c0392b; */
    padding: 7px 3px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 90px;
    font-size: 13px;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 9px;
}

.select-styled:hover {
    /*! background-color: #b83729; */
}

.select-styled:active,
.select-styled.active {
    /*! background-color: #ab3326; */
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    font-size: 13px;
    color: #333;
}

.select-options li {
    margin: 0;
    padding: 5px 0;
    text-indent: 8px;
    /*! border-top: 1px solid #962d22; */
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-top: solid 1px #cccccc;
}

.select-options li:first-child {
    border-top: none;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #fff;
    background: #333;
}

.select-options li[rel="hide"] {
    display: none;
}

@media (max-width: 992px) {
    .secPakageVouchers .tickets {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pakagesListing .listingPakageVoucher a {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .wrapper {
        margin-top: 0px;
    }
    .catSelect .card {
        box-shadow: none;
    }
    .catSelect img {
        max-width: 100%;
        max-height: 170px;
        min-height: 210px;
        width: 100%;
        object-fit: cover;
        object-position: center bottom;
        border-radius: 15px;
    }
    .catSelect .card-body {
        padding: 1rem;
        position: absolute;
        bottom: 0;
    }
    .catSelect .card-title {
        float: left;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        color: white;
    }
    .catSelect .card-body p {
        display: none;
    }
    .serviceList .card img {
        height: 240px;
    }
    .serviceList .card {
        font-size: 14px;
    }
    .serviceList .card .card-title {
        font-size: 16px;
    }
    .headerlogo {
        max-width: 100px;
        margin: 5px 0 8px;
        top: 9px;
    }
    .customNavbar {
        font-size: 16px;
    }
    .customNavbar .navbar-nav .nav-item .nav-link {
        min-height: 26px;
    }
    .customNavbar .headerTitle h3 {
        font-size: 18px;
    }
    .modalSelect {
        top: 17px;
    }
    .ham-container .ham-toggle {
        height: 24px;
        width: 24px;
        right: 0;
        top: 22px;
    }
    .ham-container .ham-toggle::before,
    .ham-container .ham-toggle::after {
        height: 1px;
    }
    .ham-container .ham-toggle::before {
        box-shadow: 0 7.333px 0 0 white;
    }
    .ham-container .ham-toggle::after {
        box-shadow: 0 -7.333px 0 0 white;
    }
    .serviceHeader .ham-container .ham-toggle {
        top: 12px;
    }
    .pageHeader .navbar-nav .nav-item .nav-link {
        min-height: 54px !important;
    }
    .pageHeader .ham-container .ham-toggle {
        top: 21px !important;
    }
    body.iti-mobile .iti--container {
        top: 50%;
        height: 110px;
    }
    .bookingProcess #progressbar {
        margin-bottom: 10px;
    }
    .bookingProcess .lgHead {
        margin: 10px 0 5px 0;
        font-size: 22px;
    }
    .fs-title {
        font-size: 22px;
    }
    .serviceList .card .card-body .serviceCardHeader .card-title {
        width: 69%;
    }
    .secPakageVouchers {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .secPakageVouchers .tickets {
        -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .pakagesListing .listingPakageVoucher {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .pakagesListing .listingPakageVoucher a {
        -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .wrapper {
        margin-top: 0px;
    }
    body {
        font-size: 14px;
    }
    .bookingProcess .lgHead {
        font-size: 18px;
    }
    .bookingProcess .lgHead {
        margin: 5px 0 0px 0;
    }
    .bookingProcess #progressbar {
        margin-bottom: 10px;
    }
    .fs-title {
        font-size: 18px !important;
    }
    #progressbar li::before {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 16px;
    }
    #progressbar li::after {
        top: 19px;
    }
    .loginCard .loginFormTop img {
        max-width: 280px;
        margin-bottom: 15px;
    }
    .loginCard .loginFormTop .loginFormText {
        margin-bottom: 15px;
    }
    .loginCard .loginFormTop .loginFormText p {
        margin-bottom: 7px;
    }
    .loginCard .loginForm .numberBox {
        margin-bottom: 15px;
    }
    .loginCard .loginForm .numberBox .numberSubmit .btn {
        margin-bottom: 15px;
    }
    .card-body {
        padding: 1rem;
    }
    .bookingProcess .card .lengthSlot .custom-control-label {
        font-size: 12px;
    }
    .bookingProcess .card .addSlot .form-check {
        font-size: 12px;
    }
    .bookingProcess .card .paySlot .form-check {
        font-size: 14px;
    }
    .serviceList .card .card-body .serviceCardHeader .card-title {
        width: 64%;
    }
}

@media (max-width: 420px) {
    .catSelect img {
        max-height: 140px;
        min-height: 180px;
    }
    .serviceList {
        padding-top: 10px;
    }
    .serviceList .card img {
        height: 190px;
    }
    .customNavbar {
        font-size: 14px;
    }
    .customNavbar .headerTitle h3 {
        font-size: 14px;
    }
    .bookingProcess .card .lengthSlot .slotTimeBrief {
        text-align: center;
        padding: 10px 15px;
    }
    .fs-title {
        font-size: 18px !important;
    }
    .serviceList .card {
        font-size: 13px;
    }
    .serviceList .card .card-title {
        font-size: 13px;
    }
    .serviceList .card .card-body .durationTime {
        font-size: 12px;
    }
    .serviceList .card .card-body .serviceCardHeader .startingPrice span {
        padding: 4px 14px;
        font-size: 11px;
    }
    .catList .highlightText {
        font-size: 12px;
    }
    .bookingListMain .card {
        border-radius: 2px;
        margin-top: 15px;
    }
    .bookingListMain .card-body {
        padding-bottom: 0;
        padding: 5px;
        font-size: 12px;
    }
    .bookingListMain .card-body .bookingPost .image {
        height: 60px;
        width: 60px;
        margin-right: 7px;
        font-size: 13px;
        line-height: 14px;
        border-radius: 2px;
    }
    .bookingListMain .card-body .bookingPost .image img {
        height: 60px;
        border-radius: 2px;
    }
    .bookingListMain .card-body .bookingPost .info p {
        margin-bottom: 3px;
    }
    .bookingListMain .card-body .bookingPost .info small {
        font-size: 10px;
        margin-bottom: 3px;
    }
    .bookingListMain .card-body .bookingPost .info small i {
        font-size: 12px;
        margin-right: 5px;
    }
    .bookingListMain .card-body .serviceProvider {
        margin-top: 10px;
        padding: 5px 0;
    }
    .bookingListMain .cancel-booking {
        top: 6px;
        right: 7px;
        font-size: 14px;
    }
    .bookingListNav {
        font-size: 12px;
    }
    .bookingListMain .repeat-booking {
        right: 5px;
        bottom: 42px;
        font-size: 11px;
        padding: 3px 5px;
    }
    .bookingListMain .arrowBox {
        top: 2px;
        right: 5px;
    }
    .noBookingData {
        padding-left: 10px;
        padding-right: 10px;
    }
    .noBookingData img {
        max-width: 210px;
    }
    .bookingListMain .savedAdd-body {
        width: 100%;
        margin-top: 0;
    }
    .bookingListMain .savedAdd-body .card-body .bookingPost .infoSavedAdd .right {
        max-width: 250px;
    }
}

@media (max-width: 380px) {
    .serviceList .card .card-body .serviceCardHeader .card-title {
        width: 61%;
    }
    .customNavbar .headerTitle {
        display: flex;
        align-items: center;
        margin: 0 30px;
    }
    .customNavbar .headerTitle h3 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .serviceList .card .card-body .serviceCardHeader .startingPrice span {
        padding: 4px 7px;
        font-size: 10px;
    }
    .serviceList .card .card-body .serviceCardHeader .card-title {
        font-size: 13px;
    }
    .serviceList .card .card-body .durationTime {
        font-size: 11px;
    }
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* RATING STARS CSS START */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
}

.rating-stars ul>li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 2em;
    color: #ccc;
}

.rating-stars ul>li.disabled-star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul>li.disabled-star>i.fa {
    font-size: 2em;
    color: #ccc;
}


/* Hover state of the stars */


/* .rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
} */


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #000;
}

.rating-stars ul>li.star.hover>i.fa {
    color: #000;
}

.rating-stars ul>li.disabled-star.selected>i.fa {
    color: #000;
}


/* RATING STARS CSS END */

#rateTipForm .badge {
    width: 60px;
    padding: 10px;
    cursor: pointer;
}

#rateTipForm .badge-light {
    border: 1px solid #bdbdbd;
}

#rateTipForm .badge-dark {
    border: 1px solid #1f2d3d;
    color: #1f2d3d;
    background: #f8f9fa;
}

.tab {
    display: none;
}

.bookingDetailSec .spDetailBox .serviceProviderBox .serviceProvider img {
    width: 50px;
}

#map_canvas_web {
    height: 550px;
    margin: 0px;
    padding: 0px;
    border: 2px solid #c1c1c1;
}

.heart-icon {
    color: black;
    cursor: pointer;
    font-size: 16px;
}

.btnwidth {
    width: 550px !important;
}

.swal2-container .swal2-popup {
    width: 25em;
}

.swal2-container .swal2-popup .swal2-title {
    font-size: 17px;
}

.swal2-container .swal2-popup .swal2-content {
    font-size: 13px;
}

.swal2-container .swal2-popup .swal2-styled.swal2-confirm {
    background-color: black;
    color: #fff;
    font-size: 14px;
}

.swal2-container .swal2-popup .swal2-styled.swal2-cancel {
    font-size: 14px;
}

.swal2-container .swal2-popup .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.swal2-container .swal2-popup .swal2-styled.swal2-cancel:focus {
    box-shadow: none;
}

.myCustomSelect {
    background: #191919;
    color: white;
    border: 0px;
    padding: 5px;
    cursor: pointer;
}

.myCustomSelect option {
    background: white;
    color: black;
}

.edit-booking-datetime .edit-booking-address {
    cursor: pointer;
}

.loyaltyProgram {
    /* max-width: 400px;
    margin: auto; */
}

.loyaltyProgram .loyalty-details {
    background: #1E2429;
    border-radius: 10px;
    border-top: 0px solid black;
    border-bottom: 0px solid black;
    padding: 15px;
    position: relative;
}
.loyaltyProgram .loyalty-details img{
    position: absolute;
    right: 0.2rem;
    top: 0;
    transform: scale(1.2);
}
.loyalty_process{
    border-radius: 10px;
    background:  #f8f6f2;
    padding:1rem;
    margin-bottom: 1.5rem;
}
.loyaltyprocess_wrapper{
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 0.2rem;
}
.loyaltyprocess_wrapper .number:after {
    content: '';
    background-image: url(../../images/booking_flow/Line.png);
    display: flex;
    background-size: contain;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2rem;
    left: 0;
    background-position: center center;
    right: 0;
}
.loyaltyprocess_wrapper .number{
    height: 45px;
    width: 45px;
    background: #DED4BF;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 600;
    position: relative;

} 
.loyaltyprocess_wrapper .process_text{
    font-size: 14px;
/* font-style: normal; */
/* font-weight: 600; */
}
.page_heading{
    font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 22px;
color:#000;
  }

.redeem-loyalty{
    padding: .6rem 4rem;
    border-radius: 100px;

}
.loyaltyProgram .loyalty-details h3 {
    font-size: 14px;
    margin-bottom: 15px;
    color:#9A9079;
    font-weight: 700;
}
.sub_page_headings{
    color: #7E7E7E;
font-size: 14px;
font-weight: 500;
margin: 1.5rem 0;
}

.loyaltyProgram .loyalty-details p {}

.loyaltyProgram .loyaltyPerText {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.loyalty_process .loyaltyprocess_wrapper:last-child{
    padding-bottom: 0px;
}
.loyalty_process .loyaltyprocess_wrapper:last-child .number::after{
    background-image: none;
}
.loyaltyProgram .loyaltyPerText .loyalty-percent {
    border: 5px solid #e4e4e4;
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    margin-right: 15px;
    color: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loyaltyProgram .loyaltyPerText .text {
    font-size: 16px;
    color: #e4e4e4;
}

.loyaltyProgram .loyaltyPerText .text>div:first-child {
    margin-bottom: 0px;
    font-size:16px;
}
.remaining-points{
    font-size:14px; 
}
/* .loyaltyProgram .loyaltyPerText .text .highlight {
    color: #d4ae29;
} */

.loyaltyProgram .description {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #ccc;
    padding: 10px 0;
    color: #aaa;
    overflow-y: auto;
    height: calc(100vh - 340px);
}

.loyaltyProgram .description h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}

.loyaltyProgram .description p {
    margin-bottom: 3px;
}

.loyalty-percent {
    border: 5px solid white;
    border-radius: 50%;
    padding: 10px;
}

.loyalty-details {
    background: #5d5142;
    color: white;
    border-radius: 10px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    padding: 10px;
}

.booking-points-remaining {
    border: 5px solid #666666;
    padding: 10px;
    border-radius: 50%;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.myProfile {
    max-width: 320px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.myProfile .topImageArea {
    display: flex;
    justify-content: center;
    width: 110px;
    margin: auto;
}

.myProfile .textInfoProfile {
    margin-top: 20px;
}

.myProfile .textInfoProfile h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.myProfile .textInfoProfile p {
    font-size: 12px;
}

.inputFields .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9a9a9a;
    outline: 0;
    box-shadow: none;
}

.inputFields .numberBox {
    margin-bottom: 15px;
}

.inputFields .numberBox .iti {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.inputFields .numberBox .iti .iti__flag-container,
.inputFields .numberBox .iti .iti__flag-container,
.inputFields .numberBox .iti .iti__flag-container {
    position: static;
    border: solid 1px #9a9a9a;
    height: 38px;
    border-radius: 5px;
    width: 85px;
    padding: 0;
}

.inputFields .numberBox .iti .iti__flag-container .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 7px 0 11px;
    font-size: 13px;
    background-color: transparent !important;
}

.inputFields .numberBox .iti .iti__flag-container .iti__country-list {
    font-size: 13px;
}

.inputFields .numberBox .iti input,
.inputFields .numberBox .iti input[type="text"],
.inputFields .numberBox .iti input[type="tel"],
.inputFields .numberBox .iti input,
.inputFields .numberBox .iti input[type="text"],
.inputFields .numberBox .iti input[type="tel"] {
    padding-left: 10px !important;
    padding-right: 10px;
    width: calc(100% - 100px);
    border: solid 1px #9a9a9a;
    margin-left: auto;
    border-radius: 5px;
    font-size: 13px;
}

.inputFields .numberBox .iti input:focus-visible {
    border: solid 1px #9a9a9a;
    outline-style: none;
}

.inputFields .numberBox .numberSubmit {
    flex: 100%;
}

.inputFields .numberBox .numberSubmit .btn {
    width: 100%
}

.inputFields .numberBox .code {
    width: 81px;
    margin-right: 15px;
}

.inputFields .numberBox .number .form-control {
    margin-right: 0;
}

.inputFields .otpBox {
    margin-bottom: 15px;
}

.inputFields .otpBox .form-control {
    text-align: center;
}

.inputFields .otpBox .btn {
    width: 100%;
    margin-bottom: 5px;
}


/* slider css start */

.carousel-wrap {
    margin: 15px auto;
    padding: 0 5%;
    width: 100%;
    position: relative;
}

.info p span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 30px;
    margin-top: 7px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.slide {
    border: solid 1px #dedede;
    border-radius: 5px;
    overflow: hidden;
}

.slideContent {
    /* display: flex; */
    padding: 10px;
    /* flex-direction: column; */
}

.slideContent .image {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.slideContent .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slideContent .info {
    border-top: solid #eee 1px;
    min-height: 85px;
}

.slideContent .info h5 {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 3px;
    color: #000;
}

.col-3.check-mark {
    font-size: 100px;
    text-align: center;
    color: black;
    height: 96px;
    line-height: 32px;
    margin-bottom: 25px;
}

.slideContent .info p {
    font-size: 15px;
    margin: 0;
    display: flex;
}

.slideContent .info p i {
    margin-top: 5px;
    margin-right: 5px;
}

.slideFooter {
    display: flex;
    justify-content: flex-end
}

.slideFooter {
    display: flex;
    justify-content: flex-end;
    padding: 7px
}


/* slider css end */


/* .inputFields .form-group {
    position: relative;
    margin-bottom: 20px;
}

.inputFields .form-group .bar {
    width: 0%;
    bottom: 0px;
    position: absolute;
    border-bottom: 1px solid #ccc;
    z-index: 1;
    left: 50%;
    transition: all 0.2s cubic-bezier(0.55, 0, 0, 1);
  }

.inputFields .form-group input {
    border: none;
    border: 1px solid white;
    height: 40px;
    padding: 10px;
    background: none;
    transition: all 0.2s cubic-bezier(0.55, 0, 0, 1);
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 100;
  }
  .inputFields .form-group input:focus, .inputFields .form-group input:hover {
    outline: none;
  }
  .inputFields .form-group input:focus ~ .bar, .inputFields .form-group input:hover ~ .bar {
    width: 100%;
    left: 0%;
  }
  .inputFields .form-group input:focus ~ label, .inputFields .form-group input:hover ~ label {
    font-size: 1rem;
    font-weight: 300;
    bottom: 45px;
  }
  .inputFields .form-group input:valid {
    border-color: #ccc;
  }
  .inputFields .form-group input:valid ~ label {
    font-size: 13px;
font-weight: 300;
bottom: 22px;
color: #ccc;
left: 10px;
  }
  .inputFields .form-group label {
    position: absolute;
left: 1px;
bottom: 1px;
font-weight: 400;
background: white;
padding: 0px 10px;
    transition: all 0.2s cubic-bezier(0.55, 0, 0, 1);
  } */

.carousel-wrap.main-slider {
    margin-bottom: 25px !important;
}

.start_time a {
    display: block !important;
    position: relative;
}

.start_time a input {
    cursor: pointer;
}

.start_time a input[readonly] {
    background-color: #fff;
    opacity: 1;
}

.start_time a::after {
    content: "\f017";
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    top: 0px;
    font-size: 25px;
    color: #000;
}

p.bold {
    font-weight: bold;
    font-size: 14px;
}

.top-links-control {
    align-items: center;
    font-size: 14px !important;
}

.top-links-control .highlightText {
    font-size: 14px !important;
}

.bookingProcess .card .lengthSlot .selectDateTime .loader-custom {
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    left: calc(50% - 22px);
    bottom: 4px;
    width: 30px;
    height: 30px;
}

.slotsMain.valEr {
    position: absolute;
    width: 100%;
    z-index: 99;
    max-width: 464px;
}

#bookingSlotsModal .loader-custom {
    position: absolute;
    left: calc(50% - 32px);
    z-index: 999;
    top: 48%;
    width: 30px;
    height: 30px;
}

.carousel-wrap.main-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    display: none;
}

.carousel-wrap.main-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    display: block;
    padding: 0;
    margin: 3px;
    border-radius: 10px;
    border: none;
    background: #ccc;
}

.carousel-wrap.main-slider .owl-dots button.owl-dot.active {
    background: #444;
}

.carousel-wrap.main-slider .owl-nav {
    display: none;
}

.carousel-wrap.main-slider .owl-nav .owl-prev.disabled {
    opacity: 0.8;
}

.carousel-wrap.main-slider .owl-nav .owl-next.disabled {
    opacity: 0.8;
}

input.form-control[type="date"]::-webkit-inner-spin-button,
input.form-control[type="date"]::-webkit-calendar-picker-indicator {
    content: "\f073";
    position: absolute;
    font-size: 22px;
    font-family: FontAwesome;
    right: 5px;
    top: 5px;
    color: #000;
}

input.form-control[type="date"] {
    position: relative;
}

.form-control.calendar {
    position: relative;
    outline: none;
}

#bookingForm input:focus,
#bookingForm textarea:focus {
    border-color: #ced4da;
}


/* .form-control.calendar::after{
    content: "\f073";
    position: absolute;
    font-size: 22px;
    font-family: FontAwesome;
    right: 6px;
    top: 1px;
    color: #000;
} */

.list-group.address-list .list-group-item {
    position: relative;
    padding-left: 30px;
}

.list-group.address-list .list-group-item::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 10px;
    position: absolute;
    left: 7px;
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgb(0 0 0 / 10%);
    top: 13px;
}

.list-group.address-list .list-group-item.active::before {
    border-color: #000;
    background-color: #fff;
    box-shadow: none;
    border: 5px solid #000;
}


/* Voucher Style */

.voucher_card_wrap .uper_card{
    /* height:150px; */
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    box-shadow: none;
    background-image: url(http://dev.reva-web.com/images/booking_flow/voucher-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    }
   
    .uper_card .card-overlay-wrap .left-side p,  .uper_card .card-overlay-wrap .right-side p{
        font-size:10px;
        font-weight:500;
        margin-bottom:5px;
    }
    .uper_card .card-overlay-wrap .left-side p:last-child, .uper_card .card-overlay-wrap .right-side p:last-child{
        margin-bottom:0px;
    }
    .uper_card .card-overlay-wrap .card-title{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        float: none;
    }
    .uper_card .card-overlay-wrap{
        padding: 1rem;
    }
    .uper_card .card-overlay-wrap .left-side p span{
        font-weight:600;
    }
    .voucher_price{
        font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    background-color:#1E2429;  
    text-align: center;
    padding: 0.4rem 1.5rem;
    border-radius: 100px;
    display: inline-block; 
    margin-bottom:8px !important;

    }
    .bottom_card{
        background-color: #F9F4E9;
        box-shadow: none;
        border-radius:  0px 0px 10px 10px;
    }
    .bottom_card .card-body{
        padding: 1rem;
        position: relative;
    }
    .bottom_card .row{
        border-top: 1px dashed #9A9079;
        padding-top: 1rem!important;
    }
    .bottom_card .card-body::before, .bottom_card .card-body::after{
        content:"";
        background-color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 100px;
        position: absolute;
        top: 0px;
        left: -12px;
    }
    .bottom_card .card-body::after{
        right: -12px;
        left: auto;
    }
    .bottom_card p{
        font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0;
    }
    .bottom_card p i{
        margin-right: 5px;
        color: #9A9079;
    }
.Voucher_Code{
    display: flex;
    align-items: center;
    background: #1E2429;
    justify-content: space-between;
    padding: 0.4rem 0.6rem;
    border-radius: 100px;
}
.Voucher_Code p{
    color: #DED4BF;
    font-size: 14px;
font-style: normal;
font-weight: 600;
}
.Voucher_Code button i{
    font-size: 16px;
}
.Voucher_Code button{
    border: none;
    padding: 0;
    background: transparent;
    color: #9A9079;
}


/* package style */
.package_card_wrap .uper_card{
    /* height:180px; */
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    box-shadow: none;
    background-image: url(http://dev.reva-web.com/images/booking_flow/package_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    }
    .pack_includes h5{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
    }
    .pack_includes p{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
    }
    .package_card_wrap .uper_card .card-overlay-wrap .left-side p, .package_card_wrap .uper_card .card-overlay-wrap .right-side p{
        font-size: 12px !important;
font-style: normal !important;
font-weight: 600 !important;
    }
    .package_valid{
        font-size: 10px;
font-weight: 500;
margin-top: 10px;
margin-bottom: 0px;
    }
    .package_card_wrap .Voucher_Code{
        justify-content: center !important;
    }
    .package_card_wrap .Voucher_Code p{
        font-size: 18px !important;
font-style: normal !important;
font-weight: 700 !important;

color: #fff !important;
    }


    
.sub-menus {
    /* position: fixed;
    top: 62px; */
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #DED4BF1A;
    height: 40px;
    align-items: center;
    display: flex;
}


.sub-menus ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    height: 40px;
    align-items: center;
    
}
.sub-menus ul li {
    padding: 0px 8px;
}
  .sub-menus ul li a{
    color: #000;
    font-size: 14px;
    padding: 7px 8px;
  }
  .sub-menus ul li a:hover,  .sub-menus ul li a.active{
    border-bottom:2px solid #DED4BF ;
  }
  
  .web-view-nav{

    display: block !important;
  }
  .mobile-view-nav{
    display: none !important; 
  }

@media screen and (max-width:768px) {
    .web-view-nav{
        display: none !important; 
      }
      .mobile-view-nav{
        display: block !important;
      }
}
@media screen and (max-width:640px) {
    .carousel-wrap.main-slider {
        margin: 15px auto;
        padding: 0 0%;
        width: 100%;
        position: relative;
    }
 
    .slideContent .info {
        border-top: solid #eee 0px;
        min-height: 69px;
    }
    .carousel-wrap.main-slider .owl-nav {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .carousel-wrap.main-slider .owl-nav .owl-prev {
        left: 0px;
        position: absolute;
        border: none;
        background-color: #fff;
        top: 150px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        font-weight: normal;
        width: 50px;
        font-size: 7px;
        box-shadow: 8px 2px 10px;
    }
    .carousel-wrap.main-slider .owl-nav .owl-next {
        right: 0px;
        position: absolute;
        border: none;
        background-color: #fff;
        top: 150px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        font-weight: normal;
        width: 50px;
        font-size: 7px;
        box-shadow: -8px 2px 10px;
    }
    .loyaltyprocess_wrapper .process_text{
        font-size: 0.75rem;
    }
    .remaining-points {
        font-size: 0.75rem;
    }
    .redeem-loyalty{
        width:100%;
    }
    .loyaltyProgram .loyalty-details img{
        transform:scale(1);
        right: -0.8rem;
    top: -0.8rem;
    }
    .package_card_wrap .uper_card .card-overlay-wrap .left-side p, .package_card_wrap .uper_card .card-overlay-wrap .right-side p, .bottom_card p, .Voucher_Code p{
        font-size: 0.75rem !important;
    }
    .package_card_wrap .Voucher_Code p{
        font-size:0.875rem !important;
    }
    .package_card_wrap .uper_card .card-overlay-wrap .left-side p:last-child{
        margin-bottom: 0px;
    }
    .uper_card .card-overlay-wrap .left-side p:last-child, .uper_card .card-overlay-wrap .right-side p:last-child{
        margin-bottom: 5px;
    }
    .voucher_price{
        margin-left: auto;
        font-size:1rem !important;
    }
}

.headerlogo.logo.sub-logo {
    top: 7px;
    left: 40px;
    font-size: 24px !important;
}

th.fc-col-header-cell.fc-resource.resource-cell {
    width: 200px;
    height: 100px;
    vertical-align: middle;
}
.bg-transparent .myCustomSelect {
    background: transparent !important;
}
.bg-transparent .myCustomSelect:focus{
    border: none !important;
}
.menu-button_side, .menu-button_side:hover{
    background: rgba(222, 212, 191, 1) !important;
    color: #000 !important;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
}
.menu_dropdown{
    right: 10px;
    left: auto;
    min-width: 15rem;
    background: rgba(30, 36, 41, 1);
    padding-left: 10px;
    padding-right: 10px;
}
.menu_bg{
    background: rgba(30, 36, 41, 1);
}
.menu_bg .navbar-brand, .menu_bg .nav-link {
    color: #fff;
}
.menu_bg .nav-item{
    position: relative;
}
.menu_bg .nav-item.active .nav-link:after{
    content: '';
    background-color: rgba(222, 212, 191, 1);
    height: 3px;
    display: flex;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    bottom: -32%;
    left: 0;
    right: 0;
}
.menu_bg .navbar-expand-lg{
    padding-top: 0;
    padding-bottom: 0;
}
.menu_dropdown a{
    color: #fff;
    
}
.menu_dropdown a span{
    font-size: 14px;
}
.menu_dropdown a i{
    background-color: rgba(217, 217, 217, 0.4);
    color: rgba(30, 36, 41, 1);
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 14px;

}
.wallet_wrap_menu{
    background: #fff;
    border-radius: 100px;
    margin-bottom: 1rem;
    color: #000 !important;
    font-size: 14px;
}
.wallet_wrap_menu:hover{
    background-color: #fff !important;
    border-bottom: none !important;

}
.menu_dropdown  .dropdown-item:active,.menu_dropdown  .dropdown-item:focus,.menu_dropdown  .dropdown-item:hover{
    background-color: transparent;
    color: #fff;
}
.menu_dropdown  .dropdown-item:hover span{
    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
    .customNavbar .headerTitle h3 {
        font-size: 16px;
    }
    .headerlogo.logo.sub-logo {
        top: 10px;
        left: 36px;
        font-size: 20px !important;
    }
    .page_heading{
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 380px) {
    .customNavbar .headerTitle h3 {
        font-size: 15px;
        margin-left: 25px;
    }
    .headerlogo.logo.sub-logo {
        top: 10px;
        left: 36px;
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 325px) {
    .customNavbar .headerTitle h3 {
        font-size: 15px;
        margin-left: 20px;
    }
    .headerlogo.logo.sub-logo {
        top: 13px;
        left: 36px;
        font-size: 18px !important;
    }
}

.step-trigger .bs-stepper-circle{
    width: 1.5em !important;
    height: 1.5em !important;
    margin: 0.1rem !important;
    font-size: 15px !important;
    line-height: 7px !important;
  }
  
 .step-trigger .bs-stepper-circle i.fas.fa-check {
    font-size: 10px !important;
  }
  .artical-icon {
    background-image: url(../../images/account_circle.png);
    width: 19px;
    height: 19px;
    background-size: contain;
  }
  .bs-stepper-header{
    flex-wrap: wrap;
  }

  .radio-button-group {
  display: flex;
}
.radio-button-group .item {
  width: 100%;
}
.radio-button-group .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio-button-group .radio-button + label {
    padding: 16px 10px;
    cursor: pointer;
    border: 1px solid #CCC;
    margin-right: -2px;
    color: #555;
    background-color: #ffffff;
    display: block;
    text-align: center;
}
.radio-button-group .item:first-of-type .radio-button + label{
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.radio-button-group .item:last-of-type .radio-button + label {
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.radio-button-group .radio-button:checked + label {
    background-color: #1ba0ff;
    color: #FFF;
}



.questionnaire-modal .modal-content{
    margin-top: 100px;
}

.radio-button-group_custom {
  display: flex;
}
.radio-button-group_custom .item {
  width: 100%;
}
.radio-button-group_custom .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio-button-group_custom .radio-button + label {
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid #CCC;
    margin-right: -2px;
    color: #000;
    background-color: #f7f6f6 ;
    display: block;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}
.radio-button-group_custom .item:first-of-type .radio-button + label{
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.radio-button-group_custom .item:last-of-type .radio-button + label {
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.radio-button-group_custom .radio-button:checked + label {
    background-color: #d9ccb3;
    color: #000;
}
.questionnaire-modal     .modal-dialog {
    max-width: 700px;
}
.querry-modal  .modal-dialog {
    max-width: 600px;
}
.querry-modal .modal-content{
    margin-top: 100px;
}
.questionnaire-modal_heading{
    font-size: 1.15rem;
    font-weight: 600 !important;
}
.z-1{
    z-index: 99999999;
}
.f-16{
    font-size: 1rem;
}
.querryicon_phone{
    display: flex;
    border: 1px solid #DED4BF;
    height: 3.5rem;
    border-radius: 100px;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 1rem;
}
.querryicon_phone i{
    font-size: 2rem;
    color: #DED4BF;
}
.custom_btn_component:hover{
    color: #fff !important; 
    border-color: #000 !important;
    background-color: #000 !important;
}
.custom_btn_component{
    border: 1px solid #000;
    
}
#questionnaire-modal .custom_btn_component{
    border: 1px solid darkgray;
    background: darkgrey;
}
.text-black{
    color: #000 !important;
}
.modal_querry_btn{
    position: absolute;
    right: 0px;
    font-size: 1.15rem;
}
/* .querry-modal .modal-body{
    position: relative;
} */


@media screen and (max-width:640px) {
    .questions-container_wrapper{
        display:  block !important;
    }
    .questions-container_wrapper .radio-button-group_custom{
        width: 50%;
        margin-left: auto;
    }
    .querry-modal .modal-body.w-75,.querry-modal .modal-body p.w-50{
        width: 100% !important;
    }
    
}