
.topbar{background-color: #002d86; font-size: 15px; color: #fff; line-height: normal; padding: 15px 0;}
.topbar a{color:#fff; text-decoration: none;}
.topbar a:hover{color:#fff; text-decoration: none;}

.brand{position: relative; overflow: hidden;}

.brand:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.brand:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}


#mainMenu>ul>li>a{margin: 1.875em 1em 1.875em 1em; padding: 0px; overflow: hidden;}
#mainMenu>ul>li>a span{ transition: transform 0.3s ease-in-out; position: relative; display: inline-block;}

#mainMenu>ul>li>a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    transform: translate3d(0, 0, 0);
  }

 

#mainMenu>ul>li>a:hover span{transform: translateY(-100%);}
 
#mainMenu ul li.active a{background-color: transparent; color: #002d86;}



#mainMenu>ul>li>a:hover, #mainMenu>ul>li.hover>a{background-color: transparent; color: #002d86;}
#mainMenu .icon-down-open{font-size: 15px; font-weight: normal;}

#mainMenu .dropdown-menu{border-color: #fff;  width: 300px; border:0px; border-radius:0px; padding: 0px;
  -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 8px 36px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;}
 #mainMenu .dropdown-menu li a{padding: 10px 15px;  }
 #mainMenu .dropdown-menu li a:hover{background: #002d86; color: #fff;}

#mainMenu .dropdown-menu li {border-bottom: 1px solid #edeff1; float: none;}
#mainMenu .dropdown-menu li:last-child{border-bottom: 0px;}

















/*--------   2.3 Footer          --------*/
/*#tt-footer {
  background: url(../images/tt-foter-bg.jpg) top center repeat;
  position: relative;
  color: #b5b5b5;
  padding: 40px 0 40px 0;
  min-height: 300px;
  overflow: hidden;
}*/
/*#tt-footer:not([class^="offset-"]) {
  margin-top: 140px;
}*/
@media (max-width: 768px) {
 /* #tt-footer:not([class^="offset-"]) {
    margin-top: 93px;
  }
  .home #tt-footer:not([class^="offset-"]) {
      margin-top: 0;
  }
  #tt-header .tt-menu ul li {
      margin-top: 0;
      position: relative;
  }*/
}
/*
@media (max-width: 550px) {
  #tt-footer:not([class^="offset-"]) {
    margin-top: 74px;
  }
}
*/
/*@media (max-width: 991px) {
  #tt-footer {
    padding-bottom: 90px;
  }
}
    
@media (max-width: 768px) {
  #tt-footer {
    padding-top: 81px;
  }
}
@media (min-width: 1050px) {
  #tt-footer:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}*/
