@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:rgb(0, 0, 0, 0.3);
    padding: 0px 10px 10px;
    position: relative;
    border-bottom: 1px solid#8e8e8e;
}

.topheader .cnt {
    margin-top: 16px;
}
.topheader .cnt a {
    text-decoration: none;
}
.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;
}
.topheader .cnt a .fa:hover {
    background: #fff;
    color: #015bbb;
}
.topheader .cnt h1 {
    font-size: 13px;
    color: #fff;
}
.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#8e8e8e;
    top: 55px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: rgb(0, 0, 0, 0.3);
    /* 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: #fff;
  background-color: transparent;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  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: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navbar-brand {
    padding: 11px;
    height: auto;

}
.navbar-brand img {
  width: 125px;
  margin-top: -11px;
  margin-bottom: -37px;
  padding: 0px 10px;
}
.shrink-nav {
  color: #fff !important;
  top: 0px;
  background-color: #015bbb;
  position: fixed;
  z-index: 111;
}
.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: 86px;
  margin-top: -6px;
}

}



.banner-content{
    margin-top: -500px;
}
.content{
    color: #fff;
}
.content h2{
    font-size: 18px;
    line-height: 50px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
}
.content h2 span{
    font-size: 40px;
}
.content p{
    font-size: 21px;
    margin-top: 20px;
    line-height: 34px;
    font-weight: 300;
}

.banner-btn{
    margin-top: 50px;
}
.banner-btn a {
    background: #fff;
    padding: 16px 40px;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-family: "Syne", sans-serif;
    border: 1px solid#fff;
    transition-duration: 0.5s;
}
.banner-btn a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid#fff;
}


.dvla-form{
    background: #fff;
    padding: 50px 20px 60px;
    margin-top: 45px;
    box-shadow: 0px 0px 10px #000;
}
.dvla-form p{
    font-size: 22px;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: 600;
    margin-bottom: -18px;
}
.mnn {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    margin: 25px auto 10px;
}
.dvla-main {
    background: #0089af;
    border-radius: 7px 7px 7px 7px;
    padding: 4px;
    height: 90px;
    width: 407px;
    margin: auto;
}
.gb {
    float: left;
}
.reg-input-new1 {
    height: 81px;
    width: 346px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    background: #FBE91D;
    text-transform: uppercase;
    border: 1px solid #FBE91D;
    outline: none;
    border-radius: 0px 7px 7px 0px;
    font-family: "Syne", sans-serif;
}

.buton button {
    background: #015bbb;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    border: 1px solid#015bbb;
    transition-duration: 0.5s;
    font-family: "Syne", sans-serif;
    border-radius: 10px;
}
.buton button:hover {
    background: transparent;
    color: #015bbb;
    border: 1px solid#015bbb;
}


.form-portion{
    background: #eef1fb;
    padding: 180px 20px 90px;
}
.form-portion h3{
    text-align: center;
    font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
}

.frmm {
    margin-top: 30px;
    background: #fff;
    padding: 30px 16px 12px;
    border-radius: 60px;
}

.frmm .form-control {
    display: block;
    width: 115%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    font-family: "Syne", sans-serif;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #015bbb;
    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;
}

.form-control.pehla{
    border-radius: 30px 0px 0px 30px;
}
.frmm button{
    background: #015bbb;
    border: 1px solid#015bbb;
    color: #fff;
    height: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0px 30px 30px 0px;
    font-family: "Syne", sans-serif;
    transition-duration: 0.5s;
}
.frmm button:hover{
    background: transparent;
    border: 1px solid#015bbb;
    color: #015bbb;
}
.frmm button .fa {
    float: right;
    margin-right: 10px;
    margin-top: -3px;
    font-size: 30px;
}
.side{
    text-align: center;

}
.side img{
    width: 90%;
    margin-bottom: -140px;
    margin-top: 100px;

}







.testimonials-wrap .r-stars img{
    width: 110px !important;
    float: right;
    margin-top: -33px;
}
.testimonials-wrap .r-date p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.text p{
    font-size: 16px;
}
        .testimonials-wrap {
        padding: 100px 0px 20px;
        font-family: "Syne", sans-serif;
        }
        .testimonials-wrap .heading-section {
            text-align: center;
        }
        .testimonials-wrap .heading-section h2 {
            font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
        }
        .testimonials-wrap .testimonial-box {
        display: block;
        position: relative;
        padding: 30px 20px;
        background: #fff;
        border: 1px solid#ccc;
        border-radius: 17px;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
        height:220px;
        }
        .testimonials-wrap .carousel-testimonial .item {
            padding: 30px 10px;
        }
        .testimonials-wrap .name {
            margin-bottom: 0;
            line-height: 14px;
            font-size: 17px;
            font-weight: 500;
            border-top: 1px solid#ccc;
            padding: 15px 0px 0px 0px;
            margin-top: 20px;
            display: none;
        }
        .testimonials-wrap .position {
            color: #adadad;
            font-size: 14px;
        }
        .testimonials-wrap .carousel-testimonial .owl-nav {
            text-align: center;
        }
        .testimonials-wrap .carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
            padding: 0 12px !important;
        }
        .testimonials-wrap .carousel-testimonial .owl-nav button {
            outline: none;
            padding: 0;
        }
        .testimonials-wrap .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;
        }
        .testimonials-wrap .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }
        .testimonials-wrap .man{
        float: left;
        }
        .testimonials-wrap .man .fa{
        font-size: 30px;
        margin-top: 25px;
        margin-right: 20px;
            display: none;
        }








.makes-portion{
    padding:20px;
    text-align: center;
}
.line{
    margin-bottom: 30px;
}
.makes-portion h3{
    font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.make img {
    width: 100%;
    border: 1px solid#eef1fb;
    border-radius: 15px;
    background: #eef1fb;
    padding: 10px;
    transition-duration: 0.5s;
}
.make img:hover{
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid#015bbb;
}
.make a p {
    margin-top: -40px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-family: "Syne", sans-serif;
}
.make a {
    text-decoration: none;
}
.top{
    margin-top: 30px;
}

.best{
    background: #eef1fb;
    padding: 50px 20px;
}
.best-content{
    text-align: center;
}
.best-content h3{
    font-size: 36px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.best-content p {
    font-family: "Syne", sans-serif;
    font-size: 17px;
    margin-top: -20px;
    line-height: 28px;
    font-weight: 600;
}

.how-content {
    background: #eef1fb;
    width: 250px;
    height: 250px;
    border-radius: 60%;
    padding: 1px;
}
.how .how-content h4 {
    font-size: 80px;
    color: #ccc;
    font-weight: 800;
    margin-bottom: -10px;
    opacity: .4;
}
.how-content img{
    width: 80px;
}
.how .how-content p{
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
    line-height: 20px;
}

.how {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.how h3{
    font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.how p {
    font-family: "Syne", sans-serif;
    font-size: 17px;
    margin-top: -20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}



.boxes {
    background: #eef1fb;
    padding: 25px;
    height: 440px;
    margin-top: 30px;
    transition-duration: 0.3s;
    border: 1px solid#eef1fb;
}
.boxes:hover {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid#015bbb;
    border-radius: 10px 10px 10px 0px;
}
.boxes img {
    width: 80px;
}
.boxes .fa {
    font-size: 50px; 
    color: #015bbb;
    margin: 20px 0px;
}
.boxes p {
    line-height: 25px;
    color:#111;
}
.boxes h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 40px;
    color:#015bbb;
}
.bgg {
    text-align: left;
    margin-top: -22px;
    margin-left: 4px;
}
.bgg img {
    width: 16px;
}







.faqs{
    margin-top: 100px;
    font-family: "Syne", sans-serif;
}
.faqs-img img{
    width: 95%;
}

.faq-text{
    padding: 30px 0px 20px;
}
.faq-text h4 {
    font-weight: 700;
    
    color: #015bbb;
}
.faq-text h4 span {
    font-size: 40px;
    line-height: 45px;
    color: #015bbb;
}
.faq-text p{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    line-height: 30px;
}

.faq-text a{
    text-decoration: none;
}

.faq-text .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    padding: 20px 0px;
}
.faq-text .panel-body {
    padding: 0px 15px;
}
.faq-text .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid#ccc;
}


.video{
    text-align: center;
    margin-top: 50px;
}

.video h3 {
    font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.customer {
    background: #eef1fb;
    padding: 60px 0px;
}

.help {
    background: #015bbb;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    font-family: "Syne", sans-serif;
}
.help h3{
    font-size: 40px;
    font-weight: 700;
}
.help p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: -20px;
}
.help a button {
    background: #fff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    color: #015bbb;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid #fff;
    transition-duration: 0.5s;
}
.help a button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.help a button:hover .fa{
    margin-left: 30px;
}
.help a button .fa {
    float: right;
    margin-left: 20px;
    font-size: 30px;
    transition-duration: 0.5s;
}


.btm-dvla{
    text-align: center;

}


.gallery-headi {
    text-align: center;
    margin-top: 50px;
}
.gallery-headi h3 {
    font-size: 40px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

.g-btn{
    text-align: center;
    margin-top:20px;
    font-family: "Syne", sans-serif;
    
}
.g-btn a button{
    background: #015bbb;
    border: 1px solid#015bbb;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    transition-duration: 0.5s;
    font-weight: 700;
}
.g-btn a button:hover{
    background: transparent;
    border: 1px solid#015bbb;
    color: #015bbb;
}


@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}



.btm-dvla{
    background: url(../images-globalengines/dvla.jpg) no-repeat;
    background-size: cover;
    padding: 200px 20px;
    height: 700px;
}
.dvla-content h3{
    color: #fff;
    font-family: "Syne", sans-serif;
}
.dvla-content.pera p{
    color: #fff;
    font-family: "Syne", sans-serif;
}
.dvla-content p{
    font-size: 20px;
}
.dvla-content .input-group {
    width: 100%;
}

.dv-form{
    margin-top: 50px;
}
.dvla-content .form-control {
    width: 100%;
    height: 54px;
    padding: 6px 19px;
    font-size: 20px;
}
.dv-btn button {
    width: 106%;
    margin-left: -28px;
    background: #015bbb;
    border: 1px solid#015bbb;
    height: 54px;
    font-size: 18px;
    color: #fff;
    font-family: "Syne", sans-serif;
    transition-duration: 0.5s;
}
.dv-btn button:hover {
    background: #fff;
    border: 1px solid#fff;
    color: #015bbb;
}





/*********** About us Start ************/
.abt-bnrcont {
    text-align: center;
    font-family: "Syne", sans-serif;
    margin-top: -345px;
}
.abt-bnrcont h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
.abt-bnrcont h2 span {
    font-size: 40px;
    font-weight: 700;
}
.abt-bnrcont h3{
    font-size: 32px;
    font-weight: 800;
    color: #015bbb;
}
.count-text {
    font-size: 23px;
    font-family: "Syne", sans-serif;
    margin-top: 20px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0.5px;
}

