@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Kaushan+Script|Libre+Baskerville|Lobster');
/********
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;
font-family: 'Roboto', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: "Syne", sans-serif;
********/

*{
	margin: 0;
}

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


.topheader {
    background-color: #ea4335;
    padding: 0px 10px 10px;
    position: relative;
    border-bottom: 1px solid#ea4335;
}

.topheader .cnt {
    margin-top: 16px;
}
.topheader .cnt a {
    text-decoration: none;
    color: #fff;
}


/********
.fa.fa-facebook{
    background: #1877F2;
}
.fa.fa-twitter{
    background: #1DA1F2;
}
.fa.fa-pinterest-p{
    background: #E60023;
}
.fa.fa-instagram{
    background: #FCAF45;
}
************/



.topheader .cnt a .fa {
    width: 25px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    transition-duration: 0.5s;
    font-size: 19px;
    margin-left: 10px;
}
.topheader .cnt a .fa:hover {
    background: #fff;
    color: #ea4335;
}
.topheader .cnt h1 {
    font-size: 16px;
    color: #fff;
}
.cnt.mal{
    margin-left: 170px;
    margin-top: -9px;
}
.cnt.mal span{
    font-size: 30px;
}
.topheader .cnt.mal a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    transition-duration: 0.5s;
}
.topheader .cnt.mal a:hover {
    color: #f1f1f1;
}
.topheader .cnt.mal .fa {
    font-size: 29px;
}
.cnt.rit{
    text-align: right;
}

.topbaner-hom img{
    width: 100%;
    margin-top: -56px;
}
.topbanerr-hom img{
    width: 100%;
    margin-top: -56px;
    display: none;
}
.topbaner img{
    width: 100%;
    margin-top: -56px;
}
.topbanerr img{
    width: 100%;
    margin-top: -56px;
    display: none;
}

header {
  position: relative;
  background-size: cover;
  background-color: #7d6060;
  background-position: center;
  padding-top: 300px;
  padding-bottom: 300px;
}

.navbar {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid#fff;
    top: 55px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color:#fff;
    /* border: transparent; */
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ea4335;
  background-color: transparent;
}
.navbar-nav > li > a {
  line-height: 48px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding-top: 23px;
  padding-bottom: 23px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
}
.navbar-nav>li>.dropdown-menu {
    left: 0px;
}

.navbar-brand {
    padding: 11px;
    height: auto;

}
.navbar-brand img {
    width: 275px;
    margin-top: -66px;
    margin-bottom: -37px;
    padding: 48px 20px 48px;
    background: #002667;
    margin-left: -11px;
}
.shrink-nav .navbar-brand img {
    width: 225px;
    margin-top: -4px;
    padding: 20px 20px;
}
.shrink-nav {
  color: #fff !important;
  top: 0px;
  background-color: #002667;
  position: fixed;
  z-index: 111;
  border-bottom: 1px solid#002667;
}
.shrink-nav .navbar-nav > li > a {
  color: #fff !important;
  line-height: 48px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 20px;
  }
  .navbar-brand {
    padding: 7px 15px;
  }
  .navbar-brand img {
  width: 166px;
  padding: 20px 6px 6px;
  margin-bottom: 0px;
  margin-left: 0px;
  background: transparent;
}
}


.front-banner img{
    width: 100%;
    margin-top: 82px;
}




.banner-content{
    margin-top: -480px;
}

.text-content h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 50px;
    color: #fff;
    line-height: 65px;
    font-weight: 700;
    text-shadow: 1px 1px 2px #000;
}
.text-content h1 span {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 1px;
}

.main-btn{
    
}
.main-btn a button{
    background: #ea4335;
    border: 1px solid#ea4335;
    font-size: 22px;
    color: #fff;
    width: 200px;
    height: 60px;
    font-weight: 500;
    transition-duration: 0.5s;
    margin-top: 20px;
}
.main-btn a button:hover{
    background: #002667;
    border: 1px solid#002667;
}


.dvlas {
    background: #fff;
    padding: 30px 20px 50px;
    border-radius: 5px;
    margin-top: 50px;
}
.dvlas p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.dvla-width {
    width: 390px;
    margin-top: 10px;
    margin: 0 auto;
}
.dvla-main {
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
    height: 81px;
}
.gb {
    float: left;
}
.gb img{
    width: 43px;
}
.reg-input-new1 {
    height: 75px;
    width: 340px;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    background: #fbbc05;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    border: 1px solid #fbbc05;
    outline: none;
    border-radius: 0px 7px 7px 0px;
}
.dvlas .main-btn{
    text-align: center;
}
.dvlas .main-btn a button {
    width: 220px;
    height: 50px;
    border-radius: 40px;
    margin-top: 10px;
}

