html {
  max-width: 100%;
  overflow-x: hidden;
}
*:focus{
  outline: none;
}
.bancont {
  position: relative;
  background: url("../../image/ban.jpg");
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed; 
}
.bancont img{
  width: 100%;
  margin: 0 auto;
}

.driverji_ban_text {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
/*  margin-top: 7%;*/
  min-height: 100px;
  display: block;
  padding-bottom: 5%;
}
.driverji_ban_text img {
  width: 150px;
  display: block;
}
.driverji_ban_text h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 50px;
  display: block;
  text-align: center;
  color: white;
  margin-top: 50px;
  letter-spacing: 3px;
}
.driverji_ban_text h2{
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 70px;
  display: block;
  text-align: center;
  color: #fbcd19;
  letter-spacing: 3px;
  letter-spacing: 10px;
}
.driverji_ban_text .playstoreban {
    width: 170px;
    margin-top: 3%;
}
.bancont .ban_p {
    color: white;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin: 3px;
    letter-spacing: 2px;
}
.second_line span{
  background: #fbcd19;
  padding: 3px 10px 1px;
  color: #464646;
  font-weight: 600;
  font-size: 14px;
}
.second_line{
 margin-top: 9px!important;
}
.headingcont {
  width: 90%;
  margin:5% auto;
}

.stack__card {
  min-height: 100vh;
/*  position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.1), 0 -1px 2px rgba(0,0,0,0.25);
}
.stack__card:nth-child(1) {
  background-color:#2c2b2a;
  /* min-height:700px;*/
/*  position: -webkit-sticky;
  position: sticky;*/
  z-index: 0;
}
.stack__card:nth-child(2) {
  background-color: #fbcd19;
  min-height:1000px;
  z-index: 1;
  z-index: 2;
  position: relative;
}
.stack__card:nth-child(3) {
  background-color: #3d3b3c;
  z-index: 2;
}
.heading {
  font-family: 'PT Serif', serif;
  font-size: 70px;
  display: block;
  text-align: left;
  width: 70%;
  margin: 0 auto;
  font-weight: 900;
  letter-spacing: 3px;
  position: relative;
  color: #656565;
}


.heading:before {
  position: absolute;
  bottom: -22px;
  left: 7px;
  width: 400px;
  content: '';
  height: 4px;
  background: #656565;
  border-radius: 100px;
}
.ratechart_cont {
  width: 80%;
  margin: 2% auto;
  min-height: 600px
}
.inner_ratechartcont {
  width: 100%;
  min-height: 200px;
  background: #656565;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  box-shadow: 1px 1px 7px 0px #00000040;
  border-radius: 10px;
}
.inner_ratechartcont h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 25px;
}
.inner_ratechartcont p{
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0px;
  margin-top: 30px;
  line-height: 21px;
}

