/* font */
@import url("../fonts/helios-antique/style.css");

.custom-text:hover {
    font-weight: bold;
}

/* Home Page */
.s2 {
    list-style-type: circle;
}


.section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
}

.section.portfolio .filters ul {
    padding: 0;
}

.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 40px;
    cursor: pointer;
    position: relative;
    background: #e4e4e4;
    border-radius: 50px;
    font-size: 16px;
    margin-bottom: 10px;
}

.section.portfolio .filters ul li:hover {
    background: #d6d6d6;
}

.section.portfolio .filters ul li.active {
    background: #307fff;
    color: #fff;
}

.section.portfolio .filters-content {
    margin-top: 50px;
}

.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.section.portfolio .filters-content .item img {
    width: 100%;
}

.page-next-level h4.title {
    font-size: 80px !IMPORTANT;
    color: #8a2271;
    line-height: 80px;
}

.page-next-level h4.title span {
    color: #307fff;
}

.pac-container {
    z-index: 9999999999 !important;
}

input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

input[type="text"]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 11px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus+i {
    color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
    background-color: #aaa;
    color: #fff;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus+i {
    color: #fff;
    background-color: dodgerBlue;
}

/* Home Page Ends */

/* index */
.g-review {
    opacity: 0.9;
    background-color: #3565df;
    border-radius: 40px !important;
}

.g-review:hover {
    opacity: 1;
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.1);
}

/* index ends */

/* footer */
.footer {
    padding: 20px 30px 5px;
    width: 100%;
    background: #212842;
    color: #fff;
}

.footer-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
}

.footer-customer {
    padding: 0px 0 30px;
    border-bottom: 0px solid #404040;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
}

.footer-links a {
    padding: 10px 0;
    border-bottom: 0px solid #404040;
    color: #fff;
    line-height: 16px;
    display: block;
    transition: color 0.5s ease-in-out;
    text-decoration: none;
    font-size: 18px;
}

.footer-links a:hover {
    color: grey;
    text-decoration: none;
}

.footer-social-links li {
    display: inline-block;
}

/* g. Footer bottom section */
.footer-bottom {
    width: 100%;
    padding: 0px 0;
    padding-left: 40px;
    text-align: LEFT;
    color: #fff;
    font-size: 12px;
}

.box {
    width: 107px;
    /* height: 100px; */
    margin-top: 60px;
    padding: 0px 12px 0px 7px;
    border: inset;
    box-sizing: border-box;
}

.bubble {
    box-sizing: border-box;
    float: left;
    width: auto;
    max-width: 100%;
    position: relative;
    clear: both;
    background: #2c3755;
    border: solid 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    margin-bottom: 20px;
    padding: 6px 20px;
    color: white;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
}

.bubble:before,
.bubble:after {
    border-radius: 20px / 5px;
    content: "";
    display: block;
    position: absolute;
}

.bubble:before {
    border: 10px solid transparent;
    bottom: 0px;
    left: -7px;
    z-index: -2;
}

.bubble:after {
    border: 8px solid transparent;
    border-bottom-color: #2c3755;
    /* arrow color */
    bottom: 1px;
    left: -5px;
}

.bubble-alt {
    float: right;
}

.bubble-alt:before {
    left: auto;
    right: -7px;
}

.bubble-alt:after {
    left: auto;
    right: -5px;
}

.underline {
    text-decoration: none;
    position: relative;
}

.underline:after {
    position: absolute;
    content: "";
    height: 2px;
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
    bottom: 7px;

    /* center - (optional) use with adjusting width   */
    margin: 0 auto;
    left: -13px;
    right: 0;
    width: 65%;
    background: #8a2571;

    /* optional animation */
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* car service and maintenance */
.carservicebhead {
    line-height: 1.2 !important;
    font-size: 38px !important;
}

.callaction-div {
    border: 1px solid #6b1a57;
    border-radius: 50px !important;
    box-shadow: 0 10px 25px rgb(60 72 88 / 15%) !important;
}

.comment-card {
    width: 90%;
    border-radius: 30px;
    box-shadow: 0 5px 13px rgb(60 72 88 / 20%) !important;
}

/* login page */

.glassform {
    width: 30rem;
    height: 20rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.glassform:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
    filter: blur(10px);
    margin: -20px;
}

/* login page end */

/* services */

.banner {
    background: url(../images/services/service-banner-.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

/* services end */

.mob-detail-page-bimg {
    width: 40rem !important;
}

.mob-font-size {
    font-size: 18px !important;
}

.mob-font-size-2 {
    font-size: 25px !important;
}

.card-body-padding {
    padding: 0.25rem !important;
}

.mob-cross-style {
    padding: 20px;
}

@media (max-width: 768px) {

    form.card-body.text-left.register-form,
    form.card-body.text-left.login-form {
        padding: 0;
    }

    .mobile-center {
        text-align: center !important;
    }

    .bookingtabsmobile {
        flex-direction: unset !important;
    }

    .bookingtabsmobile li {
        width: 33%;
    }

    .mob-home-display {
        display: contents;
    }

    .mob-slider-padding {
        padding: 90px 0 !important;
    }

    .mob-section-padding {
        padding: 30px 0 !important;
    }

    .mob-detail-page-bimg {
        width: 22rem !important;
    }

    .mob-detail-service-img {
        justify-content: center;
    }

    .home-service-section {
        padding: 15px;
    }

    .mob-image-ful {
        display: block !important;
    }

    .mob-max-width {
        max-width: 100% !important;
        flex: none;
        text-align: center;
    }

    .mob-max-width h5 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .mob-max-width h3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .mob-max-width img {
        max-width: 40%;
        margin: 0 auto;
    }

    .mob-pl {
        padding-left: 0rem !important;
    }

    .mob-font-size {
        font-size: 18px !important;
    }

    .mob-mb-0 {
        margin-bottom: 0rem !important;
    }

    .mob-mb-25px {
        margin-bottom: 25px !important;
    }

    .mob-cross-style-all {
        padding: 20px;
    }

    .mob-p-0 {
        padding: 0rem !important;
    }

    .pc-pic {
        display: none;
    }

    .modal-body .meet-expert {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) {
    .mob-pic {
        display: none;
    }
}

#otp-wrapper {
    text-align: center;
    box-sizing: border-box;
}

#otp-wrapper #dialog #form input {
    margin: 0 5px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 13%;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    color: #000000 !important;
}

#otp-wrapper #dialog #form input:focus {
    border-color: purple;
    box-shadow: 0 0 5px purple inset;
}

#otp-wrapper #dialog #form input::-moz-selection {
    background: transparent;
}

