@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');
*{
	margin: 0;
}
body {
    font-family: 'Open 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;
}







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



.side-dvla .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.side-dvla .overlay:target {
    visibility: visible;
    opacity: 1;
}
.side-dvla .popup {
    margin: 30px auto;
    padding: 15px;
    border-radius: 5px;
    width: 70%;
    position: absolute;
    left: 28%;
    /* transition: all 5s ease-in-out; */
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.side-dvla .popup .close {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #193c62;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0px 5px;
    opacity: 1;
}
.side-dvla .search {
    position: absolute;
    top: 19px;
    left: 45%;
    /* background: #ce00ff; */
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 0px 5px;
}

.side-dvla .popup .close:hover {
    color: #ffffff;
}
.side-dvla .popup .content {/* max-height: 30%;
*/overflow: auto;margin-top: 16px;}
.side-dvla .div1 {
    width: 62%;
    padding:75px 20px;
    /* float: left; */
    height: auto;
    background:#fff;
    border-radius: 25px;
}


.side-dvla .content h3 { text-align: center;
    margin: 15px 0 10px 0;
    color: #00495d;
    font-family: 'Saira', sans-serif;
}
@media screen and (max-width: 1024px) {
.side-dvla .box {
    width: 100%;
}
.side-dvla .popup {
    margin: 30px auto;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    left: 0%;
    transition: all 5s ease-in-out;
}
.side-dvla .div1 {
    width: 100%;
    padding: 20px;
    float: left;
    margin-top: -30px;
}
.side-dvla .popup .close {
    position: absolute;
    top: 10px;
}
.side-dvla .content h3 {
    text-align: center;
    margin: 0px 0 10px 0;
}



}


.side-dvla .input-group {
    width: 100%;
}
.form-control {
    font-family: 'Saira', sans-serif;
}
.side-dvla .form-control {
    display: block;
    width: 100%;
    margin-top: 15px;
    height: 45px;
    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 rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.side-dvla .form-group {
    margin-bottom: 0px;
}


.side-dvla .dla-btn {
    text-align: center;
}
.side-dvla .dla-btn button {
    margin-top: 15px;
    padding: 8px 40px;
    border-radius: 0px;
    border: 1px solid#193c62;
    background: #193c62;
    color: #fff;
    font-size: 16px;
    height: 45px;
}
.side-dvla .dla-btn button:hover {
    border: 1px solid#00331b;
    background: #00331b;
}




/* sticky button */ 
    
#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
    display: block;
    background:url(pc.png) no-repeat;
    height: 52px;
    width: 155px;   
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;

}
#feedback1 a:hover {
    background:url(pc-over.png) no-repeat;
}

#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: -3px;
    top: 65%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
    display: block;
    background:#c00113;
    height: 40px;
    padding-top: 10px;
    width: 144px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#feedback a:hover {
    background:#193c62;
}

#quickenquire  input[type=submit] {
    width: 100%;
    background-color: #00495d;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#quickenquire  input[type=submit]:hover {
    background-color: #000000;
}

.highh {
    text-align: center;
    margin-top: 85px;
    font-family: "Myriad Pro",Arial,verdana;
    margin-bottom:-60px;
}
.highh h2{
	font-family: "Myriad Pro",Arial,verdana;
	color:#333;
	letter-spacing: 1px;
	/ text-transform: uppercase; /
    font-weight: bold;
}
.highh h2 span{
	font-family: "Myriad Pro",Arial,verdana;
	color:#e80000;
}

    .rev-side img{
        width: 235px;
        margin-top: 30px;
    }
.spn {
    width: 84px;
    margin-left: -5px;
    margin-bottom: 10px;
    float: right;
    margin-top: -33px;
}
.name p span{
    font-size: 15px;
    font-weight: 700;
    color: #193c62;
    
}

        .testimonials-wrap {
            padding: 0px 0;
        }
        .heading-section {
            text-align: center;
        }
        .revie .testimonials-wrap .heading-section span{
            color: #015bbb;
        }
        .heading-section h2 {
            font-size: 28px;
            font-weight: 600;
            padding-top: 10px;
            padding-bottom: 15px;
        }
        .testimonial-box {
            display: block;
            position: relative;
            padding: 30px 20px;
            background: #fff;
            border: 1px solid rgba(0,0,0,.03);
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .08);
                height: 220px;
        }
        .carousel-testimonial .item {
            padding: 30px 10px;
        }

        .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;
        }
        .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }

@media screen and (min-width: 1px) and (max-width: 991px){
.testimonial-box {
    height: auto;
}
.rev-side{
    text-align: center;
}


}

.reviews-page .frmm {
    background: #fff;
    padding: 20px;
    border: 1px solid #193c62;
}


