.bannerimg{text-align: center;}
.bannerimg img{max-width: 100%; height: auto;}


.home_heading{
	font-size: 36px;
	color: #002d86;
	text-align: center;
	 
	font-weight:600;
	
	margin: 0px;
	padding: 0px;
	 
    
   
}

.btn_blu{
    width: 190px;
    margin-left: 10px;
    margin-bottom: 20px;
}
 

.btn_home{
	 display: block;
	 font-size: 14px;
    padding: 14px 10px;
    color: #ffffff;
    border: none;
    background-color: #002d86;
    background-image: -webkit-linear-gradient(left, #002d86 0%, #304787 50%,#002d86 100%);
    background-image: linear-gradient(to right, #002d86 0%, #304787 50%,#002d86 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%; 
    text-align:center;
}
.btn_home:hover{ text-decoration: none; color: #fff; }


.changedlearning{background: #fff; padding:30px 0 0 0; }
.changedlearningright{font-size: 16px; color: #002d86;}

.changedlearningright h3{font-size: 50px; color: #002d86; line-height: 1;   font-weight:700;   font-family: 'Roboto Condensed', sans-serif;}
.list-icon li{position: relative; padding: 0 0 10px 30px; line-height: normal; }
.list-icon li:before{ content: '\2714'; font-family: 'custom-icons'; color: #5a5a5a; position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    line-height: 1.1; } 
 
 .patientsection{text-align: center;}


.scheduledriving{padding-top: 30px; padding-bottom: 30px;}
.inrollnow{padding:70px 0 30px 0;}



.homeprograms{background:#fff;  padding: 50px 0;}
.homeprograms h2{    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    padding-bottom: 20px;
    color: #393939;
    font-family: 'Roboto', sans-serif;}


.bxprograms .bx-wrapper .bx-prev {
   left:-50px;
  background: url('../images/arrowleft.png') top center no-repeat ;
}

 .bxprograms .bx-wrapper  .bx-next {
   right:-50px;
  background: url(../images/arrowright.png) top center no-repeat ;
}

.bxprograms .bx-wrapper .bx-pager.bx-default-pager a{width: 50px; height: 3px; border-radius: 0px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{ background: #002d86; }

/************ .tt-box-subjects start ************/
.tt-box-subjects {
  position: relative;
  text-decoration: none;
}
.tt-box-subjects:hover{text-decoration: none;}
.tt-box-subjects .img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.tt-box-subjects .img img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.tt-box-subjects .img:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(21deg);
  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-box-subjects .tt-nomber {
  display: none;
}
.tt-box-subjects .img + .tt-nomber {
  display: block;
  width: 74px;
  height: 75px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  z-index: 7;
  position: relative;
  left: 50%;
  margin-top: -54px;
  margin-left: -54px;
  font-size: 22px;
  line-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.tt-box-subjects .img + .tt-nomber .tt-fon {
  background: #002d86;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 9px;
  left: 11px;
  z-index: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tt-box-subjects .img + .tt-nomber .tt-fon span {
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 43px;
  height: 43px;
  outline: 1px solid #fff;
  font-size: 22px;
  line-height: 43px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
  position: relative;
}
.tt-box-subjects .description {
  z-index: 0;
  text-align: center;
}
.tt-box-subjects .description h6 {
  font-size: 30px;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    color: #393939;
    font-weight: 500;
    margin: 0px 0 0 0;
    padding: 0 34px 0 0;
    font-style: normal;
}

 
.tt-box-subjects .description .btn {
  margin: 22px 34px 0 0;
  background: #4d4d4d;
}
.tt-box-subjects:hover .btn {
  background: #002d86;
}
.tt-box-subjects:hover .img: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-box-subjects end ************/


/*************Why Choose Us start *****************/

.chooseus{background:#fff; padding:20px 0 50px 0;}
.chooseus h2{    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    padding-bottom: 20px;
    color: #393939;
    font-family: 'Roboto', sans-serif;}

.chooseus p{font-size: 16px; color: #383737;}

/*---------------------------------------*/
/*--------------- box-row --------------*/
/*---------------------------------------*/
.box-row {
  display: flex;
  flex-wrap: wrap;
}
.box-row.col-half .col-item {
  width: 50%;
}
.box-row.col-third .col-item {
  width: 33.333%;
}

/*---------------------------------------*/
/*---------- box-layout-icon ------------*/
/*---------------------------------------*/
@media (max-width: 1024px) {
  .tt-box-layout-icon.col-third .col-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tt-box-layout-icon.col-third .col-item {
    width: 100%;
  }
}
.tt-box-layout-icon .col-item {
  margin-top: 23px;
  padding-bottom: 3px;
 /* padding-left: 40px;
  padding-right: 40px;*/
  text-align: center;
}
.tt-box-layout-icon .col-item .icon {
  position: relative;
  width: 130px;
  height: 124px;
  margin: 0 auto;
  color: #fdc400;
}
.tt-box-layout-icon .col-item .icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 23.5px;
  left: 23.5px;
  background: #f5f5f5;
  width: 84px;
  height: 84px;
  -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tt-box-layout-icon .col-item .icon i {
  position: relative;
  z-index: 1;
  font-size: 44px;
  line-height: 1.1;
  top: 42px;
  color: #002d86;
}
.tt-box-layout-icon .col-item h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #393939;
  margin: 7px 0 0 0;
  padding: 0 10px;
  font-style: normal;
}
.tt-box-layout-icon .col-item p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 330px;
  margin: 9px auto 0;
  padding: 0 10px;
  color: #393939;
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    margin-top: 2px;
  }
  .tt-box-layout-icon .col-item {
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-box-layout-icon .col-item h6 {
    margin-top: 9px;
    padding-bottom: 2px;
  }
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    padding-bottom: 23px;
  }
  .tt-box-layout-icon.slick-arrow-01 .slick-dots {
    bottom: -18px;
  }
}
/*---------------------------------------*/
/*--------      box-subjects      -------*/
/*---------------------------------------*/

/*************Why Choose Us end *****************/



/************Customer say start *****************/
.customersay{background:url(../images/parallax-img-01.jpg); 
background-attachment: fixed !important;
    background-position: center bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
      padding: 50px 0; position: relative;  }
.customersay:before {
    content: '';
    background: rgba(22, 22, 22, 0.65);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.customersay h2{    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif; z-index: 99; position: relative;}

   .customersay .bx-wrapper .bx-pager.bx-default-pager a{background: #fff;}
   .customersay .bx-wrapper .bx-pager.bx-default-pager a:hover, .customersay .bx-wrapper .bx-pager.bx-default-pager a.active, .customersay .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #002d86;
   }

    /*---------------------------------------*/
/*--------   testimonials-box    --------*/
/*---------------------------------------*/
.testimonials-box-indent {
  padding: 0px 20px 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-box-indent {
    padding: 0px 20px 72px;
  }
}
.testimonials-box {
  max-width: 1169px;
  margin: 63px auto 0;
  border: 1px solid #002d86;
  text-align: center;
  color: #ffffff;
  padding: 92px 60px 52px;
  position: relative;
  display: block;
  text-decoration: none;
}

.testimonials-box:hover {color: #fff; text-decoration: none;}
.testimonials-box:hover p {color: #fff;}
.testimonials-box-indent .tt-icon {
  width: 92px;
  height: 92px;
  top: 17px;
  z-index: 7;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  text-align: center;
}
.testimonials-box-indent .tt-icon::before {
  content: "\e800";
  font-family: 'custom-icons' !important;
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 2;
  font-size: 48px;
  line-height: 92px;
}
.testimonials-box-indent .tt-icon .tt-bg {
  background: #002d86;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 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;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials-box-indent .tt-icon .tt-bg::before {
  content: '';
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 83px;
  height: 83px;
  border: 3px solid #4d4d4d;
  font-size: 22px;
  line-height: 84px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.testimonials-box .rating {
  color: #002d86;
  font-size: 10px;
  letter-spacing: -0.06em;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.testimonials-box .rating  i {
  margin: 1px;
}
.testimonials-box-02 .rating i.white,
.testimonials-box .rating i.white {
    color: #ddd;
}
.testimonials-box .author {
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .testimonials-box .author {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .testimonials-box .author {
    margin-top: 0px;
  }
}
.testimonials-box p {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 15px;
      margin-bottom: 0;
}
.testimonials-box:hover p {
  color: #fff;
}
.testimonials-box p:not(:first-child) {
  margin-top: 15px;
}
.testimonials-box:hover:before {
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.testimonials-box:hover .rating {
  letter-spacing: 0.06em;
}
.testimonials-box:hover .author {
  color: #002d86;
}
@media (max-width: 768px) {
  .testimonials-box {
    padding: 92px 30px 35px;
  }
  .testimonials-box p {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .testimonials-box {
    padding: 92px 15px 34px;
  }
  .testimonials-box p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@-webkit-keyframes turn {
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes turn {
  to {
    transform: rotateY(360deg);
  }
}
/*---------------------------------------*/





/************get free  start *****************/

.getfree{background:url(../images/parallax-img-02.jpg); 
background-attachment: fixed !important;
    background-position: center bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
      padding: 50px 0; position: relative;  }
.getfree:before {
    content: '';
    background: rgba(22, 22, 22, 0.25);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.getfree h2{    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif; z-index: 99; position: relative;}

/************get free  end *****************/

/************their first try  start *****************/

.firsttry{ background: #ffffff; }

/*.firsttrytop{ background:url(../images/tt-promo-02-text-bg.jpg); 

      padding: 80px 0 0 0; position: relative;  }
.firsttry-arrowdown{ background:url(../images/carObj-arrow-down.png) top center no-repeat; width: 100%; height: 98px; }


.firsttry   {
  color: #fff;
}
.firsttry .testinfo {
  font-size: 45px;
  padding-bottom: 0px;
  margin: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 0.005em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
   color: #fff;
}
.firsttry h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
   color: #fff;
}
 */

.btn-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  padding: 0 43px;
  letter-spacing: 0.02em;
  word-spacing: 0.02em;
  font-weight: bold;
  height: 50px;
  padding-top: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn-border:hover {border-color:#002d86; color: #002d86; text-decoration: none;}




/*- tt-promo-02 ( Banner with a moving car) -*/
/*---------------------------------------*/
.tt-promo-02 {
  background: url("../images/tt-promo-02-moving-bg.jpg") bottom left repeat-x;
  overflow: hidden;
}
.tt-promo-02 .moving-car {
  position: relative;
}
.tt-promo-02 .moving-car .carObj {
  background: url("../images/carobj.png") 0 -10px no-repeat;
  width: 844px;
  height: 456px;
  float: right;
  position: relative;
}
@media (max-width: 1700px) {
  .tt-promo-02 .moving-car .carObj {
    width: 790px;
  }
}
.tt-promo-02 .moving-car .carObj .wheel1 {
  position: relative;
  top: 280px;
  left: 124px;
}
.tt-promo-02 .moving-car .carObj .wheel2 {
  position: relative;
  top: 280px;
  left: 452px;
}
.tt-promo-02 .moving-car .carObj .wheel {
  animation-name: spin;
  animation-duration: 700ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 2;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.tt-promo-02 .moving-car .carObj-mobilemiter {
  background: url("../images/car-limiter.png") left top repeat-x;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 115px;
  z-index: 3;
}
.tt-promo-02 .col-info {
  color: #fff;
}
.tt-promo-02 .col-info p {
  font-size: 50px;
  margin: 0px;
  padding-bottom: 1px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  font-weight: lighter;
  font-family: 'Roboto', sans-serif;
}
.tt-promo-02 .col-info strong {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
}
.tt-promo-02 .col-info [class^="btn-"] {
  margin-top: 41px;
}
.tt-promo-02 .carObj-mobile {
  width: 100%;
  height: auto;
  display: none;
}
.tt-promo-02 .carObj-arrow-down {
  width: 100%;
  display: none;
  height: auto;
}
@media (min-width: 1581px) {
  .tt-promo-02 {
    height: 446px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tt-promo-02 .col-info {
    background: url("../images/tt-promo-02-text-bg.jpg") right top repeat;
    width: 47%;
    position: relative;
    text-align: right;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tt-promo-02 .col-info:before {
    content: '';
    background: url("../images/tt-promo-02-text-corner.png") 0 0 no-repeat;
    position: absolute;
    width: 90px;
    height: 446px;
    top: 0;
    right: -90px;
    z-index: 110;
  }
  .tt-promo-02 .col-info:after {
    content: '';
    background: url("../images/tt-promo-02-text-corner1.png") 0 0 no-repeat;
    position: absolute;
    width: 204px;
    height: 318px;
    bottom: 0;
    left: 0px;
    z-index: 0;
  }
  .tt-promo-02 .col-info .text-banner {
    width: 543px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 27px;
    margin-top: 20px;
  }
  .tt-promo-02 .col-moving-car {
    width: 53%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1580px) {
  .tt-promo-02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-promo-02 .col-info {
    background: url("../images/tt-promo-02-text-bg.jpg") center top repeat;
    width: 100%;
    text-align: center;
  }
  .tt-promo-02 .moving-car .carObj {
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 1580px) {
  .tt-promo-02 .carObj-arrow-down {
    display: block;
  }
}
@media (max-width: 1580px) {
  .tt-promo-02 .col-info {
    padding-left: 10%;
    padding-right: 10%;
  }
  .tt-promo-02 .col-info p {
    margin-top: 56px;
  }
}
@media (max-width: 1400px) {
  .tt-promo-02 .col-info p {
    font-size: 40px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 60px;
  }
  .tt-promo-02 .col-info .btn-border {
    margin-top: 26px;
  }
}
@media (max-width: 768px) {
  .tt-promo-02 .carObj-mobile {
    display: block;
  }
  .tt-promo-02 .col-moving-car {
    display: none;
  }
  .tt-promo-02 .col-info {
    padding-bottom: 15px;
  }
  .tt-promo-02 .col-info p {
    font-size: 29px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 49px;
  }
  .tt-promo-02 .col-info [class^="btn-"] {
    margin-top: 17px;
  }
}
@media (max-width: 500px) {
  .tt-promo-02 .col-info {
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .tt-promo-02 .col-info p {
    font-size: 24px;
    margin-top: 37px;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 38px;
    margin-top: 5px;
    display: inline-block;
  }
  .tt-promo-02 .col-info [class^="btn-"] {
    margin-top: 16px;
  }
}
/*---------------------------------------*/

/************their first try  end *****************/




.row_padd{
   padding-top: 32px;
}

.row_tringle{
	 
	height: 100%;
     color: #ffffff;
    font-family: 'Roboto', sans-serif;
  }
 .pda{
 	padding-left: 115px;
 } 
 .section{
 	width: 300px;
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    position: relative;
     
    content: '';
    display: block;
    width:35%;
    height: 100%;
    
 }

 .icon_t{
 	font-size: 38px;
    line-height: 1;
    padding-right: 3px;
    color: #fdc400;
    position: relative;
    top: 2px;
 }

 .botpadding{
 	padding-bottom: 50px;
 }

 .md6{
 	padding: 12.5px;
 }

 .divmd{
 	box-sizing: border-box;
    width: 100%;
 }
 .hs3{
 	
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
    margin-bottom: .11em; 


 }

 .offset-top {
    margin-top: 28px !important;
}

.list-icon {
    list-style: none;
    padding: 0;
    margin-left: 21px;
     
}
.carpad{
     padding: 60px;
}

.col8{
	align-items: center;
	display: flex;
	padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    box-sizing: border-box;
        width: 100%;
}

.col4{
	-webkit-box-align: center;
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    min-height: 1px;

}

/*****************inner pages css ********************/

.pagecontent{}
.pagetitle{padding-top: 50px;}
.pagetitle h1{ text-transform: none; margin: 0 0 30px 0; letter-spacing: normal; }
.pagetitle h1:after{display: none;}

.paddbottom{padding-bottom: 30px;}
.bannerimg{margin: 20px 0 50px 0;}

/*---------------------------------------*/
/*------------- tt-box-1 ----------------*/
/*---------------------------------------*/
.tt-box-1 {
  background: #e1e1e1;
  margin: 30px 0 50px 0;
  padding:20px 0; 
}
.tt-box-1 .col-img {
  width: 50%;
}
.tt-box-1 .col-img img {
  width: 100%;
  height: auto;
}
.tt-box-1 .col-description {
  padding: 30px 56px;
}
.tt-box-1 .col-description *:nth-child(1) {
  margin-top: 0;
}
.tt-box-1 .col-description h6 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  font-style: normal;
  padding-bottom: 25px;
  font-family: 'Roboto', sans-serif;
}
.tt-box-1 .col-description .btn {
  margin-top: 56px;
}
@media (max-width: 991px) {
  .tt-box-1 .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-box-1 .col-img {
    width: 100%;
    text-align: center;
  }
  .tt-box-1 .col-description {
    text-align: center;
    padding: 40px 56px;
  }
  .tt-box-1 .col-description ul {
    max-width: 515px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .tt-box-1 .col-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-box-1 .col-description h6 {
    font-size: 34px;
    padding-bottom: 14px;
  }
  .tt-box-1 .col-description .btn {
    margin-top: 24px;
  }
}
.svg-triangle {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.svg-triangle polygon {
  fill: #98d02e;
  stroke: #65b81d;
  stroke-width: 2;
}
/*---------------------------------------*/

/*---------------------------------------*/
/*----------- form-question -------------*/
/*---------------------------------------*/
.form-question {
  max-width: 320px;
  background: #f3f3f3 url('../images/form-question.png') bottom right no-repeat;
  padding: 20px 18px 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.form-question h5 {
  font-size: 30px;
  line-height: 1.14;
  margin: 0;
  font-weight: 600;
  position: relative;
  padding: 15px 0 21px 46px;
}
.form-question h5 img {
  position: absolute;
  left: -59px;
    z-index: 1;
}

.form-group .wpcf7-form-control{border: 1px solid #dedede;
    width: 100%;
    font-size: 15px;
    
     
    outline: none;
  /*  background-color: #fff; 
    color: #333;*/
  }
  .form-group textarea{  }

.wpcf7-submit{
      display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4d4d4d;
    color: #ffffff;
    border: none;
    padding: 0 35px;
    height: 50px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.wpcf7-submit:hover{background: #002d86;}


@media (max-width: 768px) {
  .form-question h5 {
    font-size: 25px;
    padding-left: 27px;
  }
}
@media (max-width: 550px) {
  .form-question h5 {
    font-size: 20px;
    padding-left: 17px;
  }
}
@media (min-width: 991px) {
  .form-question-align .form-question {
    float: right;
  }
}
/*---------------------------------------*/
/*----------- box-info-icon -------------*/
/*---------------------------------------*/
.box-info-icon {
  margin-top: 61px;
}
.box-info-icon .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-info-icon .item:not(:first-child) {
  margin-top: 39px;
}
.box-info-icon .item .col-icon {
  min-width: 98px;
}
.box-info-icon .item .col-icon img {
  max-width: 100%;
  height: auto;
  margin-top: 6px;
}
.box-info-icon .item .col-description {
  order: 2;
}
.box-info-icon .item .col-description h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #393939;
  text-transform: uppercase;
  font-style: normal;
}
.box-info-icon .item .col-description address {
    margin-top: 11px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
  .mobile-center-md .box-info-icon .item {
    display: block;
  }
  .mobile-center-md .box-info-icon .item .col-description {
    margin-top: 15px;
  }
  .box-info-icon .item .col-description h6 {
      margin-top: 15px;
  }
}
/*---------------------------------------*/

.teenaccordion{background: #e1e1e1; margin: 10px 0 30px 0; border-radius: 5px;}

.teenaccordion .accordion-heading .accordion-toggle{padding: 10px 20px; font-weight: bold;}
.teenaccordion .accordion-inner{padding:0 20px 10px 20px;}
.teenaccordion .accordion .accordion-group:not(:first-child) a.accordion-toggle{border-color: #eee;}

.btncustom{background: #002d86!important; border-color: #002d86; text-transform: none;}



/*********** payment page***********/

.ptopbox{background: #002d86; padding:20px 30px; margin-top: 40px; }
.ptopbox h2{margin:0px; padding:0 0 10px 0; font-size: 30px; color: #fff;}
.ptopbox h3{margin:0px; padding:0 0 10px 0; font-size: 20px; color: #fff;}

.cr-row{position: relative; margin-top: 30px; padding:20px 30px;}
.legendbox{ position: absolute; top: -20px; left: 20px; background: #0000ff; min-width: 200px; font-style: 20px; font-weight: bold; color: #fff; padding:7px 10px; border-radius: 5px;   }
.legendbox span{background: #ff0000; border-radius: 5px; min-width: 20px; text-align: center; display: inline-block;}

.new_span input[type="radio"], .new_span input[type="checkbox"]{ margin-top: 0px; }
.new_span h3{margin: 0 0 0px 0;}

.crditcardform h5{font-size:20px; font-weight: bold; color: #0e659a;}
.cformrow{padding-bottom: 10px;}
.cformrow label{ display: inline-block; margin-left: 20px;  margin-right: 10px;}
.clabelwh{width: 100px; text-align: right;}
.cformrow .cforminput{display: inline-block; width: auto; height: 30px; margin: 0px; padding:0px 10px; background: #fff; color: #333; border:1px solid #333;}
.cformrow .cforminput:focus{background: #fff; border:1px solid #333; color: #333;}

.scodeinput{width: 80px!important;}
.caddressinput{width: 280px!important;}

.spaymentbt{height: 50px; margin: 0px; padding:0px 20px;  margin-left: 20px; background: #ff0000; font-size: 20px; color: #fff; text-transform: uppercase; border-radius: 5px;}


.cashdesc{position: absolute; top: 11px; right: 260px; width: 200px; border:1px solid #333; border-radius: 20px; padding: 25px;}
.cashdesc_first_div {
    position: absolute;
    top: 25px;
    right: 260px;
    width: 209px;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 13px;
}
.rbgbox1{height: 23px
   margin: 0px;
   padding: 0px 10px;
   margin-left: 20px;
   background: #ff0000;
   font-size: 10px;
   color: #fff;
   text-transform: uppercase;
   border-radius: 5px;}

.package-topbar{margin-top: 30px; text-align: center; background:#e1e1e1; border-radius: 5px; padding: 10px;}

.agreebox{text-align: center;
    font-size: 14px;
     
    padding-top: 8px;
  
    line-height: 1.2;
    font-weight: bold;}
.acceptcashbox input{margin:0px;}


.packag-text{padding-left: 80px;}



/******** footer css **********/

#tt-footer {
  background: url(../images/tt-foter-bg.jpg) top center repeat;
  position: relative;
  color: #b5b5b5;
  padding: 40px 0 0px 0;
 
  overflow: hidden;
}

.footer-logo{max-width: 200px;}
.proudbox{padding-left:42px;}
.fadresscol p{ padding-left: 30px; }
.fadresscol p strong{color: #fff;}
.fadresscol p a{color: #fff;}
.copyright{background: #000; padding: 10px 0; font-size: 15px; color: #fff; line-height: 38px;}
.copyright-text{}
.paccept{text-align: right;}



/************************************   Responsive css start  ********************************************************/


@media (max-width: 1350px) {
  .bxprograms .bx-wrapper .bx-prev{left: 0px;}
  .bxprograms .bx-wrapper .bx-next{right: 0px;}
}

@media (max-width: 1200px) {
  
  .btn_blu{width: 310px;}

  .cashdesc{position: inherit; top: 0px; right: 0px; width: auto; clear: both;}
  .acceptcashbox{display: block;}
  .sendnewsmsbt{text-align: left; padding-top:5px;}
}

@media (max-width: 979px) {
    .btn_blu{width: 362px;}
    .tabtableresp td{display: block;} 
    .msgdiv{float: none; margin: 0 auto;}
    .new_span{width: auto;}

    .cformrow{margin-bottom: 0px;}
    .fmobilecol{margin-bottom: 10px; display: block;}
    .cformrow label{margin-left: 20px; text-align: right; width: 100px;}
    .fmobilecolzip label{width: auto;}
    .proudbox{padding-left:0px;}
}
@media (max-width: 768px) {
  .topbar{text-align: center;}
.topbar .text-right{text-align: center;}
  #mainHeader .brand {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    float: none;
}

}

@media (max-width: 767px) {
  .topbar{text-align: center;}
  .btn_blu{width: auto; margin-left: 0px;}
.inrollnow{text-align: center;}
.testimonials-box-indent{padding: 0px 20px 30px;}
.mobile-center-md{text-align: center;}
.box-info-icon .item {
    display: block;
    text-align: center;
}
.enrollpagebtn{text-align: center; }

.caddressinput{width: auto!important;}

.hquestions{text-align: left;}
.packag-text{padding-left: 0px; font-size: 13px;}

.copyright-text, .paccept{text-align: center;}


}

@media (max-width: 480px) {
  #mainHeader .brand{text-align:center;}
  .changedlearningright h3{font-size: 30px;}
  .homeprograms h2{font-size: 40px;}
  .chooseus h2{font-size: 40px;}
  .customersay h2{font-size: 40px;}
  .getfree h2{font-size: 40px;}
  .bxprograms .bx-wrapper .bx-pager.bx-default-pager a{width: 30px;}

.ptopbox h2{font-size:25px;}
.cr-row{padding:20px;}
 /* .fmobilecolzip label{width: 100px;}*/
 .cformrow label{width: auto; display: block; text-align: left; margin-left: 0px;}
  /*.fmobilecolzip{display: block; margin-top: 10px;}*/
  .spaymentbt{margin-left: 0px; margin-top: 15px;}

.cformrow .cforminput{width: 100%;}
.cformrow .expiresoptions{width: 49%;}
.caddressinput{width: 100%!important;}

.fmobilecolzipl{width: 49%; display: inline-block;}
.fmobilecolzip{width: 49%; display: inline-block;}
.spaymentbt{width:100%!important;}


}



/*******************  zip code popup ************************/

  .box {
            border: 1px solid #136597;

        }

        .zipcode_modal.modal {
            border: 5px solid #fff;
            border-radius: 10px;
            max-width: 450px;
            margin-left: -225px;
        }
        .zipcode_modal.modal .modal-body{
            max-height: none;
        }

        .driving-modal p{
            margin-bottom: 10px;
            margin-top: 20px;
    font-size: 16px;
   
    font-weight: 400;
        }
        .driving-modal
        {
            text-align: center;
            padding: 20px;
            width: 95%;
            max-width: 400px;
            margin: 0 auto;
        }
        .driving-modal .image-modal{
            text-align: center;
        }
        .driving-modal .image-modal img{
/*            width:20px;*/
        }
        
        .driving-modal h2{
            
            color:#333;
            font-size: 25px;
     
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
        }
        
        
        .driving-modal .input-driving-school{
            max-width: 350px;
            margin: 0 auto;
        }

         .driving-modal .input-driving-school input{ border-radius: 5px !important;} 
.custom-modal-btn {margin-bottom: 15px;}
        .custom-modal-btn .btn{
            border-radius:5px;
            background-color: #002d86;
            text-transform:capitalize;
        }
        .input-border{
                border: 1px solid #ccc !important;
                 
        }

@media (max-width: 767px){
    .zipcode_modal img{max-width: 100%; height: auto;}
    .driving-modal{width: auto;}
     .zipcode_modal.modal {margin-left: 0px; left: 20px; right: 20px; width: auto; margin: 0 auto; }
    }
    
 



/******************************/

.studentnote{margin-top: 30px;

background: #e1e1e1;
border-radius: 5px;
padding: 10px 15px;
color: #ea703c;
font-size: 15px;

}

.studentnote span{color: #000;}


/*modal mobile view css start*/
  
  @media only screen and (max-width: 600px) {
  .cashdesc_first_div {
    /* position: absolute; */
    top: 25px;
    /* right: 237px; */
    /* width: 100%; */
    border: 1px solid #333;
    border-radius: 20px;
    padding: 13px;
   }
}

/*modal mobile view css End*/
