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

#box1 .fa {
    color: #ff3131;
    font-size: 20px !important;
    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
#box1 .cont{
    margin-top: 16px;
}
#box1 span {
    color: #ff3131;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Saira', sans-serif;
}
#box1 .cont p{
    font-size: 18px;
    font-family: 'Saira', sans-serif;
    color:#000;
}
#box1 .cont .nmbr p{
    font-size: 18px;
    font-weight: 700;
    font-family: 'Saira', sans-serif;
}
#goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
  background: #000;
}

#box1 {
    background: #f1f1f1;
    padding: 2px;
}
.main-logo img{
    width: 302px;
}

.goToTop {
    position: fixed;
  top: 0;
  height: 55px;
  z-index:999;
}

nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.re-nav nav li { 
    background: #000; 
}

.re-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.5s;
    line-height: 23px;
}
.re-nav .navbar-default .navbar-nav>li>a:hover {
    background:#ff3131;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #ff3131;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff3131;
}

.re-nav .navbar-default {
    background-color: #000;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-header {
    width: 100%;
}
.Number {
    float: right;
    color: #fff;
    margin-top: -54px;
    background: #ff3131;
    height: 53px;
    line-height: 46px;
    padding: 10px;
}
.Number .fa{
    font-size: 30px;
}
.Number h2{
    display: inline;
    font-family: 'Saira', sans-serif;
    color: #fff;
}

.re-banner{
    background: url(../images/re-banner.jpg) no-repeat;
    height: 520px;
    background-size: cover;
}
.mach{
    text-align: center;
}
.re-banner .re-form{
    background: rgba(0,0,0,0.7);
    padding: 20px;
    padding: 20px 20px 30px;
}
.re-form h1{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Saira', sans-serif;
}
.re-banner .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}


.re-banner .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 46px;
    border-radius: 0px;
    font-family: 'Saira', sans-serif;
}
.re-banner .form-control {
    display: block;
    width: 100%;
    height: 46px;
    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;
    font-family: 'Saira', sans-serif;
}
.reform-btn{
    text-align: center;
}
.reform-btn button{
    width: 200px;
    height: 46px;
    font-size: 16px;
    background: #ff3131;
    border: 1px solid #ff3131;
    color: #fff;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.5s;
}
.reform-btn button:hover{
    background: #000;
    border: 1px solid #000;
}
.re-banner .re-form label{
    color: #fff;
}

.or{
    text-align:center;
}
.or h3{
    background: #333;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 20px auto;
    font-family: 'Saira', sans-serif;
}
.re-dvla {
    margin: 20px;
    background: #f8f9fa;
    padding-bottom: 20px;
}

.dvla-width {
    
    margin-top: 10px;
    margin:0 auto;
}
    
.dvla-main{
    background: #005baf;
    border-radius: 7px 7px 7px 7px;
    padding: 3px;
    height:90px;
    width: 455px;
}
.reg-input-new1 {
    height: 84px;
    width: 396px;
    font-weight: 500;
    font-size: 30px;
    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;  
}

.gb{
    float:left;
}
    
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;
}

/*END OF DVLA SEARCH*/
.re-buton button{
    width: 240px;
    height: 86px;
    background:#ff3131;
    border: 1px solid #ff3131;
    color: #fff;
    font-size: 23px;
    border-radius: 8px;
    font-family: 'Saira', sans-serif;
    transition-duration: 0.5s;
}
.re-buton button:hover{
    background:#000;
    border: 1px solid #000;
}


/****END OF DVLA****/