.reviews-page .seo-heading h1 {
    color:#193c62;
    text-align: left;
}

.text-box {
    width: 100%;
    border: 1PX solid #193c62;
    padding: 5px 15px;
    margin-bottom: 10px;
    height: 50px;
}
.reviews-page .text-erea{
	width:100%;
	margin:0px 0px 0px 0px;
	border:1PX solid#193c62;
	    padding: 5px 15px;
	}

.reviews-page .form-control {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border: 1px solid #193c62;
    margin-top: 5px;
    border-radius: 0px;
}


.reviews-page .pro-pic img{
	margin:0 auto;
	display:block;	
	}
	
.reviews-page .bottom-border{
	border-bottom:1px solid #ccc;	
	padding:20px;
	}
	
.reviews-page .review-btn {
    background-color: #193c62;
    color: #fff;
    border: 1px solid #193c62;
    font-size: 16px;
    padding: 10px 50px;
    border-radius: 0px;
    margin: 12px 0px 8px 0px;
}
	
.reviews-page .fa-color{
	color:#FFCE00;
	font-size: 20px;
	}
	
	/*end of review*/


h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
    color: #333;
}

.bottom-nav {
    background: #193c62;
    border-bottom: 1px solid#999;

}
.bottom-nav .email{
    padding: 14px 0px;
}
.bottom-nav .email a {
    color: #fff;
    text-decoration: none;
    font-family: 'Saira', sans-serif;
    font-size: 16px;
}
.bottom-nav .email a:hover {
    
}
.bottom-nav .time a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.bottom-nav .phone a {
    color: #fff;
    text-decoration: none;
    font-family: 'Saira', sans-serif;
    font-size: 36px;
    text-align: right;
}
.bottom-nav .phone a:hover {
    
}
.bottom-nav .phone {
    text-align: center;
}
.bottom-nav .social a {
    padding: 5px;
    color: #fff;
}
.bottom-nav .social a:hover {
    
}
.bottom-nav .social {
    text-align: right;
    padding: 15px 0px;
}
.new-nav .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-right {
    float: left!important;
    margin-right: -15px;
}
.new-nav .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #999;
    background-color: transparent;
}
.new-nav .navbar-info {
    width: 100%;
}
.new-nav .navbar-brand>img {
    display: block;
    margin: -22px 0px;
    width: 100%;
}
/***
.navbar-brand>img {
    display: block;
    margin: -4px 0px;
}
.fixed-me{
    transition: all 1s ;
}
***/
.new-nav .fixed-me {
    background-color: #fff !important;
    padding: 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    border-bottom: 3px solid #193c62 !important;
}
.new-nav .fixed-me a {
    color: #193c62 !important;
}
.new-nav .fixed-me a.active {
    color: #193c62 !important;
}
.new-nav .fixed-me :hover {
    color: #fff !important;
}
.new-nav .navbar-me {
    transition: all 1s;
}
.new-nav .header-right-menu {
    padding: 10px 15px !important;
}
.new-nav .navbar-brand {
    float: left;
    height: 50px;
    padding: 27px 15px;
    font-size: 30px;
    line-height: 20px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.new-nav .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.new-nav .nav>li {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.new-nav .navbar-me {
    padding: 2px 0px;
    background-color: #fff;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    z-index: 99999;
}

.new-nav .navbar-default .navbar-nav>li>a {
    color: #193c62;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.5s;
}
.new-nav .navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
    background: #193c62;
}
.new-nav .navbar-collapse {
    text-align: center;
    border-top-width: 0px;
    padding-top: 10px;
    margin-top: 0px;
}
.new-nav .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.new-nav .menu-collapsed-button {
    margin: 20px 15px 10px 15px !important;
}
.nv-dvla{
    
}

.nv-dvla .gb {
    float: left;
}
.nv-dvla .gb img{
    width: 36px;
}
.nv-dvla .dvla-main {
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 4px;
    height: 70px;
    width: 347px;
    margin: auto;
}
.nv-dvla .reg-input-new1 {
    height: 62px;
    width: 302px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    background: #fbbc05;
    text-transform: uppercase;
    border: 1px solid #fbbc05;
    outline: none;
    border-radius: 0px 7px 7px 0px;
    font-family: "Syne", sans-serif;
}
.but{
}
.but button {
    background: #193c62;
    color: #fff;
    border: 1px solid #193c62;
    width: 100%;
    height: 70px;
    font-size: 17px;
    border-radius: 8px;
}
.but button:hover {
    background: #002f19;
}



/*******************End-nav************************/

/************
.slidr{

}

.slidr .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.slidr .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    width: 100%;
}
.slidr .item.active img {
    transition: transform 5000ms linear 0s;
  
    transform: scale(1.15, 1.15);

}
.slidr .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.slidr .carousel-fade .carousel-inner .active.left,
.slidr .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.slidr .carousel-fade .carousel-inner .next.left,
.slidr .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.slidr .carousel-fade .carousel-control {
  z-index: 2;
}

.slidr .carousel-caption h2{
    background: rgba(0,0,0,0.6);
    padding: 30px;
    font-weight: 800;
    font-family: 'Saira', sans-serif;
}
.slidr .carousel-caption {
    right: 30%;
    left: 10%;
    padding-bottom: 30px;
    text-align:left;
}
.carousel-control {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 55px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    padding: 242px 0px 0px;
}
.carousel-indicators {
    display: none;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
***********/

.fxf-banner img{
    width: 100%;
    background-size: cover;
}


.rr-rev{
    margin-top: 10px;
}
.rr-rev .excellent {
    text-align: center;
}
.rr-rev .excellent img {
    width: 75%;
}
.rr-rev .media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.rr-rev .name {
    float: left;
}
.rr-rev .stars {
    float: right;
    margin-top: 5px;
}
.rr-rev .stars img {
    width: 115px;
}
.rr-rev .name h4 {
    font-size: 15px;
    font-weight: 600;
}
.rr-rev .reivew p {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
.rr-rev .month p {
    color: #ccc;
    text-align: right;
    font-size: 13px;
}
.rr-rev .media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 15px;
    color: #193c62;
    font-size: 70px;
    padding: 0px;
    opacity: 1;
}
.rr-rev .media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 15px;
    font-size: 70px;
    color: #193c62;
    padding: 0px;
    opacity: 1;
}

