body {
    font-family: 'Roboto-Regular';
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

/* Loader CSS Start */

.loader-main {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100vh;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    left: 50%;
    position: relative;
    top: 50%;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Loader CSS End */

 ::-webkit-input-placeholder {
    /* Edge */
    color: #8B8B8B;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8B8B8B;
}

 ::placeholder {
    color: #8B8B8B;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    /*background: none;*/
    background-image: none !important;
    color: inherit !important;
}


/*----------------- HELP ------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
b,
.btn-theme,
.btn-black {
    font-family: 'Roboto-Bold';
}

.btn-theme {
    /* background-color: #EB0A1E;
color: #fff; */
    font-size: 18px;
    padding: 13px 15px;
    border: 0;
}

.btn-theme:hover {
    /* color: #fff;
background-color:#000; */
}

.btn-theme.ppbutton {
    padding: 10px 15px;
}

.btn-theme span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-theme span:after {
    content: '\e315';
    font-family: 'Material Icons';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-size: 20px;
    line-height: 29px;
}

.btn-theme:hover span {
    padding-right: 25px;
    position: relative;
}

.btn-theme:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-black {
    /* background-color:#000;
color: #fff; */
    font-size: 18px;
    padding: 13px 15px;
    border: 0;
}

.btn-black:hover {
    /* color: #fff;
background-color: #EB0A1E; */
}

.btn-black span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-black span:after {
    content: '\e315';
    font-family: 'Material Icons';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-size: 20px;
    line-height: 29px;
}

.btn-black:hover span {
    padding-right: 25px;
    position: relative;
}

.btn-black:hover span:after {
    opacity: 1;
    right: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

input:focus {
    outline: 0;
    box-shadow: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

button:focus {
    outline: 0;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.defalt-disable {
    opacity: 0.4 !important;
    pointer-events: none;
}

.btn-full {
    width: 100%;
}

strong {
    font-family: 'Roboto-Bold';
}


/*----------------- HELP NED ------------------*/


/* .landing-bg {
    background: url(../images/landing-bg.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center top;
    position: relative;
}

.landing-bg:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
} */

.landing-inner {
    position: relative;
    z-index: 9;
}

.landing-card {
    background-color: #fff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.landing-card .mycard-header {
    padding: 28px;
    text-align: center;
}

.landing-card .mycard-header img {
    max-width: 300px;
}

.landing-card .mycard-header h3 {
    font-size: 46px;
    margin-top: 25px;
    line-height: 1;
    margin-bottom: 0px;
}

.landing-card .mycard-header .member-choice {
    margin-top: 27px;
}

.landing-card .mycard-header .member-choice h6 {
    margin-bottom: 25px;
}

.landing-card .mycard-header .member-choice .btn {
    display: inline-block;
    width: 346px;
}


/* .landing-card .mycard-header .member-choice .btn-theme:hover {
background-color: #000;
} */


/* .landing-card .mycard-header .member-choice .btn-theme.btn-toyota {
background-color: #000;
}

.landing-card .mycard-header .member-choice .btn-theme.btn-toyota:hover {
background-color: #EB0A1E;
} */

.landing-card .mycard-header .member-choice b {
    width: 100%;
    display: block;
    margin: 14px 0px 13px 0px;
    font-size: 16px;
    line-height: 1;
}

.landing-card .mycard-footer {
    padding: 36px 19px 23px 19px;
    border-top: solid 1px #D6D6D6;
    text-align: center;
    font-size: 17px;
    color: #000;
    position: relative;
    margin-top: 14px;
}

.landing-card .mycard-footer .toyotome {
    position: absolute;
    top: -16px;
    width: 100%;
    left: 0;
    text-align: center;
}

.landing-card .mycard-footer .toyotome span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #fff;
    border: solid 1px #D6D6D6;
    border-radius: 5px;
    color: #EB0A1E;
}

.landing-card .mycard-footer .toyotome span a {
    text-decoration: none;
}

.landing-card .mycard-footer a {
    /* color: #EB0A1E; */
    line-height: 1.5;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

.landing-card .mycard-footer a:hover {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.landing-card .mycard-footer b {
    line-height: 1;
}

.copyright {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    /* left: 0; */
    max-width: 500px;
}

.copyright p {
    margin-bottom: 0;
}

header {
    height: 75px;
    border-bottom: solid 1px #ddd;
    align-items: center;
    display: flex;
    padding: 0px 100px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

header .header-text {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 20px;
}

header .quik-call {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

header .quik-call i {
    line-height: 2;
    font-size: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

header .quik-call:hover i {
    color: #EB0A1E;
}

header .logout {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 8px 20px;
    border-radius: 3px;
    /* background-color: #eb0a1e;
color: #fff; */
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}

footer .logout {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0px;
    color: #fff;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}

header .logout img,
footer .logout img {
    height: 23px;
    margin-right: 5px;
    transition: 0.2s ease-in-out;
}

header .logout i,
footer .logout i {
    font-size: 19px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
}

header .logout:hover img,
footer .logout:hover img {
    transform: rotate(360deg);
}

header .logout:hover {
    /* background-color: #000;
color: #fff; */
}

footer .logout:hover {
    color: #fff;
}

.main-title p {
    font-size: 26px;
}

.seasonal-promotions {
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
}

.seasonal-promotions:hover {
    top: -10px;
}

.seasonal-promotions b {
    margin-bottom: 20px;
    display: block;
}

.seasonal-promotions h4 {
    margin-top: 15px;
    font-size: 22px;
}

.seasonal-promotions {
    margin-bottom: 50px;
}

.seasonal-promotions img {
    transition: 0.3s ease-in-out;
    box-shadow: none;
    border-radius: 0px;
}

.seasonal-promotions:hover img {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
}

footer {
    /* background-color: #9F9F9F; */
    text-align: right;
    padding: 15px 0px 14px;
    align-items: center;
    position: relative;
    z-index: 5;
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer .white-arrow {
    display: none;
}

footer.active .white-arrow {
    display: inline-block;
}

footer.active .black-arrow {
    display: none;
}

footer.active {
    /* background-color: #EB0A1E; */
}

footer .next {
    /* display: inline-block; */
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 22px;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin-left: auto !important;
}

footer .next img {
    margin-left: 20px;
    transition: 0.3s ease-in-out;
    height: 32px;
    /*width: 43px;*/
    /* width: 125px; */
}


/* footer .next.impression-2-arrow img{width:64px;} */

footer .next:hover img {
    margin-left: 15px;
}

footer .footer-menu .next span {
    float: left;
    line-height: normal;
}

footer .footer-menu .next span text {
    font-size: 14px;
    color: #333;
    display: block;
}

footer .footer-menu {
    display: flex;
    align-items: center;
}

footer .footer-menu .back-button {
    width: auto;
    text-align: left;
    /* display: inline-block; */
    color: #000000;
    font-size: 22px;
    display: flex;
    align-items: center;
}

footer .footer-menu .back-button img {
    width: 43px;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}

footer .footer-menu .back-button:hover img {
    margin-right: 15px;
}


/* footer.active .next,
footer.active .footer-menu .back-button,
footer.active .footer-menu .next span text {
    color: #ffffff;
} */

.show-hide-br br {
    display: none;
}

.middle-part {
    min-height: calc(100vh - 165px);
    padding-bottom: 83px;
    padding-top: 75px;
}

.our-best-deals {
    margin-bottom: 20px !important;
}

.main-title h2 {
    font-size: 45px;
}

.height-field>.form-group>label {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.height-field .form-group>input,
.height-field .form-group>select {
    padding: 10px;
    padding-right: 0;
    border: 0;
    width: 100%;
    text-align: right;
    font-size: 24px;
    box-shadow: none !important;
    outline: 0;
    border-bottom: solid 1px #D6D6D6;
    line-height: 1;
}

.height-field .form-group select {
    text-align-last: right;
}

.height-field .form-group input:focus,
.height-field .form-group select:focus {
    outline: 0;
    box-shadow: none;
}

.vehicle-details .vehicle-field {
    margin-bottom: 40px;
}

.vehicle-details .vehicle-field .select-selected {
    background-color: #fff;
    font-size: 24px;
    color: #8B8B8B;
    text-align: right;
}

.vehicle-details .vehicle-field .select-selected:after {
    top: 28px;
    border-color: #8B8B8B transparent transparent transparent;
}

.vehicle-details .vehicle-field .select-selected.select-arrow-active:after {
    top: 20px;
    border-color: transparent transparent #8B8B8B transparent;
}

.service-type-text br {
    display: none;
}

.customarrow {
    width: 100%;
    display: inline-block;
    position: relative;
}

.dd select::-ms-expand {
    display: none;
}

.customarrow:after {
    content: '\e313';
    color: #222;
    font-family: 'Material Icons';
    font-size: 20px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    right: 0;
}

.customarrow.dd:after {
    top: 15px;
}

.customarrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 30px !important;
}

.top-part {
    height: 230px;
    display: flex;
    align-items: center;
    background: #ffffff;
}

.middle-part .top-part>.row {
    width: 100%;
}

.top-part .main-righttitle {}

.top-part .main-righttitle b {
    font-size: 18px;
}

.top-part .main-righttitle h5 {
    font-size: 27px;
}

.bg-gray {
    background-color: #F5F5F7
}

.bottom-part {
    padding-bottom: 20px;
}

.bottom-part .title {
    padding: 25px 0px;
    font-size: 22px;
    margin: 0;
}

.bottom-part .center-list {
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    padding: 0px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: 0.3s ease-in-out;
}

.bottom-part .center-list .nextpage {
    display: inline-block;
    width: 100%;
}

.bottom-part .center-list:hover {
    top: -5px;
}

.bottom-part .center-list .list-data {
    width: 100%;
}

.bottom-part .center-list .list-data .street {
    color: #EB0A1E;
}

.bottom-part .center-list .list-data .street h5 {
    font-size: 24px;
    margin: 0;
    line-height: inherit;
}

.bottom-part .center-list .list-data .center-add p {
    color: #8B8B8B;
    font-size: 24px;
    margin: 0;
}

.bottom-part .center-list .list-data .location {
    text-align: right;
    display: inline-block;
    float: right;
    transition: 0.3s ease-in-out;
    z-index: 2;
    cursor: pointer;
}

.bottom-part .center-list .list-data .location:hover {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.bottom-part .center-list .list-data .location:hover i {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}

.bottom-part .center-list .list-data .location i {
    font-size: 30px;
    color: #8B8B8B;
    top: 4px;
    position: relative;
}

.date-time {
    height: 90px;
    align-items: center;
    display: flex;
}

.date-time .date select {
    float: right;
    border: 0;
    text-align: right;
    font-size: 22px;
    color: #EB0A1E;
}

.date-time .time select {
    color: #8B8B8B;
    float: right;
    border: 0;
    text-align: right;
    font-size: 22px;
}

.date-time .date select:focus,
.date-time .time select:focus {
    outline: 0;
    box-shadow: none;
}

.date-time label {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    margin: 0;
    color: #8B8B8B;
}

.date-time .date,
.date-time .time {
    font-size: 22px;
    color: #EB0A1E;
    text-align: right;
}

.date-time .date.disable,
.date-time .time.disable {
    color: #8B8B8B;
    pointer-events: none;
}

.date-time .date img,
.date-time .time img {
    margin-left: 15px;
}

.date-time .diverson {
    height: 90px;
    align-items: center;
}

.date-time .diverson.borderright {
    border-right: solid 1px #F5F5F7;
}

.service-station {
    min-height: 128px;
    border: solid 1px #D6D6D6;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}

.service-station .slocation {
    background-color: #EB0A1E;
    height: 100%;
    display: flex;
    padding: 30px;
    color: #fff;
    min-height: 128px;
}

.service-station .slocation .stitle {
    margin-right: 60px;
}

.service-station .slocation .stitle h5 {
    font-size: 22px;
    margin: 0;
}

.service-station .slocation .saddress {
    position: relative;
    padding-left: 30px;
}

.service-station .slocation .saddress i {
    position: absolute;
    left: 0;
    top: 0;
}

.service-station .slocation .saddress h5 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
}

.service-station .slocation .saddress h4 {
    font-size: 24px;
    margin: 0;
}

.service-station .stime {
    padding: 30px;
}

.service-station .stime {
    display: flex;
    height: 100%;
    align-items: center;
}

.service-station .stime .sdate {
    margin: 0px 20px;
}

.service-station .stime .sdate b {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-station .stime .sdate h5 {
    font-size: 24px;
    color: #EB0A1E;
    margin: 0;
    margin-top: 5px;
}

.booking-for {
    padding-top: 50px;
}

.booking-for>.title {
    font-size: 18px;
}

.booking-for .radio-select {
    padding-bottom: 30px;
    padding-top: 5px;
}

.booking-for .radio-select .style1 label {
    color: #EB0A1E;
}

.booking-for .radio-select .custom-control {
    display: inline-block;
    margin-right: 30px;
    font-size: 24px;
}

.booking-for .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #EB0A1E;
    background-color: #EB0A1E;
}

.booking-for .custom-control-input:checked~.span {
    color: red;
}

.booking-for .custom-control-label {
    display: flex;
    align-items: center;
    height: 23px;
}

.booking-for .custom-control-label span {
    display: inline-block;
    margin-left: 5px;
}

.booking-form {
    margin: 30px 0;
}

.booking-field .select-selected {
    font-size: 24px;
}

.booking-field .select-selected:after {
    top: 28px;
}

.booking-field .select-selected.select-arrow-active:after {
    top: 22px;
}

.booking-field .height-field .form-group label {
    margin-bottom: 5px;
}

.booking-field .height-field {
    padding-bottom: 30px;
}

.booking-field .height-field.custome-label {
    padding-bottom: 0;
}

.booking-field .height-field.custome-label .form-group {
    margin: 0;
}

.booking-field .height-field.custome-label label {
    display: inline-block;
    width: inherit;
    z-index: 1;
}

.promotions-box {
    /* background-color: #F5F5F7; */
    padding: 20px 25px;
    border-radius: 10px;
    height: 100%;
}

.promotions-box .title {
    font-size: 22px;
    margin-bottom: 20px;
}

.promotions-box .promo2 {
    text-align: center;
}

.promotions-box .promo {
    font-size: 15px;
    border-bottom: solid 1px #D6D6D6;
    padding: 5px 0px;
    display: flex;
    margin: 15px 0;
}

.promo-plus {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.promotions-box .center-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.promotions-box .center-title span {
    color: #EB0A1E;
}

.promotions-box .center-title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    bottom: 0px;
    bottom: -10px;
    background: #bbbbbb;
}

.promotions-box .promo-plus:last-child {
    display: none;
}

.promo-plus span {
    background: #ddd;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.promo-plus:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 12px;
}

.promotions-box .promo i {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    width: 20px;
    background-color: #34C300;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 5px;
}

.promotions-box .promo p {
    margin: 0;
}

.promotions-box .promo-code {
    padding-top: 40px;
}

.promotions-box .promo-code label {
    font-size: 18px;
    font-family: 'Roboto-Bold';
}

.promotions-box .promo-code input {
    text-align: right;
    border: 0;
    border-bottom: solid 1px #D6D6D6;
    padding: 5px 0;
    width: 100%;
    padding-right: 20px;
    background: none;
    font-size: 15px;
    padding-right: 30px;
    background-color: #f1f1f1;
}

.promotions-box .promo-code .form-group {
    position: relative;
}

.promotions-box .promo-code .form-group .close {
    position: absolute;
    right: 0;
    /* top: 1px; */
    bottom: 12px;
}

.promotions-box .promo-code .discount {
    font-size: 16px;
    display: block;
}

.promotions-box .promo-code .discount i {
    height: 20px;
    width: 20px;
    min-height: 20px;
    background-color: #34C300;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 5px;
}

.promotions-box .promo-code .discount i.yes {
    background-color: #34C300;
}

.promotions-box .promo-code .discount i.no {
    background-color: #EB0A1E;
}

.promo-code .search-wrapper {
    position: relative;
}

.promo-code .close-icon {
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    border: 0;
}

.promo-code .submit-promo {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 25px;
    width: 25px;
    min-height: 25px;
    background-color: #EB0A1E;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 25px;
    top: 4px;
}

.promo-code .submit-promo:hover {
    background-color: #000;
}

.promo-code .submit-promo img {
    width: 15px;
}

.promo-code .close-icon:hover .close-icon:after {
    color: #EB0A1E;
}

.promo-code .close-icon:after {
    content: "\e5cd";
    font-family: 'Material Icons';
    color: #000;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
}


/*.promo-code .search-box:not(:valid) ~ .close-icon {
display: none;
}*/

.styple-mobile {
    padding: 20px;
    background-color: #eb0a1e;
    color: #fff;
}

.styple-mobile b {
    font-size: 16px;
}

.styple-mobile h5 {
    font-size: 18px;
    margin-top: 5px;
}

.main-title.award h2 {
    display: flex;
    align-items: center;
}

.main-title.award h2 span {
    display: inline-block;
    margin-right: 30px;
}

.success-block {
    /* padding-left: 90px; */
    margin-bottom: 70px;
}

.success-block .thankyou-text h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.success-block .thankyou-text p {
    color: #868686;
    font-size: 22px;
}

.success-block .thankyou-text p a {
    text-decoration: underline;
}

.success-block .thankyou-text p a:hover {
    text-decoration: none;
}

.success-block .call-mail {
    font-size: 20px;
    margin: 40px 0px;
}

.success-block .call-mail .call a {
    display: block;
}

.success-block .call-mail .call a i {
    display: inline-block;
    vertical-align: text-bottom;
}

.success-block .promotions-box {
    height: auto;
    margin-bottom: 30px;
}


/* .success-block .promotions-box .promo {
margin: 15px 0px;
} */

.promotions-box .promo-code .btn-theme {
    width: 100%;
    margin-top: 20px;
}

.promotions-box .promo-code .btn-theme:hover {
    background-color: #000;
}

.prmo-img-text-box-wrap .prmo-img-text-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.prmo-img-text-box-wrap .prmo-img-text-box:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
}

.success-block .banner2 {
    padding: 30px 0px;
}

.success-block .find-out p {
    font-size: 20px;
}

.success-block .find-out a {
    font-size: 20px;
    color: #EB0A1E;
}

.service-typeem {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #D6D6D6;
    margin-bottom: 30px;
}

.service-typeem .top-bar {
    padding: 15px 20px;
    background-color: #EB0A1E;
    color: #fff;
    display: inline-block;
    width: 100%;
    display: flex;
}

.service-typeem .top-bar .stype {
    display: inline-block;
    padding-right: 10px;
}

.service-typeem .top-bar .stype b {
    font-size: 18px;
}

.service-typeem .top-bar .stype p {
    font-size: 14px;
    margin: 0 0 7px 0;
    line-height: normal;
}

.service-typeem .top-bar .stype ul {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.service-typeem .top-bar .stype ul li {
    font-size: 18px;
    margin: 0 0 7px 0;
    line-height: normal;
    list-style: inside;
}

.service-typeem .top-bar .bno {
    float: right;
}

.time-shot-highlight {
    background-color: #f5f6dd;
}

.bno-mobile {
    text-align: center;
    font-family: 'Roboto-Bold';
}

.bno-mobile b {
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
}

.service-typeem .top-bar .bno b {
    font-size: 18px;
}

.service-typeem .top-bar .bno p {
    font-size: 27px;
    font-family: 'Roboto-Bold';
    margin: 0;
}

.service-typeem .center-address {
    padding: 15px 20px;
    border-bottom: solid 1px #D6D6D6;
}

.service-typeem .center-address b {
    display: block;
    margin-bottom: 15px;
}

.service-typeem .center-address .full-add {
    position: relative;
    /* padding-right: 40px; */
}

.service-typeem .center-address .full-add h6 {
    font-size: 16px;
    color: #EB0A1E;
    margin: 0;
}

.service-typeem .center-address .full-add>a {
    font-size: 16px;
}

.service-typeem .center-address .full-add>a:hover {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.service-typeem .center-address .full-add i {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.service-typeem .bottom-bar {
    padding: 15px 20px;
}

.service-typeem .bottom-bar .datetime b {
    display: block;
}

.service-typeem .bottom-bar .datetime a {
    display: block;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color: #EB0A1E;
}

.success-notification {
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.success-notification.red {
    border: solid 1px #F8A2A9;
    background-color: #FAECED;
}

.success-notification.gray {
    border: solid 1px #F8A2A9;
    background-color: #FAECED;
}

.success-notification.gray {
    border: solid 1px #F5F5F7;
    background-color: #F5F5F7;
}

.success-notification.gray .title {
    color: #000;
}

.success-notification .title {
    display: flex;
    color: #EB0A1E;
}

.success-notification .title i {
    margin-right: 15px;
    font-size: 20px;
}

.success-notification h5 {
    font-size: 16px;
}

.success-notification p {
    padding-left: 35px;
    font-size: 18px;
    margin: 0;
}

.success-block .vendors {
    margin-top: 30px;
}

.right-bar .mr-right {
    margin-right: 100px;
}

.right-bar .title h4 {
    font-size: 48px;
}

.right-bar .discount {
    padding: 10px 0;
    border-bottom: solid 1px #ddd;
}

.right-bar .discount i {
    height: 20px;
    width: 20px;
    background-color: #34C300;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 5px;
}

.right-bar .right-promotions {
    padding: 40px 0px 0px 0px;
}

.right-bar .right-promotions .title {
    font-size: 18px;
}

.right-bar .right-promotions .seasonal-rightpromotions {}

.right-bar .right-promotions .seasonal-rightpromotions img {}

.right-bar .right-promotions .seasonal-rightpromotions h4 {
    font-size: 24px;
    margin-top: 15px;
}

.right-bar .early-promotions {
    margin-top: 30px;
}

.right-bar .early-promotions .title {
    font-size: 18px;
}

.right-bar .early-promotions .early-box {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.right-bar .early-promotions .early-box .early-image {
    width: 70%;
}

.right-bar .early-promotions .early-text {
    margin-left: 30px;
}

.right-bar .early-promotions .early-text h5 {
    font-size: 28px;
}

.right-bar .rightbar-closenoti {
    position: absolute;
    left: -84px;
    top: 37%;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    line-height: 1;
    background-color: #fff;
    height: 50px;
    width: 50px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 10px 0px 0px 10px;
}

.right-bar .rightbar-closenoti i {
    line-height: 50px;
    color: #EB0A1E;
    font-size: 28px;
    transform-origin: 50% 25px;
    animation-name: ring;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.right-bar .rightbar-closenoti span {
    position: absolute;
    right: 0;
    top: -10px;
    height: 25px;
    width: 25px;
    border: solid 2px #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    color: #fff;
    background-color: #EB0A1E;
}

.center-list.active,
.center-list:hover {
    background-color: #EB0A1E;
    color: #fff;
}

.center-list:hover .list-data .street,
.center-list:hover .list-data .center-add p,
.center-list:hover .list-data .location i {
    color: #fff;
}

.bottom-part .center-list.active .list-data .street,
.bottom-part .center-list.active .list-data .center-add p,
.bottom-part .center-list.active .list-data .location i {
    color: #fff;
}

.calnder-date #headingOne {
    /* pointer-events:none; */
    position: relative;
}

.calnder-date .collapse:not(.show) {
    display: block;
}

.date-calnder {
    padding: 40px;
    padding-left: 0;
    font-size: 30px;
}

.date-title,
.time-title {
    justify-content: space-between;
    font-size: 22px;
    display: flex;
    font-family: 'Roboto-Bold';
    /* margin-bottom: 20px; */
    top: 0;
    z-index: 1;
    line-height: 1;
}

.date-title .top-date,
.date-title .top-month {
    /* width: 100%; */
    line-height: 1;
    position: absolute;
    z-index: 1;
}

.date-title .top-month {
    text-align: right;
}

.date-title .top-month .select-selected {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    color: #eb0a1e;
    background: #fff;
    padding: 0px 30px 0px 0px;
    border: 0 !important;
}

.date-title .top-month .select-selected:after {
    top: 15px;
    border-color: #8B8B8B transparent transparent transparent;
}

#my-cal .datepicker-inline,
#my-cal .table-condensed {
    width: 100%;
}


/*.datepicker .new.day {
display:none;
}*/

#my-cal .datepicker .day {
    color: #00C90F !important;
}

#my-cal .datepicker .disabled-date {
    color: #8B8B8B !important;
}

#my-cal .datepicker table tr td.active:active,
#my-cal .datepicker table tr td.active.highlighted:active,
#my-cal .datepicker table tr td.active.active,
#my-cal .datepicker table tr td.active.highlighted.active,
#my-cal .datepicker table tr td.active:active,
#my-cal .datepicker table tr td.active.highlighted:active,
#my-cal .datepicker table tr td.active.active,
#my-cal .datepicker table tr td.active.highlighted.active,
#my-cal .datepicker table tr td.active:active,
#my-cal .datepicker table tr td.active.highlighted:active,
#my-cal .datepicker table tr td.active.active,
#my-cal .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #EB0A1E;
    border-color: #EB0A1E;
}

#my-cal .datepicker table tr td.active,
#my-cal .datepicker table tr td.active:hover,
#my-cal .datepicker table tr td.active.disabled,
#my-cal .datepicker table tr td.active.disabled:hover {
    background-image: none;
    color: #fff !important;
}

#my-cal .datepicker table tr td span.active:active,
#my-cal .datepicker table tr td span.active:hover:active,
#my-cal .datepicker table tr td span.active.disabled:active,
#my-cal .datepicker table tr td span.active.disabled:hover:active,
#my-cal .datepicker table tr td span.active.active,
#my-cal .datepicker table tr td span.active:hover.active,
#my-cal .datepicker table tr td span.active.disabled.active,
#my-cal .datepicker table tr td span.active.disabled:hover.active,
#my-cal .datepicker table tr td span.active,
#my-cal.datepicker table tr td span.active:hover,
#my-cal .datepicker table tr td span.active.disabled,
#my-cal .datepicker table tr td span.active.disabled:hover,
#my-cal .datepicker table tr td span.active,
#my-cal .datepicker table tr td span.active:hover,
#my-cal .datepicker table tr td span.active.disabled,
#my-cal .datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #eb0a1e;
    border-color: #eb0a1e;
}

#my-cal .datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: none;
    background-color: none;
}

.date-calnder tbody {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
    padding: 15px;
    line-height: 2;
    margin-top: 15px;
    border-radius: 10px;
}

#my-cal thead {
    line-height: 2;
    font-size: 22px;
}

#my-cal .datepicker .old.day,
#my-cal .datepicker .new.day {
    color: #ddd !important;
}

#my-cal .datepicker-switch {
    color: #EB0A1E;
}

.time-title .top-week {
    width: 69%;
}

.date-calnder .vailable-not {
    display: flex;
    padding: 25px 0px;
}

/* .date-calnder .vailable-not p {
    font-size: 18px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
} */
.date-calnder .vailable-not p {
    font-size: 14px;
    margin: 0;
    padding-left: 14px;
    position: relative;
    margin-right: 12px;
}

.date-calnder .vailable-not p:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #BCBCBC;
    position: absolute;
    left: 0;
    /* top: 8px; */
    top:6px
}

.date-calnder .vailable-not p.active:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #eb0a1e;
    position: absolute;
    left: 0;
    /* top: 8px; */
    top: 6px;
}

.date-calnder .vailable-not p.available:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #00c90f;
    position: absolute;
    left: 0;
    /* top: 8px; */
    top:6px
}

.time-calnder {
    padding: 40px 0 70px 40px;
}

.time-calnder .title {
    font-size: 22px;
    margin: 0;
}

.time-calnder table {
    width: 100%;
    line-height: 3;
}

.time-calnder table tr td {
    text-align: center;
}

.time-calnder table tr td:first-child {
    text-align: left;
}

.time-calnder .week {
    text-align: center;
    line-height: 1;
}

.time-calnder .week .day {
    font-size: 14px;
}

.time-calnder .week .day {
    font-size: 18px;
    color: #9B9B9B;
    margin-bottom: 10px;
}

.time-calnder .week .date {
    font-family: 'Roboto-Bold';
    font-size: 14px;
}

.time-calnder .week td {
    padding-bottom: 30px;
}

.time-calnder .custom-control {
    line-height: initial;
    height: 32px;
}

.time-calnder .time {
    font-size: 20px;
    font-family: 'Roboto-Bold';
}

.time-calnder .custom-control-label::before,
.time-calnder .custom-control-label::after {
    height: 29px;
    width: 29px;
    border-radius: 100%;
    cursor: pointer;
}

.time-calnder .disabled .custom-control-label::before,
.time-calnder .disabled .custom-control-label::after {
    cursor: auto;
}

.time-calnder .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: '\e876';
    color: #fff;
    font-family: 'Material Icons';
    font-size: 20px;
    background-image: none;
    position: absolute;
    top: 9px;
    line-height: 20px;
}

.time-calnder .custom-control-input {
    transition: 0.3s ease-in-out;
    box-shadow: none;
}

.time-calnder .custom-control-input:checked~.custom-control-label::before {
    background: #00c90f;
    border: solid 1px #00c90f;
    box-shadow: 0px 0px 0px 8px #00c90f;
}

.time-calnder .custom-control-label::before {
    background-color: #fff;
    border: #00c90f solid 1px;
    content: '\e876';
    color: #00c90f !important;
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 28px;
}

.time-calnder .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border: solid 1px #00c90f !important;
    background-color: #fff !important;
    background-color: #f5f5f7 !important;
}