.dvlas.manual{
    margin-top: 30px;
}









.testimonials-wrap {
    padding: 40px 0px 20px;
    margin-top: 160px;
}
.heading-section.second{

}

        .heading-section h2 {
            font-size: 40px;
            font-weight: 600;
            padding-top: 10px;
            padding-bottom: 15px;
            color: #000;
            text-align: center;
        }
        .heading-section h2 span{
            color: #ea4335;
        }
        .testimonial-box {
            display: block;
            position: relative;
            padding: 30px;
            background: #fff;
            border: 1px solid rgba(0,0,0,.03);
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .08);
            height: 230px;
        }
.testimonial-box p {
    font-size: 16px;
    line-height: 25px;
    margin-top: -10px;
}

.owl-carousel .owl-item img {
    width: 100px !important;
    margin-top: -60px;
    display: initial !important;
}
.spn{
    text-align: right !important;
}



.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 70px;
    display: none;
}
        .carousel-testimonial .item {
            padding: 30px 10px;
        }
        .quote {
            position: absolute;
            top: -23px;
            color: #ea4335;
            font-size: 27px;
        }
.name {
    margin-bottom: 6px;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    color: #ea4335;
}
        .position {
            color: #adadad;
            font-size: 14px;
        }
        .carousel-testimonial .owl-nav {
            text-align: center;
        }
        .carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
            padding: 0 12px !important;
        }
        .carousel-testimonial .owl-nav button {
            outline: none;
            padding: 0;
        }
        .carousel-testimonial .owl-nav button.owl-next span, 
        .carousel-testimonial .owl-nav button.owl-prev span {
            display: block;
            font-size: 40px;
            width: 25px;
            height: 25px;
            vertical-align: 0px;
            line-height: 16px;
            color: #ea4335;
        }
        .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }


.van-makes {
    background: #002667;
    padding: 70px 0px 50px;
}
.thumbnail {
    border-radius: 3px;
}

.van-makes img {
    width: 130px;
}
.thumbnail:hover .dropdown-bgcolor {
    position: relative;
    background: #002667;
}
.dropdown-bgcolor {
    padding: 7px 0px;
    width: 100%;
    border-top: 1px solid #ddd !important;
    border-radius: 0px;
    font-size: 14px !important;
    background: #d43f3a;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition-duration: 0.3s;
}



.engine-cards{
    background:#f8f8f8;
    padding:60px 0;
}

.engine-card{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:8px;
    padding:25px;
    margin-bottom:30px;
    transition:.35s;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.engine-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.engine-title{
    display:flex;
    align-items:center;
    margin-bottom:8px;
}

.number{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#002667;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:34px;
    margin-right:10px;
    font-size:16px;
}

.engine-title h3{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#222;
}

.subtitle{
    color:#777;
    margin-bottom:15px;
    font-size:16px;
}

.problem-list{
    padding-left:28px;
    margin-bottom:20px;
}

.problem-list li{
    margin-bottom:8px;
    font-size:16px;
    color:#333;
}

.benefit{
    font-size:17px;
    margin-bottom:10px;
    color:#333;
}

.benefit i{
    color:#002667;
    margin-right:8px;
}

.quote-btn{
    display:inline-block;
    margin-top:15px;
    background:#d43f3a;
    color:#fff;
    padding:10px 22px;
    border-radius:4px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.quote-btn:hover{
    background:#002667;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

.engine-title{
display:block;
}

.number {
  display: none;
}

.engine-title h3{
font-size:18px;
}

.subtitle,
.problem-list li,
.benefit{
font-size:15px;
}

}





.no-gutter{
margin:0;
}

.no-gutter>[class*='col-']{
padding:0;
}

.service-section{
overflow:hidden;
}

.image-side img{
width:100%;
height:620px;
object-fit:cover;
}

.content-side {
    background: #171717;
    background-size: cover;
    padding: 20px 40px !important;
    min-height: 620px;
    color: #fff;
}

.content-side h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.intro{

font-size:18px;
line-height:1.9;
margin-bottom:55px;
color:#ddd;

}

.service-box{

display:flex;
align-items:flex-start;
margin-bottom:45px;
transition:.35s;

}

.service-box:hover{

transform:translateX(10px);

}

.icon-box{
width:60px;
height:60px;
background:#d43f3a;
border-radius:6px;
text-align:center;
line-height:60px;
margin-right:20px;
flex-shrink:0;
}

.icon-box i{

font-size:28px;
color:#fff;
line-height:60px;

}

.service-content h3{

margin:0 0 12px;
font-size:24px;
font-weight:700;

}

.service-content p{

margin:0;
font-size:17px;
line-height:1.8;
color:#ddd;

}

@media(max-width:991px){

.image-side img{

height:auto;

}

.content-side{

padding:45px 25px;
min-height:auto;

}

.content-side h2 {
  font-size: 24px;
}

.service-content h3 {
  font-size: 20px;
}
.service-content p {
  font-size: 16px;
}

}

.pdng{
    padding: 0px;
}

.about-sec.new {
    margin-bottom: 50px;
    margin-top: 50px;
}
.about-sec.new h2{
    font-size: 36px;
    color: #000;
}
.about-sec.new .text p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 0px;
}

.about-sec.new.page {
    margin-top: 250px;
}
.lines p{
    line-height: 17px !important;
}
.lines p .fa {
    font-size: 13px;
    background: #ea4335;
    padding: 2px;
    border-radius: 10px;
    color: #fff;
}

.cta-section {
    background: #171717;
    padding: 70px 0px 50px;
    position: relative;
    overflow: hidden;
}

/* Optional Dark Overlay */

.cta-section:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.15);
}

