.modal-body p{font-size:18px; color:#000000; font-weight:200;}
.modal-body ul{margin:0; padding:0;}
.modal-body ul li{margin-left:18px; font-size:18px; color:#000000; font-weight:200;}
.modal-body .promo-desc-img{margin-bottom:20px;}
.modal-body .promo-desc-img img{max-width:100%;}

.error {
    color: #dc3545 !important;
    font-family: 'Roboto-Regular' !important;
}

.padd-left-right-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-control:disabled,
.form-control[readonly] {
    background: transparent;
}


/* .modal-header .modal-title {
    color: #EB0A1E !important;
} */


/**** Alert Success Error Modal Css Start ****/

#messagesuccessinfomodal .modal-dialog,
#messageerrorinfomodal .modal-dialog {
    margin: 1.75rem auto !important;
}

#messagesuccessinfomodal .modal-content.modal-success {
    background: #00C853 !important;
    border: #00C853 !important;
    border: 0px !important;
    padding: 0px !important;
}

#messageerrorinfomodal .modal-content.modal-danger {
    background: #EB0A1E !important;
    border: #EB0A1E !important;
    border: 0px !important;
    padding: 0px !important;
}

#messagesuccessinfomodal .modal-success .cross,
#messageerrorinfomodal .modal-danger .cross {
    right: 10px !important;
    top: 10px !important;
}

#messagesuccessinfomodal .modal-success .cross i,
#messageerrorinfomodal .modal-danger .cross i {
    color: #fff !important;
}

#messagesuccessinfomodal .modal-success .modal-message,
#messageerrorinfomodal .modal-danger .modal-message {
    color: #fff !important;
    font-family: 'Roboto-Regular';
}


/**** Alert Success Error Modal Css End ****/


/************* Loader Css start *********************/

.loader-main {
    z-index: 9999 !important;
}


/************* Loader Css End *********************/


/*********** Impression Booking Css Start *************/

.promotions-box-title {
    background-color: #F5F5F7;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.promotions-box-title .title {
    margin: 0px;
}

.pbt-right strong:not(:first-child) {
    margin-left: 20px;
    border-left: 1px solid #212529;
    padding-left: 20px;
}

.pbt-right strong span {
    color: #EB0A1E;
}

.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;
}


/*********** Impression Booking Css End *************/


/*********** Reschedule Booking Popup Css Start *********/

.reschedule-btn {
    display: flex;
}

.reschedule-btn .btn-theme {
    margin-right: 10px;
}