.pt-et-waste {
    padding-bottom: 40px;
    background: #f9f9f9;
}
.et-waste-icon {
    text-align: center;
}
.pt-et-waste .et-waste-box {
    background: #f2f8fa;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000;
    margin: -40px 0 0;
    padding: 10px;
    min-height: 225px;
}
.pt-et-waste .et-waste-box .et-one-txt {
    color: #d9d9d9;
    display: block;
    font-size: 112px;
    font-weight: 700;
    margin-top: -25px;
}
.pt-et-waste .et-waste-box .et-locate-txt {
    color: #454672;
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin: -100px 0 0 75px;
    position: absolute;
    text-align: left;
    font-family: 'Saira', sans-serif;
}
.pt-et-waste .et-waste-box .et-locate-para {
    color: #767676;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: -30px 0 0;
}





.make_logo img{
    width: 160px;
    margin-bottom: 25px;
}
.make_logo{
    text-align: center;
}


.makes-portion .btn-primary {
    background-color:transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size:20px;
    text-transform: uppercase;
    border-radius: 0px; 
}
.makes-portion .btn-primary:hover {
    background-color:transparent;
    border-color: #d6962c;
    color: #d6962c;
    border-radius: 20px;
    transition-duration: 0.5s;
}

.makes-portion .single_portfolio_text{
    display:inline-block;
    padding:1px;
    position:relative;
    overflow:hidden;
        transition-duration: 0.3s;
}
.nobile {
    position: relative;
    margin: -2px 15px;
}
.nobile h1 {
    color: #fff;
    border: 2px solid#fff;
    height: 80px;
    margin-top: 0px;
    text-shadow: 0px 0px 4px #000;
    font-weight: 500;
    font-size: 22px;
    background: rgba(25, 60, 98, 0.8);
    font-family: 'Saira', sans-serif;
    padding: 10px;
}
.makes-portion .single_portfolio_text:hover .nobile{
    opacity: 0;
}
.makes-portion .single_portfolio_text img{
    width:100%;
    margin-top: -109px;
}

.makes-portion .single_portfolio_text:hover .portfolio_images_overlay{
    top:5%;
    left: 5%;
}

.makes-portion .portfolio_images_overlay{
    width: 90%;
    height: 90%;
    background: rgba(25, 60, 98, 0.9);
    padding: 20px;
    margin: 0 auto;
    top: -100%;
    left: 5%;
    position: absolute;
    transition:.6s;
    padding-top: 87px;
    
}
.makes-portion .portfolio_images_overlay h6{
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    border: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Saira', sans-serif;
}




@media (min-width:769px) and (max-width:991px) {
    .makes-portion .portfolio_images_overlay {
        padding: 0px;
    }
}
@media (max-width:768px) {
    .makes-portion .portfolio_images_overlay{
        padding: 170px 20px;
    }
}
@media (max-width:580px) {
    .makes-portion .portfolio_images_overlay{
        padding: 100px 20px;
    }
}
@media (max-width:480px) {
    .makes-portion .portfolio_images_overlay{
        padding: 40px 20px;
    }
}
@media (max-width:320px) {
    .makes-portion .portfolio_images_overlay{
        padding: 20px;
    }
}