.makes-portion{
    background: #f8f9fa;
    padding: 20px;
}
h1{
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 30px;
}
.maker{
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 6px;
}
.maker:hover .fa{
    color: red;
}
.maker:hover p{
    color: #333;
}
.maker p{
    font-family: 'Saira', sans-serif;
    text-align: center;
    color: #ff3131;
}
.maker:hover .botm{
    background: #333;
}
.maker:hover{
    box-shadow: 0px 0px 10px #999;
}
.maker img{
    width: 100%;
}
.botm {
    background: #ddd;
    padding: 5px 10px;
    text-align: right;
    color: #ff3131;
    margin-bottom: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.works-portion{
    background: url(../images/works-bg.png) no-repeat;
    padding: 20px;
}
.work-cont{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 30px;
    height: 200px;
}
.work-cont p{
    color: #888;
}
h4{
    color: #333;
    font-family: 'Saira', sans-serif;
}
.work-cont img{
    width: 53px;
}
.work-image img{
    width: 100%;
}







/*******Start eviews******

.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #ff5e14;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}
*****End eviews********/

.rev-potion {
    background: url(../images/rev-bg.jpg) no-repeat;
    background-size: cover;
    padding: 90px 10px 130px;
}
.rev-potion h1{
    color:#fff;
    margin-bottom:30px;
}
.rev-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px #333;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.rev-potion h4{
    float: left;
}
.rev-potion .stars{
    float: right;
}
.rev-potion .stars img{
    width: 130px;
}

.case-img img {
    width: 100%;
}
.pading-0 {
    padding: 0px;
}
.case-cont {
    background: #f7f7f7;
    height: 420px;
    margin-top: 0px;
    padding: 100px 60px 0px;
}
.case-cont h2 {
    font-weight: 700;
}
.choose p {
    border: 2px solid #f1f1f1;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    box-shadow: 0px 0px 5px #000;
    background: #fff;
}

.content-portion{
    padding: 40px 0px;
}


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

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


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

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

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

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

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


.re-gallery .img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
    position:relative;
}
.re-gallery .img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
  

  
.re-gallery .grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
.re-gallery .padding-0{
    padding: 1px;
}

