@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');



/********
font-family: 'Saira', sans-serif;
font-family: 'Arimo', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Alata', sans-serif;
font-family: 'PT Sans', sans-serif;
********/

*{
	margin: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
}


/ 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;
}





.navigation .navbar-inverse {
    background-color: #7534b7;
    border-color: #7534b7;
    border-radius: 0px;
    box-shadow: 0px 0px 10px #fff;
}
.navigation .navbar-nav {
    float: left;
    margin: 15px 0px 15px 120px;
}
.navigation .navbar-brand {
    float: left;
    height: 80px;
    padding: 2px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navigation .navbar-brand>img {
    display: block;
    width: 153px;
}
.navigation .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navigation .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    letter-spacing: 1px;
}
.navigation .navbar-inverse .navbar-nav>li>a:hover {
    color: #ccc;
}
.navbar-right li a{
    background: #f8b426;
    color: #333;
    border-radius: 45px;
    padding: 14px 30px;
}
.navigation .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #333;
    background-color: #f8b426;
}
.navigation .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7534b7;
}

/************ End Navigation *************/

.banner-top{
  background: url(../images/banner.jpg) no-repeat;
  height: 600px;
  margin-top: -20px;
  background-size: cover;
}

.banner-top h1{
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    margin-top: 100px;
    text-shadow: 3px 3px 3px #000;
}
.banner-top p {
    font-size: 20px;
    color: #000;
    text-shadow: 0px 0px 10px #fff;
}
.banner-top img{
    margin-top: 24px;
}

.nmbr{
  margin-top: 60px;
}
.nmbr p{
  color: #000;
}
.nmbr h1{
    margin-top: -10px;
}
.nmbr h1 a{
    color: #7534b7;
    text-shadow: none;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: -1px;
    font-family: 'Saira', sans-serif;
}




    .box {
        animation-duration: 5s;
        animation-iteration-count: infinite;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
    }
    .bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
    text-align: right;
}
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }
/************ End Banner *************/

.works{
  padding: 90px 0px;
  background: #f1f1f1;
  text-align: center;
}
h2{
  font-size: 40px;
  font-family: 'Saira', sans-serif;
  color: #000;
}
.works p{
  font-size: 20px;
  margin:10px 20px 40px;
}

.worksportion {
    text-align: center;
    background: #fff;
    padding: 32px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}

.worksportion img{
  width: 100px;
}
.worksportion h3{
    margin-bottom: 30px;
    color: #000;
    font-family: 'Saira', sans-serif;
}
.side-img img{
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    margin-left: -50px;
}
/************ End Works Portion *************/



.makesportion{
  background: url(../images/makes-bg.jpg) no-repeat;
  padding: 50px;
  background-size: cover;
}
.makesportion h2{
  color: #fff;
  text-align: center;
}
.makesportion p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.makesportion a {
    text-decoration: none;
}
.makecar{
  background: #fff;
  padding: 1px 20px;
  border-radius: 10px;
  text-align: center;
  transition-duration: 0.5s;
}
.makecar img {
    width: 140px;
}
.makecar p {
    background: #7534b7;
    padding: 6px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    letter-spacing: 1px;
    transition-duration: 0.5s;
    margin-bottom: 5px;
}
.makecar:hover{
    box-shadow: 0px 0px 10px #000;
    border-radius: 0px;
}
.makecar:hover p{
    background: #d52e34;
    text-decoration: none;
    border-radius: 0px;
}
/************ End Makes Portion *************/


.top{
  margin-top: 20px;
}

.about{
  margin: 100px 0px 60px;
}
.about h2{
    font-weight: 600;
    font-size: 56px;
    color: #000;
}
.about p {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #666;
}
.tags p {
    margin: 10px 0px;
}
.tags span {
    color: #f8b426;
    font-size: 18px;
}
.about a button {
    width: 255px;
    padding: 12px;
    border-radius: 50px;
    color: #333;
    background: #f8b426;
    border: 1px solid#f8b426;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    transition-duration: 0.5s;
}
.about a button:hover {
    background-color: #1b2143;
    border: 1px solid#1b2143;
    color: #fff;
}

.aboutimg img{
  width: 100%;
  border-radius: 15px;
}
/************ End About Portion *************/

.reviews {
    background: #1b2143;
    margin-top: 50px;
    text-align: center;
    padding: 60px 20px;
}

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #f8b426 !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: auto;
}
.reviews h3 {
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 1.5px;
}
.reviews p {
    color: #fff;
    width: 66%;
    margin: 20px auto;
    letter-spacing: 1px;
}
.reviews h4{
    color: #0aaa7a;
    font-weight: 600;
    margin-top: 0;
}
/************ End Reviews Portion *************/