.case-img img {
    width: 100%;
}
.pading-0 {
    padding: 0px;
}
.case-cont {
    background: #f7f7f7;
    height: 420px;
    margin-top: 0px;
    padding: 30px 20px 0px;
}
.case-cont h3{
    font-family: 'Saira', sans-serif;
    font-size: 26px;
}

.case-cont ul {
    list-style: none;
}
.case-cont ul li{
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
}

.call-form{
    background: #193c62;
    padding: 20px;
    padding: 20px 20px;
}
.call-form h3{
    color: #fff;
    text-align: center;
    font-family: 'Saira', sans-serif;
    margin-bottom: 30px;
    font-size: 34px;
}
.call-form h3 span{
    text-decoration: underline;
}
.call-form h3 span a{
    color: yellow;
}
.call-form h3 span a:hover{
    color: #fff;
}

.call-form .input-group-addon:first-child {
    border-right: 0;
    background: #00331b;
    border: 1px solid #00331b;
    border-radius: 0px;
}

.call-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: #00331b;
    border: 1px solid #00331b;
    border-radius: 0px;
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 18px;
}
.call-form button{
    width: 100%;
    padding: 10px;
    font-size: 19px;
    border: 1px solid#fff;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.5s;
    color: #00331b;
}
.call-form button:hover{
    background: #00331b;
    color: #fff;
}
.home-cont h2{
    font-family: 'Saira', sans-serif;
}

.padding-0{
    padding: 10px;
}
.gallery{
    margin-bottom: 100px;
}
.gallery.about {
    background: #f7f7f7;
    padding-top: 1px;
    padding-bottom: 45px;
    margin-bottom: 0px;
}
.gallery .box4{position:relative;text-align-last: center;}
.gallery .box4:before{width:0;height:200%;background:rgba(0,0,0,.5);position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.gallery .box4:hover:before{width:200%}
.gallery .box4 img{width:100%;height:auto;box-shadow: 4px 5px 2px #000;}
.gallery .box4 .box-content{width:100%;height:100%;padding-top:34%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.gallery .box4 .icon,.box5 .icon{list-style:none;padding:0}
.gallery .box4:hover .box-content{transform:scale(1);background: rgba(0,0,0,0.7);}
.gallery .box4 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.gallery .box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.gallery .box4 .icon{margin:40px}
.gallery .box4 .icon li{display:inline-block}
.gallery .box4 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #d3b367;
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease 0s;
}
.gallery .box5 .icon,.box5 .icon li{display:inline-block}
.gallery .box4 .icon li a:hover {
    background: #b18725;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
  }
@media only screen and (max-width:990px){.gallery .box4{margin-bottom:0px}
}
@media only screen and (max-width:767px){.gallery .box4:before{left:-400px}
.gallery .box4:hover:before{width:300%}
}
.btm-reg {
    background: #f7f7f7;
    margin-top: -40px;
    padding-top: 40px;
}
.new-reg h3{
    text-align: center;
    font-weight: 700;
    font-family: 'Saira', sans-serif;
}
.new-reg {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
}
        
.btm-reg .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.btm-reg .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    margin-top: 15px;
    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 rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}
.btm-reg .form-group {
    margin-bottom: 0px;
}



.new-reg .dla-btn{
    text-align: center;
}
.new-reg .dla-btn button {
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid#193c62;
    background: #193c62;
    color: #fff;
    font-size: 16px;
}
.new-reg .dla-btn button:hover {
    border: 1px solid#00331b;
    background: #00331b;
}
/*END OF DVLA SEARCH*/


.sub-form img{
    margin-top:-45px;
}






/*****Footer******/
.footer{
    background: #193c62;
    padding: 50px;
    margin-top: 0px !important;
    padding: 100px 0px 40px;
}
.f-logo img {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.f-nav {
    margin:10px auto;
    text-align: center;
}
.f-nav a {
    color: #193c62;
    text-decoration: none;
    padding: 10px 15px;
    background: #fff;
    font-weight: 700;
    font-family: 'Saira', sans-serif;
}
.f-nav a:hover {
    color: #fff;
    background: #002f19;
    font-weight: 700;
}
.f-adress p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 34px;
    font-family: 'Saira', sans-serif;
}

.f-social a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.f-social .fa {
    font-size: 20px;
}

.f-social h3{
    color: #fff;
    font-family: 'Saira', sans-serif;
}
.f-social h3 span{
    font-size: 16px;
}
.f-social .e-mail h3{
    font-size: 16px;
}

.copy-right p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-decoration: underline;
    font-family: 'Saira', sans-serif;
}