#otp-wrapper #dialog #form input::selection {
    background: transparent;
}

#otp-wrapper #dialog #form button {
    margin: 30px 0 50px;
    width: 100%;
    padding: 6px;
    background-color: #b85fc6;
    border: none;
    text-transform: uppercase;
}

#otp-wrapper #dialog div {
    position: relative;
    z-index: 1;
}

/* footer */

.locations li {
    display: inline-block;
    list-style-type: none;
}

.mob-loc p {
    cursor: pointer;
}

.mob-loc p:hover {
    color: #8a2571;
}

@media (max-width: 768px) {
    .mob-loc p span {
        display: block !important;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .rainbow {
        display: none !important;
    }

    .footer-links a {
        display: inline-block;
        float: none !important;
    }

    footer.footer {
        text-align: center;
    }

    #topnav .buy-button {
        display: none;
    }

    #topnav .buy-menu-btn {
        display: block !important;
    }

    .home-wrapper:before {
        display: none;
    }

    /* .loc-hide {
    display: none;
  } */
    #loc-hide-mob {
        display: block !important;
    }

    .footer-links {
        text-align: center;
    }

    .mob-footer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mob-footer-text {
        text-align: center !important;
    }
}

.mob-footer {
    margin-bottom: 1.5rem;
}

.mob-footer-text {
    text-align: left;
}

/* end footer */

/* Mobile car tinting Radio buttons */
.rad-label {
    display: flex;
    align-items: center;

    border-radius: 100px;
    padding: 14px 16px;
    margin: 10px 0;

    cursor: pointer;
    transition: 0.3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, 0.14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;

    background: #5956f8;
    position: relative;
}