.oppoint{
    margin-bottom: 50px;
    overflow: hidden;
}
.oppoint h1{
    text-align: left;
}
.b-content {
    margin-top: 50px;
    text-align: center;
}
.side img {
    width: 100%;
}
.b-content h1 span {
    font-weight: 700;
    font-style: italic;
    color: #f8b426;
}
.oppoint p{
    text-align: left;
    width: 100%;
    font-size: 20px;
}
.oppoint button{
    width: 255px;
    padding: 12px;
    border-radius: 50px;
    color: #333;
    background: #f8b426;
    border: 1px solid#f8b426;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    transition-duration: 0.5s;
    float: left;
}
.oppoint button:hover{
    background-color: #1b2143;
    border: 1px solid#1b2143;
    color: #fff;
}
/************ End oppoint *************/


.padding{
  padding: 0px;
}

.dvlaportion{
  background:#f1f1f1;
}
.dside{
  background: #1b2143;
  height: 350px;
  text-align: center;
  padding: 10px;
}
.dside.nmb{
  background: #7534b7;
}
.dside h2 span{
    font-size: 20px;
    color: #f8b426;
}
.dside h2{
    color: #fff;
    line-height: 32px;
}
.dside .input-group{
    width: 390px;
    margin: 30px auto;
}
.dside .form-control {
    display: block;
    width: 100%;
    height: 70px;
    padding: 6px 12px;
    font-size: 26px;
    text-align: center;
}

.dside a button{
    width: 255px;
    padding: 12px;
    border-radius: 50px;
    color: #333;
    background: #f8b426;
    border: 1px solid#f8b426;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    transition-duration: 0.5s;
}
.dside a button:hover{
    background: #7534b7;
    border: 1px solid#7534b7;
    color: #fff;
}
.fnmbr h2 {
    background: #1b2143;
    width: 338px;
    margin: 28px auto;
    padding: 20px;
    border: 1px solid#666;
    border-bottom: 2px solid#fff;
    color: #f8b426;
}
.nmb a {
    text-decoration: none;
}
.dside.nmb p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
}
/************ End DVLA Portion *************/
.contactbg{
    background: url(../images/contactbg.jpg) no-repeat;
    height: 1000px;
    margin-top: -20px;
    background-size: cover;
}
.content {
    background: #fff;
    padding: 30px;
    margin-top: 286px;
    border: 1px solid#ccc;
}
.content .fcont h2 a {
    color: #1b2143;
    font-weight: 600;
}
.content .fcont h3 {
    color: #1b2143;
}
.fcont.con span {
    font-size: 20px;
    color: #1b2143;
    margin-left: 10px;
    letter-spacing: 1px;
}
.contform {
    background: #0c1029;
    padding: 20px;
    margin-top: 30px;
}

.contform .input-group {
    width: 100%;
    margin-bottom: 46px;
}

.contform .input-group .form-control {
     width: 100%;
    margin-bottom: 0;
    background: #0c1029;
    border: 0px;
    border-bottom: 1px solid#fff;
    color: #fff;
}

.contform textarea.form-control {
     height: auto;
    background: #0c1029;
    height: 75px;
    border: 0px;
    border-bottom: 1px solid#fff;
    color: #fff;
}

.contform button {
    width: 100%;
    height: 34px;
    background: #7534b7;
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition-duration: 0.5s;
    margin-top: 42px;
}
.contform button:hover{
    background: #fff;
    border: 0px;
    color: #333;
    border-bottom: 1px solid#fff;
}


/******* Start About ********/


.aboutbg{
    background: url(../images/aboutbg.jpg) no-repeat;
    background-size: cover;
    height: 350px;
    margin-top: -20px;
}

.aboutbg.ser{
    background: url(../images/serbg.jpg) no-repeat; 
}