.bag{
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 2px 2px 2px #333;
}

.faq-text.abt{
    margin-top: 50px;
}
.faqs-img.abt img {
    width: 90%;
}
.faqs-img.abt{
    text-align: right;
}
.faqs-img.abt.lft{
    text-align: left;
}


.mossion{
    margin-top: 80px;
}
.pdng{
    padding: 0px;
}
.m-cont{
    background: #015bbb;
    padding: 40px;
    text-align: center;
    color: #fff;
    font-family: "Syne", sans-serif;
    height: 370px;
    overflow: hidden;
}
.m-cont h3{
    font-size: 32px;
    font-weight: 700;
}
.m-cont p{
    font-size: 16px;
    letter-spacing: 0.3px;
}
.m-cont.pic{
    padding: 0px;
    overflow: hidden;
}
.m-cont.pic img{
    width: 100%;
    transition-duration: 0.5s;
}
.m-cont.pic img:hover{
    width: 103%;
}
.m-cont.thrd{
    background: #eef1fb;
    color: #333;
}
.m-cont.fifth{
    background: #333;
    color: #fff;
    padding: 50px 20px;
}
.bold p{
    font-size: 80px;
    margin-top: -88px;
    font-weight: 800;
    opacity: 0.1;
}
.bold.thrd p {
    font-size: 62px;
    margin-top: -29px;
    font-weight: 800;
    opacity: 0.02;
    margin-left: -40px;
}