.time-calnder .custom-checkbox.SaveWater .custom-control-label::before{
    border:0px !important;
    background-color: transparent !important;
    box-shadow: none;
}
.time-calnder .custom-checkbox.SaveWater .custom-control-input:indeterminate~.custom-control-label::before{
    border:0px !important;
background-color:transparent !important;

}
.time-calnder .custom-checkbox.SaveWater .custom-control-input:checked~.custom-control-label::after {
    content: '' !important;
    color: #fff;
    /* font-family: 'Material Icons'; */
    font-size: 20px;
    background-image: none;
    position: absolute;
    background-image: url(../images/water-save-active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 52px;
    height: 52px;
}
.time-calnder .custom-checkbox.SaveWater .custom-control-input:checked~.custom-control-label::after{
    content: '' !important;
    top: -8px;
    margin-left: -14px;
}
.time-calnder .custom-checkbox.promotion .custom-control-input:indeterminate~.custom-control-label::before {
    border: solid 1px #eb0a1e !important;
    background-color: #fff !important;
    background-color: #f5f5f7 !important;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: transparent !important;
}

.time-calnder .custom-checkbox.promotion .custom-control-label::before {
    background-color: #fff;
    border: #eb0a1e solid 1px;
    content: '\e876';
    color: #eb0a1e !important;
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 28px;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::before {
    background: #eb0a1e;
    border: solid 1px #eb0a1e;
    box-shadow: 0px 0px 0px 8px #eb0a1e;
}

.time-calnder .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background: none;
}

.time-calnder .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: #D6D6D6 !important;
    border: 0 !important;
    content: '' !important;
}