.aboutbg h2{
    color: #f8b426;
    margin-top: 170px;
}
.aboutbg p{
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.aboutbg p span{
    color: #f8b426;
}
.aboutcont{
    margin-top: 80px;
    margin-bottom: 80px;

}
.aboutcont h2{
    font-size: 26px;
    margin-top: 0px;
}
.aboutcont h2 span{
    color: #f8b426;
}
.aboutcont p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.brdrbtm{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.aboutcont img{
    width: 100%;
}
.aboutcont p .fa{
    background: #f8b426;
    padding: 2px;
    border-radius: 16px;
    font-size: 14px;
    color: #333;
}
.tags p{
    color: #888;
}
.btmcont {
    padding-bottom: 60px;
    padding-top: 30px;
    background:#f6f6f6;
}
.btmcont p{
    font-size: 18px;
    color: #666;
}
.btmcont h3{
    color: #f8b426;
}

.btmcont img{
    margin-top: 24px;
}

/********* Start Models Page **********/
.mdlz{
    margin-top: -20px;
}
.mdlz .dvlaportion {
    background: url(../images/mdlsbg.jpg) no-repeat;
    padding: 40px 0px;
}

.manual {
    background: #193c62;
    padding: 30px 0px;
}
.manual h2 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 17px;
}
.manual h2 span{
    color: #f8b426;
    font-weight: 300;
}
.manual p{
    color: #fff;
}
.m-form .form-control {
    width: 100%;
    height: 52px;
    font-size: 17px;
    border: 1px solid #2b325d;
    background-color: #1b2143;
    color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #f8b426;
}

.manual button {
    width: 100%;
    height: 50px;
    border: #ccc;
    background: #f8b426;
    color: #333;
    font-size: 22px;
    border: 1px solid #f8b426;
    margin-top: 2px;
    transition-duration: 0.5s;
}
.manual button:hover {
    border: #ccc;
    background: #7534b7;
    color: #fff;
    border: 1px solid #7534b7;
}

.engmod{
    margin-top: 40px;
}
.engmod h2{
    text-align: center;
    margin-bottom: 22px;
    margin-top: 50px;
}
.engmod h2 span{
    color: #f8b426;
}

.model-detail {
    border: 1px solid#193c62;
    text-align: center;
    padding: 0px 15px;
}
.model-detail .bg {
    background: #f1f1f1;
    margin-top: -1px;
    margin-bottom: -1px;
}

.model-detail a{
    text-decoration: none;
}
.detail span{
    color: #f8b426;
    text-decoration: underline;
}
.model-detail :hover span{
    color: #d52e34;
}
.model-detail :hover button{
    background: #d52e34;
    border: 1px solid #d52e34;
}
.b-left{
    border-right: 1px solid #333;
    border-bottom: 1px solid #193c62;
}
.b-right{
    border-right: 1px solid #333;
border-bottom: 1px solid #193c62;
}

.b-detailsbtn{
border-bottom: 1px solid #193c62;
padding-bottom: 30px;
}


.detail h3 {
    margin: 0;
    padding: 42px;
    color: #333;
}

.detail img{
    height: 110px;
}
.detail button{
    height: 46px;
    margin-top: 34px;
    width: 131px;
    color: #fff;
    background: #7534b7;
    border: 1px solid#7534b7;
    letter-spacing: 1px;
    transition-duration: 0.5s;
}
.model-content{
    background: #f1f1f1;
    padding: 40px 20px;
    margin-top: 40px;
}
.model-content h2{
    font-size: 30px;
}
.model-content h2 span{
    color: #f8b426;
}
.model-content p {
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-size: 16px;
}


.why-choose-us{
    padding:80px 20px;
    background:#193c62;
}

.why-choose-us .container{
    max-width:1200px;
    margin:auto;
}

.why-choose-us h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.feature-box{
    background:#1b2143;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    transition:all .3s ease;
    border:1px solid rgba(255,255,255,.08);
}

.feature-box:hover{
    transform:translateY(-10px);
    border-color:#fff;
}

.icon{
    font-size:45px;
    margin-bottom:20px;
}

.feature-box h3{
    color:#fff;
    margin-bottom:15px;
    font-size:24px;
}

.feature-box p{
    color:#d1d5db;
    line-height:1.7;
    font-size:16px;
}
.engine-problems{
    padding:80px 20px;
    background:#f8f9fa;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title p{
    color:#6b7280;
    font-size:18px;
}

.problems-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
    gap:25px;
}

.problem-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    border-left:5px solid #7534B8;
    transition:all .3s ease;
}

.problem-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.problem-card h3{
    color:#f8b426;
    font-size:26px;
    margin-bottom:15px;
    line-height:1.4;
}

.problem-card p{
    font-size:17px;
    color:#374151;
    line-height:1.7;
}

.problem-card strong{
    color:#111827;
}

@media(max-width:768px){

.problems-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:30px;
}

.problem-card h3{
    font-size:22px;
}
}
.faq-section{
    padding:80px 20px;
    background:#f8f9fa;
    margin-bottom: -50px;
}

.faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.faq-heading h2 {
    font-size: 30px;
    color: #111827;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.faq-heading p{
    color:#6b7280;
    font-size:18px;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    border-left:4px solid #7534B8;
}

.faq-item summary{
    padding:20px 25px;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#111827;
    list-style:none;
    position:relative;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:25px;
    font-size:24px;
    color:#7534B8;
}

.faq-item[open] summary::after{
    content:"−";
}

.faq-item p{
    padding:0 25px 20px;
    color:#4b5563;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:768px){

.faq-heading h2{
    font-size:30px;
}

.faq-item summary{
    font-size:16px;
}
}







/********* Start Engine Size and Code *********/
.mdlz.code .dvlaportion{
    height: 455px;
    background: url(../images/cdsbg.jpg) no-repeat;
    background-size: cover;
}
.mdlz.code h3 {
    text-align: center;
    margin-top: -14px;
    text-shadow: 0px 0px 5px #fff;
    font-size: 30px;
    font-weight: 600;
}
.mdlz.code h3 span{
    color: #f8b426;
}
.sizebtn a button {
    background: #7534b7;
    border: 1px solid #7534b7;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 17px;
    line-height: 44px;
    transition-duration: 0.5s;
margin-bottom: 15px;
}
.sizebtn a button:hover {
    background: #1b2143;
    border: 1px solid #1b2143;
    border-radius: 25px;
    box-shadow: 0px 5px 0px #f8b426;
}

.sizebtn a button span {
    color: #f8b426;
    font-size: 18px;
    font-weight: 600;
}
.sizebtn .fa{
    float: left;
    background: #fff;
    height: 46px;
    width: 46px;
    color: #7534b7;
    line-height: 46px;
    margin-left: -5px;
    margin-top: -1px;
    transition-duration: 0.5s;
}
.sizebtn a button:hover .fa{
    color: #1b2143;
    animation: fa-spin 2s infinite linear;
    border-radius: 40px;
}
.mtop{
    margin-top: 20px;
}


/********** Start Form **********/
.register {
    background: -webkit-linear-gradient(left, #3931af, #7534b7);
    margin-top: 0%;
    padding: 5%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    height: 540px;
    padding: 20px;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
    display: none;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .wdh{
    width: 80%;
    text-align: center;
}
.register .input-group-addon {
    width: 45px;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.register .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 80%;
    margin: 10px auto;
}

.register .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7534b7;
    border-radius: 0px;
}
.register button {
    width: 45%;
    margin: auto;
    background: #7534b7;
    border: 1px solid #7534b7;
    border-radius: 25px;
    transition-duration: 0.5s;
}
.register button:hover {
    background: #d52e34;
    border: 1px solid #d52e34;
    border-radius: 25px;
}

/******** Start Thanks Page *********/
.thnk-nav{
    background: #7534b7;
    height: 82px;
    padding: 5px;
}
.thnk-nav .logo img{
    width: 140px;
}
.thnk-nav .numb{
    float: right;
    margin-top: -12px;
}
.thnk-nav .numb h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
}
.thnk-nav .numb h3 a:hover {
    color: #ccc;
}
.thnk-nav .numb h3 span{
    color: #f8b426;
    font-size: 16px;
}
.thanks{
    background: #f1f1f1;
}
.thank-content{
    text-align: center;
}
.thank-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.thank-content p{
    font-size: 18px;
    width: 80%;
    margin: 23px auto;
}
.b-img{
    margin-bottom: 30px;
}


/******** Start Footer **********/
.fotern {
    background: #0c1029;
    padding: 30px 20px 50px;
}
.fcont .fa{
  float: left;
  font-size: 22px;
  color: #f8b426;
}
.fcont span{
  font-size: 20px;
  color: #f8b426;
  margin-left: 10px;
  letter-spacing: 1px;
}
.fcont h2{
    margin-top: 5px;
}
.fcont h2 a{
    color: #ccc;
    text-decoration: none;
}
.fcont h3{
    color: #ccc;
    font-size: 20px;
    margin-top: 0px;
    letter-spacing: 1px;
}
.abc{
  margin-top: 40px;
}
.timing{
  margin-top: 50px;
}
.timing p {
    color: #f8b426;
    font-size: 18px;
    letter-spacing: 1px;
    background: #7534b7;
    padding: 3px 20px;
    font-weight: 600;
}
.timing span{
    color: #fff;
    background: #7534b7;
    float: right;
    font-weight: 300;
}
.social{
  margin-top: 20px;
}
.social span {
    color: #fff;
}
hr{
  margin-top: 40px;
}
.fp p{
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin: -9px 0px -40px;
}
.fp p span{
    color: #f8b426;
}