.abt-bnrcont.contact h3 {
    font-size: 24px;
    font-weight: 700;
    color: #015bbb;
    font-family: 'Roboto', sans-serif;
}
.abt-bnrcont.contact .count-text {
    font-size: 18px;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;
}
.abt-bnrcont.contact .bag {
    padding: 20px;
    height: 218px;
}
.abt-bnrcont .fa {
    font-size: 26px;
    color: #015bbb;
}

.faq-text.abt.cont {
    margin-top: -38px;
}
.inptfrm .input-group {
    width: 100%;
    margin-bottom: 20px;
}
.inptfrm .form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.inptfrm .form-control.msgbox {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.f-btn{
    text-align: right;
}
.f-btn button{
    background: #015bbb;
    border: 1px solid#015bbb;
    color: #fff;
    padding: 14px 30px;
    font-size: 17px;
    margin-top: 10px;
    transition-duration: 0.5s;
    letter-spacing: 0.5px;
}
.f-btn button:hover{
    background: #fff;
    border: 1px solid#015bbb;
    color: #015bbb;
}

.maps img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #000;
}

.content.mot h2 span{
    font-size: 40px;
}
.content.mot p{
    line-height: 24px;
    font-family: "Syne", sans-serif;
}
.month{
    font-family: "Syne", sans-serif;
}
.content.mot p .fa{
    font-size: 15px;
    color: #fff600;
}
.content.mot {
    color: #fff;
    margin-top: 70px;
}