.cta-content{
    position:relative;
    z-index:2;
    margin-top: 50px;
}

.small-title{
    color:#ea4335;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    display:inline-block;
    margin-bottom:20px;
    position:relative;
}

.small-title:after{
    content:"";
    width:45px;
    height:2px;
    background:#ea4335;
    display:inline-block;
    margin-left:12px;
    vertical-align:middle;
}

.cta-content h2{
    color:#fff;
    font-size:36px;
    font-weight:600;
    line-height:1.15;
    margin:0 0 30px;
}

.cta-content p{
    color:#fff;
    font-size:18px;
    line-height:1.9;
    margin-bottom:45px;
    opacity:.95;
}

.cta-btns a{
    display:inline-block;
    padding:16px 35px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:.5px;
    transition:.35s;
    margin-right:15px;
}
.btn-contact.abt:hover{
    background: #002667;
    border:2px solid #002667;
}

.btn-contact{
    background:#ea4335;
    color:#fff;
    border:2px solid #ea4335;
}

.btn-contact:hover{
    background:transparent;
    border-color:#ea4335;
    color:#fff;
}

.btn-about{
    border:2px solid #ea4335;
    color:#fff;
    background:transparent;
}

.btn-about:hover{
    background:#ea4335;
    color:#fff;
    border:2px solid #ea4335;
}

.cta-btns i{
    margin-left:10px;
}



.faq-box{

    background:#fff;
    padding:40px;
    border-radius:8px;
    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.faq-box .panel{

    border:none;
    box-shadow:none;
    margin-bottom:18px;

}

.faq-box .panel-heading{

    padding:0;
    background:#fff;
    border:none;

}

.faq-box .panel-title a{

    display:block;
    padding:20px 25px;
    background:#fff;
    border:1px solid #ececec;
    color:#222;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:.3s;

}

.faq-box .panel.active .panel-title a{

    background:#ea4335;
    color:#fff;
    border-color:#ea4335;

}

.faq-box .panel-title i{

    width:34px;
    height:34px;
    background:#ea4335;
    color:#fff;
    text-align:center;
    line-height:34px;
    border-radius:4px;
    margin-top: -7px;

}

.faq-box .panel.active .panel-title i{

    background:#fff;
    color:#ff4a00;

}

.faq-box .panel-body{

    border:none !important;
    padding:25px;
    font-size:17px;
    line-height:1.8;
    color:#555;

}




/* Slider */
.top-selling {
    padding: 40px 0px 50px;
    margin-bottom: -50px;
    background: #f4f4f4;
}


.top-selling .slick-slide {
    margin: 0px 20px;
}

.top-selling .slick-slide img {
    width: 100%;
}

.top-selling .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.top-selling .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.top-selling .slick-list:focus
{
    outline: none;
}
.top-selling .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.top-selling .slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.top-selling .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.top-selling .slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.top-selling .slick-track:after
{
    clear: both;
}
.top-selling .slick-loading .slick-track
{
    visibility: hidden;
}

.top-selling .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.top-selling .slick-slide img {
    display: block;
    box-shadow: 0px 0px 5px;
}
.top-selling .slick-slide.slick-loading img
{
    display: none;
}
.top-selling .slick-slide.dragging img
{
    pointer-events: none;
}
.top-selling .slick-initialized .slick-slide
{
    display: block;
}
.top-selling .slick-loading .slick-slide
{
    visibility: hidden;
}
.top-selling .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.top-selling .slick-arrow.slick-hidden {
    display: none;
}



.top-distance {
    margin: 100px 0px 50px;
}
.detail-contant h3 {
}
.detail-contant p {
    font-size: 15px;
    line-height: 28px;
}







#modalImage {
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 80%;
    margin: 50px auto;
}