.time-calnder .custom-control-input:disabled~.custom-control-label::before,
.time-calnder .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #D6D6D6;
    border: 0;
    content: '';
}

.time-calnder.divdisable .choos-time {
    color: #8B8B8B
}

.time-calnder .choos-time,
.choos-month {
    font-size: 18px;
    color: #EB0A1E;
}

.choos-time .carousel-control-prev-icon,
.choos-time .carousel-control-next-icon,
.choos-month .carousel-control-prev-icon,
.choos-month .carousel-control-next-icon {
    background: none;
    color: #444;
    position: relative;
    width: 100%;
    height: 100%;
}

.choos-time .carousel-control-prev-icon .material-icons,
.choos-time .carousel-control-next-icon .material-icons {
    font-size: 30px;
    display: block;
    line-height: 23px;
    height: 100%;
}

.choos-time .carousel-inner,
.choos-month .carousel-inner {
    text-align: center;
}

#carouselExampleControls {
    line-height: initial;
}

.choos-time .select-selected,
.choos-month .select-selected {
    background-color: #F5F5F7;
    border: 0 !important;
    color: #8B8B8B !important;
    padding-top: 0;
}

.choos-time .custom-select,
.choos-month .custom-select {
    background: none;
    font-size: 22px;
    color: #8B8B8B !important;
}

.choos-time .select-selected.select-arrow-active:after,
.choos-month .select-selected.select-arrow-active:after {
    top: 9px;
    border-color: transparent transparent #8B8B8B transparent;
}

.choos-time .select-selected:after,
.choos-month .select-selected:after {
    top: 15px;
    border-color: #8B8B8B transparent transparent transparent;
}

.choos-time .select-items,
.choos-month .select-items {
    border-top: solid 1px #fff;
}

.choos-time select,
.choos-month select {
    border: 0;
    font-size: 22px;
    color: #8B8B8B;
    background: none;
}

.choos-time select:focus,
.choos-month select:focus {
    outline: 0;
    box-shadow: none;
}

.time-calnder .customarrow.dd:after {
    top: 0;
    color: #8B8B8B;
    font-size: 25px;
}

.time-calnder .vailable-not {
    padding: 20px 0px;
}

/* .time-calnder .vailable-not p {
    font-size: 18px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
    display: inline-block;
} */
.time-calnder .vailable-not p {
    font-size: 14px;
    margin: 0;
    padding-left: 12px;
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

/* .time-calnder .vailable-not p.promotion:after {
content: '';
display: block;
width: 19px;
height: 19px;
border-radius: 100%;
background-image: url(../images/promotion.png);
position: absolute;
left: 0;
top: 4px;
background-repeat: no-repeat;
background-position: center;
} */

.time-calnder .vailable-not p.promotion:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #eb0a1e;
    /* background-image: url(../images/promotion.png); */
    position: absolute;
    left: 0;
    top: 9px;
    background-repeat: no-repeat;
    background-position: center;
}


/* .time-calnder .vailable-not p.promotion {
padding-left: 27px;
} */

.time-calnder .vailable-not p.available:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #00c90f;
    position: absolute;
    left: 0;
    /* top: 9px; */
    top: 6px;
}

.time-calnder .vailable-not p.notavailable:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #D6D6D6;
    position: absolute;
    left: 0;
    /* top: 9px; */
    top:6px;
}

.time-calnder .time-table {
    margin-top: 25px;
}

.time-calnder .choos-time img {
    margin-left: 15px;
}

.time-part .row {
    background-color: #F5F5F7;
}

.toggle-notification {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 0;
    top: 37%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius: 10px 0px 0px 10px;
    z-index: 2;
}

.toggle-notification i {
    line-height: 50px;
    color: #EB0A1E;
    font-size: 28px;
    transform-origin: 50% 25px;
    animation-name: ring;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.toggle-notification:hover {
    background-color: #EB0A1E;
}

.toggle-notification:hover i {
    color: #fff;
}

.toggle-notification span {
    position: absolute;
    right: 0;
    top: -10px;
    height: 25px;
    width: 25px;
    border: solid 2px #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    color: #fff;
    background-color: #EB0A1E;
}

@keyframes ring {
    0% {
        transform: rotate(0deg)
    }
    5% {
        transform: rotate(45deg)
    }
    15% {
        transform: rotate(-40deg)
    }
    25% {
        transform: rotate(20deg)
    }
    35% {
        transform: rotate(-15deg)
    }
    45% {
        transform: rotate(10deg)
    }
    55% {
        transform: rotate(-5deg)
    }
    60% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}


/* -----
SIDEBAR STYLE
------- */

#sidebar {
    position: fixed;
    top: 0;
    right: -865px;
    height: 100vh;
    transition: all 0.3s;
    overflow-y: auto;
    z-index: 3;
}

.right-bar {
    background-color: #fff;
    width: 815px;
    height: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
    padding: 120px 35px;
}

#sidebar.active {
    right: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
}

.right-bar .mCSB_container:focus {
    outline: 0;
}

.right-bar .mCustomScrollBox:focus {
    outline: 0;
}


/*=======custome select box start=======*/

.custom-select {
    position: relative;
    text-align-last: right;
    padding: 0;
    border: 0;
    height: auto;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: DodgerBlue;
}


/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 16px;
}


/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
    color: #000000;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    background: none;
}

.select-items div {
    color: #000;
    background: #eee;
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.9);
    text-align: right;
}

.select-items div:hover,
.same-as-selected {
    background-color: #eb0a1e;
    color: #fff;
}

.select-selected {
    background-color: #fff;
    border: solid 2px #f7f7f7 !important;
    text-align: right;
}

.select-arrow-active {
    border-radius: 10px 10px 0px 0px;
}


/* Style items (options): */

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    border: solid 1px #fff;
    border-top: 0;
    text-align: right;
}


/* Hide the items when the select box is closed: */

.select-hide {
    display: none;
}


/*========custome select box end==============*/

.helpmodal .modal-dialog {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.helpmodal .modal-body .callus {
    font-size: 16px;
    font-family: 'Roboto-Regular';
    margin: 0px;
}

.helpmodal .modal-body .callus a {
    text-decoration: underline;
}

.helpmodal .modal-body .callus a:hover {
    text-decoration: none;
    color: #EB0A1E;
}

.simple-link a {
    text-decoration: underline;
}

.simple-link a:hover {
    text-decoration: none;
    color: #EB0A1E;
}

.helpmodal .modal-body .timep {
    font-size: 16px;
    font-family: 'Roboto-Bold';
    margin-top: 15px;
}

.helpmodal .modal-body .or {
    display: block;
    padding: 15px 0px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
}

.helpmodal .modal-body h4 {
    font-size: 18px;
    font-family: 'Roboto-Bold';
}

.helpmodal .modal-body a.clickhere {
    font-size: 18px;
    color: #EB0A1E;
    font-family: 'Roboto-Bold';
}

.helpmodal .modal-body .small-title {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.helpmodal .modal-body ul {
    margin: 0px;
    padding: 0px;
}

.helpmodal .modal-body ul li {
    list-style: none;
    /* background: url("../images/icon/right-red.png") no-repeat top 6px left; */
    padding-left: 0px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.helpmodal .modal-body ul li::after {
    content: '\e5c8';
    font-family: 'Material Icons';
    float: left;
    margin-right: 5px;
    color: #EB0A1E;
    font-size: 20px;
    line-height: 1.2;
}

.helpmodal .modal-body ul li a {
    font-size: 16px;
    color: #EB0A1E;
    font-family: 'Roboto-Bold';
}

.helpmodal .modal-body ul li:last-child {
    margin-bottom: 0;
}

.helpmodal .modal-content {
    padding: 20px;
    background-color: #F5F5F7;
    border-radius: 10px;
}

.helpmodal .cross {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
}

.helpmodal .cross button {
    opacity: 9;
}

.helpmodal .cross i {
    color: #EB0A1E;
}

.custom-select .info {
    display: inline-block;
    position: absolute;
    left: 17px;
    top: 17px;
    cursor: pointer;
}

.custom-select .info:hover i {
    color: #EB0A1E;
}

.modal-dialog-centered {
    justify-content: center;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.divdisable {
    pointer-events: none;
    opacity: 0.5;
}


/*jquery calander changes start*/

.ui-datepicker-inline .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-datepicker-inline .ui-widget-header .ui-state-default,
.ui-datepicker-inline .ui-button,
.ui-datepicker-inline .ui-button.ui-state-disabled:hover,
.ui-datepicker-inline .ui-button.ui-state-disabled:active {
    text-align: center;
    border: 0;
    background: none;
    color: #eb0a1e;
    border: 2px solid #eb0a1e !important;
    height: 65px;
    width: 65px;
    border-radius: 100%;
    line-height: 65px;
    padding: 0;
    margin: 0 auto;
}

.date-calnder tbody {
    box-shadow: none;
}

.date-calnder .ui-datepicker td.highlighted .ui-state-default {
    color: #00c90f;
    border: 2px solid #00c90f !important;
}

.date-calnder .ui-datepicker .ui-datepicker-title {
    margin: 0;
    /* line-height: inherit; */
}

.date-calnder .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    /* display: none; */
    border: 0px;
}

.date-calnder .ui-datepicker .ui-datepicker-header {
    /* display: none; */
}

.date-calnder .ui-datepicker table {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.date-calnder .ui-widget.ui-widget-content {
    border: 0;
    padding: 0;
    width: 100%;
    box-shadow: none;
}

.date-calnder .ui-datepicker select.ui-datepicker-month,
.date-calnder .ui-datepicker select.ui-datepicker-year {
    width: 50%;
    font-size: 20px;
    border-radius: 50px;
    padding: 5px 10px;
    border: solid 1px #dddddd;
    color: #EB0A1E;
    background: none;
    border-radius: 50px;
    /* border: 0; */
    font-family: 'Roboto-Bold';
}

.date-calnder .ui-datepicker select.ui-datepicker-month option,
.date-calnder .ui-datepicker select.ui-datepicker-year option {
    color: #444;
}

.date-calnder .ui-datepicker select.ui-datepicker-month:focus,
.date-calnder .ui-datepicker select.ui-datepicker-year:focus {
    outline: 0;
}

.date-calnder .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 20px;
    color: #868686;
}

.hasDatepicker {
    position: relative;
}

.date-calnder .ui-datepicker-inline .ui-state-active,
.ui-datepicker-inline .ui-widget-content .ui-state-active {
    /* margin: 0 auto; */
    border: solid 2px #000;
}

.date-calnder .ui-datepicker-inline .ui-state-disabled .ui-state-default {
    color: #000;
    border: 2px solid #000 !important;
}

.date-calnder #speed-button {
    border: 0;
    background: none;
    color: #eb0a1e;
    font-family: 'Roboto-Bold';
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 22px;
}


/*#speed-button .ui-state-active .ui-icon,
#speed-button .ui-button:active .ui-icon {
background: url(../images/icon/down-arrow.svg) no-repeat center center;
background-size: 18px;
}

#speed-button .ui-state-hover .ui-icon,
#speed-button .ui-state-focus .ui-icon,
#speed-button .ui-button:hover .ui-icon,
#speed-button .ui-button:focus .ui-icon {
background: url(../images/icon/down-arrow.svg) no-repeat center center;
background-size: 18px;
}
#speed-button .date-calnder .ui-selectmenu-icon {
position: relative;
background: none;
height: 15px;
width: 22px;
text-align: center;
display: inline-block;
background: none;
top: 9px;
background: url(../images/icon/down-arrow.svg) no-repeat center center;
background-size: 18px;
}*/

.date-title .ui-selectmenu-icon {
    position: relative;
    background: none;
    height: 15px;
    width: 22px;
    text-align: center;
    display: inline-block;
    background: none;
    top: 9px;
    background: url(../images/icon/down-arrow.svg) no-repeat center center !important;
    background-size: 18px;
}

.height-field .ui-selectmenu-icon {
    position: relative;
    background: none;
    height: 15px;
    width: 22px;
    text-align: center;
    display: inline-block;
    background: none;
    top: 9px;
    background: url(../images/icon/down-arrow.svg) no-repeat center center !important;
    background-size: 18px !important;
}

.height-field .ui-selectmenu-button {
    padding: 10px;
    padding-right: 0;
    border: 0;
    width: 100%;
    text-align: right;
    font-size: 24px;
    box-shadow: none !important;
    outline: 0;
    border-bottom: solid 1px #D6D6D6 !important;
    background: #fff !important;
    border-radius: 0;
    color: inherit;
}

.v-model .ui-selectmenu-button {
    opacity: 0.4;
    pointer-events: none;
}

.date-title .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}


/*.date-calnder .ui-selectmenu-icon:before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #000 transparent transparent transparent;
}*/

.date-calnder .ui-selectmenu-text {
    margin-right: 30px;
}

.date-calnder #speed-button:focus {
    outline: 0;
}