.dvla-form.mot {
    padding: 30px 20px;
    margin-top: 15px;
}
.dvla-form.mot .input-group {
    margin-bottom: 15px;
}
.dvla-form.mot .form-group {
    margin-bottom: 10px;
}
.dvla-form.mot .form-control {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    border-radius: 0px;
    font-family: "Syne", sans-serif;
    font-size: 16px;
}
.dvla-form.mot .input-group-addon {
    border-radius: 0px;
}


.dvla-form.mot p{
    margin-bottom: 10px;
}

.check p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
    text-align: left;
}
.pading-0{
    padding: 5px;
}
.priv-p p{
    font-size: 14px;
    margin-top: 12px;
    text-align: left;
}
.month{
    margin-top: 10px;
}
.mot-btn button{
    width: 100%;
    background: #015bbb;
    border: 1px solid#015bbb;
    color: #fff;
    padding: 11px;
    font-size: 17px;
    transition-duration: 0.5s;
    font-family: "Syne", sans-serif;
    font-weight: 600;
}
.mot-btn button:hover{
    background:transparent;
    border: 1px solid#015bbb;
    color: #015bbb;
}
.help.mot {
    margin-top: 40px;
}


.mot-detail{
    font-family: "Syne", sans-serif;
    margin-top: 50px;
}
.mot-detail h2 span{
    font-size: 36px;
}
.mot-detail h2 {
    font-size: 60px;
    color: #015bbb;
    margin-top: 0px;
}
.mot-detail h3 {
    color: #015bbb;
    font-weight: 700;
}
.mot-detail p {
    font-size: 16px;
}




.gallery-headi.ser a {
    background: #015bbb;
    margin: 5px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}
.marg{
    margin-top: 30px;
}


.abt-bnrcont.contact.ser {
    text-align: left;
    margin-top: -395px;
}
.abt-bnrcont.contact.ser .bag {
    padding: 20px 40px;
    height: 190px;
}
.abt-bnrcont.contact.ser h2{
    text-align: center;
}
.abt-bnrcont.contact.ser p{
    font-family: "Syne", sans-serif;
}
.abt-bnrcont.contact.ser h3{
    font-family: "Syne", sans-serif;
}
.abt-bnrcont.contact.ser img{
    width: 100%;
    margin-bottom: -22px;
}
.help.mot.ser{
    margin-bottom: -41px;
    margin-top: 70px;
}

.bag img {
    background: #015bbb;
    width: 120px !important;
    margin-top: -80px;
    border-radius: 10px;
}


.abt-bnrcont.contact.priva {
    margin-top: -180px;
}

.best.priva{
    padding: 100px 20px 70px;
    margin-top: 30px;
}