.footer.final{
    margin-top: 0px;
}

/**********About-Page Start********/
.about-heading h1{
    background: #193c62;
    color: #fff;
    padding: 20px;
    margin-top: 0px;
}

.about-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-content h2{
    font-family: 'Saira', sans-serif;
}

.about-content p{
    font-size: 18px;
    line-height: 28px;
}

.about-content .fa{
    background: #193c62;
    padding: 4px;
    border-radius: 50%;
    color: #fff;
}


/**********About-Page End********/


/**********Contact-Page Start********/
.contactus {
    background: #f7f7f7;
    padding: 100px 10px;
}
.contact-us{
    background: #f7f7f7;
    padding: 0px 10px 50px;
    display: none;
}
.contactus h1{
    font-size: 75px;
    text-decoration: underline;
    text-align:left;
    margin-top: -30px;
    color: #193c62; 
}

.contactus h1 span{
    text-decoration: none;
    font-family: 'Saira', sans-serif;
}

.contactus h3 a{
    font-family: 'Saira', sans-serif;
    font-weight: 800;
    color: #193c62;
}
.contactus span{
    font-size: 18px;
}

.cont-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    height: 50px;
}
.cont-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    height: 50px;
    font-family: 'Saira', sans-serif;
}
label {
    font-family: 'Saira', sans-serif;
}
.cont-form textarea.form-control {
    height: auto;
    height: 210px;
    border-radius: 0px;
    font-family: 'Saira', sans-serif;
}

.cont-form button{
    float: right;
    background: #193c62;
    border: 1px solid#193c62;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin-top: 15px;
}
.cont-form button:hover{
    background: #005baf;
    border: 1px solid#005baf;
}

/**********Contact-Page End********/

.services-bannerrr img{
    width: 100%;
}




/**********2nd-Page Start********/
.second img {
    width: 100%;
    margin-top: -20px;
}




.heading-nd h1{
    background: #193c62;
    padding: 10px;
    color: #fff;
    margin-top: 0px;
}
.dvla-nd{
    background: rgba(25, 60, 98, 0.8);
    padding: 10px;
    margin-top: -20px;
    opacity: 0;
}

.dvla-nd .dvla-width {
    width: 420px;
    margin-top: 10px;
    margin: 0 auto;
    border: 1px solid#fff;
    border-radius: 8px;
}
    
.dvla-nd .dvla-main{
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
    height:70px;
}
.dvla-nd .reg-input-new1 {
    height: 64px;
    width: 372px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    background: #fbbc05;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    border:1px solid #fbbc05;
    outline:none;
    border-radius:0px 7px 7px 0px;  
}

.dvla-nd .gb{
    float:left;
}
.dvla-nd .gb img {
    vertical-align: middle;
    width: 38px;
}
    
placeholder { /* Firefox 19+ */
  color: black;
}   
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
:-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.dvla-nd button {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 13px;
    border-radius: 10px;
    border: 1px solid#ccc;
    background: #005baf;
    color: #fff;
    transition-duration: 0.5s;
}
.dvla-nd button:hover {
    background: #00562e;
}

.sub-form {
    background: rgba(25, 60, 98, 0.8);
    padding: 15px;
}
.sub-form p{
    color: yellow;
    font-size: 20px;
}

.sub-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    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 rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}

.sub-form button{
    width: 100%;
    background: #005baf;
    border: 1px solid#ccc;
    padding: 7px;
    color: #fff;
    font-size: 18px;
    transition-duration: 0.5s;
}
.sub-form button:hover {
    background: #00562e;
}

.tag-line{
    background: #f7f7f7;
    padding: 10px;
    padding: 10px 5px 0px;
}
.tag-line .fa {
    font-size: 20px;
    border: 3px solid#193c62;
    padding: 3px;
    border-radius: 50%;
    color: #193c62;
}
.tag-line p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.engine-sizes h1 {
    padding: 0px 10px 20px; 
}
.image{
    
}

.sizes {
    background: #f7f7f7;
    padding: 20px;
}
.sizes h2{
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.sizes h2 span{
    color: #193c62;
    text-decoration: underline;
}
.sizes button {
    background: #193c62;
    width: 100%;
    color: #fff;
    border: 1px solid#193c62;
    padding: 10px;
    font-size: 18px;
    transition-duration: 0.5s;
    font-family: 'Saira', sans-serif;
    margin-top: 20px !important;
}
.sizes button:hover {
    background: #005baf;
    border: 1px solid#005baf;
}

.nd-content p{
    font-size: 16px;
    font-family: 'Saira', sans-serif;
}
/**********2nd-Page End********/



/**********Final-Form Start********/
.final-form{
    background: #f7f7f7;
    padding: 20px;
}
.final-form h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    color: #193c62;
    font-family: 'Saira', sans-serif;
}