/*.ui-widget-content .ui-state-active
{
background: #ddd;
font-weight: normal;
color: #000;
border: 0;
margin: 0;
}*/

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 30px 10px 10px;
    text-align: right;
    font-size: 16px;
}

.ui-menu .ui-menu-item {
    border-bottom: solid 1px #f1f1f1;
}

.height-field .defalt-select {
    color: #888888 !important;
}

.height-field .ui-selectmenu-text {
    margin-right: 30px;
    /* color: #495057; */
}

.ui-widget.ui-widget-content {
    border: 0;
}

.overflow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
}

.dddata .ui-selectmenu-menu ul.ui-menu {
    max-height: 250px !important;
    overflow-y: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar,
#snackbar2 {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    /*margin-left: -188px;*/
    /* Divide value of min-width by 2 */
    background-color: #EB0A1E;
    color: #fff;
    text-align: center;
    padding: 25px 20px;
    position: fixed;
    /* Sit on top of the screen */
    z-index: 99;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}

#snackbar h5,
#snackbar2 h5 {
    font-size: 16px;
}

#snackbar p,
#snackbar2 p {
    margin: 0;
    font-size: 14px;
}

#snackbar p img,
#snackbar2 p img {
    margin-right: 5px;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show,
#snackbar2.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.info-icon {
    position: relative;
}

.info-icon .info {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 1;
    cursor: pointer;
}

.info-icon .info i {
    color: #8B8B8B;
}

.info-icon .info:hover i {
    color: #EB0A1E;
}


/* .symptoms {
background-color: #F8F8F8;
border: solid 1px #EFEFF0;
padding: 20px;
border-radius: 10px;
position: relative;
display: none;
position: absolute;
left: 100%;
top: 0%;
width: 100%;
z-index: 1;
margin-top: 0px;
} */

.symptoms {
    display: none;
    z-index: 1;
}

.symptoms-box {
    border: solid 1px #d6d6d6;
}

.symptoms label {
    width: 100%;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    border: solid 1px #d6d6d6;
}


/*.symptoms .ui-state-hover,
.symptoms.ui-button:active
{
background: inherit;
font-weight: inherit;
color: inherit;
border: 0;
margin: 0;
}*/


/*.symptoms .ui-button:hover {
border: 0;
background: #EB0A1E;
}
.symptoms .ui-state-active {
background: #EB0A1E;
color: #fff;
border: 0;
}*/

.symptoms .ui-button:focus {
    outline: 0;
    box-shadow: none;
}

.symptoms .bdr {
    border-left: solid 1px #D6D6D6;
    border-right: solid 1px #D6D6D6;
}

.symptoms .b-topbottom {
    border-top: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
}

.symptoms .b-bottom {
    border-bottom: solid 1px #D6D6D6;
}

.symptoms .b-left {
    border-left: solid 1px #D6D6D6;
    border-left: solid 1px #D6D6D6 !important;
}

.symptoms .ui-checkboxradio-label .ui-icon-background {
    display: none;
}

.symptoms h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.symptoms .top-arrow {
    position: absolute;
    width: 100%;
    text-align: left;
    left: -17px;
    top: 47%;
}

.symptoms .top-arrow span {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #f8f8f8;
    display: inline-block;
    transform: rotate(-90deg);
}

.ui-selectmenu-open .ui-state-active,
.ui-selectmenu-open .ui-widget-content .ui-state-active {
    background-color: #D6D6D6;
    border: solid 1px transparent;
    color: #000;
}

.symptoms .ui-button:hover,
.symptoms .ui-button:focus {
    border: solid 1px #d6d6d6;
    outline: 0;
    box-shadow: none;
}

.symptoms .ui-checkboxradio-checked,
.symptoms .ui-state-active {
    color: #fff;
    /*background-color: #EB0A1E;*/
    background: #EB0A1E;
}

.symptoms .ui-button.ui-state-active:hover {
    color: #fff;
    /*background-color: #EB0A1E;*/
    background: #EB0A1E;
}

.symptoms .ui-button:active {
    color: initial;
    /*background-color: #EB0A1E;*/
    background: #EB0A1E;
}

.symptoms .ui-button:hover {
    background: none;
}


/*
*  STYLE 1
*/

#scrolltrack::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#scrolltrack::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#scrolltrack::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.corporate-right-tt {
    border: solid 1px #D6D6D6;
    border-radius: 10px;
    padding: 15px;
    background-color: #F5F5F7;
    margin-top: 10px;
}

.back-index-modal {}

.back-index-modal .modal-body .material-icons {
    color: #ff0000;
    font-size: 52px;
    margin-bottom: 30px
}

.back-index-modal .modal-footer i {
    vertical-align: middle;
    font-size: 18px;
    padding-right: 1px;
    line-height: 1.2;
}

.back-index-modal .modal-footer .btn {
    min-width: 95px;
}

.cursor-pointer {
    cursor: pointer;
}

.rotate-icon {
    transform: rotate(180deg);
}

.vehicle-details.collapse .card-body {
    background: none;
    border-radius: 10px;
}

.success-block .vendors img {
    height: 58px;
}

.vehicle-info {
    border-radius: 10px;
    margin-bottom: 30px;
    border-style: solid;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

#targetlocation .modal-header .close i {
    color: #EB0A1E;
    opacity: 9;
}

#targetlocation .modal-header .close {
    opacity: 9;
}

.deal-details {
    padding: 35px 0;
}

.deal-details .top-text {
    margin: 0;
    color: #EB0A1E;
}

.deal-details .title {
    font-size: 25px;
    margin-bottom: 20px;
}

.deal-details .dd-image img {
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.deal-details .dd-discription {
    font-size: 18px;
    padding: 40px 0px;
}

.deal-details .dd-discription p {
    text-align: left;
}

.deal-details .dd-discription .btn-close {
    background-color: #EB0A1E;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    padding: 10px 40px;
    margin: 20px 0px;
}

.deal-details .dd-discription .btn-close:hover {
    background-color: #000;
}

.deal-details .dd-discription .btn-close i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.deal-details .dd-discription .btn-close span {
    display: inline-block;
    line-height: 1;
}

#value-modal .modal-body .swipe-link a {
    display: block;
    color: #EB0A1E;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: 'Roboto-Bold';
}

#value-modal .modal-body .swipe-link a:hover {
    color: #000;
}

.reschedule-modal .modal-body {
    padding: 30px;
}

.reschedule-modal .cross {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
}

.reschedule-modal .cross button {
    opacity: 9;
}

.reschedule-modal .cross i {
    color: #EB0A1E;
}

