* {

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


body {

    margin: 0px;
    padding: 0px;

}

html {

    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #192a30 #D1B096;
}

a {

    text-decoration: none;
}

.mt-30 {

    margin-top: 30px;
}

.mt-60 {

    margin-top: 60px;
}

.mt-90 {

    margin-top: 90px;
}

.mt-120 {

    margin-top: 120px;
}

.mt-150 {

    margin-top: 150px;
}

.mt-180 {

    margin-top: 180px;
}

.mt-600 {

    margin-top: 600px;
}

/*----headertop----*/


.headertopbg {

    background-color: #192a30;
    width: 100%;
    display: block;
    padding: 0px;
    align-items: center;
    display: flex;
}

.headertopleft {

    margin: 0px;
    padding: 0px;

}

.headertopleft ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 8px;
}

.headertopleft ul li {

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.headertoplefticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 12px;
}

.headertoplefticon i {

    font-size: 18px;
    line-height: 25px;
}

.headertoplefticon p,
.headertoplefticon p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
}

.headertoright {

    margin: 0px;
    padding: 0px;
}

.headertoright ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 8px;
}

.headertoright ul li {

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

/*---------logo&nav-------*/

.navbox {

    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    background-color: white;
}

.logobox {

    margin: 0px;
    padding: 0px;
}


.headernav {

    margin: 0px;
    padding: 0px;
}

.headernav ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 5px;

}

.headernav ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.headernav ul li a {


    margin: 0px;
    padding: 0px 18px;
    color: #192a30;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;

}

.headerappoinment {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;

}

.headerappoinment button {

    background-color: #D1B096;
    color: white;
    border-radius: 15px;
}

.headerappoinment button:hover {

    background-color: #D1B096;
    color: white;

}


/*banner*/

.bannerbox {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;

}


/*---headerappointment---*/


.headerapoointmentbox{


margin: 0px;
padding: 15px;
width: 100%;
display: block;
background-color: #192A30;
border-radius: 15px;

}

.headerappointmenttext{

    margin: 0px;
    padding: 0px;

}


.headerappointmenttext h2{


    color: white;
    text-align: center;
}


.headerapoointmentbox1{

    margin: 10px 0px;
}

.headerapoointmentbox1 select{

    width: 100%;
    height:70px;
    display: block;
    background-color: white;
    border: solid 1px #ad896e;
    border-radius: 15px;
    padding: 15px;
}

.headerapoointmentbox1 select:focus{

    outline: none;
}