/******Start-Models-portion******/
.model-heading {
    background: #ecfbff;
}
.model-heading h1{
    color: #ff3131;
    line-height: 45px;
    font-size: 36px;
    width: 80%;
    margin: 30px auto 10px;
    text-align: center;
}
.model-heading p {
    font-size: 18px;
    width: 80%;
    color: blue;
    margin: auto;
    text-align: center;
}
.model-banner img{
    width: 100%;
}
.re-dvla.models {
    padding-top: 20px;
    margin-top: -74px;
    position: relative;
    box-shadow: 0px 0px 10px #666;
}
.models-bton{
    background:url(../images/size-code.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
.models-bton h1{
    color: #fff;
}
.models-bton p{
    color: #fff;
}
.models-bton button {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    padding: 14px;
    box-shadow: 0px 0px 15px #666;
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Saira', sans-serif;
}
.models-bton button:hover {
    color: #fff;
    text-decoration: underline;
    background: #ff3131;
    border: 1px solid #ff313131;
}
.who{
    background: #f8f9fa;
    padding: 20px 20px 45px;
    margin-top: 40px;
}
.who-content{
    background:#fff;
    padding: 20px;
    text-align:center;
    box-shadow: 0px 0px 10px #999;
}
.who-content img{
    width: 80px;
}
.who-content p{
    font-size: 15px;
}


/***** Start Size and Code Page*****/
h1 span{
    color: #ff3131;
}

.size-dvla{
    background:#fff;
    padding: 20px 20px 48px;
    text-align:center;
    margin-bottom: 30px;
    box-shadow: 3px 4px 12px #333;
}

.size-manual {
    background: #fff;
    padding: 1px 20px 20px;
    margin-bottom: 40px;
    box-shadow: 3px 4px 12px #333;
}
.size-manual h1 {
    color: #ff3131;
    line-height: 36px;
    font-size: 27px;
}
.size-manual .form-control {
    height: 40px;
    border-radius: 0px;
}
.size-manual .input-group {
    width: 100%;
}
.size-manual .reform-btn button{
    margin-top: 15px;
}
.size-dvla h4 {
    color: #ff3131;
}
.size-dvla .dvla-main {
    width: 415px;
}
.size-dvla .reg-input-new1 {
    width: 356px;
}
.size-dvla .re-buton button{
    margin-top: 15px;
    height: 66px;
}
.tags {
    margin-top: 30px;
}
.tags .fa{
    color: #ff3131;
    margin-right: 3px;
}
.tags p {
    text-align: left;
    margin-left: 0px;
    line-height: 36px;
    color: #333;
}
/***** End Size and Code Page*****/



/***** Start Fina Page*****/
.form-final {
    background: #363940;
    padding: 15px 20px 40px;
}
.form-final h1{
    color: #ff3131;
    text-align:center;
}
.last-form{
    background:#ecfbff;
    padding: 20px;
    margin-top: 26px;
}
.last-form h3{
    text-align:center;
    color: #ff3131;
}
.last-form .make-logo{
    text-align: center;
}
.last-form .input-group {
    margin-bottom: 25px;
    height: 44px;
}
.last-form .input-group .form-control {
    height: 44px;
}
.last-form label {
    color: #ff3131;
}
.last-form .tags p {
    text-align: left;
    margin-left: 0px;
    line-height: 26px;
    color: #333;
    font-size: 18px;
    font-family: 'Saira', sans-serif;
}
.stamps img{
    width: 174px;
}
/***** End Fina Page*****/


/***** Start Contact Page*****/
.contact {
    background: #363940;
    padding: 20px;
}
.contact h1{
    color: #fff;
    text-align:center;
    border-bottom: 1px solid#666;
}
.contact h4{
    color: #fff;
    text-align:center;
}
.contact p{
    color: #fff;
    text-align:center;
    margin-bottom: 20px;
}
.inn-contact {
    background: #444;
    padding: 20px;
}
.cont-form input {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px;
}
.cont-form .reform-btn button{
    margin-top: 16px;
}
.cont-social{
    border-bottom: 1px solid#fff;
}
.cont-social p {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}
.cont-social p .fa{
    color: #ff3131;
    font-size: 20px;
    margin-right: 14px;
}
.f-detail.two{
    text-align: center;
    margin-top: 25px;
}
.f-detail.two .fa{
    margin-left: 10px;
}
/***** End Contact Page*****/

/***** Start About Page*****/
.about{
    background: url(../images/size-code.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 50px;
    text-align:center;
    color: #fff;
    margin-bottom: -40px;
}
.about h4 {
    color: #fff;
    margin-top: 24px;
    line-height: 30px;
}

/***** End About Page*****/
.re-footer{
    background:url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    height: 350px;
    margin-top: 30px;
}
.re-footer img {
    width: 290px;
    background: #fff;
    padding: 10px;
    margin-top: 35px;
}
.footer-nav{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.footer-nav a{
    padding: 10px 30px;
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 18px;
}

.f-detail p{
    color: #fff;
    font-size: 16px;
    font-family: 'Saira', sans-serif;
    margin-top: 20px;
}
.f-detail .fa{
    color: #ff3131;
    font-size: 22px;
    text-align: center;
    width: 30px;
}
.social .fa{
    background:#ff3131;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px; 
}
.social .fa:hover{
    background:#000; 
}
.botm-ftr{
    background: #000;
    text-align: center;
    color: #fff;
    padding: 15px 15px 2px;
}
.botm-ftr p{
    font-size: 16px;
    font-family: 'Saira', sans-serif;
}
.botm-ftr p span{
    color: #ff3131;
}








.hide-btns {
    z-index: 999999999;
    position: relative;
}
.hide-btns h5 {
    float: left;
}
.hide-btns #mySidenav a {
    position: fixed;
    left: -109px;
    transition: 0.3s;
    padding: 4px 4px 4px 20px;
    width: 153px;
    text-decoration: none;
    font-size: 16px;
    color: white;
}
.hide-btns .fa {
    float: right;
    background: #ff3131;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
}
.hide-btns #mySidenav a:hover {
    left: 0;
}
.hide-btns #about {
    top: 170px;
    background-color: #333;
}
.hide-btns #blog {
    top: 215px;
    background-color: #333;
}
.hide-btns #projects {
    top: 260px;
    background-color: #333;
}
.hide-btns #contact {
    top: 305px;
    background-color: #333;
}
/*****************End mysidenav***********************/