.es-glry .slide-in-right {
    transform: translateX(100%);
    opacity: 0;
}

.es-glry .slide-in-left {
    transform: translateX(-100%);
    opacity: 0;
}

.es-glry .slide-center {
    transform: translateX(0);
    opacity: 1;
}


.es-glry .gallery-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.es-glry .gallery-box img {
    width: 100%;
    transition: 0.4s;
}

.es-glry .gallery-box:hover img {
    transform: scale(1.1);
}

.es-glry .gallery-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.es-glry .gallery-box:hover .overlay {
    opacity: 1;
}

.es-glry .gallery-box .overlay i {
    color: #fff;
    font-size: 40px;
}

/* Modal Image */
.es-glry .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

.es-glry .modal-body img {
    width: 100%;
}

.es-glry .modal-nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;          /* ← arrow fully clickable */
    padding: 10px 20px;     /* ← click area large ho jayegi */
    transform: translateY(-50%);
    user-select: none;      /* ← select nahi hoga */
}

.es-glry .modal-nav.left {
    left: 10px;
}

.es-glry .modal-nav.right {
    right: 10px;
}




.pricing-section.gear{
    margin-top: 170px;
}
.pricing-section.services {
    margin-top: 170px;
}
.pricing-section {
    padding: 40px 20px 80px;
    text-align: center;
    background: #f4f4f4;
}
.pricing-section h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.pricing-section p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.price-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 10px;
    height: 420px;
}
.price-box h4 {
    color:#ea4335;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
}



.contact-section{

    padding:80px 0 0;
    background:#fff;

}

.contact-map img {
    width: 100%;
    box-shadow: 2px 2px 5px #666;
    border-radius: 10px;
}


.contact-content{

    padding-left:25px;

}

.contact-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    color: #000;
    margin: 0 0 45px;
}

.info-box{

    display:flex;
    align-items:flex-start;
    margin-bottom:38px;

}

.icon{

    width:58px;
    height:58px;

    background:#ea4335;

    text-align:center;

    line-height:58px;

    border-radius:6px;

    margin-right:20px;

    flex-shrink:0;

}

.icon i{

    color:#fff;
    font-size:26px;
    line-height:58px;

}

.text-cont h4{

    margin:0 0 10px;

    font-size:24px;

    font-weight:700;

    color:#111;

}

.text-cont p{

    margin:0 0 6px;

    color:#666;

    font-size:16px;

    line-height:1.8;

}

.contact-content hr{

    margin:45px 0;

    border-color:#ececec;

}

.social-icons a{

    width:52px;

    height:52px;

    background:#ea4335;

    display:inline-block;

    text-align:center;

    line-height:52px;

    color:#fff;

    margin-right:10px;

    border-radius:4px;

    transition:.3s;

    font-size:20px;

}

.social-icons a:hover{

    background:#002667;

    color:#fff;

}



.contact-form-section{

    padding:80px 0;
    background:#fff;

}

.form-wrapper{

    background:#f6f6f6;
    padding:60px;
    border-radius:6px;

}

.form-wrapper h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 45px;
    color: #000;
}

.form-control{

    height:60px;
    border:none;
    border-radius:4px;
    box-shadow:none;
    font-size:18px;
    color:#333;
    padding:15px 20px;

}

.form-control:focus{

    box-shadow:none;
    border:1px solid #ea4335;

}

textarea.form-control{

    height:190px;
    resize:none;
    padding-top:20px;

}

.form-group{

    margin-bottom:20px;

}