.headerapoointmentbox1 input{

    width: 100%;
    display: block;
    margin: 0px;
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    border: solid 1px #ad896e;
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.headerapoointmentbox1 input{

    outline: none;
}

.headerapoointmentbox1bt{

    margin: 10px 0px;
    padding: 0px;
    text-align: center;

}


.headerapoointmentbox1bt button{

    border-radius: 15px;
}

/*------aboutus---------*/

.aboutusleft {

    margin: 0px;
    padding: 0px;
}

.aboutusleft h4 {

    color: #ad896e;
}

.aboutusleft h2 {

    color: black;
    font-weight: 500;
}

.aboutusleft p {

    color: black;
    font-size: 16px;
}

.aboutusleft button {

    background-color: #ad896e;
    color: white;
    border-radius: 12px;
}

.aboutusleft button:hover {

    background-color: #ad896e;
    color: white;
    border-radius: 12px;
}



.aboutusright {

    margin: 0px;
    padding: 0px;
}

/*--diverse--*/

.diverseleft {

    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 550px;
}

.diverseleftimg {

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.diverseleftimg h4 {

    color: rgb(255, 255, 255);
    font-size: 32px;
    text-shadow: 2px 2px #000000;
}

.diverseleftimg p {

    color: rgb(255, 255, 255);
    font-size: 32px;
    text-shadow: 2px 2px #000000;
}


.diverseleftbox {

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #192a30;
    margin: 0px;
    padding: 20px;
    transform: scale(0.1);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding-top: 40%;
}


.diverseleft:hover .diverseleftbox {

    transform: scale(1);
    opacity: 1;
}

.diverseleftbox h4 {

    color: white;

}

.diverseleftbox p {

    color: #a1a1a1;

}

.diverseleftbox button {

    background-color: #ad896e;
    color: white;
}

.diverseleftbox button:hover {

    background-color: #ad896e;
    color: white;
}


/*---service----*/

.servicetextcenter {

    margin: 0px;
    padding: 0px;
    text-align: center;

}

.servicetextcenter h4 {

    color: #ad896e;
}

.servicetextcenter h2 {

    color: black;
    font-weight: 500;
}

.servicebox {

    width: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 6px 0px 10px #b4b4b4;
}

.serviceboxicon {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serviceboxtext {

    margin: 10px 0px;
    padding: 0px;

}

.serviceboxtext h4 {

    color: #ad896e;
}

.serviceboxtext p {

    color: black;
    font-size: 16px;
}

.serviceboxtext button {

    background-color: #ad896e;
    color: white;
    border-radius: 15px;
}

.serviceboxtext button:hover {

    background-color: #ad896e;
    color: white;
    border-radius: 15px;
}




/*carservice*/


.carservicebox {

    margin: 0px;
    padding: 60px 0px;
    background-color: #192A30;
    width: 100%;
    height: 450px;
    position: relative;
    z-index: 1;
}


.carservicebox::before {

    position: absolute;
    content: "";
    width: 100%;
    min-height: 550px;
    top: 80%;
    left: 0;
    z-index: -1;
    background-color: white;
}


.carserviceboxleft {

    margin: 0px;
    padding: 0px;

}

.carserviceboxleft h4 {

    color: #ad896e;
}

.carserviceboxleft h2 {

    color: white;
    font-size: 48px;
}

.carserviceboxright {

    margin: 0px;
    padding: 0px;
}

.carserviceboxright h6 {

    color: white;
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
}

.carservicebox1 {

    margin-top: 20px;
    padding: 0px;
}

.carservicebox1car {

    width: 100%;
    height: 350px;
    margin: 0px;
    padding: 0px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.carservicebox1cartext {

    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 20px;
    top: 265px;

    /* transform: translate(-50% , -50%); */
}

.carservicebox1cartext h4 {

    color: white;
}

.carservicebox1cartext1 {

    margin-top: 10px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.carservicebox1cartext2 {

    margin: 0px;
    padding: 0px;
}

.carservicebox1cartext2 h5 {

    color: #ffc497;
    text-shadow: 2px 2px #3d3d3d;
}

.carservicebox1cartext3 {

    margin: 0px;
    padding: 0px;
}

.carservicebox1cartext3 h5 {

    color: white;
    font-size: 16px;
    padding: 0px 15px;
}

/*CAR BRANDS*/


.carbrandsbox {

    width: 100%;
    display: block;
}

.carbrandsbox1 {

    width: 100%;
    padding: 0px;
    border-right: solid 1px #f0f0f0;
    margin: 0 auto;
    display: table;
}

.carbrandsbox1 img {

    margin: 0 auto;
    display: table;
}


/*--phonebooking---*/


.phonebookingbox {

    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 450px;
    background-image: url(../img/phonebooking.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.phonebookingbox::before {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: -1;
}


.phonebookingbox h2 {

    font-size: 32px;
    color: white;
}


.phonebookingbox i {


    font-size: 48px;
    margin-top: 20px;
}

.phonebookingbox p,
.phonebookingbox p a {

    font-size: 24px;
    color: white;
    margin: 10px 0px;
    text-decoration: none;
    text-shadow: 2px 2px #000000;
}


/*---testimonial----*/

.testimonialbg {

    background-color: #192A30;
    padding: 60px 0px;
}


.testimonialbox {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}

.testimonialbox1 {

    background-color: white;
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
}


.testimonialbox1 p {

    color: black;
    font-size: 16px;
    /*min-height: 120px;*/
}

.testimonialbox1 h6 {

    color: #ad896e;
}

/*footer*/

.footerbox {

    margin: 0px;
    padding-top: 60px;
    width: 100%;
    display: block;
    background-color: #192A30;
}

.footerleft {

    margin: 0px;
    padding: 0px;

}

.footerleft p {

    margin-top: 15px;
    padding: 0px;
    color: white;
}

.footermiddle {

    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {

    font-size: 32px;
    color: white;
    margin-bottom: 15px;
}

.footernav {

    margin: 0px;
    padding: 0px;
}


.footernav ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li {

    margin: 0px;
    padding: 15px 0px;
    display: block;
    list-style: none;
}

.footernav ul li a {

    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

.footernav ul li a:hover {

    padding-left: 10px;
}

.footerright {

    margin: 0px;
    padding: 0px;
}

.footerright h2 {

    font-size: 32px;
    color: white;
    margin-bottom: 15px;
}


.footerrighticon {

    margin: 15px 0px;
    display: flex;
    gap: 15px;
    padding: 0px;
}

.footerrighticon i {

    line-height: 30px;
}

.footerrighticon p,
.footerrighticon p a {

    text-decoration: none;
    font-size: 16px;
    color: white;
}


.copyrightbox {

    margin: 0px;
    padding: 2px;
    display: flex;
    align-items: center;
    background-color: #000000;
}

.copyrightbox1 {

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.copyrightbox1 p,
.copyrightbox1 p a {

    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-top: 8px;
}

.sticky {

    position: fixed;
    width: 100%;
    display: block;
    background-color: white;
    z-index: 999;
    top: 0;
    left: 0;
    border-bottom: solid 1px #192A30;
}

.resbt {

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -30px;
}


.aboutusbanner {
    width: 100%;
    display: block;
    background-color: #192A30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
}


.aboutusbanner h2 {

    color: white;
    font-style: italic;
    font-weight: bold;
}

.aboutusbanner h4,
.aboutusbanner h4 a {

    color: white;
    text-decoration: none;
}



/*--gallerypage---*/

.gallerybox {

    width: 100%;
    display: block;

}


.gallerybox img {

    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}


/*--------contactuspage-------*/

.contactuspihoneicon {


    width: 100%;
    display: block;
    margin: 0px;
    padding: 20px;
    border: dotted 2px #192A30;
    border-radius: 15px;
}


.contactuspihoneicon1 {

    margin: 0px;
    padding: 0px;
    text-align: center;

}


.contactuspihoneicon1 i {

    font-size: 32px;
}

.contactuspihoneicontext {

    margin: 15px 0px;
    padding: 0px;
}

.contactuspihoneicontext h4 {

    color: #192A30;
    text-align: center;
}

.contactuspihoneicontext p,
.contactuspihoneicontext p a {

    color: black;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.mapbox {

    width: 100%;
    display: block;
}

.mapbox iframe {

    border-radius: 15px;
}

.getintouchbox {

    margin: 0px;
    padding: 20px;
    background-color: #192A30;
    border-radius: 15px;
    width: 100%;
    display: block;
}

.getintouchbox h2 {

    color: white;
    text-align: center;
}

.getintouchform {

    margin-top: 20px;
    padding: 0px;
}

.getintouchform input {

    width: 100%;
    display: block;
    border: solid 1px white;
    background-color: white;
    padding: 20px;
    /*margin: 15px 0px;*/
    font-size: 16px;
    color: black;
    border-radius: 15px;
}

.getintouchform input:focus {

    outline: none;
}

.getintouchform textarea {

    width: 100%;
    display: block;
    border: solid 1px white;
    background-color: white;
    padding: 20px;
    margin: 15px 0px;
    font-size: 16px;
    color: black;
    border-radius: 15px;
    height: 150px;
}

.getintouchform textarea:focus {

    outline: none;
}

.getintouchform button {

    background-color: #ad896e;
    color: white;
}


.getintouchform button:hover {

    background-color: #ad896e;
    color: white;
}



.whatsappfloating{

    width: auto;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}


.whatsappfloating i{

    font-size:48px;
}
















/*----cargallerbox----*/

.cargallerybox {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    border: solid 1px #192A30;
}

.cargalleryboximg {

    width: 100%;
    height: 350px;
}

.cargalleryboximg img {

    width: 100%;
    height: 350px;
    object-fit: cover;
}


.cargalleryboxtext {

    margin: 0px;
    padding: 20px;
}

.cargalleryboxtext h4 {

    color: #192A30;
}

.cargalleryboxtext p {

    color: black;
    font-size: 16px;
}

.cargalleryboxtext1 {

    margin: 8px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.cargalleryboxtext1 p {

    font-size: 18px;
    color: black;
    font-weight: 500;
}

.cargalleryboxtext button {

    width: 100%;
    display: block;
    background-color: #ad896e;
    color: white;
}


.cargalleryboxtext button:hover {

    width: 100%;
    display: block;
    background-color: #ad896e;
    color: white;
}


/*caroverview*/

.carviewleft {

    margin: 0px;
    padding: 0px;
}

.carviewleft img {

    width: 100%;
    height: 350px;
    object-fit: cover;
}

.carviewright {

    margin: 0px;
    padding: 0px;
}

.carviewright h4 {

    color: #192A30;
    font-weight: bold;
}

.carviewright h5 {

    color: #ad896e;
}

.carviewrightphone {

    margin: 10px 0px;
    display: flex;
    gap: 15px;
}

.carviewrightphone i {

    line-height: 25px;
}

.carviewrightphone h5,
.carviewrightphone h5 a {

    color: #192A30;
    text-decoration: none;
}






.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color:red;
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color:red;
}








/*---responsive---*/

@media (max-width:991px) {

    .resbt {

        display: block;
    }

    .dis-none {

        display: none;
    }

    .headernav {

        position: fixed;
        width: 250px;
        height: 100%;
        margin: 0px;
        padding: 0px;
        top: 0;
        left: -100%;
        z-index: 999;
        transition: all 0.5s ease-in-out;
        background-color: white;
    }

    .headernav ul {

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernav ul li {

        margin: 0px;
        padding: 15px 0px;
        list-style: none;
        display: block;
    }

    .headernav ul li a {

        font-size: 16px;
        color: black;
        cursor: pointer;
        text-decoration: none;
    }

    .headernav.main {

        left: 0;
    }

    .mt-600 {

        margin-top: 2000px;
    }

    .phonebookingbox h2 {

        font-size: 24px;
        text-align: center;
    }

    .carservicebox {

        height: 620px;
    }

    .servicebox {

        text-align: center;
    }

    .carserviceboxleft h2 {

        font-size: 24px;
    }
}


.mt-30 {

    margin: 20px;
    padding: 20px;
    background-color: #192A30;
    line-height: 500px;
    background-color: #ad896e;
    text-align: center;

}

.pd-40x{

    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    color: black;
    font-size: 16px;
    text-align: center;
    text-align: right;
    cursor: pointer;
    background-color: #ad896e;
    max-height: 300px;
font-size: 18px;

    text-decoration: none;
    column-gap: 30px;
}  