.abt-bnrcont.models-page {
    margin-top: -250px;
}
.abt-bnrcont.models-page .mnn {
    background: none;
    padding: 5px;
    border-radius: 10px;
    margin: 25px auto;
}
.abt-bnrcont.models-page p{
    color: #fff;
    font-size: 27px;
    margin: 8px 0px -20px;
}
.abt-bnrcont.models-page .butonn button {
    background: #015bbb;
    color: #fff;
    padding: 10px 50px;
    border: 1px solid#015bbb;
}
.abt-bnrcont.models-page .butonn button:hover {
    background: #fff;
    color: #015bbb;
    border: 1px solid#fff;
}

.best.priva.models{
    margin-top: -32px;
}
.best.priva.models span{
    color: #da1d28;
}
.model-detail {
    padding: 30px 0px 50px;
}
.overr a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #015bbb;
}
.models-content {
    background: #eef1fb;
    padding: 20px 20px 15px;
    text-align: center;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    font-family: "Syne", sans-serif;
    border: 1px solid #eef1fb;
    border-radius: 15px;
}
.models-content:hover {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid#015bbb;
}
.models-content img{
    width: 110px;
    margin-bottom: -20px;
}


.engine-size{
    margin-top: 50px;
}
.btnn a button span{
    color: #da1d28;
}
.btnn a button {
    width: 100%;
    background: #eef1fb;
    border: 1px solid #eef1fb;
    color: #015bbb;
    padding: 16px;
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition-duration: 0.5s;
    border-radius: 6px;
    margin-bottom: 20px;
}
.btnn a button:hover {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid#015bbb;
}
.up{
    margin-top: 25px;
}

.best.size{
    background: transparent;
    margin-bottom: -60px;
}
.best.priva.models h3 span{
    color: #da1d28;
}
.best.size h3 span{
    color: #da1d28;
}


.formpage{
    margin-bottom: 80px;
}
.pagetop{
    text-align: center;
}
.toplogo{
    border-bottom: 1px solid#ccc;
}
.toplogo{
    padding: 20px;
}
.toplogo img {
    width: 125px;
}
.flogo{
    text-align: right;
}
.flogo img{
    width: 120px;
}
.f-one{
    padding: 40px 0px;
}
.f-one p {
    font-family: "Syne", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.f-one p span{
    color: #da1d28;
}
.formcontent p{
    font-size: 20px;
    font-family: "Syne", sans-serif;
    font-weight: 700;
}
.formdet{
    padding: 20px 30px;
    background: #eef1fb;
}
.formdet .form-control {
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: "Syne", sans-serif;
}
.formdet .input-group-addon {
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 50px;
    border-right: 0px;
}
.formdet .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.fbtn{
    background: #fff;
    padding: 4px;
    border-radius: 4px;
}
.formdet button {
    background: #015bbb;
    border: 1px solid#015bbb;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    font-family: "Syne", sans-serif;
    transition-duration: 0.5s;
    text-transform: uppercase;
}
.formdet button:hover {
    background: #fff;
    color: #015bbb;
}
.formdet p{
    font-size: 17px;
    font-family: "Syne", sans-serif;
}

.side-img img{
    width: 104.6%;
    margin-top: 39px;
    margin-left: -30px;
}

.img-text {
    color: #fff;
    margin-top: -700px;
    padding: 30px;
    font-family: "Syne", sans-serif;
}

.img-text h3{
    margin-bottom: 30px;
}
.img-text p{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.img-text p .fa{
    color: #fff600;
}
.side-logo{
    text-align: center;
}
.side-logo img {
    width: 140px;
    margin-left: -40px;
    margin-bottom: 20px;
}
.secur{
    text-align: center;
    margin-left: -25px;
}
.secur img{
    width: 350px;
}


.reviews-page{
    background: #eef1fb;
    margin-top: 78px;
    padding: 30px 0px 60px;
}
.linkdata{
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-family: "Syne", sans-serif;
    border: 1px solid#fff;
    transition-duration: 0.5s;
}
.linkdata:hover {
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid#015bbb;
}
.links{
    margin-bottom: 20px;
}
.links a{
    text-decoration: none;
    color: #015bbb;
}
.links h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    background: #015bbb;
    padding: 10px;
    color: #fff;
}
.linkdata img{
    width: 80%;
}
.rev-form{
    padding: 20px;
}
.rev-portion {
    background: #eef1fb;
}
.frmmm {
    padding: 30px;
    background: #f1f1f1;
    border: 1px solid #015bbb;
    margin-top: 10px;
    font-family: "Syne", sans-serif;
}
.frmmm .text-box {
    width: 100%;
    border: 1PX solid #015bbb;
    padding: 5px 20px;
    margin-bottom: 10px;
    height: 50px;
    font-size: 16px;
}
.frmmm .text-erea {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: 1PX solid #015bbb;
    padding: 10px 20px;
    font-size: 16px;
}
.frmmm .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #015bbb;
    border-radius: 0px;
    margin-top: 6px;
    margin-bottom: 3px;
}