.send-btn{

    background:#ea4335;
    color:#fff;
    border:none;
    padding:18px 40px;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    border-radius:4px;
    transition:.35s;

}

.send-btn:hover{

    background:#002667;
    color:#fff;

}

::-webkit-input-placeholder{

    color:#6f6f9c;

}

:-moz-placeholder{

    color:#6f6f9c;

}

::-moz-placeholder{

    color:#6f6f9c;

}

:-ms-input-placeholder{

    color:#6f6f9c;

}




.formfeild {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0px 0px 27px #999;
    margin-top: 80px;

    position: relative;
    border-bottom: 3px solid#ea4335;
}
.formfeild label {
    color: #253241;
}
.formfeild label span{
    color: #ccc;
    font-size: 16px;
}
.formfeild .form-control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f6f7;
    background-image: none;
    border: 1px solid #f2f6f7;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.buton .btn-change5 {
    height: 55px;
    width: 100%;
    background: #ea4335;
    margin: 26px 0px 0px;
    float: left;
    border: 0px;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    transition-duration: 0.3s;
    font-size: 20px;

}
.buton .btn-change5:hover{
    background:#002667;
}



.overr {
    overflow: hidden;
}
.model-detail {
    padding: 30px 0px 50px;
}
.model-detail a{
    text-decoration: none;
}
.m-cont {
    background: #f4f4f4;
    padding: 20px 15px 15px;
    text-align: center;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 7px #999;
    margin-bottom: 30px;
    border-bottom: 3px solid#ea4335;
}
.m-cont:hover {
    background: #f1f1f1;
    padding: 20px 15px 15px;
    border-bottom: 3px solid#002667;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgb(0 0 0 / 12%);
}
.m-cont img {
    width: 100px;
    margin-bottom: -30px;
}
.m-cont h3 {
    color: #002667;
    font-size: 18px;
    transition-duration: 0.6s;
    font-weight: 600;
    text-decoration: none;
    font-style: italic;
    margin-top: 35px;
}
.m-cont:hover h3 {
    color: #ea4335;
}
.m-cont h3 span {
    color: #ea4335;
}
.toop {
    margin-top: 30px;
}

.modlcont {
    background: #f1f5fa;
    padding: 45px 20px;
}
.modlcont h2 {
    font-size: 26px;
    font-weight: 600;
}
.modlcont h2 span {
    color: #da1d28;
    font-style: italic;
}



.help.mot {
    margin-top: 30px;
    margin-bottom: -50px;
}
.help {
    background: #002667;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}
.help h3 {
    font-size: 40px;
    font-weight: 600;
}
.line {
    margin-bottom: 30px;
}

.help p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.help a button {
    background: #ea4335;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #ea4335;
    transition-duration: 0.5s;
}
.help a button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}



.bmesp26xcp_section {
    padding: 10px 20px 50px;
    background: #ffffff;
}
.bmesp26xcp_container{
    max-width:1250px;
    margin:auto;
}

.bmesp26xcp_heading_area{
    text-align:center;
    margin-bottom:60px;
}

.bmesp26xcp_subtitle{

    display:inline-block;
    background:#0668b2;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;

}

.bmesp26xcp_title{

    font-size:42px;
    color:#222;
    margin-bottom:20px;
    font-weight:700;

}

.bmesp26xcp_intro{

    max-width:850px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    color:#666;

}

.bmesp26xcp_grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

.bmesp26xcp_card{

    background:#f4f4f4;
    border-bottom:3px solid #ea4335;
    padding:35px;
    transition:.35s;

}

.bmesp26xcp_card:hover{

    transform:translateY(-8px);
    border-color:#002667;
    box-shadow:0 10px 25px rgba(6,104,178,.15);

}

.bmesp26xcp_card h3{

    color:#002667;
    font-size:24px;
    margin-bottom:18px;

}

.bmesp26xcp_card p{

    color:#666;
    line-height:1.8;
    font-size:16px;

}

@media(max-width:991px){

.bmesp26xcp_grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.bmesp26xcp_title{

font-size:30px;

}

.bmesp26xcp_grid{

grid-template-columns:1fr;

}

.bmesp26xcp_card{

padding:28px;

}

}



.bmesp26wcu_section_wrap{
    padding:50px 20px 70px;
    background:#f4f4f4;
}

.bmesp26wcu_container{
    max-width:1250px;
    margin:0 auto;
}