/*#tt-footer:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  height: 4px;
  width: 100%;
  background: #002d86;
}*/
/*#tt-footer .container {
  position: relative;
  z-index: 2;
}
#tt-footer .tt-logo {
  position: relative;
  height: 68px;
  display: inline-block;
  overflow: hidden;
  width: 221px;
}
#tt-footer .tt-logo .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 69px;
  margin-top: 2px;
}
#tt-footer .tt-logo .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 69px;
  margin-top: 2px;
}
#tt-footer .tt-logo .logo-text {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: block;
  left: 66px;
  margin-top: -3px;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  letter-spacing: 0.01em;
}
#tt-footer .tt-logo .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 40px;
  left: 61px;
  letter-spacing: 0.06em;
}
#tt-footer .tt-logo .slogan-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#tt-footer .tt-logo .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#tt-footer .tt-logo .slogan-text span:before,
#tt-footer .tt-logo .slogan-text span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -2px;
  background: #ffffff;
}
#tt-footer .tt-logo .slogan-text span:before {
  left: 0px;
}
#tt-footer .tt-logo .slogan-text span:after {
  right: 0px;
}
@media (max-width: 550px) {
  #tt-footer .tt-logo .logo-icon {
    max-height: 54px;
    margin-top: 3px;
  }
  #tt-footer .tt-logo .logo-letter {
    max-height: 54px;
    margin-left: -2px;
    margin-top: 3px;
  }
  #tt-footer .tt-logo .logo-text {
    font-size: 35px;
    left: 52px;
    margin-top: -2px;
  }
  #tt-footer .tt-logo .slogan-text {
    top: 34px;
    left: 48px;
    letter-spacing: normal;
  }
  #tt-footer .tt-logo .slogan-text:before {
    height: 16px;
  }
  #tt-footer .tt-logo .slogan-text span {
    font-size: 10px;
    top: -9px;
    padding-left: 13px;
    padding-right: 13px;
    letter-spacing: 0.06em;
  }
  #tt-footer .tt-logo .slogan-text span:before,
  #tt-footer .tt-logo .slogan-text span:after {
    width: 7px;
    margin-top: -1px;
  }
}
#tt-footer .tt-footer-box-info {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 29px;
  color: #b5b5b5;
  padding-right: 15px;
}
#tt-footer .title-aside {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fdc400;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 27px 0;
}
#tt-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tt-footer ul.menu li a {
  color: #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer ul.menu li a:hover {
  color: #fdc400;
}
#tt-footer ul.menu li:first-child {
margin-top: 0;
}
#tt-footer ul.menu li:not(:first-child) {
  margin-top: 10px;
}
.social-services iframe.twitter-timeline {
    max-width: 360px !important;
}
#tt-footer .tt-social-icon {
  margin-top: 4px;
  margin-bottom: 16px;
}
#tt-footer .tt-social-icon li,
#tt-footer .tt-social-icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}
#tt-footer .tt-social-icon i {
  position: relative;
  color: #181818;
  font-size: 19px;
  margin-left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon a:before {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fdc400;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon li {
  padding: 0 30px;
  cursor: default;
      margin-top: 0;
}
#tt-footer .tt-social-icon li:hover a:before {
  background: #ffffff;
}
#tt-footer .tt-social-icon li:hover i {
  color: #fdc400;
}
#tt-footer .tt-baner-01 {
  background: #ffffff;
  display: inline-block;
  width: 271px;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 7px 0 12px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #tt-footer .tt-baner-01 {
    margin-top: 31px;
  }
}
#tt-footer .tt-baner-01 .tt-logo-banner {
  position: relative;
  height: 63px;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-text {
  color: #393939;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  display: block;
  left: 59px;
  top: 2px;
  font-size: 40px;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  letter-spacing: 0.01em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 36px;
  left: 54px;
  letter-spacing: 0.06em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -7px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before,
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -1px;
  background: #ffffff;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before {
  left: -1px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  right: -1px;
}
#tt-footer .tt-baner-01 address {
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.3;
    padding: 0 10px;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 8px;
}
#tt-footer .tt-baner-01 address span.tel {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #1d1d1d;
  font-size: 21px;
  padding-bottom: 6px;
  font-weight: 500;
}
#tt-footer .tt-baner-01 address span.tel a {
  display: inline-block;
  position: relative;
  z-index: 7;
  color: #1d1d1d;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-baner-01 address span.tel a:hover i {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
#tt-footer .tt-baner-01 address span.tel i {
  color: #fdc400;
  margin-right: 7px;
  font-size: 20px;
  display: inline-block;
}
#tt-footer .tt-baner-01:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
#tt-footer .tt-baner-01:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#tt-footer .tt-footer-copyright {
  color: #ffffff;
  font-size: 16px;
  margin: 27px 0 0 0;
  font-weight: lighter;
}
#tt-footer .col-list {
  position: relative;
}
#tt-footer .col-list:before {
  content: '';
  display: block;
  left: 50%;
  top: 10px;
  position: absolute;
  width: 1px;
  height: 100%;
  margin-left: -24px;
  z-index: 1;
  background-color: rgba(208, 208, 208, 0.2);
}
#tt-footer .col-list .extra-indent {
  padding: 8px 0 0 78px;
}
.footer-before-space {
    margin-bottom: 140px;
    display: block;
    width: 100%;
    clear: both;
}*/

/*@media (max-width: 767px) {
  #custom_html-3 .col-xs-12.extra-indent,
  #custom_html-4 .col-xs-12.extra-indent {
      margin-top: 50px;
  }
}

@media (min-width: 1219px) {
  #tt-footer .col-promo {
    text-align: right;
  }
  #tt-footer .col-promo .tt-social-icon {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 17px;
  }
}
@media (max-width: 1220px) {
  #tt-footer .col-logo {
    text-align: center;
  }
  #tt-footer .col-logo .tt-logo {
    margin: 0 auto;
    text-align: left;
  }
  #tt-footer .col-list {
   margin-top: 40px;
  }
  #tt-footer .col-list:before {
    margin-left: 0;
    top: 0;
  }
  #tt-footer .col-list .extra-indent {
    text-align: center;
    padding: 0;
  }
  #tt-footer .col-promo {
    text-align: center;
  }
  #tt-footer .tt-footer-copyright {
    text-align: center;
    margin-top: 40px;
  }
  #tt-footer .tt-social-icon {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: -41px;
  }
}
@media (max-width: 767px) {
  #tt-footer .col-list:before {
    display: none;
  }
  #tt-footer .col-list .extra-indent:not(:first-child) {
    margin-top: 40px;
  }
  #tt-footer .tt-footer-copyright {
    margin-top: 24px;
  }
}*/

.cr-row{
    border: 2px solid black;
    border-radius: 12px;padding: 12px;
}

.new_span{
  width: 700px;
  margin-left: -4px;
  margin-bottom:-12px;
}

.paddi{
  padding-left: 47px;
  color: black;
  font-weight: bold;
}

.bold{
    font-weight: bold;

}
.crdit-card{
  font-size: 19px;
    color: #0e659a;
}
.input{
    width: 200px;
    height: 30px;
}
.msgdiv{
    max-width: 204px;
    display: inline;
    float: right;
    vertical-align: middle;
    min-height: 220px;
}
.msgpara{
      margin-top: 0em;
    /* margin-bottom: 1.5em; */
    margin-bottom: 7px;
    text-align: center;
    color: blue;
    /* font-size: 15px; */
    font-weight: 600;
}
.msgpara2{
      margin-top: 0em;
    /* margin-bottom: 1.5em; */
    margin-bottom: 7px;
    text-align: center;
    color: black;
    /* font-size: 15px; */
    font-weight: bold;
    font-size: 30px;
}