.reschedule-btn .btn-theme,
.reschedule-btn .btn-black {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.reschedule-table table {
    width: 100%;
}

.reschedule-table .name {
    width: 130px;
}

.btn-white {
    background-color: transparent;
    color: #5a5a5a;
    font-size: 18px;
    padding: 15px 15px;
    border: 1px solid #afafaf;
    display: inline-block;
}

.reschedule-table .form-control {
    width: 100%;
    max-width: 160px;
}

.reschedule-table .error {
    margin: 0;
    font-size: 14px;
    color: #eb0a1e;
}

@media(max-width:991px) {
    .reschedule-table .name {
        width: 45%;
    }
    .reschedule-btn {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    .btn-white {
        font-size: 14px;
    }
    .reschedule-table td {
        font-size: 14px;
    }
    .promotions-box-title .title {
        margin: 0px 0 15px 0;
        width: 100%;
    }
    .pbt-right strong:not(:first-child) {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    .pbt-right strong {
        display: block;
    }
}


/*********** Reschedule Booking Popup Css End *********/


/********* Font color for text-field Start *****************/

input.form-control {
    color: #000 !important;
}


/********* Font color for text-field End *****************/


/*Page not found*/

@media(max-width:1024px) {
    .page-not-found-inner h1 {
        font-size: 180px;
    }
}

@media(max-width:767px) {
    .page-not-found-inner h1 {
        font-size: 80px;
        margin: 20px 0 0 0;
    }
    .page-not-found-inner h2 {
        font-size: 20px;
    }
    hr {
        margin: 20px 0;
    }
    .btn {
        min-width: 150px;
        font-size: 14px;
        padding: 13px 15px;
    }
}


/*Page not found*/


/*Ck editor css for apply editor css on front*/
.cke_editable
{
	font-size: 13px;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}


img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}


/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

/*Ck editor css for apply editor css on front*/

.logo
{
 max-height: 73px;
}


.promobtnicon-toyota{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-height: 25px;
    background-color: #EB0A1E;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 25px;
}
.promobtnicon-toyota img{width: 15px;}

.promobtnicon-suzuki{
    display: inline-block;
    height: 25px;
    width: 25px;
    min-height: 25px;
    background-color: #005093;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 25px;
}
.promobtnicon-suzuki img{width: 15px;}





.time-calnder .SaveWater .custom-control-label::before {
    content: '' !important;
    font-size: 18px !important;
    line-height: 22px !important;
    background-image: url(../images/water-save.png);
    background-repeat: no-repeat;
    background-position: center;
}

.title-saperator {
    text-align: center;
    position: relative;
    margin: 30px 0 30px 0;
}
.title-saperator:after {
    content: '';
    background: #D6D6D6;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.title-saperator span {
    display: inline-block;
    padding: 9px 45px;
    background: #fff;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 1;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.bottom-part .accordion .card {
    border: 2px solid #E3E3E3;
    box-shadow: 0px 6px 16px 0px #89898930;
    border-radius: 14px;
}
.bottom-part .accordion .card .card-body {
    padding: 34px 40px;
}
.collection-dilivery-desc h5 {
    font-size: 18px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    margin: 0;
    color: #2F2F2F;
}
.collection-dilivery-desc p {
    font-size: 18px;
    color: #2F2F2F;
}
.collection-dilivery-desc .radio label {
    font-size: 18px;
    color: #2F2F2F;
    padding-left: 32px;
}
.collection-dilivery-desc .radio .radio-text:before {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
    border: 2px solid #CFCFCF;
}
.collection-dilivery-desc .radio .radio-text:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #414141;
    left: 5px;
    top: 3px;
    border-radius: 100px;
    display: none;
}
.collection-dilivery-desc .radio input:checked + .radio-text:before {
    border-color: #414141;
}
.collection-dilivery-desc .radio input:checked + .radio-text:after{
    display: block;
}
.collection-dilivery-desc .form-group {
    position: relative;
}
.collection-dilivery-desc .form-group .form-control {
    border: 1px solid #AEAEAE;
    color: #2F2F2F;
    font-size: 18px;
}
.collection-dilivery-desc .form-group i {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #8B8B8B;
    font-size: 24px;
}
.collection-dilivery-desc {
    border: 2px solid #E3E3E3;
    box-shadow: 0px 6px 16px 0px #89898930;
    border-radius: 14px;
    padding: 34px 40px;
    background-color: white;
}
.ui-menu.ui-autocomplete  .ui-menu-item-wrapper 
{
    text-align: left;
}
@media(max-width:767px){
    .title-saperator span{
        padding: 8px 30px;
        font-size: 18px;
        font-weight: 600;
    }
    .bottom-part .accordion .card .card-body{
        padding: 20px;
    }
}


/* ac-css 29/08/2024 */
.select-service-center-section{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 50px;
}
.custom-tabs-wrapper {
    margin-top: -40px;
}
.custom-tabs-wrapper .nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
}
.custom-tabs-wrapper .nav-tabs .nav-item {
    margin: 0 8px 0 0;
}
.custom-tabs-wrapper .nav-tabs .nav-item a {
    background: #f5f5f7;
    border: 1px solid #f5f5f7;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    font-family: 'Roboto-Bold';
}
.custom-tabs-wrapper .nav-tabs .nav-item a.active {
    background: #eb0a1e;
    color: #fff;
    border-color: #eb0a1e;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.custom-tabs-wrapper .nav-tabs .nav-item.hidden {
    display: none;
}
.custom-tabs-wrapper .tab-content .card {
    border: 0;
    background: transparent;
}
.custom-tabs-wrapper .tab-content .card .title {
    padding: 0 0px;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 400;
    min-height: 20px;
}
.service-typeem .top-bar .bno {
    margin-left: auto;
}
.service-typeem .top-bar .bno p {
    font-size: 24px;
}
@media(max-width:767px){
    .select-service-center-section{
        margin-top: 32px;
    }
    .custom-tabs-wrapper {
        margin-top: -38px;
    }
    .custom-tabs-wrapper .nav-tabs .nav-item a {
        font-size: 14px;
        padding: 8px 8px;
    }
    .custom-tabs-wrapper .nav-tabs .nav-item {
        margin: 0 4px 0 0;
    }
}