.bmesp26wcu_heading_area{
    text-align:center;
    margin-bottom:60px;
}

.bmesp26wcu_small_title{
    display:inline-block;
    background:#0668b2;
    color:#fff;
    padding:8px 22px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.bmesp26wcu_main_title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.bmesp26wcu_intro_text{
    max-width:850px;
    margin:0 auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.bmesp26wcu_feature_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.bmesp26wcu_feature_box{
    background:#fff;
    padding:40px 35px;
    border-radius:18px;
    border:1px solid #edf2f8;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    border-left: 3px solid#ea4335;
    border-right: 3px solid#ea4335;
}

.bmesp26wcu_feature_box:hover{
    transform:translateY(-8px);
    border-color:#002667;
    box-shadow:0 20px 50px rgba(6,104,178,.18);
}

.bmesp26wcu_icon_circle{
    width:60px;
    height:60px;
    background:#002667;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:bold;
    margin-bottom:25px;
}

.bmesp26wcu_feature_box h3{
    font-size:24px;
    color:#002667;
    margin-bottom:15px;
}

.bmesp26wcu_feature_box p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:991px){

.bmesp26wcu_feature_grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.bmesp26wcu_main_title{
    font-size:30px;
}

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

.bmesp26wcu_feature_box{
    padding:30px;
}

}


.sizes-engines .buton a button {
    height: 55px;
    width: 100%;
    background: #ea4335;
    margin: 26px 0px 0px;
    float: left;
    border: 0px;
    color: #fff;
    font-size: 17px;
    
}

.codes-engines .buton .btn-change5:hover {
    background: #d01818;
}




.iptfrm {
    margin-top: 83px;
    padding: 50px;
    background: #f8f8f8;
}
.mk-logo{
    text-align: right;
}
.frm-logo img{
    width: 225px;
}
.mk-logo img {
    width: 85px;
}
.pd{
  padding: 0px;
}
.frmcn{
    background:#171717;
    padding: 30px 50px;
    height: 822px;
}
.frmcn label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 15px;
}
.frmcn .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.frmcn .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 45px;
}
.frmcn .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.frms{
  background:#fff;
  padding: 20px 50px 50px;
  border-radius: 20px;
}
.frms h1{
    font-size: 24px;
    font-weight: 700;
    color: #ea4335;
}
.dwnb {
    text-align: center;
    margin-top: 20px;
}
.dwnb img{
    width: 28px;
    color: #000;
}
.frms .buton .btn-change5 {
    float: none;
    font-size: 24px;
}
.frms p{
    margin-top: 15px;
    margin-bottom: -8px;
}
.counter {
    background-color: #fff;
    padding: 20px 60px;
    height: 822px;
}

.counter h1 {
    text-align: center;
    color: #ea4335;
    font-size: 24px;
    font-weight: 600;
}

.count-title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
    color: #ea4335;
}

.count-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #111;
}

.lines.p{
    margin: 30px 0px;
}
.lines.p p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.stampss{
    margin-top: 40px;
}
.stampss img{
    width: 190px;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}


.hrtp{
    margin-top: 85px;
}

.privacy-policy h1{
    color: #111;
    font-weight: 600;
}
.privacy-policy h2{
    color: #111;
    font-weight: 600;
        font-size: 24px;
}
.privacy-policy h2 span{
    color: #ea4335;
}
.privacy-policy p{
    font-size: 16px;
    line-height: 30px;
    color: #111;
}


.revi-portion h1 {
    color: #253241;
    font-weight: 600;
}
.revi-portion h1 span {
    color: #ea4335;
}
.revi-portion .text-box {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 16px;
    margin-bottom: 15px;
    outline: 0px;
}
.revi-portion .form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: -30px;
}
.revi-portion textarea {
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 15px;
    outline: 0px;
}
.revs {
    margin-top: 120px;
}
.revs-content {
    background: #fffaf4;
    padding: 20px 20px 30px;
    border-radius: 10px;
    border-bottom: 2px solid #ea4335;
    margin-bottom: 20px;
}

.revs-content img {
    width: 130px;
    margin-top: -7px;
    float: right;
}
.revs-content p{
    font-size: 16px;
    line-height: 30px;
}
.revi-portion h3 {
    color: #ea4335;
    font-size: 18px;
}