.review-btn {
    background-color: #015bbb;
    color: #fff;
    border: 1px solid #015bbb;
    font-size: 16px;
    padding: 10px 57px;
    border-radius: 0px;
    margin: 11px 0px 8px 0px;
    transition-duration: 0.5s;
}
.review-btn:hover {
    background-color: #00458e;
    border: 1px solid #00458e;
}
.rev-form h3 {
    color: #015bbb;
    font-family: "Syne", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.rev-form a{
    color: #FFCE00;
    font-size: 24px;
}
.textt {
    background: #fff;
    padding: 40px 20px;
    font-family: "Syne", sans-serif;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 2px 2px 7px #ccc;
}
.textt .name p {
    
    color: #015bbb;
    font-weight: 700;
    font-size: 16px;
}
.textt .icon img{
    width: 110px;
}
.revi p {
    font-size: 16px;
    font-weight: 500;
}









.global-ftr{
    background: #000;
    padding: 50px 20px 0px;
    text-align: center;
    color: #fff;
}
.global-ftr h4{
    font-size: 36px;
    color: #015bbb;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.global-ftr h5{
    font-size: 80px;
    border-top: 1px solid#fff;
    border-bottom: 1px solid#fff;
}
.global-ftr h5 a{
    color: #fff;
    text-decoration: none;
}


.f-social .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin: 0px 1px;
    border-radius: 20px;
}
.mailsocial p a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: "Syne", sans-serif;
}
.other {
    
}
.other p{
    font-size: 20px;
    line-height: 40px;
    font-family: "Syne", sans-serif;
}

.btmftr{
    border-top: 1px solid#fff;
    padding: 20px 20px 10px;
    font-family: "Syne", sans-serif;
    font-size: 18px;
}

.gallery-headi.page{
    margin-top: -210px;
}
.gallery-headi.page h3{
    color: #fff;
}
.f-nav{
    margin-top: 40px;
    margin-bottom: 40px;
}
.f-nav a {
    color: #1DA1F2;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "Syne", sans-serif;
    font-size: 18px;
    border-left: 1px solid #fff;
}
.f-nav a:hover {
    color: #fff;
}







#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px ;
    position: relative;
    margin: 20px auto;
    transition-duration: 2s;
}
#enquirypopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #fff;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: #015bbb;
    border: 4px solid#fff;
    background: #015bbb;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: #015bbb;
    text-shadow: 0px 0px 0px;
    font-weight: 800;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}

.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #fff;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}
.bdy-txt{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.bdy-txt img{
    width: 130px;
}
.bdy-txt h2{
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.bdy-txt span{
    font-size: 20px;
        color: yellow;
}
.bdy-txt h3{
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 40px;
    margin-top: -20px;

}
.bdy-txt h3 .fa{
    font-size: 20px;
    color: #015bbb;
}
.bdy-txt h3 a{
    text-decoration: none;
    color: yellow;
}
.bdy-txt h4 {
    line-height: 26px;
    color: #fff;
}
.bdy-txt h4 span{
    font-size: 20px;
    color: yellow;
    font-weight: 700;
}
.bdy-txt h4 a{
    text-decoration: none;
    color: #fff;
}
.bdy-txt a button{
  background: #015bbb;
  border: 1px solid #015bbb;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  transition-duration: 0.5s;
  font-family: 'Roboto', sans-serif;
}
.bdy-txt a button:hover {
  background: #fff;
  color: #015bbb;
  border-radius: 20px;
}



/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    background: #015bbb;
    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: 768px){
.modal-dialog {
  margin: 20px auto;
}
#enquirypopup .modal-dialog {
  width: 302px;
}
.bdy-txt h2 {
  font-size: 20px;
}
.bdy-txt span {
  font-size: 16px;
}
.bdy-txt h3 {
  font-size: 27px;
}
.bdy-txt h4 span {
  font-size: 16px;
}
.bdy-txt h4 {
  font-size: 16px;
}

}