.rad-design::before {
    content: "";

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: 0.3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;

    transition: 0.3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

/* End Mobile car tinting Radio buttons */

/* footer social media icons */

.social-insta {
    color: rgb(95, 178, 255);
}

.social-facebook {
    color: rgb(95, 178, 255);
}

.social-location {
    color: rgb(95, 178, 255);
}

.social-whatsapp {
    color: rgb(95, 178, 255);
}

/* END footer social media icons */

.dubai-div {
    display: none;
}

.dubai:hover .dubai-div {
    display: block;
    background-color: aliceblue;
}

/* .dubai:hover .ok{
  display : none;
} */

/* footer */
@media (min-width: 768px) {

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
}

.footer-10 {
    background: #222222;
    padding: 0 0 4em 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.footer-10 .con.con-1 {
    background: #1e1e1e;
}

.footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #1089ff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer-10 .con-info span {
    color: rgba(255, 255, 255, 0.8);
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.footer-10 .con.con-2 {
    background: #1c1c1c;
}

.footer-10 .con.con-3 {
    background: #252525;
}

.footer-title {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* car service */
.check-price {
    width: 300px !important;
}

/* @media (min-width: 768px) {
  .check-price {
    width: 100% !important;
  }
} */
.modal {
    z-index: 9999 !important;
}

.modal-backdrop {
    z-index: 9995 !important;
}

.pac-container {
    z-index: 99999 !important;
}

/* snash car care */
.color-grad1 {
    background-image: linear-gradient(to bottom,
            rgba(255, 0, 0, 0),
            hsl(225deg 67% 95%));
    border-radius: 30px !important;
}

.color-grad2 {
    background: hsl(228deg 93% 66%);
    border-radius: 30px !important;
}

.color-grad3 {
    background-image: linear-gradient(to bottom,
            rgba(255, 0, 0, 0),
            hsl(225deg 67% 95%));
    border-radius: 30px !important;
}

.color-grad4 {
    background-image: linear-gradient(to left,
            rgba(255, 0, 0, 0),
            hsl(225deg 67% 95%));
    border-radius: 50px !important;
}

.digit-group input {
    width: 30px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: #242424;
    margin: 0 2px;
}

.digit-group .splitter {
    padding: 0 5px;
    color: #242424;
    font-size: 24px;
}

span.ph-mask {
    position: absolute;
    left: 10px;
    top: 10px;
}

.ph-mask2 {
    position: absolute;
    left: 50px;
    top: 10px;
}

.footer-links .d-none a {
    display: inline-block;
}

body .footer-links p.py-2.mb-0 {
    position: relative;
}

@media (min-width: 768px) {
    body .footer-links p:hover .d-none {
        display: inline-block !important;
        position: relative;
        right: 0;
        top: 0;
    }
}

/* footer images */
.footer-image {
    width: 35%;
    height: 35%;
}

@media (max-width: 768px) {
    .footer-image {
        width: 100%;
        height: 100%;
    }
}

.a-style-remove a {
    text-decoration: none !important;
    color: inherit;
}

body .periodic-maintenance h1.card-title {
    font-size: 80px !important;
    font-weight: 400;
    line-height: 70px;
}

@media (max-width: 768px) {
    body .periodic-maintenance h1.card-title {
        display: none !important;
    }
}

body .periodic-maintenance h1.mobile-card-title {
    display: none;
}

@media (max-width: 768px) {
    body .periodic-maintenance h1.mobile-card-title {
        display: block;
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .periodic-maintenance .card-body {
        padding: 0.5rem 5px 1px 5px;
    }
}

#main-pricing h3 {
    font-size: 80px !important;
    color: #2f78e1;
    line-height: 50px;
}

#main-pricing h4 {
    font-size: 60px !important;
    color: #2f78e1;
    line-height: 60px;
}

#main-pricing h2 {
    font-size: 100px !important;
    line-height: 70px;
}

#get-free h3 {
    font-size: 40px !important;
    line-height: 70px;
    color: #2f78e1;
}

#get-free h2 {
    font-size: 120px !important;
    line-height: 70px;
    color: #2f78e1;
}

#quick-links button {
    font-weight: 400;
}

#quick-links button b {
    font-weight: 600;
}

.brleft:before {
    content: "_ _ _ _ _";
    position: absolute;
    left: -70%;
    top: 30%;
    font-size: 15px;
    letter-spacing: 5px;
    color: #2f78e1;
    font-weight: 600;
}

#pmform .form-group .form-control {
    height: 60px;
    font-size: 16px;
}

#pmform span.ph-mask {
    top: 20px;
}

.service-getdeliver {
    padding: 2rem;
}

@media (max-width: 768px) {
    .service-getdeliver {
        padding: 3rem 0px 0px 0px;
    }
}

.landing-service-form {
    border: 1px solid #ccc;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .landing-service-form {
        padding: 0 !important;
    }

    .landing-service-form h2 {
        padding-top: 10px;
        font-size: 20px !important;
    }
}

/* car service landing get offer button */
.get-offer-btn {
    font-size: 22px !important;
    background-image: linear-gradient(125deg,
            #980071,
            #e42e71,
            #980071) !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .get-offer-btn {
        font-size: 21px !important;
        background-image: linear-gradient(125deg,
                #980071,
                #e42e71,
                #980071) !important;
        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .get-offer-btn {
        font-size: 21px !important;
        background-image: linear-gradient(125deg,
                #980071,
                #e42e71,
                #980071) !important;
        color: #fff !important;
    }
}

/* table user service */
.dataTables_length {
    float: left;
}

.dataTables_info {
    float: left;
}

/* table */

.table {
    border-spacing: 0 0.85rem !important;
}

.table .dropdown {
    display: inline-block;
}

.table td,
.table th {
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
}

.table thead tr,
.table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
}

.table td {
    background: #fff;
}

.table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 48px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 50%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}


table.dataTable {
    margin-top: 12px !important;
}

/* table user service ends */

/* user cars page */
.carousel-control-next-icon {
    background-image: url('../images/user/arrow.png');
}

.carousel-control-prev-icon {
    background-image: url('../images/user/left.png');
}

/* user cars page ends */


/* Stripe */
.StripeElement {
    display: block;
    margin: 10px 0;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.StripeElement--empty {
    border-color: #ddd;
}

.StripeElement--invalid {
    border-color: #ef2961;
}

.StripeElement--focus {
    border-color: #6772e5;
    box-shadow: 0 0 0 4px rgba(103, 114, 229, 0.2);
}

/* Car Service Loader  */

.loader {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car__body {
    animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    animation: line 0.8s ease-in-out infinite;
    animation-fill-mode: both;
}

.car__line--top {
    animation-delay: 0s;
}

.car__line--middle {
    animation-delay: 0.2s;
}

.car__line--bottom {
    animation-delay: 0.4s;
}

@keyframes shake {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(3%);
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

/* Car Service Loader Ends */