.thnks-content {
    text-align: center;
    background: #f4f4f4;
    margin-top: 84px;
    padding: 10px 20px 50px;
}
.thnks-content img {
    width: 180px;
    margin-top: 40px;
}
.thnks-content p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
}
.thnks-content p span {
    font-size: 29px;
    font-weight: 500;
    color: #ea4335;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.3px;
}
.thnks-content p span a{
    color: #002667;
}
.thnks-content p span a:hover{
    color: #ea4335;
}

















.footer{

    background:#171717;
    color:#fff;
    padding:80px 0 0;
    position:relative;

}

.footer h4 {
    font-size: 26px;
    margin: 0 0 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-logo{

    margin:0 0 30px;
    font-size:42px;
    font-weight:700;

}

.footer-logo img{

    height:42px;
    margin-right:8px;

}

.footer-text{

    color:#fff;
    line-height:1.9;
    font-size:17px;
    margin-bottom:30px;

}

.footer-links{

    list-style:none;
    margin:0;
    padding:0;

}

.footer-links li{

    margin-bottom:16px;

}

.footer-links li a{

    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:17px;

}

.footer-links li a:hover{

    color:#ea4335;
    padding-left:8px;

}

.contact-box{

    margin-bottom:28px;

}

.contact-box strong{

    display:block;
    margin-bottom:8px;
    font-size:22px;

}

.contact-box p a{
    margin:0;
    color:#fff;
    line-height:1.7;
    font-size:16px;
    text-decoration: none;
    transition-duration: 0.3s;
}
.contact-box p a:hover{
    color:#ea4335;
}

.footer-social a{

    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.25);
    display:inline-block;
    text-align:center;
    line-height:44px;
    color:#fff;
    margin-right:8px;
    transition:.3s;

}

.footer-social a:hover{

    background:#ea4335;
    border-color:#ea4335;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.1);
    margin-top:70px;
    padding:25px 0;
    font-size:17px;

}

.footer-menu{

    text-align:right;

}

.footer-menu a{

    color:#fff;
    margin-left:35px;
    text-decoration:none;
    transition:.3s;

}

.footer-menu a:hover{

    color:#ea4335;

}

.scroll-top{

    position:absolute;
    right:25px;
    bottom:18px;

    width:56px;
    height:56px;

    background:#fff;

    color:#333;

    border-radius:50%;

    text-align:center;

    line-height:56px;

    font-size:24px;

    box-shadow:0 5px 18px rgba(0,0,0,.25);

    transition:.3s;

}

.scroll-top:hover{

    background:#ff4a00;

    color:#fff;

}



/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    background: #002667;
    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: #ea4335;
    color: #fff;
} 





.bottom-buttons{
    position: fixed;
    bottom: 30px;
    right: 24px;
    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;
    right: 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: 4px !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: 20px;
    font-size: 40px;
    background: #00E676;
    z-index: 999999999999;
}






@media only screen and (min-width: 768px) and (max-width:991px) {
.navbar-brand img {
  width: 180px;
  padding: 22px 12px 22px;
}
.cnt.mal {
  text-align: right;
}
.navbar-default .navbar-nav > li > a {
  padding: 1px 11px;
}
.shrink-nav .navbar-nav > li > a {
  line-height: 20px;
  padding: 22px 10px 23px !important;
}
.shrink-nav {
  z-index: 1 !important;
}


}