.submit-formm{
    padding: 20px;
    background:#193c62;
    height: 445px;
    box-shadow: 5px 5px 2px #000;
}
.submit-formm.get{
    height: 552px;
}
.submit-formm label{
    color: #fff;
}
.submit-formm h3{
    font-family: 'Saira', sans-serif;
    color: #fff;
    text-align:center;
    font-size: 22px;
    margin: 10px 0px 20px;
}
.submit-formm .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 15px;
    width: 100%;
}

.submit-formm button{
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border-radius: 0px;
    background: #005baf;
    border: 1px solid#ccc;
    color: #fff;
    font-family: 'Saira', sans-serif;
    margin-top: 18px;
}
.submit-formm button:hover{
    background: #00294f;
}
.submit-formm .form-control {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Saira', sans-serif;
}
.last-tags h3{
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    color: #193c62;
    margin-top: 0px;
}
.last-tags{
    background: #fff;
    height: 445px;
    padding: 20px;
    box-shadow: 2px 3px 6px #000;
}
.last-tags.get{
    height: 552px;
    padding: 40px;
}
.last-tags ul{
    list-style: none;
    margin-left: -40px;
}
.last-tags ul li {
    line-height: 41px;
    font-size: 18px;
    font-family: 'Saira', sans-serif;
    color: #555;
}
.last-tags .fa{
    background: #193c62;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}
.last-tags img {
    width: 175px;
}

/**********Final-Form End********/


/**********Thanks page Start********/
.thanks{
    background: url(../images/thnk-bg.jpg) no-repeat;
    height: 568px;
    background-size: cover;
}
.thnk-content {
    background: #fff;
    padding: 10px 20px 40px;
    margin-top: 60px;
    box-shadow: 5px 5px 10px #000;
    text-align: center;
}
.thnk-content img{
    width: 300px;
}
.thnk-content button{
    width: 200px;
    height: 45px;
    background: #193c62;
    border: 1px solid #193c62;
    color: #fff;
    font-size: 20px;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.5s;
}
.thnk-content button:hover{
    background: #015bbb;
    border: 1px solid #015bbb;
}

@media only screen and (min-width: 1px) and (max-width:1199px) {
.thnk-content {
    margin-top: 20px;
}
.thnk-content img{
    width: 230px;
}
.thanks {
    height: auto;
    padding-bottom: 20px;
}
}
/**********Thanks page End********/
.datatb button{
    background: #193c62;
    border: 1px solid #193c62;
    color: #fff;
    padding: 5px 17px;
    border-radius: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #193c62;
    border-color: #193c62;
}



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



.engine-problems {
    padding: 10px 0px 0px;
    margin-bottom: -50px;
}

.engine-problems .section-title {
    text-align: center;
    margin-bottom: 20px;
}





.problem-box {
    margin-bottom: 70px;
}

.problem-title {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.problem-title i {
    margin-right: 12px;
    color: #8b3d3d;
}

.solution-text {
    font-size: 18px;
    color: #222;
    line-height: 1.7;
}

.solution-text strong {
    font-weight: 700;
}

@media (max-width: 991px) {

.engine-problems .section-title h2 {
    font-size: 22px;
    line-height: 30px;
}

    .engine-problems .section-title p {
        font-size: 18px;
    }

    .problem-title {
        font-size: 20px;
    }

    .solution-text {
        font-size: 18px;
    }

    .problem-box {
        margin-bottom: 40px;
    }
}

.trust-section{
    padding:10px 0 0;
    background:#fff;
}

.trust-heading{
    text-align:center;
    margin-bottom:25px;
}



.trust-intro {
    max-width: 1150px;
    margin: 0 auto 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.trust-item{
    margin-bottom:50px;
    overflow:hidden;
}

.trust-icon{
    float:left;
    width:90px;
    text-align:center;
}

.trust-icon i{
    font-size:58px;
    color:#193c62;
}

.trust-content{
    margin-left:110px;
}

.trust-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.trust-content p{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#555;
}

@media(max-width:991px){



    .trust-intro{
        font-size:16px;
    }

    .trust-item{
        margin-bottom:35px;
    }

    .trust-icon{
        width:70px;
    }

    .trust-icon i{
        font-size:42px;
    }

    .trust-content{
        margin-left:85px;
    }
}

@media(max-width:767px){



    .trust-item{
        text-align:center;
    }

    .trust-icon{
        float:none;
        width:100%;
        margin-bottom:15px;
    }

    .trust-content{
        margin-left:0;
    }
}
.faq-section {
    padding: 0px 20px 20px;
}
.faq-title{
text-align:center;
margin-bottom:20px;
}





.panel{
background:#262626;
border:none;
border-radius:6px;
margin-bottom:15px;
}

.panel-heading{
background:#193c62 !important;
border:none;
padding:18px 20px;
}

.panel-title a{
color:#fff;
font-size:18px;
display:block;
text-decoration:none;
}

.panel-title a:hover{
color:#fff;
}

.panel-body{
color:#000;
font-size:17px;
line-height:1.7;
border-top:1px solid #333;
background: #f1f1f1;
}












@media only screen and (min-width: 1px) and (max-width:767px) {
#feedback a {

}

.heading-nd{
    display: none;
}
.dvla-nd {
    display: none;
}
.makes-portion .portfolio_images_overlay {
    display: none;
}
.new-nav .navbar-collapse {
    width: 100%;
}
.new-nav .navbar-collapse {
    width: 100%;
}



.sub-form img{
    display:none;
}
.side-dvla .form-control {
    margin-top: 6px;
    height: 45px;
}
.side-dvla .reg-input-new1 {
    height: 84px;
    width: 210px;
    font-weight: 700;
    font-size: 18px;
}
.email {
    text-align: center;
    margin-bottom: 5px;
}
.phone {
    margin-bottom: 5px;
}
.bottom-nav .phone {
  margin-top: -15px;
}
.bottom-nav .phone a {
  font-size: 22px;
  text-align: center;
}
.bottom-nav .social {
    text-align: center;
    display: none;
}
.nv-dvla .dvla-main {
  height: 58px;
  width: 312px;
  margin: 10px auto;
}
.nv-dvla .gb img {
  width: 32px;
}
.nv-dvla .reg-input-new1 {
  height: 50px;
  width: 272px;
}
.but button {
  width: 190px;
  height: 40px;
  font-size: 18px;
  border-radius: 6px;
  margin-left: 0px;
}
.nvbtn{
    text-align:center; 
}
.new-nav .fixed-me{
    position: inherit;
}
.new-nav .navbar-brand > img {
    margin: -5px 0px;
    width: 138px;
}
.new-nav .menu-collapsed-button {
    margin: 10px 15px 0px 15px !important;
}
.new-nav .navbar-brand {
    float: left;
    height: 0px;
    padding: 5px 15px;
}

.new-nav .navbar-nav>li>a {
    line-height: 10px;
}
.carousel-control {
    padding: 30px 0px 0px;
}
.carousel-caption h2 {
    padding: 10px;
    font-size: 14px;
    display: none;
}

h1 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700;
}

.rr-rev .excellent img {
    width: 50%;
    margin-top: 20px;
}
.carousel-inner {
    overflow: inherit;
}

.pt-et-waste .et-waste-box .et-locate-txt {
    font-size: 17px;
    line-height: 27px;
    text-align: left;
}
.pt-et-waste .et-waste-box {
    margin: -40px 0 15px;
}

.case-cont {
    background: #f7f7f7;
    height: auto;
}


.case-cont ul li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
}
.case-cont ul {
    list-style: none;
    margin-left: -30px;
}
.nobile h1 {
    height: auto;
}
.case-cont h3 {
    font-size: 22px;
}
.call-form h3 {
    font-size: 16px;
}

.call-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 5px;
}
.home-cont h2 {
    font-family: 'Saira', sans-serif;
    font-size: 20px;
}