.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: #ff3131;
    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: 991px){
.hide-btns {
    display: none;
}
.main-logo{
    text-align: center;
}
#box1 .cont {
    display: none;
}
.Number {
    margin-top: 0px;
    height: 50px;
    float: left;

}
.navbar-default .navbar-toggle {
    margin-right: -13px;
    margin-left: 8px;
}
.re-nav .navbar-default {
    position: relative;
}
.mach {
    display: none;
}
.re-banner {
    background: url(../images/re-baner.jpg) no-repeat;
    height: auto;
    background-size: contain;
    
}
.re-banner .re-form {
    background: rgba(0,0,0,0.9);
    padding: 1px 20px 30px;
    margin-top: 138px;
}
.re-banner .re-form label {
    display: none;
}
.reform-btn button {
    width: 100%;
}
.dvla-main {
    height: 76px;
    width: 280px;
    margin: auto;
}
.reg-input-new1 {
    height: 70px;
    width: 232px;
    font-weight: 500;
    font-size: 20px;
}
.gb img{
    width: 39px;
}
.re-buton{
    text-align: center;
}
.re-buton button {
    width: 200px;
    height: 52px;
    margin-top: 10px;
}
.makes-portion {
    text-align: center;
}
.maker img {
    width: 75%;
}
.maker {
    width: 200px;
    margin: auto;
}
.works-portion {
    text-align: center;
}
h1 {
    font-size: 19px;
    text-align: center;
}
.case-cont {
    background: #f7f7f7;
    height: auto;
    margin-top: 0px;
    padding: 5px 16px 0px;
    text-align: center;
}
p{
    text-align: center;
}
.re-gallery img{
    margin: auto;
    
}

.footer-nav a {
    display: block;
}
.re-footer {
    height: 290px;
    margin-top: 0px;
}
.social{
    margin: auto;
    text-align: center;
}
.who-content {
    margin-top: 10px;
}
.cont-social {
    margin-top: 20px;
}
.model-heading h1 {
    color: #ff3131;
    line-height: 30px;
    font-size: 22px;
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
}
.re-dvla.models {
    padding-top: 20px;
    margin-top: 15px;
    box-shadow: 0px 0px 0px #666;
}
.model-heading p {
    font-size: 18px;
    width: 100%;
}
.re-dvla {
    background: none;
}
.models-bton button {
    margin-top: 10px;
    margin-bottom: 10px;
}
.size-dvla .dvla-main {
    width: 282px;
}
.size-dvla .reg-input-new1 {
    width: 235px;
}
.make-logo img{
    width: 200px;
}
.form-final {
    padding: 15px 5px 40px;
}
.last-form label {
    display: none;
}
.last-form .input-group {
    margin-bottom: 10px;
}
.last-form h3 {
    display: none;
}
.stamps {
    display: none;
}
.tags {
    margin-top: 0px;
}

}


@media screen and (min-width: 992px) and (max-width: 1200px){
.dvla-main {
    height: 90px;
    width: 379px;
}
.reg-input-new1 {
    height: 84px;
    width: 318px;
}
.case-cont {
    background: #f7f7f7;
    height: 373px;
    margin-top: 0px;
    padding: 2px 25px 0px;
}
.size-dvla .dvla-main {
    width: 336px;
}
.size-dvla .reg-input-new1 {
    width: 277px;
    font-size: 24px;
}
}

@media screen and (min-width: 768px) and (max-width: 992px){
.Number {
    margin-top: -52px;
    height: 50px;
    float: right;

}



}
