@media screen and (min-width: 768px) and (max-width: 991px){
.navbar-default .navbar-nav > li > a {
  font-size: 11px;
}
.navbar-brand img {
  width: 111px;
  margin-top: -11px;
}

.nav > li > a {
  padding: 10px 5px;
}
.make img {
  width: auto;
}

.make {
  margin-bottom: 0px;
  height: 350px;
  overflow: hidden;
}
.make a p {
  margin-top: -100px;
}




}




@media screen and (min-width: 1px) and (max-width: 991px){
.topheader {
  display: none;
}
.banner-content {
  margin-top: 0px;
  background: #015bbb;
  padding: 10px 0px 30px;
}

.topbaner-hom img {
  margin-top: 0px;
  display: none;
}
.topbanerr-hom img{
    margin-top: 0px;
    display: block;
}


.topbaner img {
  margin-top: 0px;

}

.topbanerr img{
    margin-top: 0px;
    display: none;
}
.navbar {
  top: 0px;
  background: #015bbb;
  position: relative;
  z-index: 11111;
}
.navbar-default .navbar-nav > li > a {
  text-align: center;
}
.content h2 {
  font-size: 18px;
  line-height: 30px;
}
.content h2 span {
  font-size: 30px;
}
.content p {
  display: none;
}
.banner-btn {
  display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  position: relative;
  z-index: 11111;
}

.abt-bnrcont.models-page {
  margin-top: -48px;
  background: #015bbb;
  padding: 50px 0px 60px;
}
.abt-bnrcont.models-page p {
  font-size: 20px;
}
.abt-bnrcont.models-page .buton a {
  background: #fff;
  color: #015bbb;
  padding: 10px 50px;
}
.dvla-form {
  padding: 30px 10px;
  margin-top: 10px;
}
.dvla-main {
  width: 287px;
}
.reg-input-new1 {
  width: 227px;
  font-size: 16px;
}
.form-portion {
  padding: 20px;
}
.form-portion h3 {
  font-size: 24px;
}
.frmm {
  margin-top: 20px;
  padding: 20px;
  border-radius: 0px;
}
.form-control.pehla {
  border-radius: 0px;
  width: 100%;
}
.frmm .form-control {
  width: 100%;
}
.frmm a button {
  border-radius: 0px;
}
.side img {
  width: 90%;
  margin-bottom: -32px;
  margin-top: 20px;
}
.testimonials-wrap .heading-section h2 {
  font-size: 24px;
}
.testimonials-wrap {
  padding: 20px 0px;
}
.pdg{
    padding: 3px;
}
.top {
  margin-top: 0px;
}
.make{
  margin-bottom: 40px;
  height: auto;
}
.make a p {
  font-size: 14px;
}
.make img {
  width: 100%;
}
.makes-portion h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.makes-portion {
  margin-top: -40px;
}
.best-content h3 {
  font-size: 20px;
}
.best {
  padding: 20px;
  margin-top: 0px;
}
.how h3 {
  font-size: 24px;
}
.how-content {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
}
.faqs {
  margin-top: 0px;
}
.faq-text h4 span {
  font-size: 24px;
  line-height: 28px;
}
.video h3 {
  font-size: 24px;
}
.video {
  margin-top: 0px;
}
.help h3 {
  font-size: 24px;
}
.help {
  padding: 20px;
}
.help a button {
  padding: 15px 30px;
  font-size: 16px;
}
.gallery-headi h3 {
  font-size: 24px;
}
.g-btn {
  margin-top: 0px;
  margin-bottom: 20px;
}
.btm-dvla {
  padding: 20px;
  height: auto;
}
.dv-btn button {
  width: 60%;
  margin-left: 0px;
  height: 43px;
  margin-top: 10px;
  border-radius: 5px;
}
.global-ftr h4 {
  font-size: 24px;
}
.global-ftr h5 {
  font-size: 24px;
}
.other p {
  font-size: 16px;
  line-height: 30px;
}

.abt-bnrcont h2 span {
  font-size: 24px;
}
.abt-bnrcont {
  margin-top: -185px;
}
.abt-bnrcont h2 {
  font-size: 18px;
  line-height: 24px;
}
.abt-bnrcont h2 span {
  font-size: 18px;
}
.abt-bnrcont h3 {
  font-size: 24px;
}
.bag {
  box-shadow: 1px 1px 6px #333;
}
.mossion {
  margin-top: 10px;
}
.bold p {
  font-size: 60px;
  margin-top: -58px;
}
.m-cont.fifth {
  padding:20px;
}
.m-cont {
  padding: 20px;
  height: auto;
}
.m-cont h3 {
  font-size: 24px;
}
.month {
  margin-top: 0px;
  margin-left: 10px;
}
.check{
  margin-top: 15px;
}
.content.mot {
  display: none;
}
.help a button .fa {
  font-size: 30px;
  display: none;
}
.mot-detail h2 {
  font-size: 50px;
}
.mot-detail h3 {
  font-size: 20px;
  margin-top: 0px;
}
.bag img {
  width: 78px !important;
}
.abt-bnrcont.contact.ser .bag {
  height: auto;
  margin-bottom: 10px;
}
.gallery-headi.ser a {
  display: block;
}
.help.mot.ser {
  margin-bottom: 0px;
  margin-top: 20px;
}
.faq-text.abt.cont {
  margin-top: -8px;
}
.faqs-img.abt img {
  width: 100%;
}
.btnn a button {
  margin-bottom: 10px;
}
.flogo {
  text-align: center;
}
.f-one {
  padding: 0px;
}
.f-one p{
  text-align: center;
  font-size: 16px;
}
.formcontent p {
  font-size: 16px;
}

.side-img{
    display: none;
}
.img-text {
  display: none;
}
.formpage {
  margin-bottom: 20px;
}

.testimonials-wrap .testimonial-box {
  height:270px;
}

.abt-bnrcont.models-page .butonn button {
  background: #fff;
  color: #015bbb;
  border: 1px solid #015bbb;
}
.f-nav a {
  display: block;
  border: 0px;
}
.f-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}