@media only screen and (min-width: 1px) and (max-width:991px) {
.topheader {
  background-color: #002667;
  border-bottom: 1px solid #002667;
}
.cnt.rit {
  display: none;
}
.topheader .cnt.mal a {
  font-size: 20px;
}
.topheader .cnt.mal .fa {
  font-size: 20px;
}
.banner-content {
  margin-top: 0px;
}
.front-banner img {
  margin-top: 5px;
}
.navbar {
  background-color: #002667;
  border-bottom: 0px;
  min-height: auto;
  z-index: 2;
}
.navbar-nav {
  z-index: 1;
  position: relative;
}
.navbar-default .navbar-toggle {
  border-color: #ea4335;
  background: #ea4335;
  margin-top: -40px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #ea4335;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
}
.shrink-nav .navbar-nav > li > a {
  line-height: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}
.cnt.mal {
  display: block;
  margin-left: 160px;
  margin-top: -2px;
}
.cnt.emaill{
    display: none;
}

.shrink-nav .navbar-brand img {
  width: 200px;
  margin-top: 0px;
  padding: 5px 5px;
}
.navbar.navbar-default.shrink-nav .navbar-toggle {
  margin-top: 10px;
}
.text-content{
    display: none;
}

.dvla-width {
  width: 330px;
}
.reg-input-new1 {
  height: 55px;
  width: 288px;
  font-weight: 500;
  font-size: 26px;
}
.dvla-main {
  height: 61px;
}
.gb img {
  width: 33px;
}
.dvlas {
  background: transparent;
  padding: 20px 20px 0px;
  margin-top: 0px;
}
.testimonials-wrap {
  padding: 20px 0px 20px;
  margin-top: 0px;
  margin-bottom: -50px;
}
.heading-section h2 {
  font-size: 24px;
  padding: 20px;
}
.van-makes {
  padding: 20px;
}
.engine-cards {
  padding: 10px 0px;
}
.about-sec.new h2 {
  font-size: 24px;
}
.cta-section {
  padding: 20px 0px;
}
.cta-content h2 {
  font-size: 24px;
}
.cta-content {
  margin-top: 10px;
}
.cta-content p {
  font-size: 16px;
  margin-bottom: 45px;
}
.cta-btns a {
  padding: 16px 12px;
  text-decoration: none;
  letter-spacing: 0px;
  margin-right: 10px;
}
.faq-box {
  padding: 20px;
  margin-top: 20px;
}
.faq-box .panel-title a {
  padding: 10px 9px;
  font-size: 16px;
  font-weight: 600;
}
.panel-title span {
  padding: 0px 31px 0px 0px;
  font-size: 17px;
}
.faq-box .panel-body {
  padding: 10px;
  font-size: 17px;
}
.faq-box .panel-title i {
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 2px;
  margin-top: -16px;
}
.body-bg{
  margin-bottom: -60px;
}
.footer-social{
  margin-bottom: 30px;
}
.footer-bottom {
  margin-top: 10px;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
}
.footer-menu a {
  margin-left: 4px;
  transition: .3s;
}
.footer-menu {
  text-align: center;
  margin-top: 10px;
}




.about-sec.new.page {
  margin-top: 10px;
}
.side-view {
  margin-top: 20px;
}
.pricing-section.gear {
    margin-top: 40px;
}
.pricing-section {
  padding: 20px 20px 50px;
}
.price-box {
  padding: 20px;
  height: auto;
}
.about-sec.new {
  margin-bottom: 30px;
}
.pricing-section.services {
  margin-top: 50px;
}
.pricing-section.services {
  margin-top: 30px;
}
.contact-section {
  padding: 40px 0 0;
}
.contact-content h2 {
  font-size: 24px;
  margin: 40px 0 25px;
}
.form-wrapper h2 {
  font-size: 24px;
  margin: 0 0 20px;
}
.form-wrapper {
  padding: 20px;
}

.iptfrm {
  margin-top: 0px;
  padding: 20px;
}
.frmcn {
  padding: 20px;
  height: auto;
}
.frms {
  padding: 20px;
  border-radius: 10px;
}
.lines.p p {
  font-size: 16px;
}
.counter {
  padding: 20px;
  height: auto;
}
.stampss {
  display: none;
}
.input-group .form-control {
  z-index: 1;
}
.help h3 {
  font-size: 24px;
}
.hrtp {
    display: none;
}
.privacy-policy h1 {
    font-size: 24px;
}
.privacy-policy h2 {
    font-size: 22px;
}
.heading-section.second {

}


}





@media only screen and (min-width: 992px) and (max-width:1199px) {
.navbar-brand img {
  width: 250px;
}
.banner-content {
  margin-top: -380px;
}
.topheader .cnt a .fa {
  font-size: 17px;
  margin-left: 4px;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}
.front-banner img {
  margin-top: 79px;
}
.dvla-width {
  width: 337px;
}
.reg-input-new1 {
  width: 283px;
}
.testimonials-wrap {
  margin-top: 50px;
}
.content-side h2 {
  font-size: 30px;
}
.service-content h3 {
  font-size: 23px;
}
.cta-btns a {
  padding: 16px 22px;
}
.footer-social a {
  margin-right: 4px;
}
.about-sec.new.page {
  margin-top: 120px;
}
.price-box {
  height: auto;
}
.pricing-section.services {
  margin-top: 70px;
}
.formfeild {
  box-shadow: 0px 0px 10px #999;
  margin-top: 95px;
}
.frmcn {
  padding: 30px;
}
.frms {
  padding: 20px;
}
.stampss img {
  width: 115px;
}




}