.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #7534b7;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 







@media screen and (min-width: 1px) and (max-width: 767px){
.navigation .navbar-brand > img {
    display: block;
    width: 115px;
}
.navigation .navbar-brand {
    height: 60px;
}
.navbar-toggle {
    margin-top: 13px;
}
.banner-top {
    height: auto;
    margin-top: -20px;
    background-size: contain;
}
.banner-top h1 {
    color: #7534b7;
    font-size: 24px;
    margin-top: 177px;
    text-shadow: 3px 3px 3px #fff;
}
.nmbr {
    margin-top: 17px;
}
.nmbr p {
    color: #000;
    margin-bottom: -173px;
}
.navigation .navbar-nav {
    float: none;
    margin: 0px;
    text-align: center;
}
.bounce-2 {
    display: none;
}
h2 {
    font-size: 22px;
}
.works {
    padding: 20px 0px;
}
.side-img img {
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
}
.makesportion {
    padding: 15px;
    background-size: cover;
}
.makecar {
    margin-bottom: 20px;
}
.about h2 {
    font-size: 24px;
}
.about {
    margin: 20px 0px 20px;
}
.reviews p {
    width: 100%;
}
.dside .input-group {
    width: 100%;
    margin: 30px auto;
}
.fnmbr h2 {
    width: 100%;
}
.aboutbg p {
    color: #333;
}
.aboutbg {
    background-size: contain;
    height: auto;
}
.aboutbg h2 {
    margin-top: 120px;
}
.aboutcont {
    margin-top: 22px;
    margin-bottom: 20px;
}
.aboutcont h2 {
    font-size: 26px;
    margin-top: 20px;
}
.btmcont {
    text-align: center;
}
.contactbg {
    height: auto;
    background-size: contain;
}
.content {
    padding: 10px;
    margin-top: 283px;
}
.dside {
    height: 290px;
    padding: 10px;
    margin-top: 10px;
}
.input-group {
    width: 100%;
    margin-bottom: 20px;
}
.engmod h2 {
    margin-top: 0px;
}
.detail h3 {
    padding: 2px;
}
.model-detail {
    border: 1px solid #193c62;
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.b-left {
    border-right: 0px solid #333;
}
.b-right {
    border-right: 0px solid #333;
}
.detail button {
    height: 46px;
    margin-top: 34px;
    width: 100%;
}
.model-content h2 {
    font-size: 18px;
}
.mdlz.code h3 {
    font-size: 20px;
}
.dside .form-control {
    height: 54px;
}
.sizebtn a button {
    margin-bottom: 10px;
}
.register-left {
    display: none;
}
.register-right {
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    height: auto;
    padding: 20px;
}
.register .wdh {
    width: 100%;
}
.b-img img{
    width: 100%;
}
.thnk-nav .numb h3 a {
    font-size: 19px;
}
.thnk-nav .numb {
    margin-top: -80px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px){
.navigation .navbar-nav {
    margin: 15px 0px 15px 16px;
}
.banner-top {
    height: auto;
    background-size: cover;
}
.banner-top h1 {
    margin-top: 17px;
    font-size: 44px;
}
.banner-top img {
    display: none;
}
.banner-top p {
    color: #fff;
    text-shadow: none;
}
.side-img img {
    display: none;
}
.makesportion {
    padding: 0px;
    margin-left: 0px;
}
.makecar {
    margin-bottom: 20px;
}
.bounce-2 {
    margin-top: 38px;
}
.aboutcont img {
    display: none;
}
.stepicon{
    margin-top: 24px;
    text-align: center;
}
.btmcont h3 {
    text-align: center;
}
.btmcont p {
    text-align: center;
}
.contactbg {
    height: auto;
    background-size: contain;
}

.dside .input-group {
    width: 100%;
    margin: 30px auto;
}
.input-group {
    width: 100%;
    margin-bottom: 20px;
}
.detail button {
    display: none;
}
.b-right {
    border-right: 0px solid #333;
}
.sizebtn a button {
    margin-bottom: 10px;
}
.register-left {
    display: none;
}
.b-img img{
    width: 100%;
}
.thnk-nav .numb h3 a {
    font-size: 19px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
.banner-top h1 {
    font-size: 40px;
    margin-top: 100px;
}
.makesportion {
    padding: 10px;
}
.about h2 {
    font-size: 36px;
}





}