.new-reg .dvla-width {
    width: 285px;
}
.new-reg .reg-input-new1 {
    width: 226px;
    font-size: 18px;
}


.about-content {
    margin-top: 0px;
    margin-bottom: 0px;
}


.contactus {
    padding: 50px 10px 20px;
}
.contactus h1 {
    font-size: 32px;
}
.contactus h3 {
    font-weight: 500;
    font-size: 17px;
}



.services-banner {
    height: auto;
}
.services-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin-top: 13px;
    line-height: 30px;
}



/******Start-2nd Page******/
.dvla-nd .dvla-width {
    width: 290px;
}
.dvla-nd .reg-input-new1 {
    height: 64px;
    width: 240px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.dvla-nd button {
    width: 200px;
    font-size: 20px;
    padding: 9px 13px;
}
.bttn-nd {
    text-align: center;
    margin-top: 10px;
}
.tag-line {
    display: none;
}


.sub-form {
    margin-top: 0px;
    display: none;
}
.sub-form .input-group {
    width: 100%;
}
.sub-form .form-control {
    margin-top: 5px;
}
.sub-form .form-group {
    margin-bottom: 0px;
}
.sub-form button {
    margin-top: 10px;
}
.tag-line .fa {
    font-size: 10px;
    border: 2px solid #193c62;
}
.sizes h2 {
    font-size: 18px;
}
.sizes button {
    margin-bottom: 5px;
}




/*****End 2n Page********/

/*****Start Final Page********/
.final-form h1 {
    font-size: 16px;
}
.submit-formm h3 {
    font-size: 18px;
}

.submit-formm {
    height: auto;
}

.submit-formm label {
    color: #fff;
    display: none;
}

.submit-formm button {
    padding: 6px;
    margin-top: 0px;
}

.submit-formm .form-control {
    height: 42px;
}

.last-tags h3 {
    font-size: 18px;
}
.last-tags ul li {
    line-height: 30px;
    font-size: 16px;
}

.last-tags {
    height: auto;
    margin-top: 17px;
}

.last-tags img {
    display: none;
}



/*****End Final Page********/

.btm-reg .form-control {
    height: 45px;
    padding: 6px 12px;
    margin-top: 6px;
}
.f-nav a {
    display: block;
    margin-bottom: 5px;
    padding: 6px 18px;
}
.f-social{
    text-align: center;
}
}