.reviews-page {
  margin-top: 0px;
}
.linkdata {
  margin-bottom: 20px;
}
.rev-form h3 {
  font-size: 24px;
}
.textt .name p {
  font-size: 14px;
}
.textt {
  padding: 20px 5px;
  text-align: center;
}

}



@media screen and (min-width: 992px) and (max-width: 1199px){
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
}
.banner-content {
  margin-top: -370px;
}
.content h2 span {
  font-size: 36px;
}
.content h2 {
  font-size: 18px;
  line-height: 36px;
}
.banner-btn {
  margin-top: 30px;
}
.content p {
  font-size: 16px;
}
.dvla-form {
  margin-top: 21px;
}
.dvla-form {
  padding: 40px 20px 40px;
}
.dvla-main {
  width: 327px;
}
.reg-input-new1 {
  width: 266px;
  font-size: 20px;
}
.form-portion {
  background: #eef1fb;
  padding: 80px 20px;
}
.side img {
  width: 60%;
  margin-bottom: -102px;
  margin-top: 40px;
}
.top {
  margin-top: 0px;
}
.make{
  margin-bottom: 40px;
}
.banner-content.mott {
  background: #015bbb;
  margin-top: -0px;
  padding: 40px 20px;
}
.gallery-headi.ser a {
  font-size: 13px;
}

.models-content {
  padding: 20px 10px 15px;
  font-size: 14px;
}
.how-content {
  width: 210px;
  height: 250px;
  border-radius: 0%;
}
.abt-bnrcont.models-page p {
  font-size: 20px;
}
.abt-bnrcont.models-page {
  margin-top: -190px;
}
.best.priva.models {
  margin-top: -55px;
}
.btnn a button {
  padding: 16px 10px;
  font-size: 14px;
}
.img-text {
  margin-top: -570px;
}
.secur img {
  width: 260px;
  margin-top: 37px;
}

}










    .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;
}




#snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: white;
  font-size: 1em;
  user-select: none;
  pointer-events: none;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes fall {
  0% { transform: translateY(0); }
  100% { transform: translateY(100vh); }
}