.appoinment-box {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.appoinment-box.open {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.appoinment h5.title {
    color: #EB0A1E;
}

.reschedule-modal .vehicle-details .vehicle-field {
    /*margin-bottom: 0;*/
    margin: 20px 0px 0px 0px;
}

.reschedule-box {
    padding: 50px 0;
}

.reschedule-box .appo-button {
    margin-top: 30px;
}

.reschedule-box .appo-button .btn {
    width: 100%;
    margin-bottom: 10px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ddd;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #ddd;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ddd;
}

.cancel-bookingbox .cancelb-footer {
    margin-top: 20px;
}

.reschedule-btn .btn+.btn {
    margin-left: 10px;
}

.cancel-bookingbox .cancel-text {
    margin-top: 10px;
    font-size: 25px;
}

.cancel-bookingbox .cancel-text span {
    color: #EB0A1E;
}

.me-login .modal-body {
    padding: 30px;
}

.me-login .cross {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 19px;
}

.me-login .cross button {
    opacity: 9;
}

.me-login .cross i {
    color: #fff;
}

.me-login .vehicle-details .vehicle-field {
    /*margin-bottom: 0;*/
    margin: 20px 0px 0px 0px;
}

.me-login .modal-header {
    background-color: #EB0A1E;
    color: #fff;
    text-align: center;
}

.me-login .modal-header .close {
    text-shadow: none;
}

.me-login .modal-content {
    border: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.36);
}

.me-login .button-part {
    margin-top: 30px;
}

.me-login .fgtpwd {
    margin-top: 10px;
    text-align: right;
}

.me-login .fgtpwd a {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.me-login .btn-login {
    text-transform: uppercase;
}

.profile-details .data-field {
    padding: 0;
    margin: 0;
}

.profile-details .data-field li {
    display: flex;
    line-height: 1.7;
}

.profile-details .data-field li .field1 {
    width: 20%;
    padding-right: 5px;
}

.profile-details .data-field li .field1 span {
    float: right;
}

.profile-details .data-field li .field2 {
    width: 80%;
    padding-left: 5px;
    word-break: break-all;
}

.dashboard-block {
    padding: 50px 0px;
}

.dashboard-block .service-title {
    color: #EB0A1E;
    margin-bottom: 20px;
}

.dashboard-block .service-title-main {
    color: #EB0A1E;
    margin-bottom: 20px;
    font-size: 26px;
}

.dashboard-block .service-box {
    border: solid 1px #B1DAE1;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.dashboard-block .service-box.white {
    border: solid 1px #D6D6D6;
}

.dashboard-block .service-block {
    background-color: #DAF6FB;
    padding: 16px;
}

.service-box .booking-button {
    display: flex;
    margin-top: 5px;
    border-radius: 3px;
    overflow: hidden;
}

.service-box .booking-button .btn {
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-right: solid 1px rgba(255, 255, 255, 0.31);
}

.service-block .service-data hr {
    margin: 0;
}

.service-block .service-data .date-title {
    margin-bottom: 10px;
    font-size: 20px;
    padding: 0;
}

.service-block .service-data .date-title span {
    color: #EB0A1E;
    display: inline-block;
    font-size: 22px;
    margin-left: 10px;
}

.service-block .service-data .listing {
    display: flex;
    padding: 5px 0px;
}

.service-block .service-data .listing .car-data {}

.service-block .service-data .listing .car-data p i {
    float: right;
    color: #000
}

.service-block .service-data .listing .car-data p i:hover {
    float: right;
    color: #EB0A1E
}

.service-block .service-data .listing .car-data.mr10 {
    margin-right: 50px;
}

.service-block .service-data .listing .car-data label {
    color: #000;
    margin: 0;
}

.service-block .service-data .listing .car-data p {
    font-family: 'Roboto-Bold';
    color: #EB0A1E;
    margin: 0;
}

.service-block .service-data .listing .car-data p .location {
    float: right;
    color: #000;
    cursor: pointer;
}

.service-block .service-data .listing .car-data p .location:hover i {
    color: #EB0A1E;
}

.service-block .service-data .listing .car-data p .location i {
    font-size: 22px;
}

.service-block .service-data .listing.light .car-data label {
    color: #666;
}

.service-block .service-data .listing.light .car-data p {
    color: #000;
}

.service-block .service-data .listing .whichever {
    color: #666;
    margin: 10px 0px
}

.dashboard-block .white .service-block {
    background-color: #fff;
}

.service-box.white .service-footer {
    background-color: #D6D6D6;
    border-top: solid 1px #D6D6D6;
}

.service-box .service-footer {
    background-color: #B2ECF6;
    padding: 0px 18px;
    border-top: solid 1px #B1DAE1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.service-box .service-footer .footer-data {
    display: flex;
}

.service-box .service-footer .footer-data .field {}

.service-box .service-footer .footer-data .field label {
    display: inline-block;
    color: #666;
    margin: 0;
    margin-right: 5px;
}

.service-box .service-footer .footer-data .field p {
    display: inline-block;
    font-family: Roboto-Bold;
    margin: 0;
}

.service-box .service-footer>.row {
    height: 70px;
    align-items: center;
}

.service-box .button-aria {
    text-align: right;
}

.service-box .button-aria .btn {
    margin-left: 16px;
}

.mr30 {
    margin-right: 30px;
}

.service-box .button-aria .btn-theme,
.service-box .button-aria .btn-black {
    padding: 8px 15px;
    font-size: 16px;
}

.dashboard-block .profile-field {
    background-color: #F5F5F7;
    border: solid 1px #F1F1F2;
    padding: 16px;
    border-radius: 10px;
}

.dashboard-block .profile-field .field label,
.dashboard-block .field .profile-field p {
    margin: 0;
}

.dashboard-block .profile-field .field {
    margin: 16px 0;
}

.dashboard-block .profile-field .field label {
    color: #666;
}

.dashboard-block .profile-field .field p {
    font-family: Roboto-Bold;
    margin: 0;
}

.dashboard-block .contact-text {
    color: #777;
    margin: 10px 0px;
}

.dashboard-block .contact-text p a {
    color: #EB0A1E;
    font-family: Roboto-Bold;
}

.dashboard-block .point-block {
    margin-top: 50px;
}

.dashboard-block .point-block .point-table thead {
    background-color: #F5F5F7;
}

.dashboard-block .point-block .point-table {
    border: solid 1px #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.dashboard-block .point-block .table td,
.dashboard-block .point-block .table th {
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

.dashboard-block .point-block .table {
    margin: 0;
}

.right-box {
    position: sticky;
    top: 170px;
}

.addon-product {
    font-size: 18px;
}

.addon-product .heading {
    /* font-size: 20px; */
    font-size: 22px;
}

.select-below {
    /* color: #eb0a1e; */
    font-size: 16px;
    font-weight: 700;
}

.addon-product .heading p {
    display: block;
    font-size: 18px;
    font-family: 'Roboto-Regular';
}

.addon-product .select-product {
    padding: 15px 0px 50px;
}

.addon-product .select-product .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #eb0a1e;
    background-color: #eb0a1e;
}

.addon-product .select-product .custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.6rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.addon-product .select-product .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.addon-product .select-product .custom-control-label::after {
    position: absolute;
    top: .22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/61% 61%;
}


/* 20 March 2020 amit added css */

.view-date .ui-datepicker .ui-widget-header {
    border: 0px;
    background: transparent;
    width: 210px;
    float: right;
    padding: 0;
    margin-bottom: 25px;
}

.view-date .ui-state-focus,
.view-date .ui-widget-content .ui-state-focus,
.view-date .ui-widget-header .ui-state-focus,
.view-date .ui-button:hover,
.view-date .ui-button:focus {
    border: 0px;
    background: transparent;
    font-weight: normal;
    color: #2b2b2b;
}

.view-date .ui-datepicker .ui-datepicker-next {
    right: 5px;
    width: auto;
}

.view-date .ui-datepicker .ui-datepicker-prev {
    left: 2px;
    width: auto;
}

.view-date .ui-datepicker-title {
    color: #eb0a1e;
    font-size: 18px;
    line-height: 23px;
}

.view-date .ui-datepicker .ui-datepicker-prev span,
.view-date .ui-datepicker .ui-datepicker-next span {
    /* margin-top: -13px; */
    cursor: pointer;
}

.view-date .ui-datepicker .ui-datepicker-prev,
.view-date .ui-datepicker .ui-datepicker-next {
    height: 100%;
    top: 0;
}

.ans-div {
    padding: 10px;
    background: #f6f6f6;
    margin-top: 15px;
    border: 1px solid #d6d6d6;
    position: relative;
    width: 100%;
}

.ans-div h4 {
    font-family: 'Roboto-Bold';
    font-size: 18px;
}

.ans-div::after {
    content: "";
    /* border: 1px solid red; */
    position: absolute;
    top: -10px;
    right: 55px;
    /* width: 10px;
height: 10px;
border-bottom: solid 10px rgb(214, 214, 214);
border-left: solid 10px transparent;
border-right: solid 10px transparent; */
    background-image: url("../images/caret.png");
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
}

.select-btn.btn {
    /* border: 1px solid #f1f1f1; */
    border: 0px;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}


/* Style the active class, and buttons on mouse-over */


/* .select-btn.active,
.select-btn.btn:hover {
    background-color: #eb0a1e;
    color: white;
} */

.btn.focus,
.btn:focus {
    box-shadow: none
}

.select-btn {
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
}


/* amit added css */

.radio {
    position: relative;
}

.radio .form-help {
    position: absolute;
    width: 100%;
}

.radio label {
    position: relative;
    padding-left: 25px;
    text-align: left;
    color: #333;
    display: block;
    margin: 0;
    line-height: 20px;
    cursor: pointer;
    font-size: 22px;
}

.radio label:hover .helper {
    color: #355a6b;
}

.radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    background: #eb0a1e;
    border-color: #eb0a1e;
    -webkit-animation: ripple 0.3s linear forwards;
    animation: ripple 0.3s linear forwards;
}

.radio .helper {
    position: absolute;
    top: -5px;
    left: -4px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
}

.radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 1px solid #adb5bd;
}

.radio-inline {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-fade {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-fade label {
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-fade label input[type="checkbox"] {
    display: none;
}

.checkbox-fade label input[type="checkbox"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox-fade label input[type="checkbox"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkbox-fade label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-fade .cr {
    border-radius: 3px;
    border: 1px solid #aeb6be;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
}

.checkbox-fade .cr .cr-icon {
    color: #ffffff;
    font-size: 15px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    font-weight: bold;
}

.checkbox-fade input[type="checkbox"]:checked+.cr {
    -webkit-animation: ripple 0.3s linear forwards;
    animation: ripple 0.3s linear forwards;
    background: #eb0a1e;
    border-color: #eb0a1e;
}

.ui-datepicker-inline .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-datepicker-inline .ui-widget-header .ui-state-default,
.ui-datepicker-inline .ui-button,
.ui-datepicker-inline .ui-button.ui-state-disabled:hover,
.ui-datepicker-inline .ui-button.ui-state-disabled:active {
    height: 50px;
    width: 50px;
    line-height: 50px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    line-height: 42px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.view-date .ui-datepicker table {
    font-size: 24px;
}

.time-calnder .promotion .custom-control-label::before {
    content: '%' !important;
    font-size: 18px !important;
    line-height: 22px !important
}

.time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::after {
    content: '%' !important;
    top: 6px;
}


/* select service centre new div html*/

.service-list {
    background-color: transparent;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    padding: 32px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    /* min-height: 100px; */
    color: #8B8B8B;
}

.service-list:after {
    content: '';
    min-height: inherit;
    font-size: 0;
}

.service-name {
    width: 215px;
    font-size: 24px;
    margin: 0;
    line-height: inherit;
    color: #EB0A1E;
}

.service-list address {
    font-size: 24px;
    margin: 0;
    width: calc(100% - 280px);
}

.service-location {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #8B8B8B;
    margin-top: 3px;
}

.service-location i {
    font-size: 30px;
}

.service-main {
    top: 0;
    transition: 0.3s ease-in-out;
    position: relative;
    /* background-color: #fff; */
    border-radius: 10px;
}

.service-main:hover {
    top: -5px;
}


/* .service-main.active {
    background-color: #EB0A1E;
} */


/* .service-main.active a,
.service-main.active .service-name {
color: #ffffff;
} */

.service-main:hover a,
.service-main:hover .service-name {
    color: #ffffff;
}

.service-main:hover .service-list {
    background-color: #EB0A1E;
    transition: 0.3s ease-in-out;
}


/* select service centre new div html*/

.no-service {
    font-size: 22px;
    color: #969696;
    text-align: center;
    padding: 30px 0px 0px 0px;
}


/* bookingsuccess page */

.call-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.call-info i {
    margin-right: 10px;
}

.promo-sell-style {
    color: #eb0a1e
}


/* bookingsuccess page */


/* SelectServiceDate % icon css */

.time-calnder .promotion .custom-control-label::before {
    content: '' !important;
    font-size: 18px !important;
    line-height: 22px !important;
    background-image: url("../images/n.png");
    background-repeat: no-repeat;
    background-position: center;
}

.time-calnder .promotion .custom-control-label::before {
    border-radius: 0;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::after {
    content: '' !important;
    color: #fff;
    /* font-family: 'Material Icons'; */
    font-size: 20px;
    background-image: none;
    position: absolute;
    background-image: url("../images/color-active.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 52px;
    height: 52px;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::after {
    content: '' !important;
    top: -8px;
    margin-left: -14px;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:indeterminate~.custom-control-label::before {
    border: solid 1px transparent !important;
}

.time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::before {
    background: transparent;
    border: solid 1px transparent;
    box-shadow: 0px 0px 0px 8px transparent;
}

.time-calnder .custom-checkbox.promotion .custom-control-label::before {
    background-color: transparent;
    border: transparent solid 1px;
}

.time-calnder .vailable-not p.promotion:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url("../images/promotion.png");
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.date-calnder .ui-datepicker td.SaveWater .ui-state-default {
    color: #007bff;
    border: 2px solid #007bff !important;
}

.saveWaterDot:after {
    background-color: #007bff !important;
}
.time-calnder .vailable-not p.saveWaterTag {
    padding-left: 22px;
}
.time-calnder .vailable-not p.saveWaterTag:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url("../images/water-save-small.png");
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.time-calnder .vailable-not p.promotion {
    /* padding-left: 27px; */
    padding-left: 22px;
}


/* SelectServiceDate % icon css */

.sidebar-promotion {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.sidebar-promotion span {
    color: #EB0A1E;
}

.sidebar-promotion:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    bottom: 0px;
    bottom: -10px;
    background: #bbbbbb;
}


/* booking successful rotating slider 19-06-2020*/

.you-may-also-like h3 {
    margin: 30px 0 20px;
    color: #EB0A1E;
    font-size: 24px;
}

.you-may-also-like .slick-list {
    padding-left: 0px!important;
}

.you-may-also-like .slick-slide {
    margin: 15px;
}


/* .you-may-also-like .slick-list{margin:0 -15px;} */

.ymal-box {
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.ymal-box:after {
    content: "";
    clear: both;
    display: table;
}

.ymal-box .img {
    margin-right: 15px;
    min-width: 126px;
}

.ymal-box .img img {
    max-width: 100%;
    width: 93px
}

.ymal-box .text {
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto-Regular';
    display: flex;
    align-items: center;
}

.ymal-box .text a {
    color: #EB0A1E;
}

.ymal-box .text a:hover {
    color: #000000;
}

.ymal-box .text a:focus {
    outline: none;
}


/* .ymal-box .text p {
    word-break: break-all;
} */

.slick-slide {
    outline: none;
}

.slider .slick-prev {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/slider-arrow.png") no-repeat;
    font-size: 0;
    border: 0;
    background-color: transparent;
}

.slider .slick-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/slider-arrow.png") no-repeat -40px 0;
    font-size: 0;
    border: 0;
    background-color: transparent;
}

.slider .slick-prev:hover {
    background: url("../images/slider-arrow.png") no-repeat 0 -25px;
}

.slider .slick-next:hover {
    background: url("../images/slider-arrow.png") no-repeat -40px -25px;
}

#txtRescheduleReason-menu {
    height: 190px;
    overflow-y: auto;
}

#txtCancelReason-menu {
    height: 190px;
    overflow-y: auto;
}

.cancelmodal .modal-content {
    padding: 30px;
    background-color: #F5F5F7;
    border-radius: 10px;
}

.cancelmodal .cross button {
    opacity: 9;
}

.cancelmodal .cross i {
    color: #eb0a1e;
}

.cancelmodal .cross {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
}

.cancelmodal.c-bookno {
    font-size: 20px;
}

.cancelmodal.c-bookno span {
    color: red;
}

.cancelmodal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.75rem;
}

.height-field.c-reason-drop .ui-selectmenu-button {
    background-color: transparent !important;
}

@media(max-width:767px) {
    .ymal-box .text {
        font-size: 16px;
    }
    .you-may-also-like h3 {
        margin: 30px 0 20px;
    }
    .cancelmodal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 18px;
    }
    .cancelmodal .modal-dialog .modal-content .modal-header {
        padding: 0 0px 10px 0px;
    }
    .cancelmodal .modal-dialog .modal-content .modal-body {
        padding: 20px 0px 0px 0px;
    }
    .cancelmodal .modal-dialog .modal-content .modal-body h5 {
        font-size: 16px;
    }
    .cancelmodal .modal-dialog .modal-content .modal-body .btn {
        min-width: auto;
    }
    .cancelmodal .modal-content {
        padding: 18px;
    }
}

@media(max-width:589px) {
    .you-may-also-like h3 {
        margin: 20px 0 10px;
        font-size: 20px;
    }
    .ymal-box {
        display: block;
        line-height: normal;
    }
    .ymal-box .img {
        margin-right: 0;
        min-width: auto;
        margin-bottom: 10px;
        display: block;
    }
    .ymal-box .text {
        font-size: 14px;
    }
    .you-may-also-like .slick-list {
        margin: 0 25px 0 5px;
    }
    .slider .slick-prev {
        left: -5px;
    }
    .slider .slick-next {
        right: 0px;
    }
}


/* booking successful rotating slider 19-06-2020*/


/* Best Deal page Top section Start */

.deal-reminder {
    background: #F3F2F3;
}

.deal-reminder-inner {
    display: flex;
    align-items: center;
}

.deal-reminder h3 {
    font-size: 16px;
    /*margin-bottom: 10px;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px 0px 0px;
}

.deal-reminder p {
    font-size: 16px;
    /*margin-bottom: 10px;*/
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    /* border: 1px dashed #C1C1C1; */
    border-radius: 10px;
    padding: 0px 15px;
    min-height: 57px;
}

.deal-reminder p .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.deal-reminder p .text {
    display: inline-block;
    vertical-align: middle;
}

.deal-reminder p+p {
    margin-left: 10px;
}

.msg-arrow {
    margin-right: 30px;
    position: relative;
}

.msg-arrow svg {
    height: 75px;
    width: auto;
}

.msg-arrow strong {
    position: absolute;
    top: 50%;
    left: 52px;
    color: #ffffff;
    width: 50px;
    transform: translateY(-50%);
    line-height: normal;
    font-size: 18px;
}

@media(max-width:1199px) {
    .msg-arrow {
        margin-right: 15px;
    }
    .msg-arrow svg {
        height: 66px;
        width: auto;
    }
    .msg-arrow strong {
        left: 45px;
        font-size: 14px;
    }
    .deal-reminder h3 {
        margin: 0 15px 0 0;
        font-size: 14px;
        line-height: normal;
    }
    .deal-reminder p {
        min-height: 45px;
        font-size: 14px;
    }
    .deal-reminder p .icon img {
        height: 45px;
    }
}

@media(max-width:991px) {
    .deal-reminder {
        padding: 15px 0;
    }
    .deal-reminder-inner {
        display: block;
        align-items: inherit;
    }
    .msg-arrow {
        display: inline-block;
    }
    .deal-reminder h3 {
        margin: 0;
        width: 50%;
    }
    .deal-reminder h3 br {
        display: none;
    }
    .deal-reminder p {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .msg-arrow svg {
        height: 60px;
    }
    .msg-arrow strong {
        left: 40px;
    }
    .deal-reminder h3 {
        margin: 0;
        width: auto;
    }
    .deal-reminder h3 br {
        display: inherit;
    }
    .deal-reminder p {
        display: block;
    }
    .deal-reminder p+p {
        margin-left: 0;
    }
}

@media(max-width:374px) {
    .msg-arrow {
        display: block;
        margin: 0;
    }
    .deal-reminder h3 {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .deal-reminder h3 br {
        display: none;
    }
}


/* Best Deal page Top section End */


/*============================================== MEDIA QUERY START ================================================*/

@media(min-width:1600px) {
    #vehiclenomsg br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .time-title .top-week {
        width: 73%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .time-title .top-week {
        width: 75%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .our-best-deals .no-gutters>.col,
    .our-best-deals .no-gutters>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media(min-width:576px) {
    .modal-dialog {
        min-width: 500px;
        margin: 0 auto;
    }
}

@media(min-width:768px) {
    .justify-content-start .ml-250 {
        margin-left: 60px;
    }
    .justify-content-start .left-250 {
        /* left: 60px; */
        left: 10px;
    }
    .justify-content-end .ml-250 {
        margin-right: 60px;
    }
    .justify-content-end .left-250 {
        right: 60px;
    }
}

@media(min-width:992px) {
    .justify-content-start .ml-250 {
        margin-left: 130px;
    }
    .justify-content-start .left-250 {
        left: 83px;
    }
    .justify-content-end .ml-250 {
        margin-right: 130px;
    }
    .justify-content-end .left-250 {
        right: 130px;
    }
}

@media(min-width:1200px) {
    .justify-content-start .ml-250 {
        margin-left: 200px;
    }
    .justify-content-start .left-250 {
        left: 150px;
    }
    .justify-content-end .ml-250 {
        margin-right: 200px;
    }
    .justify-content-end .left-250 {
        right: 200px;
    }
}

@media only screen and (min-width: 1366px) {
    .justify-content-start .left-250 {
        /* left: 203px; */
    }
}

@media(min-width:1367px) {
    .justify-content-start .ml-250 {
        margin-left: 250px;
    }
    .justify-content-start .left-250 {
        left: 250px;
    }
    .justify-content-end .ml-250 {
        margin-right: 250px;
    }
    .justify-content-end .left-250 {
        right: 250px;
    }
}

@media(min-width:768px) {
    .landing-card-wrap {
        width: 500px;
    }
    /* .mr-100{margin-right:100px;}
.right-100{right:100px;} */
    /* .landing-card {
    width: 500px;
} */
    .helpmodal .modal-content {
        padding: 30px;
    }
    /* .helpmodal .modal-body .callus {
    font-size: 25px;
} */
    .helpmodal .modal-body .timep {
        font-size: 18px;
    }
    .helpmodal .modal-body h4,
    .helpmodal .modal-body a.clickhere {
        font-size: 20px;
    }
}

@media(min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

@media(min-width:1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1364px;
    }
}

@media(max-width:1856px) {
    .right-bar .title h4 {
        font-size: 40px;
    }
    .right-bar .right-promotions .seasonal-rightpromotions h4 {
        font-size: 25px;
        margin-top: 10px;
    }
    .right-bar .early-promotions {
        margin-top: 20px;
    }
    .right-bar .early-promotions .early-text h5 {
        font-size: 25px;
    }
    .right-bar .early-promotions .title {
        font-size: 16px;
    }
}

@media(max-width:1600px) {
    .right-bar .title h4 {
        font-size: 35px;
    }
    .right-bar .right-promotions {
        padding: 16px 0px;
    }
    .right-bar .right-promotions .seasonal-rightpromotions h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .right-bar .early-promotions .early-box {
        margin-top: 5px;
    }
    .right-bar .early-promotions {
        margin-top: 5px;
    }
    .right-bar .rightbar-close {
        padding: 16px 20px;
        font-size: 16px;
    }
    .right-bar {
        padding: 100px 35px;
        width: 700px;
    }
    .right-bar .early-promotions .early-text {
        width: 100%;
    }
    /* footer {
    padding: 20px 0px;
} */
    .middle-part {
        min-height: calc(100vh - 158px);
    }
    .right-bar .early-promotions .early-text {
        margin-left: 10px;
    }
    .ui-datepicker-inline .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-datepicker-inline .ui-widget-header .ui-state-default,
    .ui-datepicker-inline .ui-button,
    .ui-datepicker-inline .ui-button.ui-state-disabled:hover,
    .ui-datepicker-inline .ui-button.ui-state-disabled:active {
        height: 45px;
        width: 45px;
        line-height: 42px;
        border: solid 2px transparent;
    }
}

@media(max-width:1599px) {
    .service-station .slocation .stitle {
        margin-right: 40px;
    }
    .service-station .slocation .stitle h5,
    .service-station .slocation .saddress h5 {
        font-size: 18px;
    }
    .service-station .slocation .saddress h4,
    .service-station .stime .sdate b,
    .service-station .stime .sdate h5 {
        font-size: 20px;
    }
    .service-station .stime .sdate {
        margin: 0px 10px;
    }
    .service-station .slocation {
        align-items: center;
    }
    .landing-card .mycard-header h3 {
        font-size: 40px;
        margin-top: 30px;
    }
    .landing-card .mycard-header {
        padding: 32px 20px;
    }
    .landing-card .mycard-footer {
        font-size: 14px;
    }
}

@media(max-width:1366px) {
    /* .landing-card {
    width: 400px;
} */
    .landing-card-wrap {
        width: 400px;
    }
    .landing-card .mycard-header {
        padding: 22px 20px;
    }
    .landing-card .mycard-header h3 {
        font-size: 30px;
        margin-top: 19px;
    }
    .landing-card .mycard-header .member-choice {
        margin-top: 11px;
    }
    .landing-card .mycard-header .member-choice b {
        margin: 11px 0px 8px 0px;
    }
    .landing-card .mycard-footer {
        padding: 32px 19px 18px 19px;
    }
    .landing-card .mycard-header .member-choice h6 {
        margin-bottom: 11px;
    }
    .btn-theme,
    .btn-black {
        padding: 10px;
        font-size: 16px;
    }
    .btn-black span:after,
    .btn-theme span:after {
        font-size: 18px;
        line-height: 27px;
    }
    .landing-card .mycard-header .member-choice .btn {
        width: 260px;
    }
    .copyright {
        margin-bottom: 21px;
        line-height: 1.2;
        bottom: 50px;
    }
    .seasonal-promotions h4 {
        font-size: 20px;
    }
    .right-bar {
        width: 600px;
    }
    .right-bar .title h4 {
        font-size: 30px;
    }
    .right-bar .right-promotions .seasonal-rightpromotions h4,
    .right-bar .right-promotions .title,
    .right-bar .early-promotions .title {
        font-size: 15px;
    }
    .right-bar .early-promotions .early-text h5 {
        font-size: 18px;
    }
    .right-bar .early-promotions .early-box .early-image {
        width: 80%;
    }
    .time-calnder .time {
        font-size: 16px;
    }
    .date-title,
    .time-title,
    .time-calnder .choos-time,
    .choos-month {
        font-size: 18px;
    }
    .date-calnder,
    .time-calnder {
        padding: 30px;
    }
    .date-calnder {
        font-size: 26px;
    }
    .main-title h2 {
        font-size: 40px;
    }
    .top-part {
        height: 220px;
    }
    .top-part .main-righttitle b {
        font-size: 16px;
    }
    .top-part .main-righttitle h5 {
        font-size: 25px;
    }
    .booking-for .radio-select .custom-control {
        font-size: 22px;
    }
    .promotions-box .title {
        font-size: 18px;
    }
    .promotions-box .promo {
        font-size: 12px;
    }
    .promotions-box .promo i {
        height: 18px;
        width: 18px;
        font-size: 11px;
        line-height: 18px;
        min-width: 18px;
        min-height: 18px;
    }
    .promotions-box .promo-code .discount {
        font-size: 12px;
    }
    .promotions-box .promo-code .discount i {
        height: 18px;
        width: 18px;
        font-size: 11px;
        line-height: 18px;
        min-height: 18px;
    }
    .promotions-box .promo-code label {
        font-size: 16px;
    }
    .profile-details .data-field {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .seasonal-promotions {
        /*margin-left: 50px;*/
    }
    .main-title h2 {
        font-size: 35px;
    }
    .top-part {
        height: auto;
        display: flex;
        padding: 50px 0px;
        align-items: center;
    }
    .bottom-part .center-list .list-data .street h5,
    .bottom-part .center-list .list-data .center-add p {
        font-size: 20px;
    }
    .bottom-part .center-list .list-data .location i {
        font-size: 25px;
    }
    .right-bar .title h4 {
        font-size: 22px;
    }
    .right-bar .discount {
        font-size: 12px;
    }
    .right-bar .discount i {
        height: 16px;
        width: 16px;
        font-size: 9px;
        line-height: 16px;
    }
    .right-bar .right-promotions {
        padding: 20px 0px;
    }
    .right-bar .rightbar-close {
        padding: 10px 16px;
        font-size: 16px;
    }
    .right-bar .rightbar-close i {
        font-size: 16px;
    }
    .date-calnder,
    .time-calnder {
        font-size: 22px;
        padding: 30px 0px;
    }
    .date-calnder .ui-state-default,
    .date-calnder .ui-widget-content .ui-state-default,
    .date-calnder .ui-widget-header .ui-state-default,
    .date-calnder .ui-button,
    html .ui-button.ui-state-disabled:hover,
    .date-calnder .ui-button.ui-state-disabled:active {}
    .date-title .ui-selectmenu-icon {
        top: 7px;
        background-size: 17px !important;
    }
    .time-calnder .time {
        font-size: 15px;
    }
    .view-date .ui-datepicker table {
        font-size: 18px;
    }
    .ui-datepicker-inline .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-datepicker-inline .ui-widget-header .ui-state-default,
    .ui-datepicker-inline .ui-button,
    .ui-datepicker-inline .ui-button.ui-state-disabled:hover,
    .ui-datepicker-inline .ui-button.ui-state-disabled:active {
        height: 35px;
        width: 35px;
        line-height: 32px;
    }
    .profile-details .data-field {
        font-size: 14px;
    }
    .ans-div .select-btn {
        margin-bottom: 4px;
    }
}

@media(max-width:1024px) {
    .service-box {
        margin-bottom: 20px;
    }
    /* select service centre */
    .service-list address {
        font-size: 20px;
        margin: 0;
        width: calc(100% - 30px);
    }
    .service-list {
        display: inline-block;
        padding: 20px 30px;
        width: 100%;
    }
    .service-name {
        width: 100%;
        font-size: 20px;
    }
    .service-location {
        right: 10px;
        transform: translate(-50%, -100%);
        margin-top: 5px;
    }
    .service-location i {
        font-size: 25px;
    }
    /* select service centre */
}

@media(max-width:991px) {
    .btn-theme,
    .btn-theme span:after,
    .btn-black span:after,
    .landing-card .mycard-footer {
        font-size: 16px;
    }
    .landing-card .mycard-header h3 {
        font-size: 35px;
    }
    .landing-card .mycard-header .member-choice .btn {
        width: 300px;
    }
    .landing-card .mycard-header .member-choice,
    .landing-card .mycard-header h3 {
        margin-top: 20px;
    }
    .main-title h2 {
        font-size: 30px;
    }
    .height-field .form-group label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .height-field .form-group input,
    .height-field .form-group select,
    .vehicle-details .vehicle-field .select-selected {
        font-size: 16px !important;
    }
    .height-field .ui-selectmenu-button {
        font-size: 16px;
    }
    .vehicle-details .vehicle-field .select-selected:after {
        top: 21px;
    }
    .vehicle-details .vehicle-field .select-selected.select-arrow-active:after {
        top: 14px;
    }
    /* footer {
    padding: 20px 0px;
} */
    .top-part {
        padding: 40px 0px;
    }
    .main-title p {
        font-size: 20px;
    }
    .bottom-part .center-list .list-data .center-add p {
        font-size: 20px;
    }
    .top-part .main-righttitle b {
        font-size: 17px;
    }
    .top-part .main-righttitle h5 {
        font-size: 22px;
        margin-top: 0px;
    }
    .booking-form .promotions-box {
        margin-top: 30px;
        height: auto;
    }
    .success-block {
        padding-left: 0;
    }
    .service-typeem {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .right-bar {
        width: 80%;
    }
    .right-bar .mr-right {
        margin-right: 0px;
    }
    .date-calnder,
    .time-calnder,
    #my-cal thead {
        font-size: 20px;
    }
    .custom-select .info {
        left: 12px;
        top: 12px;
    }
    .height-field .ui-selectmenu-icon {
        top: 5px;
        background-size: 17px !important;
    }
    .symptoms .top-arrow {
        top: 25%;
    }
    .corporate-right-tt {
        padding-top: 15px;
    }
    .success-block .thankyou-text {
        padding-top: 15px;
    }
    .account {
        margin-top: 20px;
    }
    .car-img img {
        width: 100%;
    }
    .service-box {
        margin-bottom: 20px;
    }
    .service-box .service-footer .footer-data .field {
        width: 50%;
        text-align: center;
        margin: 0;
        padding: 8px 0px;
    }
    .service-box .service-footer>.row {
        height: auto;
        align-items: center;
    }
    .service-box .button-aria .btn-theme,
    .service-box .button-aria .btn-black {
        width: 100%;
        margin: 5px 0px;
    }
    .service-block .service-data .date-title {
        font-size: 18px;
    }
    .service-block .service-data .date-title span {
        font-size: inherit;
        margin-left: 5px;
    }
    .time-title .top-week {
        width: 74%;
    }
    .cnt-us-btn i {
        margin-right: 0 !important;
    }
    .hide-ipad {
        display: none;
    }
    /* .view-date .ui-datepicker .ui-datepicker-prev, .view-date .ui-datepicker .ui-datepicker-next {
    top: 6px;
} */
}

@media(max-width:812px) {
    .landing-bg {
        min-height: 670px;
    }
}

@media(max-height:767px) {
    .landing-bg {
        min-height: 767px;
    }
}

@media(max-width:768px) {
    .height-field .form-group input,
    .height-field .form-group select {
        border: 0 !important;
        border-bottom: solid 1px #D6D6D6 !important;
        border-radius: 0;
    }
    .select-selected {
        border: 0 !important;
        border-bottom: solid 1px #D6D6D6 !important;
        border-radius: 0;
    }
    .date-time label,
    .date-time .date select,
    .date-time .time select,
    .date-time .date,
    .date-time .time {
        font-size: 16px;
    }
    .date-time .date img,
    .date-time .time img {
        margin-left: 10px;
        width: 18px;
    }
    .date-time .date .customarrow:after,
    .date-time .time .customarrow:after {
        font-size: 21px;
    }
    .booking-field .select-selected {
        font-size: 16px;
    }
    .booking-field .select-selected:after {
        top: 20px;
    }
    .calnder-date #headingOne,
    .calnder-date #headingTwo {
        pointer-events: auto;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .calnder-date .collapse:not(.show) {
        display: none;
    }
    .eex[aria-expanded="true"] {
        display: none;
    }
    .date-title,
    .time-title {
        margin-bottom: 0;
        top: 0;
        padding: 15px 0px;
    }
    .date-title,
    .time-title,
    .date-calnder #speed-button,
    .time-calnder .choos-time,
    .choos-month {
        font-size: 18px;
    }
    .time-calnder .choos-time img {
        margin-left: 10px;
        width: 16px;
    }
    .time-calnder .collapsed {
        pointer-events: none;
    }
    .time-calnder {
        display: inline-block;
        width: 100%;
    }
    .toggle-notification {
        top: 20%;
    }
    .date-time .diverson {
        height: 50px;
    }
    .date-time .diverson.borderright {
        border-right: 0;
    }
    .po-relative {
        position: relative;
    }
    .date-title .top-month {
        width: 60%;
    }
    .date-calnder,
    .time-calnder {
        padding: 0px;
    }
    .time-calnder .time-table {
        margin-top: 10px;
        display: inline-block;
        width: 100%;
        height: 100% !important;
    }
    #snackbar,
    #snackbar2 {
        margin-left: 0;
        min-width: inherit;
        width: 100%;
        left: 0;
        bottom: 0;
        transform: inherit;
    }
    /* Animations to fade the snackbar in and out */
    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }
        to {
            bottom: 0px;
            opacity: 1;
        }
    }
    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }
        to {
            bottom: 0px;
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeout {
        from {
            bottom: 0px;
            opacity: 1;
        }
        to {
            bottom: 0;
            opacity: 0;
        }
    }
    @keyframes fadeout {
        from {
            bottom: 0px;
            opacity: 1;
        }
        to {
            bottom: 0;
            opacity: 0;
        }
    }
    .animated {
        animation: none !important;
    }
    .wow {
        visibility: inherit !important;
    }
    body,
    html {
        height: 100%;
        overflow: auto;
    }
    .landing-card .mycard-header {
        padding-bottom: 33px;
    }
    .landing-card .mycard-header .member-choice b {
        margin: 15px 0px;
        font-size: 14px;
    }
    .symptoms h4 {
        font-size: 16px;
    }
    /* .symptoms {
position: relative;
margin-top: 20px;
} */
    .landing-card .mycard-footer {
        padding-top: 28px;
    }
    .seasonal-promotions h4 {
        font-size: 17px;
    }
    .seasonal-promotions b {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .seasonal-promotions {
        margin-bottom: 30px;
    }
    header {
        padding: 0px 50px;
    }
    header .logout {
        padding: 8px 10px;
    }
    .top-part .main-righttitle b {
        font-size: 15px;
    }
    .height-field .ui-selectmenu-icon {
        top: 2px;
        background-size: 15px !important;
    }
    .symptoms {
        padding: 10px;
    }
    .height-field .form-group .symptoms label {
        font-size: 14px;
    }
    .symptoms h4 {
        margin-bottom: 10px;
    }
    .info-icon .info {
        bottom: 3px;
    }
    .cancel-bookingbox .cancel-text {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .copyright {
        bottom: 0px;
    }
    .landing-inner {
        justify-content: center !important;
    }
    .landing-card .mycard-header h3 {
        font-size: 25px;
    }
    .landing-card .mycard-header img {
        height: 54px;
    }
    .landing-card {
        margin: 0px 15px;
    }
    .copyright {
        font-size: 12px;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 10px;
    }
    .copyright p span {
        display: block;
    }
    .seasonal-promotions,
    .our-best-deals {
        margin: 0;
    }
    .main-title {
        margin-bottom: 20px;
    }
    .seasonal-promotions {
        padding: 20px 0;
        border-bottom: solid 1px #eee;
    }
    footer .next {
        font-size: 20px;
        position: relative;
        display: flex;
        align-items: center;
    }
    footer .next i {
        position: absolute;
        right: 15px;
        top: 3px;
    }
    header {
        padding: 0px 50px;
        height: 60px;
    }
    header .header-text {
        font-size: 16px;
    }
    .main-title h2 {
        font-size: 28px;
    }
    /*.middle-part {
padding: 0px 15px;
}
*/
    .bottom-part .center-list {
        padding: 10px 20px;
        height: auto;
        min-height: 100px;
    }
    .bottom-part .center-list .list-data .street h5,
    .bottom-part .center-list .list-data .center-add p {
        font-size: 18px;
    }
    .bottom-part .center-list .list-data .location i {
        font-size: 25px;
    }
    .top-part .main-righttitle b {
        font-size: 16px;
    }
    .top-part .main-righttitle h5 {
        font-size: 20px;
    }
    .xsfull {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .booking-for .radio-select .custom-control {
        font-size: 19px;
    }
    .booking-for .radio-select .radio label {
        font-size: 19px;
    }
    .service-station .slocation {
        display: block;
    }
    .service-station .slocation .saddress i {
        right: 0;
        left: auto;
        top: auto;
        bottom: 10px;
    }
    .service-station .slocation .saddress {
        padding-left: 0;
        padding-top: 20px;
        padding-right: 50px;
    }
    .date-time {
        height: auto;
        min-height: 90px;
        align-items: center;
        display: flex;
    }
    .middle-part {
        min-height: calc(100vh - 130px);
    }
    .right-bar {
        padding: 80px 20px;
    }
    .right-bar .early-promotions .early-box .early-image {
        width: 100%;
    }
    .right-bar .early-promotions .early-text h5 {
        font-size: 14px;
    }
    .right-bar .rightbar-close {
        bottom: -50px;
        right: 20px;
    }
    .date-calnder,
    .time-calnder,
    #my-cal thead {
        font-size: 18px;
    }
    .time-calnder .custom-control-label::before,
    .time-calnder .custom-control-label::after {
        height: 20px;
        width: 20px;
    }
    .time-calnder .custom-control-label::before {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .time-calnder .promotion .custom-control-label::before {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .time-calnder .time {
        font-size: 16px;
    }
    .time-calnder .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
        font-size: 16px;
        top: 6px;
    }
    .time-calnder .customarrow.dd:after {
        font-size: 22px;
    }
    .landing-card {
        margin: 10px 10px;
        margin-top: 0;
    }
    .booking-field .select-selected {
        font-size: 16px;
    }
    .booking-field .select-selected:after {
        top: 21px;
    }
    .booking-field .select-selected.select-arrow-active:after {
        top: 15px;
    }
    header .quik-call i {
        font-size: 25px;
    }
    .right-bar .rightbar-closenoti {
        left: -69px;
        font-size: 16px;
        top: 43%;
    }
    .right-bar .rightbar-closenoti span {
        height: 23px;
        width: 23px;
        line-height: 19px;
        font-size: 11px;
    }
    .time-calnder .choos-time .custom-select {
        font-size: 17px;
    }
    .time-calnder .choos-time .select-selected:after {
        top: 12px;
    }
    .collapsed .date-title {
        position: relative;
    }
    .date-calnder .vailable-not p {
        font-size: 15px;
    }
    .time-calnder .vailable-not {
        padding: 25px 0px;
    }
    .time-calnder .vailable-not p {
        font-size: 15px;
        padding-left: 15px;
    }
    .time-calnder .vailable-not p.promotion:after,
    .time-calnder .vailable-not p.notavailable:after,
    .time-calnder .vailable-not p.available:after {
        width: 9px;
        height: 9px;
        top: 6px;
    }
    .date-calnder .vailable-not p.active:after,
    .date-calnder .vailable-not p:after {
        width: 9px;
        height: 9px;
        left: 0;
        top: 6px;
    }
    .date-title .ui-selectmenu-icon {
        background-size: 14px !important;
    }
    .ui-datepicker-inline .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-datepicker-inline .ui-widget-header .ui-state-default,
    .ui-datepicker-inline .ui-button,
    .ui-datepicker-inline .ui-button.ui-state-disabled:hover,
    .ui-datepicker-inline .ui-button.ui-state-disabled:active {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .date-calnder .ui-datepicker th {
        font-size: 16px;
    }
    .symptoms {
        position: relative;
        margin-top: 20px;
        left: 0px;
    }
    .symptoms .top-arrow span {
        transform: rotate(0deg);
    }
    .symptoms .top-arrow {
        top: -17px;
        text-align: center;
    }
    .back-index-modal .modal-body .material-icons {
        font-size: 42px;
        margin-bottom: 15px
    }
    .back-index-modal .modal-body {
        padding: 0px;
    }
    .back-index-modal h3 {
        font-size: 24px;
    }
    .right-bar .right-promotions .title,
    .right-bar .early-promotions .title {
        font-size: 15px;
    }
    header .logout img {
        display: none;
    }
    .service-box .service-data {
        margin-top: 20px;
    }
    .select-btn.btn {
        padding: 5px 9px;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .time-title .top-week {
        width: 88%;
    }
    .choos-time .carousel-control-prev-icon .material-icons,
    .choos-time .carousel-control-next-icon .material-icons {
        line-height: 19px;
    }
    /* 8-6-2020 */
    .date-title {
        padding: 0px;
    }
    .time-title {
        padding: 20px 0px;
    }
    .date-calnder {
        padding-top: 20px;
    }
    .top-date {
        padding-top: 5px;
    }
    .view-date .ui-datepicker .ui-widget-header {
        right: 15px;
    }
    footer {
        height: 64px;
        display: flex;
        align-items: center;
    }
    /* % icon css */
    .time-calnder .promotion .custom-control-label::before, .time-calnder .SaveWater .custom-control-label::before {
        background-size: 20px;
    }
    /* .time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::after {
    background-size: 30px !important;
    width: 45px !important;
    height: 45px !important;
} */
    .time-calnder .custom-checkbox.promotion .custom-control-input:checked~.custom-control-label::after, .time-calnder .custom-checkbox.SaveWater .custom-control-input:checked~.custom-control-label::after {
        background-size: 27px !important;
        width: 45px !important;
        height: 45px !important;
        margin-left: -10px;
    }
    .time-calnder .promotion .custom-control-label::before {
        margin-left: 3px;
    }
    /* .time-calnder .vailable-not p.promotion:after {
    width: 20px;
    height: 20px;
    top: 2px;
    background-size: 14px;
} */
    .time-calnder .vailable-not p.promotion:after {
        width: 20px;
        height: 20px;
        top: 2px;
        background-size: 14px;
    }
    .time-calnder .vailable-not p.promotion {
        padding-left: 22px;
    }
    /* % icon css */
    /* select service centre */
    .service-list address {
        font-size: 18px;
        margin: 0;
        width: calc(100% - 30px);
    }
    .service-list {
        display: inline-block;
        padding: 10px 20px;
        width: 100%;
    }
    .service-name {
        width: 100%;
        font-size: 18px;
    }
    .service-location {
        right: 0px;
    }
    .service-location i {
        font-size: 25px;
    }
    .service-type-text br {
        display: block;
    }
    .service-type-text span {
        font-size: 16px;
        font-weight: 700;
    }
    /* select service centre */
    header .logout.m-logout {
        width: auto;
    }
    .regno .modal-dialog .modal-content .modal-body h2 br {
        display: none;
    }
    .helpmodal .modal-dialog .modal-content .modal-body h2 {
        font-size: 22px;
    }
    .helpmodal .modal-dialog .modal-content .modal-body h3,
    .helpmodal .modal-body .or {
        font-size: 18px;
    }
    .helpmodal .modal-body ul li a {
        font-size: 14px;
    }
}

@media(max-width:576px) {
    header {
        padding: 0px 15px;
    }
    header .logo {
        width: 140px;
    }
    .booking-for {
        padding-top: 0;
    }
    .service-station .slocation {
        background-color: #fff;
        padding: 15px 30px;
        color: #000;
    }
    .service-station .slocation .saddress h5 {
        color: #EB0A1E;
    }
    .service-station .stime {
        padding: 15px 30px;
        border-top: solid 1px #D6D6D6;
    }
    .service-station .stime .sdate {
        margin: 0;
        margin-right: 30px;
    }
    /*font size*/
    .booking-field .promotions-box .title,
    .main-title p,
    .promotions-box .title {
        font-size: 18px;
    }
    .booking-field .promotions-box .promo-code label,
    .success-block .find-out p,
    .success-block .find-out a,
    .success-notification p,
    .btn-theme,
    .btn-black,
    .landing-card .mycard-footer {
        font-size: 14px;
    }
    header .header-text,
    .success-notification h5,
    .success-block .call-mail,
    .promotions-box .promo,
    .promotions-box .promo2 {
        font-size: 14px;
    }
    .success-block .call-mail .call a i {
        font-size: 20px;
    }
    .landing-card .mycard-header h3 {
        font-size: 27px;
    }
    .landing-card .mycard-header .member-choice h6 {
        margin-top: 30px;
    }
    /*font size end*/
    .main-title.award h2 {
        font-size: 22px;
        height: 100%;
        align-items: center;
    }
    .main-title.award h2 span {
        display: block;
        margin: 0;
        margin-right: 15px;
        text-align: center;
    }
    .success-block .thankyou-text {
        padding-top: 0;
    }
    .success-block .thankyou-text h5 {
        font-size: 16px;
    }
    .success-block .thankyou-text p {
        color: #868686;
        font-size: 16px;
    }
    .success-block .call-mail {
        margin: 15px 0px;
        padding: 15px 0px;
    }
    .service-typeem {
        margin-top: 10px;
    }
    .top-part {
        padding: 30px 0px;
    }
    .main-title {
        margin-bottom: 0;
    }
    /* .success-block .find-out {
    margin-bottom: 30px;
} */
    .success-block .promotions-box {
        margin-bottom: 30px;
    }
    .success-block .banner2 {
        margin: 0px -15px;
        padding: 0 0px 30px;
    }
    .success-block .find-out p br {
        display: none;
    }
    .success-notification {
        padding: 15px;
    }
    .success-notification p {
        padding-left: 30px;
    }
    .success-notification .title i {
        margin-right: 10px;
    }
    .success-block .vendors img {
        height: 50px;
    }
    .select-items {
        position: static;
    }
    footer {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    }
    footer .footer-menu .back-button {
        /* margin-top: 6px; */
    }
    footer .footer-menu .back-button,
    footer .next {
        font-size: 14px;
        line-height: normal;
    }
    footer .next img,
    footer .footer-menu .back-button img {
        /*width: 30px;*/
        height: 25px;
        width: auto;
    }
    footer .next img {
        margin-left: 10px;
        /* margin-top: 6px; */
    }
    footer .footer-menu .back-button img {
        margin-right: 10px;
    }
    .middle-part {
        padding-bottom: 73px;
        padding-top: 60px;
    }
    /* .time-title .top-week {
    width: 90%;
} */
    .date-title,
    .time-title,
    .date-calnder #speed-button,
    .time-calnder .choos-time,
    .choos-month {
        font-size: 16px;
    }
    .date-title .ui-selectmenu-icon {
        top: 5px;
    }
    .ui-datepicker-inline .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-datepicker-inline .ui-widget-header .ui-state-default,
    .ui-datepicker-inline .ui-button,
    .ui-datepicker-inline .ui-button.ui-state-disabled:hover,
    .ui-datepicker-inline .ui-button.ui-state-disabled:active {
        height: 30px;
        width: 30px;
        line-height: 28px;
    }
    .date-title .top-month {
        width: 100%;
    }
    .landing-bg {
        overflow-y: hidden;
        height: 100%;
    }
    .copyright {
        padding-bottom: 0;
    }
    .service-station .slocation .saddress h4,
    .service-station .stime .sdate b,
    .service-station .stime .sdate h5 {
        font-size: 16px;
    }
    .main-title.award h2 span img {
        height: 40px;
    }
    .copyright {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .vehicle-info div[class^="col-"]:not(:first-child) strong {
        border-top: solid 1px #D6D6D6;
        padding-top: 15px;
        margin-top: 15px;
    }
    /* .service-typeem .top-bar .bno b {
    font-size: 16px;
} */
    .service-typeem .top-bar .bno p {
        font-size: 20px;
    }
    .service-typeem .top-bar .bno {
        text-align: right;
    }
    .deal-details .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .deal-details .dd-discription {
        font-size: 16px;
        padding: 30px 0px;
    }
    .height-field .ui-selectmenu-icon {
        background-size: 15px !important;
    }
    header .logout {
        font-size: 14px;
        /* padding: 5px 9px; */
        margin-left: 5px;
        width: 30px;
        height: 30px;
        padding: 4px;
        line-height: 1.3;
    }
    header .logout i {
        font-size: 16px;
    }
    footer .logout {
        padding: 3px 0px;
        margin-left: 0;
    }
    header .quik-call i {
        font-size: 22px;
        align-items: center;
        display: flex;
        height: 100%;
    }
    header .header-text {
        margin-left: 15px;
        margin-top: -1px;
    }
    .service-block .service-data .date-title {
        font-size: 16px;
        display: block;
    }
    .service-block .service-data .listing {
        font-size: 14px;
    }
    .dashboard-block .service-title {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .dashboard-block .service-title-main {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .dashboard-block {
        padding: 30px 0px;
    }
    .service-block .service-data .date-title span {
        margin-left: 0;
    }
    .dashboard-block .right-box {
        margin-bottom: 30px;
    }
    .dashboard-block .profile-field .field {
        margin: 8px 0;
    }
    .dashboard-block .contact-text {
        font-size: 14px;
    }
    .dashboard-block .point-block {
        margin-top: 30px;
    }
    .dashboard-block .profile-field {
        padding: 8px;
    }
    .dashboard-block .profile-field {
        font-size: 14px;
    }
    .service-box .service-footer .footer-data {
        font-size: 14px;
    }
    .service-block .service-data .listing .car-data p {
        display: flex;
    }
    .service-box .booking-button .btn {
        font-size: 13px;
    }
    .cancel-bookingbox .cancelb-footer {
        flex-wrap: wrap;
        margin: 0;
    }
    .cancelb-footer b {
        margin: 10px 0;
    }
    #lblbookedbookings {
        margin: 0 0 25px 0;
    }
    .view-date .ui-datepicker table {
        font-size: 16px;
    }
    .btn-theme span:after,
    .btn-black span:after {
        line-height: 20px;
    }
}

@media(max-width:414px) {
    .service-station .slocation .stitle h5,
    .service-station .slocation .saddress h5 {
        font-size: 16px;
    }
    .date-title,
    .time-title,
    .date-calnder #speed-button,
    .time-calnder .choos-time,
    .choos-month,
    .date-calnder .ui-datepicker th,
    .time-calnder .week .day,
    .time-calnder .time,
    .service-station .slocation .saddress h4,
    .service-station .stime .sdate b,
    .service-station .stime .sdate h5 {
        font-size: 14px;
    }
    .time-calnder .week .date {
        font-size: 13px;
    }
    #snackbar p,
    #snackbar2 p {
        font-size: 12px;
    }
    .service-station .slocation .saddress {
        padding-left: 0;
        padding-top: 15px;
        padding-right: 40px;
    }
    .service-station .slocation .saddress i {
        bottom: 0;
        font-size: 20px;
    }
    .service-station .slocation,
    .service-station .stime {
        padding: 15px 20px;
    }
    .service-typeem .top-bar .bno {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .service-typeem .top-bar .bno p {
        display: inline;
        font-size: 18px;
    }
    .height-field .ui-selectmenu-icon {
        background-size: 12px !important;
        top: 3px;
    }
    .infotext {
        font-size: 13px;
    }
    .landing-card {
        width: auto;
    }
    header .logo {
        width: 110px;
    }
    header .header-text {
        font-size: 13px;
        margin-top: -1px;
    }
    header .logout {
        font-size: 12px;
    }
    header .logout i {
        font-size: 16px;
    }
    .dashboard-block .service-title {
        font-size: 17px;
    }
    .dashboard-block .service-title-main {
        font-size: 20px;
    }
    .service-box .service-footer .footer-data {
        font-size: 14px;
    }
    .choos-time .carousel-control-prev-icon .material-icons,
    .choos-time .carousel-control-next-icon .material-icons {
        line-height: 16px;
    }
}

@media(max-width:360px) {
    header .ml-auto {
        width: 60%;
        text-align: right;
    }
    .time-calnder .time {
        font-size: 12px;
    }
    .time-calnder .custom-control-input:checked~.custom-control-label::before {
        box-shadow: 0px 0px 0px 6px #00c90f;
    }
    .time-calnder .SaveWater .custom-control-input:checked~.custom-control-label::before {
        box-shadow: none;
}
    .time-calnder .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
        line-height: 18px;
    }
    .custom-control-label::before,
    .custom-control-label::after {
        left: -1.4rem;
    }
    .time-calnder .promotion .custom-control-label::before {
        margin-left: 2px;
    }
}


/* editer Css 9-6-2020 */

.editer-style {}

.editer-style ul li p {
    margin-bottom: 0px;
}

.editer-style a {
    color: #007bff;
    text-decoration: underline;
}

.editer-style img {
    width: 100% !important;
    height: 100% !important;
}

.editer-style blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}


/* editer Css 9-6-2020 */


/* individual-corporate Page
top selling Add-ons for you */

.select-below {
    /* color: #eb0a1e; */
    font-size: 16px;
    font-weight: 700;
}

ul.select-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
}

ul.select-ul li {
    width: 25%;
    line-height: normal;
    padding: 0px 10px 20px;
}

ul.select-ul li input[type="checkbox"][id^="myCheckbox"] {
    display: none;
    /* display: block; */
    position: absolute;
    z-index: 9;
    border: 1px solid red;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

ul.select-ul li input {
    display: none;
    /* display: block; */
    position: absolute;
    z-index: 9;
    border: 1px solid red;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

ul.select-ul li label {
    /* border: 1px solid #d6d6d6; */
    /* padding: 10px; */
    display: block;
    position: relative;
    /* margin: 10px; */
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

ul.select-ul li span {
    font-size: 14px;
    font-weight: 700;
}

ul.select-ul li label:before {
    background-color: #fff;
    color: white;
    content: " ";
    display: block;
    border-radius: 0;
    border: 2px solid #eb0a1e;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /* transition-duration: 0.4s; */
    /* transform: scale(0); */
    margin: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

ul.select-ul li label img {
    /* transition-duration: 0.2s; */
    width: 100%;
}

ul.select-ul li :checked+label {
    border-color: #ddd;
}

ul.select-ul li :checked+label:before {
    content: "✓";
    background-color: #eb0a1e;
    /* transform: scale(1); */
    z-index: 9;
}

ul.select-ul li :checked+label img {
    /* transform: scale(0.9); */
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
    width: 100%;
}

.service-confirmed {
    margin: 50px 0 20px;
}

.success-div {
    margin-top: 45px;
}

@media(max-width:767px) {
    /* ul.select-ul {
        display: inline;
    }*/
    ul.select-ul li {
        width: 50%;
        margin: 0px 0px 20px 0px;
    }
    ul.select-ul li label {
        margin: 0px 10px;
    }
    ul.select-ul li span {
        margin: 0px 10px;
    }
    ul.select-ul li span {
        font-size: 14px;
        margin: 10px 10px 0px 10px;
        min-height: 45px;
        display: block;
        font-weight: 700;
    }
    .service-confirmed {
        margin: 20px 0 0px;
    }
    .success-div {
        margin-top: 15px;
    }
    .full-add div p.service-address {
        width: calc(100% - 25px);
    }
}


/* individual-corporate Page
top selling Add-ons for you */

.custom-body-bg {
    background-color: #F5F5F7;
}

.bg-custom-form {
    padding-top: 35px;
}

.bg-custom-form .vehicle-details .vehicle-field .height-field .form-group .form-control {
    /* background-color: transparent; */
    border-radius: 0;
    padding: 0px 10px;
}

.height-field>.form-group>label.label-red {
    background-color: #eb0a1e;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    margin-bottom: 10px;
}

.height-field>.form-group>label.label-gray {
    background-color: #7f7f7f;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    margin-bottom: 10px;
}

.bg-custom-form .height-field .ui-selectmenu-button {
    /* background: transparent !important; */
    padding-right: 10px;
}

.bg-custom-form .row .col-md-6 .vehicle-field label {
    background-color: #7f7f7f;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    margin-bottom: 10px;
}

.bg-custom-form .row .col-md-6:first-child .vehicle-field label {
    background-color: #eb0a1e;
}

.promo-box-reward {
    border: 1px solid #d6d6d6;
    padding: 15px;
}

.promo-box-code {
    border: 1px solid #d6d6d6;
    padding: 15px;
    margin-top: 20px;
}

.success-div .promotions-box {
    border: 1px solid #d6d6d6;
}

@media(max-width:348px) {
    .show-hide-br br {
        display: inherit;
    }
}


/* Map CSS */

.gm-style .place-card .place-name {
    display: none;
}


/* Map CSS */


.whatsapp-btn{background-color: #EB0A1E;
    color: #FFFFFF;
    border: 2px solid transparent;cursor: pointer;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 8px 20px;
    border-radius: 3px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: 'Roboto-Bold';}

    .whatsapp-btn svg{
        display: inline-block;
        vertical-align: -2px;
        margin-right: 5px;
        height: 20px;
        width: 20px;
        fill:#fff;
    }

    @media (max-width: 991px)
{
    .whatsapp-btn svg{
        margin-right: 0px;
    }
}
@media (max-width: 768px){
    .whatsapp-btn{
        padding: 8px 10px;
    }
}
@media (max-width: 576px){
    .whatsapp-btn {
        padding: 4px;
        width: 30px;
        height: 30px;
        line-height: 1.3;
    }
    .whatsapp-btn svg {
        height: 17px;
        width: 17px;
    }
}