html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.mobile-show {
  display: none;
}

/******************************************
        Header
*******************************************/

/*header {
  padding: 1.5rem 0;
  border-bottom: 1px solid #888;
}*/

.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 1px #999;
  box-shadow: 0 2px 6px 1px #999;
  height: 100px;
}

.navbar ul li.loginbtn a.nav-link:hover {

  /*color: #fff;*/
  animation: all 3000ms ease-in-out;
}

.navbar ul li.loginbtn a.nav-link {
  padding: 8px 1rem !important;
  /*background-color: #5ac2e7;*/
  background: radial-gradient(circle, rgba(90, 194, 232, 0.4) 3%, rgba(90, 194, 232, 0.9));
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 3px;
  font-size: 16px;

}

.navbar ul li.loginbtn {
  margin-left: 60px;
}

.signin-div,
.signin-div a {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.navbar .nav-item {
  margin: 0 15px;
}

.navbar .nav-item:last-child {
  margin-right: 0;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.4px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar .nav-item.active .nav-link {
  border-bottom: 5px solid #5ac2e7;
  padding-bottom: 3px;
  padding-top: 8px;

}

.navbar .navbar-brand img {
  width: 250px;
}

/******************************************
        Banner
*******************************************/
.banner {
  /*background: linear-gradient(rgba(0, 69, 130, 0.85), rgba(0, 69, 130, 0.85)), url('images/bnr-img1.jpg');*/
  background-image: url('images/car-reward-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 300px;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin-top: 101px;
  color: #fff;
}

.banner h1{
  word-spacing: 0.5rem;
  font-size: 3rem;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4 {
  margin-bottom: 1rem;
}

.banner .col-lg-5 {
  padding-right: 15px;
  padding-left: 35px;
}

.txt1 {
  margin: 0 auto !important;
  font-size: 16px;
  width: 60%;
}

.heading1 span {
  font-weight: 900;
}

.heading1 {
  font-size: 28px;
  color: #1378c0;
  text-align: center;
  margin: 1rem auto;
  letter-spacing: 0.5px;
}

.icons h6 {
  margin: 1rem auto;
}

.signupbtn{
  cursor: pointer;
}

.icons {
  position: relative;
  height: 500px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: url('images/car-reward-bg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  padding: 1rem;
}
.form-brdr input[type="text"],.form-brdr input[type="email"]{
  width: 100%;
  height: 2.5rem;
  border: 2px solid transparent;
  padding: 0 1rem;
}

.form-brdr  input::placeholder{
  font-style: italic;
  color: #bcbcbf;
}
.icons h2,h5{
  margin: 0 auto 2rem;
  font-weight: 300;
  letter-spacing: 1px;
}


.icons img {
  width: 75px;
}
.banner-1 .heading1{
  margin: 0rem auto 2rem;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.banner-1{
  padding: 2rem 1rem;
}
.banner-1 p {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #1378c0;
  display: block;
  margin-bottom: 10px;
}

.banner p {
  color: #fff;
  margin-top: 5px;
}

.banner [class*=col-sm-] {
  text-align: center;
  font-size: 14px;
}

.cntct-form {
  background-color: #000;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;

}

.cntct-form h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5rem auto 1.5rem;
}

.cntct-form label {
  color: #fff;
  text-align: left;
  margin: 0;
}

.cntct-form .form-group {
  margin: 7px auto;
}

.cntct-form .form-control {
  height: 30px;
}

.alrt-msg a {
  color: #fff;
}

.alrt-msg {
  text-align: left;
  padding: 5px;
  margin: 1rem auto 0.5rem;
}

.alrt-msg p {
  color: #b7e2d7;
  margin: 0;
  font-size: 14px;
}

.img-social {
  margin: 5px auto;
}

/******************************************
        Intro Section
*******************************************/


section {
  margin: 1rem auto;
  padding: 2rem 1rem;
}

.heading span {
  font-weight: 300;
}

.heading {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 44px;
  color: #1378c0;
  text-align: center;
  margin: 0 auto 5rem;
  letter-spacing: 0.5px;
}

.intro li {
  color: #333;
  list-style-image: url('images/bullet-img.jpg');
  line-height: 1.5;
  list-style-position: outside;
  margin: 1rem auto;
}

/******************************************
        CarReward Section
*******************************************/
section.carreward {
  background-image: url('images/car-reward-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 820px;
}

.carreward img {
  border-radius: 40%;
}

.carreward .heading {
  color: #fff;
  margin: 1rem auto;
}

.carreward [class*=col-sm-] {
  margin: 1rem auto;
  text-align: center;
  max-width: 290px;
}

.carreward h5 {
  text-transform: uppercase;
  margin: 1rem auto;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.carreward p {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-size: 14px;
}

.txt2 {
  font-size: 26px !important;
  font-weight: 100;
  margin: 20px auto;
  width: 800px;
}

.carreward button {
  width: 200px;
  height: 50px;
  border-radius: 28px;
  background-color: #fff;
  color: #1f7dc3;
  font-size: 24px;
  border: 1px solid transparent;
}

.carlogo>div {
  text-align: center !important;
}

.slick-slide img {
  margin: 0 auto !important;
}

.slick-next {
  right: -21px !important;
  top: 20% !important;
}

.slick-prev {
  top: 20% !important;
  left: -43px !important;
}

.slick-next:before {
  content: url('images/arrow-img_r1_c15.jpg') !important;
}

.slick-prev:before {
  content: url('images/arrow-img_r1_c1.jpg') !important;
}

/******************************************
        CarReward Section
*******************************************/

section.research {
  background-image: url('images/RESEARCH-artical-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  margin-bottom: 0;
}


section.research [class*=col-md-]:last-child {
  border: none;
}

section.research [class*=col-md-] {
  border-right: 1px solid #333;
  text-align: center;
  padding: 0rem 1rem;
}


.brdr h3 {
  color: #0b406a;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: 2rem auto;
}

.brdr p {
  margin: 1rem auto;
  color: #555;
}

.brdr a {
  width: 180px;
  height: 30px;
  padding: 10px;
  border-radius: 28px;
  color: #fff;
  background-color: #0b406a;
  border: 1px solid transparent;
  font-size: 16px;
  vertical-align: middle;
  margin: 1rem auto;
  text-decoration: none;
}

/******************************************
    Automatic Tallys Section
*******************************************/

section.tally .heading {
  color: #fff;
}

section.tally {
  margin: 0;
  background-image: url('images/AUTOMATIC_TALLYS1-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

section.tally [class*=col-md] {
  text-align: center;
}

section.tally h3 {
  color: #fff;
  text-transform: capitalize;
  margin: 0rem auto;
  font-weight: 500;
  font-size: 22px;
}

/******************************************
    Reviews Section
*******************************************/

section.reviews {
  background-image: url('images/CUSTOMER REVIEWS-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin: 0;
}

section.reviews h5 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 2rem;
}

section.reviews .heading {
  margin: 0;
  color: #fff;
  letter-spacing: 2px;
}

section.reviews .slick-dots li.slick-active button:before {
  color: #fff;
}

.quote-left {
  position: relative;
}

.quote-left span {
  color: #fff;
}

.quote-left:before {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  width: 60px;
  position: absolute;
  left: 43%;
  top: 12px;
}

.quote-left:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  width: 60px;
  margin: 0 auto;
  position: absolute;
  right: 43%;
  top: 12px;
}

.pointing:focus {
  outline: none;
  box-shadow: none;
}


.pointing::before {
  content: '\f10d';
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(20deg);
  color: #fafbae;
}

.pointing {
  color: #fff;
  position: relative;
  display: flex;
  font-size: 26px;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  width: 70%;
  margin: 0 auto;
}

.pointing::after {
  content: '\f10e' !important;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(20deg);
  color: #fafbae;
}

.pointing:after {
  content: " ";

}

.user-review {
  position: relative;
  height: 90px;
}

.user-review h4 {
  position: absolute;
  top: 0;
  right: 20%;
  color: #fff;
  font-size: 26px;
}

.slick-dots li.slick-active button:before {
  color: none !important;
}

.slick-dots li button:before {
  border-top: 5px solid #aaa;
  color: transparent !important;
  width: 25px;
}

/*=================================
          Footer Section
=================================*/
footer {
  background-color: rgb(3, 28, 48);
  color: #fff;
  padding: 60px;
}

footer .container .row .col-md-2:last-child {
  border: none;
}

footer [class*=col-md-] {
  padding: 0;
  justify-content: center;
  border-right: 1px solid lightgrey;
}

footer h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

footer ul {
  list-style: none;
  padding: 0px;
}

footer ul li {
  margin-bottom: 5px;
}

.bold-text {
  font-weight: 900;
  text-transform: uppercase;
}

footer ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.7px;
}

footer ul li a:hover {
  text-decoration: none;
  color: #1378c0;
}

#contact-us {
  line-height: 1.5;
  /*padding: 0px 10px;*/
}

#contact-us p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

#contact-us p i {
  font-size: 24px;
  width: 30px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}

#socio-icons span a i {
  font-size: 36px;
  margin: 0px 5px;
  color: #fff;
}

.brdr-right1 {
  height: 280px;
  padding: 0 1rem;

}

.copyright {
  text-align: center;
  padding: 10px 0;
  color: #444;
}

.copyright span {
  text-transform: uppercase;
  color: #1177bf;
  font-weight: 500;
}

/* =========================================
            Contact Banner Section
============================================ */
#contact-banner {
  overflow: hidden;
  margin-top: 100px;
  padding: 0;
  background-color: #1378c0;
  border-bottom: 1px solid #fff;
  height: auto;
  display: flex;
  align-content: center;
  flex-flow: column;
}

#contact-banner h3 {
  margin: 47px 0px;
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
}

button.btn3 a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

button.btn3 {
  width: 200px;
  height: 50px;
  border-radius: 28px;
  background-color: #fff;
  color: #1f7dc3;
  font-size: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
}

/*=================================
          About Page
=================================*/
.faqcollapse ul li {
  margin-bottom: 1rem;
  list-style-type: square;
  color: #1177bf;
}

.faqcollapse p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #404040;
  line-height: 1.5;
  text-align: justify;
}

.faqcollapse a:hover {
  color: inherit;
}

.faqcollapse a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.banner1 {
  background-color: rgba(0, 0, 0, 0.8);
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.finance ol li {
  margin: 5px auto;
  font-size: 16px;
  line-height: 1.5;
  color: #1f7dc3;
  font-weight: 500;
}

.banner1.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/about-us-banner.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner1.faq1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/faq.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.banner1.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/contact-banner.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.banner1 h1 {
  color: #fff;
  border-bottom: 5px solid #1f7dc3;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.our-company {
  overflow: hidden;
}

.our-company h4 {
  text-transform: capitalize;
  font-weight: 700;
  color: #1f7dc3;
}

.our-company p {
  color: #333;
  font-size: 16px;
  margin-bottom: 50px;
}

.our-company .col-md-6 .row:last-child .col-xs-9 p {
  margin-bottom: 0;
}

.our-company-desc>.col-sm-3 img {
  margin: 10px auto !important;
  box-shadow: none;
}

.counter {
  background-color: #031c30;
  margin: 100px 0 0 0;
}

.counter h1 span {
  border: none;
  padding: 0;
}

.counter [class*=col-md-] {
  padding: 20px;
}

.counter .col-md-4:last-child .brdr-right {
  border: none;
}

.counter [class*=col-md-] .brdr-right h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.counter [class*=col-md-] .brdr-right h5 {
  text-transform: uppercase;
  font-weight: 700;
}

.finance p {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
}

.finance h1 {
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  color: #444;
}

.finance .row [class*=col-sm-] {
  margin-bottom: 20px;
}

.finance h4 {
  font-weight: 700;
  margin: 22px auto;
  color: #444;
}

.finance a:hover,
.finance a:focus {
  color: #f39c11;
}

.brdr-right {
  padding: 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

/*=================================
          Contact Page
=================================*/

.talk-form input,
.talk-form input:focus {
  background-color: #ddd;
  border-radius: 0;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #969696;
}

.talk-form input::placeholder {
  color: #969696;
}

.talk p {
  font-size: 17px;
  line-height: 1.5;
}

.talk-form textarea::placeholder {
  color: #969696;
}

.talk-form textarea,
.talk-form textarea:focus {
  background-color: #ddd;
  color: #969696;
  border-radius: 0;
  position: relative;
  border: 1px solid #aaa;
  box-shadow: none;
}

.talk-form h1 {
  color: #fff;
  font-weight: 300;
}

.talk-form h1:after {
  content: '';
  display: block;
  height: 2px;
  width: 150px;
  border-radius: 50%;
  margin: 10px auto;
  background-color: #f39c11;
}

.talk label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.talk .heading:after {
  content: '';
  display: block;
  height: 3px;
  width: 120px;
  border-radius: 28px;
  margin: 10px auto;
  background-color: #1378c0;

}

.talk-icons-border {
  padding: 10px 0 10px 10px;
  border-left: 1px dashed #f39c11;
}

.talk-icons p {
  margin: 30px 20px;
  font-size: 16px;
  color: #777;
  display: flex;
  align-content: center;
}

.talk-icons p span {
  margin-top: -3px;
  font-size: 28px;
  color: #666;
}

.talk-button {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 28px;
  border: none;
  margin: 10px auto;
  background-color: #1177bf;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.talk-button:hover {
  color: #f39c11;
}

.talk-flex {
  display: flex;
  align-items: center;
}

.talk {
  margin-top: 100px;
}

.talk .alert {
  margin-top: 112px;
}

/*=================================
          Testimonials Page
=================================*/
.testimonials {
  color: #555;
}

.testimonials .row {
  margin: 5rem auto;
}

.testimonials .row:after {
  content: '';
  display: block;
  border-top: 1px solid #f39c11;
  width: 100%;
  margin: 5rem auto 0;
}

.testimonials .row {
  margin-bottom: 3rem;
}

.testi-1 {
  position: relative;
  border-right: 1px solid #1378c0;
}

.testi-1 h6 {
  position: absolute;
  top: 70%;
  transform: translate(-50%, -50%);
  left: 60%;
}

.testi-1 h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1378c0;
}

.testi-2 {
  position: relative;
}

.testi-2:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  position: absolute;
  top: -40px;
  left: -24px;
  transform: rotate(30deg);
  color: #1378c0;
}

.testi-2:after {
  content: '\f10e';
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  position: absolute;
  bottom: -20px;
  transform: rotate(30deg);
  right: 100px;
  color: #1378c0;
}

.testi-2 {
  font-size: 22px;
  font-weight: 700;
}

/*=================================
          Privacy Page
=================================*/
.privacy h2:after {
  content: 'Effective 2019';
  display: block;
  width: 100px;
  margin: 10px auto;
  line-height: 16px;
  font-size: 14px;
  text-decoration: none;
}

.privacy h3 {
  margin: 2rem auto;
  font-weight: 500;
  text-transform: none;
}

.privacy h2 {
  text-align: center;
  margin: 2rem auto;
}

.privacy p {
  text-align: justify;
  font-size: 14px;
}

.privacy {
  padding: 3rem;
  color: #333 !important;
}

/*=================================
          TAC Page
=================================*/
.tac {
  padding: 2rem;
  color: #333 !important;
}

.tac p {
  font-size: 14px;
  text-align: justify;
}

.tac ul,
.tac ul li {
  font-size: 14px;
}

.tac h1:after {
  content: 'Terms and Conditions';
  font-size: 22px;
  display: block;
  line-height: 24px;
  margin: 10px auto;
}

.tac h1 {
  text-align: center;
  margin: 1rem auto;
}

.tac ol ul {
  list-style-type: square;
}

/******************************************
                  Blog Page
*******************************************/
.banner1.blog1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/blog-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.blog .row {
  margin-bottom: 1.5rem;
  justify-content: center;
  align-items: center;
  /*background-color: #eee;*/
  border: 1px solid #ccc;
  padding: 0.5rem 0;
}

.btn-blog:hover {
  color: #404040;
}

.btn-blog {
  background-color: #2aaff4;
  color: #fff;
}

.blog h5 {
  color: #2aaff4;
  text-transform: uppercase;
}

/******************************************
            How it Works Page
*******************************************/

.banner1.howit {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/howitworks-banner.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}

.space-left {
  margin-left: auto;
  width: 80%;
}

.space-right {
  margin-right: auto;
  width: 80%;
}

.howitwork [class*=col-sm-] {
  margin: 2rem auto;
}

.howitwork ul {
  list-style-type: square;
  color: #787f7f;
}

.howitwork h3 {
  color: #1378c0;
}

.howitwork p {
  color: #787f7f;
  text-align: justify;
}

.howit h5:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  font-weight: 900;
  font-size: 22px;
  color: #2aaff4;
  transform: rotate(10deg);
}

.howitwork img {
  border-radius: 20px;
  box-shadow: 0 0 10px 1px #8c8c8c;
}


.outer {
  position: relative;
}

.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  font-weight: 900;
  color: #404040;
}