.installment{
      margin-top: 0em;
    /* margin-bottom: 1.5em; */
    margin-bottom: 7px;
    text-align: center;
    color: black;
    /* font-size: 15px; */
    font-weight: bold;
    font-size: 13px;
    float: left;
}


/*Start css form*/
/*.exps {
    background: #e50e2f;
    color: #fff;
    font-size: 32px;
    font-weight: bolder;
    padding: 20px 25px;
    text-align: center;
    position: relative;
    left: -15%;
    margin-top: 4%;
}*/


.exps {
    background: #e50e2f;
    color: #fff;
    font-size: 32px;
    font-weight: bolder;
    padding: 7px 25px;
    text-align: center;
    position: relative;
    left: -29%;
    margin-top: 4%;
}

.driving_school_century_set {
 
   left: 6%;

 }

 /*h1.driving_school_design {
    color: #fff;
    font-size: 53px;
    font-weight: bolder;
    text-align: inherit;
    margin-left: -6%;
    margin-bottom: unset;
}*/

h1.driving_school_design {
    color: #fff;
    font-size: 46px;
    font-weight: bolder;
    text-align: inherit;
    margin-left: -22%;
    margin-bottom: unset;
    margin-top: -35px;

  }

/*.maindesc {
    padding: 25px;
    color: #fff;
    font-size: 37px;
   
    line-height: 52px;
    padding-top: 15px;
    position: absolute;
    top: 77%;
    left: 3%;
    width: 55%;
}*/

.maindesc {
    /* padding: 25px; */
    color: #fff;
    font-size: 24px;
    /* max-width: 43%; */
    line-height: 34px;
    padding-top: 15px;
    position: absolute;
    top: 61%;
    left: 3%; 
    width: 43%;
}

/*.form_design{
    border: 1px solid #fff;
    margin-bottom: 0px;
    max-width: 175px;
    text-align: center;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #e50e2f;
    padding: 6px 10px;
    color: #fff;
}*/

.fheading {
   font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0px;
}

.form_design input {
    border: 0px;
    text-align: center;
    font-size: 9px;
    /* padding: 0px; */
    width: 100%;
    margin-bottom: 6px;
    height: 38px;
}

.bngbtnn {
    width: 100%;
    background: #29264c;
    color: #fff;
    border: 0px;
    font-size: 11px;
    padding: 6px;
    margin-bottom: 7px;
    letter-spacing: 1px;
}
.freeedd {
    font-size: 15px;
}

.form_design
{
    border: 1px solid #fff;
    /* margin-bottom: 0px; */
    /* max-width: 175px; */
    text-align: center;
    position: absolute;
    right: 5px;
    background: #e50e2f;
    padding: 6px 10px;
    color: #fff;
    margin-top: -44% !important;
    width: 57%;
    /* top: -25%; */
    /* height: 224px; */
}

.link-click {
    position: absolute;
    right: 0%;
    width: 410px;
    bottom: 10%;
    font-size: 24px;
    font-weight: bold;
    color: #8c5454;
}

.arrw {
   position: absolute;
    bottom: 7px;
    left: 27px;
    top: 82%;
    width: 16%;
}
.carimg {
    position: absolute;
    /* bottom: 0; */
    left: 39%;
    top: 76%;
    width: 20%;
}
.bannerimgqqq {
   margin: 0px 0 0px 0 !important; 
   }

  .banner_imgse{
    width: 100%; height: 500px;
  }

   @media only screen and (max-width: 600px) {
    #banner_imgse{
      width: 100%;
      height: 230px;
    }

    #maindesc {
     
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    padding-top: 15px;
    position: absolute;
    top: 130%;
    left: 3%;
    width: 55%;
  }

  #expis{
   background: #e50e2f;
    color: #fff;
    font-size: 9px;
    font-weight: bolder;
    padding: 7px 25px;
    text-align: center;
    /* position: relative; */
    left: -24%;
    margin-top: 240%;
    /* position: absolute; */
    top: 114%;
  }
  #arrwimg{
    position: absolute;
    bottom: 7px;
    left: 15px;
    top: 145%;
    width: 16%;
  }

  #carimg{
    position: absolute;
    left: 39%;
    top: 144%;
    width: 21%;
  }

  h1#driving_school_design {
    color: #fff;
    font-size: 13px;
    font-weight: bolder;
    text-align: inherit;
    margin-left: -16%;
    margin-bottom: unset;
    margin-top: 218%;
    position: absolute;
}

  #block_div_sect
  {
    margin-top: 68%;
  }
  
  #form_desinggg
  {
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    /* right: 5px; */
    background: #e50e2f;
    padding: 6px 10px;
    color: #fff;
    margin-top: -35% !important;
    width: 71%;
  }

  #form_availablity{
    position: relative;
    left: -5%;
    
  }

}