@media only screen and (min-width: 768px) and (max-width:992px) {
.new-nav .navbar-brand > img {
  margin: -10px 0px;
  width: 100px;
}
.navbar-right {
  float: right !important;
}
.bottom-nav .phone {
  text-align: right;
  margin-top: -50px;
}
.bottom-nav .social {
  display: none;
}
.nvbtn{
  text-align: center;
  margin-top: 6px;
}
.but button {
  width: 190px;
  height: 46px;
  font-size: 18px;
  border-radius: 6px;
  margin-left: 0px;
}
.rr-rev .excellent img {
  width: 150px; 
}
h1 {
    font-size: 24px;
    margin-top: 25px;
}
.new-nav .navbar-collapse {
    margin-top: -53px;
}
.pt-et-waste .et-waste-box .et-locate-txt {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.pt-et-waste .et-waste-box .et-locate-para {
    font-size: 14px;
    text-align: left;
}
.makes-portion .portfolio_images_overlay {
    display: none;
}
.makes-portion .single_portfolio_text:hover .nobile{
    opacity: 1;
}
.nobile h1 {
    font-size: 18px;
    height: 50px;
}
.input-group {
    margin-bottom: 5px;
    width: 100%;
}
.bttn-nd{
    text-align: center;
}
.dvla-nd button {
    width: 200px;
    padding: 12px 13px;
    margin-top: 10px;
}
.banner-nd {
    background-size: contain;
    height: auto;
}
.sub-form {
    margin-top: 184px;
}
.sizes button {
    margin-bottom: 4px;
}
.final-form h1 {
    font-size: 22px;
}
.submit-formm {
    height: 
    auto;
}
.last-tags {
    height: auto;
}
.last-tags img {
    display: none;
}
.footer {
    text-align: center;
}
.f-logo img {
    width: 200px;
    margin-bottom: 10px;
}
}


@media only screen and (min-width: 993px) and (max-width:1199px) {
.bottom-nav .phone a {
  font-size: 26px;
  text-align: center;
}
h1 {
    font-size: 28px;
    margin-top: 20px;
}
.new-nav .navbar-collapse {
    margin-left: -30px;
}
.new-nav .nav > li > a {
  padding: 10px 8px;
}
.nv-dvla .dvla-main {
  width: 247px;
}
.nv-dvla .reg-input-new1 {
  width: 201px;
}
.makes-portion .portfolio_images_overlay {
    display: none;
}
.makes-portion .single_portfolio_text:hover .nobile{
    opacity: 1;
}
.nobile h1 {
    font-size: 18px;
    height: 50px;
}
.pt-et-waste .et-waste-box .et-locate-txt {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}
.case-cont h3 {
    font-size: 22px;
    margin-top: -15px;
}
.case-cont ul {
    margin-left: -30px;
}
.case-cont ul li {
    font-size: 16px;
    line-height: 36px;
}
.new-reg .dvla-width {
    width: 415px;
}
.new-reg .reg-input-new1 {
    height: 84px;
    width: 356px;
}

.dvla-nd .dvla-width {
    width: 306px;
}
.dvla-nd .reg-input-new1 {
    width: 258px;
    font-size: 23px;
}
.dvla-nd button {
    font-size: 13px;
    padding: 26px 13px;
}


}

@media only screen and (min-width: 1200px) and (max-width:1274px) {
.sub-form {

}
.dvla-nd .dvla-width {
  width: 380px;
}
.dvla-nd button {
  font-size: 17px;
}
.dvla-nd .reg-input-new1 {
  width: 332px;
}
    
}

@media only screen and (min-width: 1367px) and (max-width:1900px) {
.case-cont {
    height: 490px;
}
    
}