.phone_row_ban {
  width: 100%;
  margin: 0 auto 7%;
  color: white

}
.phone_row_ban .col-md-6{
  text-align: right;
  color: white;
 font-family: 'Montserrat', sans-serif;
}
.phone_row_ban .col-md-6 a{
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;

}
.phone_row_ban .col-md-6 .glyphicon , .phone_row_ban .col-md-6 i{
  color: #fbcd19;
  font-size: 25px;
  margin-right: 6px;

}
.phone_row_ban .col-md-6 i{
  display: block;
  text-align: center;
}
.contact_details_cont .glyphicon {
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block;
}
.adrresscont p{
  text-align: left;
}
.circleimage_cont {
  min-height: 100px;
}
.circleimage_cont img {
  width: 100%;
  margin:0 auto;
  background: #3d3c3c;
}
.headingratechart {
  color: #fbcd19;
}
.fooetrcont {
  background-color: black;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 20px 0px;
  font-family: 'Montserrat', sans-serif;
}
.hammenu_cont{
  position: fixed;
  top: 5%;
  left: 0%;
  bottom: 5%;
  top: 0%;
  background: #fbcd19;
  z-index: 9;
  width: 100%;
  height: 100%;
  /*  animation: justdelay .5s linear forwards;*/
  /*  animation-delay: 1s;*/
  display: grid;
  align-content: center;
  justify-content: center;
  display: none;
  overflow-y: scroll;
}
/*@keyframes justdelay {
  0% {
   opacity: 0;
  }
  100% {
   opacity: 1;
  }
}*/
.innerhammenu {
  width: 90%;
  background: #3d3c3c;
  margin: 5% auto;
  padding: 1% 0% 3%;
  border-radius: 10px;
  max-width: 500px;
}
.contact_details_cont {
    width: 100%;
    margin: 0 auto;
    /* background: red; */
    max-width: 296px;
    /* min-height: 109px; */
    margin-top: 40px;
}
.contact_details_cont p{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}
.hammenu_cont_decore.active {
  position: fixed;
  top: 5%;
  bottom: 5%;
  right: 0%;
  background: #fbcd19;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 10000000pc;
  transform:  scale(2);
  animation: scalingdecore 1s linear forwards;
}
.close_popup {
  position: fixed;
  top: 10px;
  right: 24px;
  color: red!important;
  background: no-repeat;
  border: none;
}
.close_popup > span.glyphicon.glyphicon-remove-circle {
  color: #ffffff;
  font-size: 36px;
  margin-right: 6px;
  width: 39px;
  height: 39px;
  background: black;
  align-content: center;
  justify-content: center;
  display: grid;
  border-radius: 100px;
}
@keyframes scalingdecore {
  0% {
    top: -108%;
    right: -135%;
  }
  100% {
    top:0%;
    right: 0%;
  }
}
.ham_menu_cont_tri {
      text-transform: uppercase;
}
.ham_menu_cont_tri span{
    cursor:pointer;
}
.notice_cont {
  min-height: 600px;
  background: #fbcd19;
  padding-bottom: 5%;
}
.notice_cont .headingratechart {
    color: #3e3e3e;
    margin-bottom: 2%;
}
.notice_cont .heading:before {
    position: absolute;
    bottom: -22px;
    left: 7px;
    width: 466px;
    background: #3e3e3e;
    }
    .notice_cont .ul_cont_inner{
      width: 89%;
      margin: 0 auto;
      max-width: 1042px;
    }
.terms_ul {
  counter-reset: section;
}
.ul_cont_inner h3 {
  text-align: center;
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  padding: 0px 10px;
  color: #3e3e3e;
  margin-bottom: 26px;
}
.terms_ul  li {
  list-style: none;
  margin: 4% auto;
  color: #f74369;
  position: relative;
  margin-left: 5%;
}
.terms_ul  li span{
  /* background: black; */
  font-size: 17px;
  font-family: 'Heebo', sans-serif;
  color: #3d3b3b;
  margin-left: 17px;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
}
.terms_ul  li:before {
  counter-increment: section;
  content: counter(section);
  color: #ffffff;
  background: black;
  font-size: 16px;
  padding: 3px 10px;
  font-family: 'Heebo', sans-serif;
  position: absolute;
  left: -10%;
  top: -4px;
  border-radius: 5px;
}
@media only screen and  (max-width: 768px) and (min-width: 300px){
  .inner_ratechartcont {
    width: 100%;
    min-height: auto;
    background: #656565;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    box-shadow: 1px 1px 7px 0px #00000040;
    border-radius: 10px;
  }
  .inner_ratechartcont p {
      font-family: 'Heebo', sans-serif;
      font-size: 13px;
      font-weight: 300;
      color: #ffffff;
      letter-spacing: 0px;
      margin-top: 10px;
      line-height: 21px;
      margin-bottom: 19px;
  }
  .heading {
      font-family: 'PT Serif', serif;
      font-size: 42px;
      width: 100%;
      text-align: center;
    }
    .heading:before {
      display: none;
    }
    .driverji_ban_text h2 {
        font-size: 50px;
      }
      .ham_menu_cont_tri{
        text-align: center;
      }
      .terms_ul  li:before {
        font-size: 16px;
      }
  }

  @media only screen and  (max-width: 990px) and (min-width: 768px){
    .inner_ratechartcont {
      width: 100%;
          min-height: 155px;
          background: #656565;
          margin-top: 20px;
          text-align: center;
          padding: 10px;
          box-shadow: 1px 1px 7px 0px #00000040;
          border-radius: 10px;
    }
    .inner_ratechartcont p {a
        font-family: 'Heebo', sans-serif;
        font-size: 13px;
        font-weight: 300;
        color: #ffffff;
        letter-spacing: 0px;
        margin-top: 10px;
        line-height: 21px;
        margin-bottom: 19px;
    }
    .heading {
        font-family: 'PT Serif', serif;
        font-size: 42px;
        width: 100%;
        text-align: center;
      }
    .heading:before {
        display: none;
      }
      .driverji_ban_text h2 {
          font-size: 50px;
        }
    }