body {
  margin: 0 !important;
  padding: 0;
  font-family: 'Roboto' !important;
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, button {
  outline: none;
  outline-offset: 0px;
  border: none !important;
}
a:focus, a:hover {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 999;
}
.fixed-header {
  top: 0;
  box-shadow: 0 0 6px #727272;
  z-index: 9999;
}
.fixed-header .top-header {
  height: 0;
  padding-top: 0;
  transition: ease all 0.5s;
}
.top-header {
  background: #000000;
  height: 40px;
  padding-top: 6px;
  overflow: hidden;
  transition: ease all 0.5s;
}
.toplogin {
  margin: 0;
  padding: 0;
}
.toplogin li {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
}
.top-header .pe-info .toplogin li {
  padding: 0px 20px 0px 0px;
}
.toplogin li a {
  color: #fff;
}
.toplogin li i {
  color: #fcbd00;
  margin-right: 3px;
}
.social_media li {
  padding: 0px 15px 0px 0px !important;
}
.logo {
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.logo img {}
.header-right {
  /* text-align: right; */
  padding-right: 45px !important;
  margin-top: 28px !important;
}
.menu {
  display: inline-block;
  vertical-align: middle;
}
#main-nav ul li .menu-toggle {
  display: block !important;
}
.desktopmenu {
  width: 100%;
  z-index: 9900;
}
.desktopmenu ul {
  margin: 0;
  padding: 0;
}
.desktopmenu, .desktopmenu li {
  position: relative;
  line-height: normal;
}
.desktopmenu > ul > li {
  display: inline-block;
}
.desktopmenu li a {
  color: #353536;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 6px;
}
.header-right {
  text-align: right;
  padding-left: 0;
}
.book-btn {
  display: inline-block;
  vertical-align: middle;
  background: #fcbd00;
  color: #000000 !important;
  padding: 8px 14px;
  font-weight: 500;
  border-radius: 5px;
  margin-left: 6px;
  font-size: 15px;
}
.book-btn1 {
  display: inline-block;
  vertical-align: middle;
  background: #0F69FF;
  color: #fff !important;
  padding: 8px 14px;
  font-weight: 500;
  border-radius: 5px;
  margin-left: 6px;
  font-size: 15px;
}
.banner {
  background: url(../images/banner_img_old.png) #febf02 no-repeat bottom right 12%;
  background-size: 750px;
  margin-top: 145px;
  position: relative;
  padding: 40px 0;
  border-bottom: 5px solid #fff;
}
.or_box {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.banner_box_section {
  background: #1a0e4c;
  min-height: 350px;
  padding: 15px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.banner-form {
  /* background: #1a0e4c; */
  opacity: 1;
  /* border-radius: 10px;

  padding: 5px 24px 30px;

  height:336px; */
  /* transform: translateY(-50%);

  width: 360px; */
}
/* .right_banner {

  position: absolute;

  top: 50%;

  right: 3% ;

} */
/* .left_banner {

  position: absolute;

  top: 50%;

  left: 3%;

} */
.banner_form_btn_heading {
  background: #fff;
  color: #1a0e4c !important;
  font-weight: 600;
  margin: 20px 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
}
.inner-form-right-common .banner_form_btn_heading {
  height: 47px;
}
.banner-form-heading {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.banner-form-text {
  /*color: #eeea18;*/
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.banner-form-inner {
  margin-top: 20px;
}
.banner-check {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.banner-check .checkmark {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 10px 15px;
  text-align: center;
  border-radius: 30px;
}
.banner-check:hover input ~ .checkmark {
  background-color: #fff;
}
.banner-check input:checked ~ .checkmark {
  background-color: #fcbd00;
}
.banner-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.banner-check input:checked ~ .checkmark:after {
  display: block;
}
.banner-check .checkmark:after {
  left: 20px;
  top: 9px;
  width: 10px;
  height: 19px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner-form-item input {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  border-radius: 30px;
}
.banner-form-btn button {
  background: #fcbd00;
  color: #000;
  border: none;
  display: block !important;
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
}
.home_form_back {
  background: #5e5e5e;
  color: #fff !important;
  border: none;
  display: block !important;
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
}
.instructors_search .banner-form-btn button {
  background: #000;
  color: #fff;
  border: none;
  display: block !important;
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.instructors_search .checkmark:after {
  left: 20px;
  top: 17px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-value {
  /* background: #12124e url("../images/value-bg.jpg") no-repeat; */
  background-size: cover;
  text-align: center;
}
.inner_home_content {
  /*  background: #394697; */
  padding: 20px 40px;
}
.home-value-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-value-heading span {
  color: #fff;
}
.home-value-text {
  color: #fff;
}
.home-review-text {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.g-review {
  padding-top: 14px;
}
.package-sec {
  background: #000;
  padding: 30px 0 50px;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
  /* background: #12124e url("../images/value-bg.jpg") no-repeat; */
}
.pack-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.new-radio {
  background: #fff;
  border: 1px solid #000;
  padding: 20px 0;
}
.banner-check.two {
  margin-bottom: 0;
}
.banner-check.two .checkmark {
  border: 1px solid #000;
}
.banner-form-item.two input {
  border: 1px solid #000;
  padding: 11px 15px;
}
.banner-form-btn.two button {
  margin-top: 0;
  background: #0F69FF;
  color: #fff;
  border-radius: 30px;
}
.home-driving-test {
  background: #fcbd00;
  padding: 25px 0;
  border-bottom: solid 5px #fff;
}
.welcome_section {
  background: #12124e url("../images/hm-testimonial-bg.jpg") no-repeat;
	background-size: cover;
}
.d-test {
  text-align: center;
}
.d-test-right {
  text-align: center;
  margin-top: 25px;
}
.home-test-heading {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.home-test-heading2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.home-test-text {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.home-test-btn a {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 15px;
  border: 2px solid #fff !important;
  border-radius: 6px;
  margin-top: 25px;
}
.home-offer {
  /* padding: 0 0 50px; */
  position: relative;
}
.home-offer-heading {
  color: #000;
  font-size: 50px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}
.home-offer-details {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.home-offer-item {
  margin-top: 55px;
  position: relative;
  padding-left: 94px;
}
.home-offer-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-offer-item-heading {
  color: #32333a;
  font-size: 25px;
  margin: 0 0 10px;
  font-weight: 700;
}
.home-offer-item-details {
  color: #32333a;
}
.home-offer-right {
  text-align: right;
}
.home-offer-right .home-offer-item img {
  left: inherit;
  right: 0;
}
.home-offer-right .home-offer-item {
  padding-left: 0;
  padding-right: 94px;
}
.home-offer-right .home-offer-item-details {
  margin-right: 0;
  margin-left: 51%;
}
.home-offer-image {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.home-offer-image img {
  width: 365px;
}
.home-review {
  background: #12124e url("../images/rv-bg.jpg") no-repeat;
  background-size: cover;
  padding: 45px 0;
  text-align: center;
  border-bottom: solid 5px #fff;
}
.home-gift-card {
  background: #12124e url("../images/home-gift-card-bg.jpg") no-repeat;
  background-size: cover;
  padding: 45px 0 45px;
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
}
.home-gift-card-right {
  margin: 60px 0 0;
  text-align: center;
}
.home-gift-card-heading {
  color: #fff;
  font-size: 36px;
  margin: 0 0 0px;
  font-weight: bold;
}
.home-test-lesson-heading {
  color: #12124e;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 600;
}
.home-gift-card-sub-heading {
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
}
.home-gift-card-text {
  color: #fff;
  margin: 0 0 20px;
}
.home-gift-card-btn a {
  background: #fcbd00;
  border-radius: 15px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 50px;
}
.home-gift-card-btn a:hover {
  color: #fff;
}
.home_suburb_section {
  background: #C3C3C3;
  padding: 58px 0 50px;
  text-align: center;
}
.home_suburb_section_heading {
  color: #000;
  font-weight: 700;
  font-size: 50px;
}
.home_suburb_section_subheading {
  color: #000;
  font-size: 18px;
}
.home_suburb_section_list ul {
  margin: 40px 0 0;
  padding: 0;
}
.home_suburb_section_list ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 15px;
}
.home_suburb_section_list ul li a {
  font-size: 17px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 7px 17px;
  border: 1px solid #000 !important;
  display: block;
}
.home_suburb_section_list ul li i {
  margin-right: 5px;
}
.home_suburb_section_list ul li:last-child a {
  background: #fff;
  color: #000;
}
.footer {
  padding: 30px 0 10px;
  background: #000;
  border-top: solid 5px #fff;
}
.footer-item-heading {
  color: #fcbd00;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin: 0 0 5px;
}
.footer-item-details {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.footer-item:nth-child(2) {
  padding-left: 140px;
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  margin-bottom: 4px;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 17px;
  transition: ease all 0.5s;
}
.footer-menu ul li a:hover {
  color: #0F69FF;
  transition: ease all 0.5s;
}
.footer-call {
  color: #fcbd00;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-call .fa {
  font-size: 22px;
}
.footer-call a {
  color: #fff;
  font-size: 22px;
  transition: ease all 0.5s;
}
.copyright {
  border-top: 2px solid #fff;
  margin-top: 25px;
  padding-top: 10px;
  font-size: 15px;
  color: #fff;
}
.social {
  text-align: right;
}
.social i {
  color: #fff;
  margin-left: 2px;
  font-size: 17px;
}
#back2Top {
  width: 40px;
  height: 40px;
  line-height: 22px;
  overflow: hidden;
  z-index: 999;
  padding-top: 5px;
  cursor: pointer;
  transform: rotate(0deg);
  position: fixed;
  bottom: 51px;
  right: 2%;
  color: #fff;
  background: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: all 0.5s;
}
#back2Top.show {
  opacity: 1;
}
/* Abhishek */
.dropdown-item.active, .dropdown-item:active {
  color: #fd7e14 !important;
  background-color: transparent !important;
  background: url(../images/placeholder-active.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position: 10px 12px;
}
.ngb-highlight {
  font-weight: 500 !important;
  color: #0F69FF !important;
}
.dropdown-item {
  border: none;
  border-bottom: 1px solid #ddd !important;
  background: url(../images/placeholder.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position: 10px 12px;
  padding: 10px 35px !important;
}
.dropdown-menu {
  width: 315px;
}
.inner_banner {
  /* background: url(../images/ibg.jpg); */
  background: url("../images/ibg1.jpg") -135px 0 no-repeat rgb(51, 54, 151);
  background-size: auto;
  background-size: cover;
  padding: 15px 0 5px 0;
  margin-top: 129px;
}
.inner-banner {
  background: #001938 no-repeat;
  padding: 60px 0;
  position: relative;
}
.inner-banner::before {
  background: url(../images/shape4.png) no-repeat;
  background-size: auto;
  background-size: auto;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  content: "";
}
.inner_banner_heading {
  color: #eeea18;
  font-size: 28px;
  margin-bottom: 4px;
  line-height: 40px;
}
.breadcrumb-item.active {
  color: #B75B00;
}
.breadcrumb-item a {
  color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inner_banner.inner_banner2 {
  padding: 30px 0;
}
.breadcrumb-item.active {
  color: #fcbd00 !important;
}
.inner_page_heading {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
label[_ngcontent-mat-c42] {
  display: block;
  margin: 10px 0 3px
}
.card-container.card[_ngcontent-mat-c42] {
  max-width: 450px !important;
  padding: 40px;
  border-top: 4px solid #FF8204
}
.alert-danger[_ngcontent-mat-c42] {
  color: red;
  background-color: #f8d7da;
  border-color: #e31a2e;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px
}
.card[_ngcontent-mat-c42] {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 50px auto 25px;
  box-shadow: 0 0 10px #918f8f;
  border-radius: 20px
}
.profile-img-card[_ngcontent-mat-c42] {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 50%;
  background: #FF8204
}
.member-title[_ngcontent-mat-c42] {
  font-size: 20px;
  color: #1e1d1d;
  text-align: center;
  padding: 20px 0 10px
}
.member-title[_ngcontent-mat-c42] span[_ngcontent-mat-c42] {
  color: #ff8204
}
.member-red-text[_ngcontent-mat-c42] {
  color: #cc901b;
  background: #fff6e5;
  border: 1px solid #ffe4b0;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px
}
.form-group[_ngcontent-mat-c42] {
  margin-bottom: 10px
}
.forminput[_ngcontent-mat-c42] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-group[_ngcontent-mat-c42] {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%
}
.has-feedback-left[_ngcontent-mat-c42] {
  padding-left: 45px
}
.form-control-feedback.left[_ngcontent-mat-c42] {
  border-right: 1px solid #ccc;
  left: 5px
}
.left[_ngcontent-mat-c42] {
  float: left
}
.form-control-feedback[_ngcontent-mat-c42] {
  position: absolute;
  margin-top: 6px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center
}
.forget2[_ngcontent-mat-c42] {
  font-size: 13px;
  margin-top: 9px;
  float: right
}
.forget2[_ngcontent-mat-c42] a[_ngcontent-mat-c42] {
  color: #7c7c7c
}
.reg_btn[_ngcontent-mat-c42] {
  display: inline-block;
  background: #141414;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px;
  transition: all .5s ease 0s;
  border: none;
  outline: none
}
.reg_btn[_ngcontent-mat-c42]:hover {
  background: #ff8204
}
.redtxt[_ngcontent-mat-c42] {
  border: 1px solid #ffb9b9;
  color: #ff3939;
  text-transform: capitalize;
  font-size: 13px;
  padding: 8px 0 8px 17px;
  margin-bottom: 15px;
  background: #ffdada
}
.ngb-dp-day, .ngb-dp-weekday, .ngb-dp-week-number {
  width: 3rem !important;
  height: 2rem;
}
.ngb-dp-month {
  width: 100% !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#radios {
  text-align: right;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.profile_page_container {
  background: #f2f4f6;
  padding-bottom: 60px;
  padding-top: 120px;
  min-height: 100vh;
}
.profile_left_box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}
.profile_left_menu ul {
  padding: 0;
  margin: 30px 0 0;
}
.profile_left_menu ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
  list-style: none;
  color: #302f2f;
  font-size: 15px;
}
.profile_left_menu ul li a {
  color: #302f2f;
}
.profile_left_menu ul li img {
  width: 45px;
  height: 45px;
  background: #eaedff;
  border-radius: 50%;
  margin-right: 10px;
}
.profile_left_menu ul li:nth-child(2) img {
  background: #fff2d8;
}
.profile_left_menu ul li:nth-child(3) img {
  background: #d3ffdf;
}
.logout_btn {
  display: inline-block;
}
.logout_btn {
  display: inline-block;
  background: #303399;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  /* border-radius: 5px; */
}
.logout_btn:hover {
  background: #fcbd00;
  color: #000 !important;
}
.reg_btn {
  display: inline-block;
  background: #383b97;
  color: #fff !important;
  /* font-weight: 500; */
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 45px;
  border: none;
  border-radius: 5px;
}
.reg_btn:hover {
  background: #0F69FF;
  color: #fff !important;
}
.profile_left_box_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.profile_user_img {
  background: #fff;
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  margin: 0 auto;
  display: block;
}
.profile_user_name {
  color: #1f1f1f;
  font-size: 25px;
}
.profile_heading_image {
  position: relative;
}
.profile-header-logo {
  text-align: center;
}
.profile-header-logo img {
  width: 180px;
}
.inner_banner.profile_heading_image {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.upload_img_right {
  padding-left: 30px !important;
}
.edit_img {
  border: 1px solid #cac7c7;
  padding: 10px;
}
.profe_left {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}
/* .profile_heading_image::before {

	background: #001938;



	width: 100%;



	height: 65px;



	clip-path: polygon(0 0, 50% 100%, 100% 0);



	position: absolute;



	bottom: -65px;



	left: 0;



	content: "";

  } */
.profile_right_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 30px;
}
.profile_heading {
  font-size: 18px;
  padding-bottom: 10px;
}
.form-group {
  margin-bottom: 10px;
}
.forminput {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
.has-feedback-left {
  padding-left: 45px !important;
  -webkit-appearance: none;
  position: relative;
}
.has-feedback {
  position: relative;
}
select.has-feedback-left {
  background: url(../images/dropdown.png) no-repeat center right 10px;
  padding-right: 30px;
}
.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px;
}
.left {
  float: left;
}
.form-control-feedback {
  position: absolute;
  margin-top: 6px;
  height: 23px;
  color: #bbb;
  line-height: 24px !important;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center;
}
.redtxt {
  border: 1px solid #ffb9b9;
  color: #ff3939;
  /* text-transform: capitalize; */
  font-size: 13px;
  padding: 8px 0 8px 17px;
  margin-bottom: 15px;
  background: #ffdada;
}
.greentxt {
  background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
  border: 1px solid #3bb54a;
  color: #3BB54A;
  font-weight: 500;
  /* text-transform: capitalize; */
  font-size: 13px;
  padding: 8px 0 8px 41px !important;
  margin-bottom: 15px;
}
input:focus, textarea:focus, select:focus, .forminput:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
input:focusr, textarea:focusr, select:focusr, .forminput:focusr {
  outline: none !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.alert-danger {
  font-size: 12px;
  padding: 5px 10px;
}
.ft_book_btn {
  background: #fcbd00;
  color: #000;
  padding: 14px 61px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.ft_book_btn:hover {
  color: #000;
}
.fs14 {
  font-size: 14px;
}
.profile_sub_heading {
  color: #01169c;
}
.infolabel {
  font-size: 13px;
  color: #383b97;
  margin-bottom: 6px;
  margin-top: 10px;
  font-weight: 500;
}
/* The chkbx_container */
.chkbx_container {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.chkbx_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.chkbx_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.chkbx_container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.chkbx_container input:checked ~ .checkmark {
  background-color: #01a651;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.chkbx_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.chkbx_container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.profile_service_heading {
  text-transform: capitalize;
  font-size: 18px;
}
/* The radio_container */
.radio_container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #01a651;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #2874f0;
  margin-top: 15px;
}
.address_form_box {
  border: 1px solid #ddd !important;
  padding: 20px;
  margin-left: 0px;
  margin-top: 10px;
}
.address_main_div {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 30px;
  color: #302f2f;
  margin-top: 15px;
}
.cancel_btn {
  display: inline-block;
  background: #fcbd00;
  color: #000 !important;
  /* font-weight: 500; */
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 42px;
  border: none;
  margin-left: 15px;
  border-radius: 5px;
}
.optbtn {
  color: #1a0f4d;
  font-weight: 700;
  font-size: 16px;
}
.name_address, .address_div {
  font-size: 14px;
}
.name_address strong, .address_div strong {
  font-weight: 500;
}
.address_del_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: red;
  margin-left: 5px;
}
.address_del_btn:hover {
  color: #fff !important;
}
.address_edit_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-left: 5px;
}
.address_edit_btn:hover {
  color: #fff !important;
}
.instructors_search {
  /* background: #0F69FF; */
  padding: 45px 0;
  margin-top: 125px;
}
.form-banner {
  background: #fcbd00;
  padding: 25px 20px;
  border-radius: 5px;
}
.banner-check.three {
  margin-bottom: 0;
}
.banner-check.three .checkmark {
  padding: 10px 36px;
  background: #ddd;
  color: #000;
}
.banner-check.three:hover input ~ .checkmark {
  background-color: #1a0e4c;
}
.banner-check.three input:checked ~ .checkmark {
  background-color: #1a0e4c;
  color: #fff;
}
.banner-form-item.three input {
  border: 1px solid #494949;
}
.trans_heading {
  color: #111;
  font-weight: 500;
  font-size: 20px;
}
.banner-form-btn.three button {
  width: 100%;
  padding: 11px 15px;
  margin-top: 21px;
  font-size: 16px;
  border-radius: 30px;
  background: #000;
  color: #fff;
}
.gift-voucher-form-btn.three button {
  width: 100%;
  padding: 11px 15px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 30px;
  background: #000;
  color: #fff;
}
.banner-form-btn.allsearch button {
  width: 100%;
  padding: 11px 15px;
  margin-top: 0px;
  font-size: 16px;
  border-radius: 5px;
  background: #000;
  color: #fff;
}
.instructors-step2 {
  background: #ffc20e;
  padding: 58px 0 50px;
}
.st-title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.st-title2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 5px 0;
}
.st-text {
  font-size: 18px;
  line-height: 1.4;
}
.step2-right {
  background: #fff;
  padding: 16px 10px !important;
  border: 2px solid #000;
}
.st-title3 {
  font-size: 20px;
  font-weight: 600;
}
.st-title5 {
  font-size: 17px;
  font-weight: 500;
  color: #4F545B;
}
.st-title4 a {
  color: #6E7271;
  border-bottom: 1px dotted #6E7271;
  font-weight: normal;
}
.st-title4 a:hover {
  color: #6E7271;
}
.step2-right ul {
  margin: 0;
  padding: 0;
}
.step2-right ul li {
  list-style-type: none;
  margin-top: 14px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.step2-right ul li em {
  font-size: 16px;
  font-style: normal;
  color: #5c5b5b;
  font-weight: normal;
}
.step2-right ul li span {
  display: inline-block;
  padding-left: 8px;
}
.step2-right ul li b {
  display: inline-block;
  background: #069122;
  color: #fff;
  padding: 5px 4px;
}
.hrs-no {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.hrs-no em {
  font-size: 14px;
  font-style: normal;
  color: #5c5b5b;
  font-weight: normal;
  padding: 0 !important;
}
.hrs-no span {
  display: inline-block;
  padding-left: 8px;
}
.save-title {
  padding: 0 !important;
}
.price-table .save-title {
  font-size: 13px;
  background: #069122;
  display: inline-block;
  color: #fff;
  min-width: 75px;
}
.save-title b {
  display: block;
  background: #069122;
  color: #fff;
  padding: 3px 4px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}
.book-btn.dup {
  background: #1a0f4d;
  color: #fff !important;
  font-size: 13px;
  margin-left: 0;
}
.ytr {
  margin-bottom: 8px;
}
.st-title4 {
  font-size: 13px;
  margin-bottom: 10px;
  color: #20164f;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 3px;
}
.calculator-box {
  margin-top: 5px;
}
.calculator-box select {
  width: 100%;
  background: #eee;
  border: 1px solid #000;
  padding: 6px 10px;
  color: #000;
}
.step2-right .test-package ul {
  margin-left: 15px;
}
.step2-right .test-package ul li {
  list-style-type: disc;
  margin-top: 5px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.line {
  position: relative;
}
.line::after {
  width: 1px;
  height: 100%;
  background: #959595;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.instructors-profile {
  background: #f3f3f3;
  padding: 50px 0;
}
.profile-left {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 25px;
  border-radius: 6px;
}
.profile-left img {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 0 0 4px #959595;
  padding: 5px;
}
.prof-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prof-text {
  font-size: 18px;
  color: #3b3a3a;
}
.prof-text2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 10px;
  color: #1a0f4d;
}
.prof-text2 a {
  color: #0F69FF;
}
.prof-text2 img {
  width: 28px !important;
  height: auto !important;
  margin-right: 8px !important;
  border-radius: 0 !important;
  box-shadow: none;
  padding: 0;
}
.view_profile_btn {
  margin-top: 10px;
  background: #fcbd00;
  color: #000;
  border-radius: 5px;
  padding: 5px 20px;
  border: none;
}
.book_now_btn {
  /*background: #fcbd00;*/
  background: #000;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  border: none;
  margin-left: 10px;
}
.view-profile-container {
  background: #F3F3F3;
  padding: 30px 0 30px;
}
.mt130 {
  margin-top: 130px !important;
}
.view-profile-inner-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.profile-view .prof-text2 a {
  color: #1a0f4d;
  font-size: 17px;
  padding-left: 7px;
}
.profile-view .profile-left img {
  width: 190px;
  height: 190px;
  margin-right: 30px;
}
.profile-view .profile-left {
  align-items: start;
}
.profile-view .prof-text {
  font-size: 17px;
  color: #3b3a3a;
  margin-bottom: 5px;
}
.profile-left-bottom {
  padding-left: 25px;
}
.profile-left-bottom ul {
  padding-left: 0;
}
.profile-left-bottom ul li {
  list-style: none;
  margin-bottom: 5px;
}
.profile_availability_btn {
  display: inline-block;
  background: #fcbd00;
  color: #000 !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 20px;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
}
.profile_availability_btn:hover {
  background: #000;
  color: #fff !important;
}
.profile_booknow_btn {
  display: inline-block;
  background: #0F69FF;
  color: #fff !important;
  font-weight: 500;
  margin-top: 15px;
  font-size: 20px;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
}
.profile_booknow_btn:hover {
  background: #fcbd00;
  color: #000 !important;
}
.view_profile_right_section {
  padding: 0 30px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.profile_more_info {
  border: 1px solid #ddd;
}
.profile_more_info_heading {
  background: #F2F4F6;
  padding: 17px;
  font-size: 17px;
}
.profile_more_info_content {
  padding-top: 10px;
  font-size: 15px;
}
.profile_more_info_content li {
  margin-bottom: 5px;
}
.profile_more_info_plus {
  float: right;
  margin-top: 6px;
  cursor: pointer;
}
.profile_more_info_minus {
  float: right;
  margin-top: 6px;
  cursor: pointer;
}
.per_hour_price {
  font-size: 14px;
  color: #6E7271;
}
.radiobtn {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.radiobtn label {
  display: block;
  color: #444;
  border-radius: 5px 5px 0 0;
  padding: 16px 0 16px 14px;
  font-weight: 600;
  border: 1px solid #ddd;
  background: #ddd;
  cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 22px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  top: 20px;
}
.radiobtn label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"], .radiobtn input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radiobtn input[type="radio"]:checked + label, .radiobtn input[type="checkbox"]:checked + label {
  background: #0F69FF;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-color: #0F69FF;
  color: #fff;
}
.radiobtn input[type="radio"]:checked + label:after, .radiobtn input[type="checkbox"]:checked + label:after {
  background: #000;
  border: 1px solid #000;
}
.radiobtn input[type="radio"]:checked + label:before, .radiobtn input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.radiobtn_table_dis_span {
  display: block;
  background: #069122;
  color: #fff;
  padding: 3px 4px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}
.radiobtn_table_total_span {
  font-size: 18px;
}
.radiobtn_div_section {
  border: 1px solid #ddd;
}
.radiobtn_table {
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
.radiobtn_table .cart-box select {
  width: 60px;
  margin-left: 15px;
}
.continue_btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-weight: 500;
  margin-top: 10px;
  font-size: 17px;
  padding: 10px 105px;
  border: none;
  border-radius: 5px;
}
.continue_btn:hover {
  background: #fcbd00;
  color: #000 !important;
}
.disable_btn {
  display: inline-block;
  background: #D8D8D8;
  color: #8D8D8D !important;
  font-weight: 500;
  margin-top: 10px;
  font-size: 17px;
  padding: 10px 105px;
  border: none;
  border-radius: 5px;
  padding: 10px 45px;
}
/* .disable_btn:hover {

	background: #fcbd00;



	color: #000 !important;

  } */
.back_btn {
  display: inline-block;
  background: #fcbd00;
  color: #000 !important;
  font-weight: 500;
  margin-top: 10px;
  font-size: 17px;
  padding: 10px 105px;
  border: none;
  border-radius: 5px;
}
.back_btn:hover {
  background: #000;
  color: #fff !important;
}
.cart-box select {
  background: url(../images/dropdown.png) no-repeat center right 10px #fff;
  border: 1px solid #b7b3b3;
  padding: 6px 10px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
.table.carttable {}
.carttable thead {
  background: #eee;
}
.carttable th {
  border: none;
}
.w24 {
  width: 24%;
}
.pro-top-sec {
  background: #fcbd00;
  text-align: center;
  padding: 30px 0;
  margin-top: 130px;
}
#progressbar {
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
}
#progressbar .active {
  color: #000;
}
#progressbar li {
  list-style-type: none;
  font-size: 22px;
  width: 25%;
  position: relative;
  font-weight: 600;
  color: #fff;
}
#progressbar li strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
}
#progressbar #Step1:before {
  font-family: FontAwesome;
  content: "\f041";
}
#progressbar #Step2:before {
  font-family: FontAwesome;
  content: "\f1b9";
}
#progressbar #Step3:before {
  font-family: FontAwesome;
  content: "\f007";
}
#progressbar #Step4:before {
  font-family: FontAwesome;
  content: "\f005";
}
#progressbar #Step5:before {
  font-family: FontAwesome;
  content: "\f007";
}
#progressbar #Step6:before {
  font-family: FontAwesome;
  content: "\f283";
}
#progressbar li:before {
  width: 65px;
  height: 65px;
  font-size: 26px;
  line-height: 60px;
  display: block;
  font-size: 20px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  z-index: 1;
  position: relative;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 28px;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #000;
  color: #fff;
}
.redtext {
  font-size: 14px;
  color: red;
}
.book-btn2 {
  text-align: center;
  margin-top: 20px !important;
}
.bdl_btn {
  background: #fcbd00;
  color: #000;
  padding: 10px;
  font-size: 17px;
  border-radius: 5px;
  display: inline-block;
}
.bdtp_btn {
  background: #fcbd00;
  color: #000;
  padding: 10px;
  font-size: 17px;
  border-radius: 5px;
  display: inline-block;
}
.select_date_box {
  border: 1px solid #ddd;
  padding: 15px 10px;
  border-radius: 5px;
  justify-content: space-around;
  display: flex;
  background: #F7F7F7;
}
.inner_page_container {
  padding: 60px 0;
}
.about_page_heading1 {
  color: #fcbd00;
  font-weight: 700;
  font-size: 25px;
  margin-top: 50px;
}
.about_page_heading2 {
  color: #1A0F4D;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-top: 15px;
}
.older_driver_page_text {
  text-align: justify;
  margin-top: 20px;
}
.testi-top {
  margin-bottom: 25px;
}
.testi-box {
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 20px 20px;
  background-position: 15px 18px;
  box-shadow: 0 0 5px #686868;
  height: 100%;
  position: relative;
  z-index: 1;
}
.client-name {
  font-size: 20px;
  color: #001938;
}
.client-name span {
  font-size: 16px;
  color: #fcbd00;
}
.testi-box:after {
  background: url(../images/review-icon2.png) no-repeat;
  width: 108px;
  height: 84px;
  position: absolute;
  top: 32px;
  left: 21px;
  content: "";
  background-size: 104px;
  opacity: 0.2;
  z-index: -1;
}
.cart_continue {
  padding: 10px 45px;
}
.cart_success_span {
  color: #fff;
  background: #069122 !important;
  display: inline-block;
  font-size: 14px;
  padding: 3px 12px !important;
  border-radius: 5px;
}
.cart_package_box {
  background: #f2f2f2;
  padding: 10px 15px;
}
.price_span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.cart_btm_txt {
  color: #6E7271;
  font-size: 13px;
}
.small-fontsize-12 {
  font-size: 13px;
  color: #6E7271;
  padding-top: 0 !important;
}
.testtable tr td {
  vertical-align: top;
  padding-top: 0;
}
.testtable .cart-box {
  padding-top: 0;
}
.right {
  float: right !important;
}
.need_ul {
  color: #6E7271;
  font-size: 15px;
}
.need_heading {
  font-size: 20px;
}
.card_border {
  border: 1px solid #212A37 !important;
}
.card-header {
  background: #212A37 !important;
  color: #fff !important;
}
.btn-close:focus {
  box-shadow: none !important;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-check:focus + .btn, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.ngb-dp-day, .ngb-dp-weekday, .ngb-dp-week-number {
  outline: none !important;
}
.ngb-dp-day {
  margin: 5px;
}
.home_gallery_img {
  display: flex;
  flex-wrap: wrap;
}
.example-image-link {
  display: block;
  width: 25%;
  padding-left: 10px;
}
.example-image-link img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  padding: 10px;
}
.home_bottom_section {
  padding: 70px 0;
}
ngb-datepicker-navigation-select > .form-select {
  margin-left: 10px;
}
.slt_txt {
  font-size: 14px;
  color: #6E7271;
}
.slt_txt span {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.booking_radio label {
  min-height: 85px;
}
.booking_radio span {
  font-size: 14px;
}
.member-info-tex {
  color: #cc901b;
  background: #fff6e5;
  border: 1px solid #ffe4b0;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}
.booking_box {
  border: 1px solid #ddd;
  padding: 0 15px 15px;
}
.note_txt {
  color: #727272;
  font-size: 13px;
  margin-top: 5px;
}
.bkf_label {
  color: #727272;
  font-size: 15px;
  margin-bottom: 6px;
}
.bkf_label span {
  color: #f70000;
}
.profile-left-booking {
  padding: 25px !important;
}
.booking_right {
  font-size: 14px;
}
.booking_right_title {
  font-size: 16px;
  font-weight: bold;
  color: #1A0F4D;
}
.thankyou-txt {
  color: #03C421;
  font-size: 20px;
  font-weight: 500;
}
.thankyou-txt span {
  color: #1A0F4D;
}
.select_address_btn {
  width: 100%;
  color: #fff;
  background: #0F69FF;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
}
.upc_lsn_tbl {
  font-size: 13px;
}
.ovr_all_price {
  font-weight: 700;
  font-size: 28px;
  color: #42b46e;
}
.last_price {
  font-weight: 700;
  font-size: 28px;
  color: #666;
}
.last_txt, .ovr_all_txt {
  color: #666;
  font-size: 14px;
}
.mv_a {
  float: right;
  font-size: 14px;
}
.profile_table {
  font-size: 14px;
}
.bk_dtls_tbl {
  width: 90% !important;
}
.accordion-button {
  background: #d8d7d7 !important;
  color: #000 !important;
  margin-bottom: 2px;
}
.accordion-button:not(.collapsed) {
  background: #1a0f4d !important;
  color: #fff !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.inner-box-top {
  margin-bottom: 20px;
}
.inner-box {
  background: #3a3a3a;
  box-shadow: 0 0 5px #848282;
  padding: 24px 22px;
  color: #fff;
}
.inner-box a {
  color: #fcbd00;
}
.inner-box a:hover {
  color: #fcbd00;
}
.justify-text {
  text-align: justify;
}
.inner-box-title {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.active_un_btn {
  background: #fcbd00;
  display: block;
  padding: 10px 40px;
  font-size: 17px;
  border-radius: 5px;
}
.un_btn {
  background: #E9E9ED;
  display: block;
  padding: 10px 40px;
  font-size: 17px;
  border-radius: 5px;
}
.service_tab_ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.service_tab_ul li {
  display: inline-block;
  list-style: none;
}
.service_tab_ul li a {
  border: 1px solid #111;
  margin: 5px;
  padding: 10px 15px;
  display: block;
  background: #fff;
  color: #000;
  border-radius: 30px;
  transition: ease 0.5s all 0s;
}
.service_tab_ul li a.active, .service_tab_ul li a:hover {
  background: #1a0f4d;
  color: #fff;
}
.serv_tab_content {
  padding: 25px 15px 15px;
}
.abt-title {
  font-size: 22px;
  font-weight: bold;
  color: #1a0f4d;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ab-inner-text {
  font-size: 16px;
  color: #000;
}
.ab-inner ul, .ab-inner ol {
  margin: 10px 0 0;
  padding: 0;
}
.ab-inner ul li {
  list-style: none;
  font-size: 16px;
  color: #000;
  padding-left: 20px;
  margin-top: 6px;
  position: relative;
}
.ab-inner ol li {
  margin-left: 15px;
  margin-top: 6px;
}
.ab-inner ul li:before {
  width: 8px;
  height: 14px;
  border-right: 3px solid #0795e9;
  border-bottom: 3px solid #0795e9;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  transform: rotate(45deg);
}
.lession-table-sec {
  margin-top: 40px;
}
.lession-title {
  text-align: center;
  color: #0795e9;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
.lession-table {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.lession-table .table {
  margin-bottom: 0;
}
.lession-table .thead-dark th {
  color: #fff;
  background: #1a0f4d;
  border-color: #1a0f4d;
  padding: 10px 15px;
  font-size: 18px;
  width: 65%;
}
.lession-table td {
  padding: 10px 15px !important;
  font-size: 16px;
  font-weight: 500;
}
.lession-table tr:last-child {
  border-bottom: none;
  border-bottom-color: transparent;
}
.location_list_ul {
  margin: 0;
  padding: 0;
}
.location_list_ul li {
  display: inline-block;
  margin: 8px 6px;
  width: 32%;
  text-align: center;
}
.location_list_ul li a {
  border: 1px solid #111;
  padding: 10px 5px;
  display: block;
  background: #fff;
  color: #000;
  border-radius: 18px;
  transition: ease 0.5s all 0s;
  font-size: 15px;
}
.location_list_ul li .with_link {
  background: #1a0f4d;
  color: #fff;
  border: 1px solid #fff !important;
}
.location_heading {
  font-size: 20px;
  font-weight: bold;
  color: #1a0f4d;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-top: 15px;
}
.location_txt_val {
  margin: 10px 0 18px;
  font-size: 18px;
}
.location_txt_val i {
  margin-right: 2px;
}
.location_txt_val a {
  color: #000 !important;
}
.oh_tbl {
  margin-top: 20px;
  border: 1px solid #ddd;
}
.oh_tbl table {
  width: 100%;
}
.oh_tbl table td {
  padding: 8px 15px;
}
.oh_tbl table tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.oh_tbl table td {
  width: 30%;
}
.our_lcn_heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1a0f4d;
  margin-top: 40px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.loc-map iframe {
  height: 495px;
}
.location-content .abt-title {
  margin-top: 20px;
}
.contact_heading {
  font-size: 25px;
  font-weight: bold;
  color: #1a0f4d;
  margin-bottom: 14px;
}
.book_for {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.contact_form {
  border: 1px solid #fcbd00;
  padding: 20px;
}
.contact-left {
  padding-right: 35px !important;
}
.contact_form label {
  font-size: 15px;
  color: #302f2f;
  margin-bottom: 6px;
  margin-top: 10px;
  font-weight: 500;
}
.contact_form label span {
  font-size: 15px;
  color: #f70404;
}
.contact-info {
  margin: 30px 0 0;
  padding-left: 60px;
  position: relative;
}
.contact-info-image {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
}
.contact-info-heading {
  color: #0795e9;
  font-size: 16px;
  font-weight: bold;
}
.contact-info-details {
  color: #000;
  font-size: 16px;
}
.contact-info-details a {
  color: #000;
  transition: all 0.5s ease 0s;
}
.contact-info-details a:hover {
  color: #4fb3ed;
}
.contact_social a {
  margin-right: 10px;
}
.contact_social img {
  width: 30px;
}
.ofc_section .card-header {
  font-size: 16px;
  padding: 15px !important;
}
.ofc_section .card-body {
  padding: 0 !important;
}
.common_search_section .instructors_search {
  /* background: #0F69FF; */
  padding: 0;
  margin-top: 0;
}
.inner-form-right {
  /* margin-top: 27px; */
}
.inner-form-right .banner-check.three .checkmark {
  background: #ddd;
  color: #000;
}
.inner-form-right .banner-check.three:hover input ~ .checkmark {
  /* background-color: #fff; */
  color: #fff;
}
.inner-form-right .banner-check.three .checkmark {
  padding: 9px 40px;
  font-size: 17px;
}
.form-banner.new {
  padding: 0 10px;
}
.d-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 12px;
}
.pd0 {
  padding: 0 !important;
}
.gv_search_heading {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.gv_banner_check_three {
  margin-right: 8px !important;
}
.gv_recipient {
  font-size: 20px;
  margin-top: 20px;
}
.gv_amount {
  font-size: 14px;
  margin-top: 15px;
}
.gv_sender {
  margin-top: 10px;
}
.gv_message {
  font-style: italic;
  color: #595959;
  margin-top: 12px;
  font-size: 14px;
}
.gv_img {
  margin-top: 20px;
}
.instructors_common_search {
  /* background: #0F69FF; */
  padding: 22px 0;
}
.instructors_common_search .banner-check .checkmark:after {
  left: 20px;
  top: 17px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-form-right-common {
  background: #fcbd00;
  color: #000;
  padding: 20px;
  border-radius: 5px;
}
.search_top_section {
  padding: 30px 0;
  background: #000;
  opacity: 0.9;
}
.search_top_section .home-offer-heading {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.search_top_section .search-offer-heading {
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.search_top_section .home-offer-details {
  margin-top: 12px;
}
.search_top_section .home-offer-details strong {
  color: #fcbd00;
}
.search_no_txt {
  text-align: center;
  font-size: 20px;
  color: red;
  margin-top: 20px;
}
.mfee_txt {
  font-size: 15px;
  color: red;
}
.btn_275 {
  width: 300px !important;
  display: inline-block;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  width: 50%;
  float: left;
  background: #fcbd00;
  color: #000 !important;
  padding: 10px 0;
  font-weight: 500;
}
.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  padding: 9px 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.footer_btn3 {
  width: 50%;
  float: left;
  background: #1a0e4c;
  color: #fff !important;
  padding: 10px 0;
  font-weight: 500;
}
.ytr2 {
  text-align: right;
}
.modal.show .modal-dialog {
  margin-top: 100px;
}
.banner-form.popup-form {
  position: relative;
  bottom: auto;
  right: auto;
  width: 466px;
  margin: 0 auto;
  display: initial;
  background: transparent;
}
.search_popup {
  background: #000;
  border-radius: 5px;
}
.btn-close.close_form_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  opacity: 1;
  color: #fff !important;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.not_provide_txt {
  color: red;
  font-size: 12px;
  font-weight: 500;
  padding-top: 8px;
}
.np_test_center {
  color: #000;
  margin-top: 5px;
}
.uur .bdl_btn, .uur .bdtp_btn {
  min-width: 100%;
  color: #000;
}
.banner-content {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
.banner-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
}
.mobile_menu_instructor ul {
  margin: 15px 0 0;
  padding: 0;
  border-top: 1px solid #eae1e1;
  max-height: 380px;
  overflow-y: auto;
}
.mobile_menu_instructor ul li {
  display: flex !important;
  align-items: center;
}
.mobile_menu_instructor ul li img {
  width: 42px;
}
.mobile_menu_instructor ul li a {
  padding: 6px 0 !important;
  color: #000;
}
.mob_header_no {
  position: fixed;
  top: 21px;
  right: 70px;
  color: #000;
  font-size: 15px;
}
.mob_header_no i {
  color: #000;
  font-size: 17px;
	margin-right: 5px;
}
.price_sub_heading {
  color: #00b9ff;
  font-weight: 500;
}
.gbg {
  background: #eee;
  padding: 10px;
}
.add_address_btn {
  border: 1px solid #2874f0 !important;
  width: 260px;
  text-align: center;
}
.sub_header {
  background: #ddd;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
}
.row.sub_tbl_txt {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background: #f4f4f4;
}
.sub_tbl_container {
  padding: 0 10px;
}
.area_name {
  font-weight: 500;
  color: #000;
}
.area_name span {
  font-weight: 500;
  color: #03b1f3;
}
.inner-box-title-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  text-decoration: underline;
}
.gradient-bg {
  background-image: -moz-linear-gradient(-90deg, #fcbd00 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-90deg, #fcbd00 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-90deg, #fcbd00 0%, rgb(255, 255, 255) 100%);
}
.choose-sec {
  padding: 36px 0 20px;
}
.box1 {
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
  box-shadow: 0 0 5px #747474;
  overflow: hidden;
}
.box1-img {
  background: #0023a1;
  text-align: center;
  padding: 18px 0;
}
.box1-title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  padding: 22px 0;
  line-height: 1.3;
  max-width: 95%;
  text-transform: capitalize;
  text-align: center;
}
.suburb_box {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
  background: #eee;
  border-radius: 15px;
}
.terms_content ol, .terms_content ul {
  padding: 0 15px;
}
.terms_content ul {
  list-style: none;
}
.terms_content ol li {
  margin: 0 0 5px;
  position: relative
}
.terms_content ul li {
  margin: 0 0 5px;
  padding: 0 0 0 17px;
  position: relative
}
.terms_content ul li::before {
  background: #0024a1;
  border-radius: 50px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 10px
}
.bookbtn {
  background: #fcbd00;
  color: #000;
  padding: 10px 95px;
  font-weight: 500;
  border-radius: 5px;
}
.bookbtn_testpkg {
  background: #12124e;
  color: #fcbd00;
  padding: 10px 36px;
  font-weight: 500;
  border: solid 2px #fcbd00;
  font-size: 16px;
}
.bookbtn_testpkg:hover {
  color: #fff;
}
.bookbtn:hover {
  color: #000;
}
.home_mid_form_section {
  background: #fcbd00;
  padding: 20px 0 30px;
}

.Auto
{
    background: #D3FFDF;
}
.Manual
{
    background: #FFF2D8;
}

.home_icon{width:70px;height:70px;background:#1a0e4c;border-radius:50%;margin:0 auto;position:relative;text-align:center;padding:8px;}
.home_icon::after{width:1px;height:50px;background:#000;content:"";position:absolute;bottom:-50px;left:35px;}
.sitemap_page_list{position:relative;margin-top:50px;}
.sitemap_page_list::before{height:1px;background:#000;content:"";position:absolute;left:15px;right:15px;top:0;width:100%;}
.sitemap_page_list ul{padding:0px;margin:0px;}
.sitemap_page_list ul li{list-style:none;padding-left:30px;position:relative;border-left:1px solid #000;padding:14px 0 0 20px;}
.sitemap_page_list ul li::before{background:#000;content:'';position:absolute;left:0;top:32px;height:1px;width:20px;}
.sitemap_page_list ul li span{background:#85b100 none repeat scroll 0 0;color:#fff;display:inline-block;font-size:16px;padding:8px 25px;}
.sitemap_page_list ul li a {
  background: #1a0e4c none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 8px 15px;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  min-width: 215px;
  text-align: center;
}
.sitemap_page_list ul li a:hover{background:#fcbd00 none repeat scroll 0 0; color: #000;}

.sitemap_page_list {
  position: relative;
  margin-top: 50px !important;
}

.d_test_select {
  background: url(../images/dropdown.png) no-repeat center right 10px #fff;
  border: 1px solid #b7b3b3;
  padding: 6px 10px;
  padding-right: 10px;
  width: 50%;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
  .banner-title {
    font-size: 17px;
    line-height: 1.3;
    text-shadow: 0 0 4px #fff;
  }
  .top_driving_logo {
    text-align: center;
  }
  .home-review-text {
    font-size: 25px;
  }
  .top_driving_logo img {
    width: 150px;
  }
  .home-gift-card-btn a {
    font-size: 16px;
  }
  .top-header, .book-btn, .book-btn1 {
    display: none;
  }
  .header {
    background: #fff;
    padding: 8px 0;
  }
  .logo {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .logo img {
    width: 135px;
  }
  .menu-toggle.full {
    position: absolute !important;
    right: 0 !important;
    top: 17px;
    width: 57px !important;
    padding: 0 15px !important;
    text-align: center !important;
    font-size: 30px !important;
    height: 30px !important;
    overflow: hidden !important;
    color: #000 !important;
    line-height: 28px !important;
  }
	.banner_box_section {
	  min-height: 300px;
	}
	.banner_form_btn_heading {
	  margin: 15px 0;
	  height: 44px;
		font-size: 15px;
	}
  .header-right {
    padding-right: 15px !important;
    margin-top: 0 !important;
  }
  .menu {
    display: block;
  }
  .banner {
    margin-top: 60px;
    padding: 40px 0 260px;
    background-position: center bottom;
    background-size: 400px;
  }
  .banner-form {
    padding: 0;
    position: static;
    width: 100%;
    margin-top: 20px;
    border-radius: 0;
    transform: none;
  }
  .banner-form-heading, .pack-title, .home-offer-heading, .search_top_section .home-offer-heading {
    font-size: 26px;
  }
  .banner-form-text {
    font-size: 16px;
  }
	.inner_home_content {
	  padding: 20px 0;
	}
	.home-value-heading {
  font-size: 26px;
  line-height: 30px;
}
  .home-value-text {
    font-size: 16px;
  }
  .g-review img {
    width: 150px;
  }
	.home-test-lesson-heading {
  font-size: 26px;
  margin-top: 20px;
}
	.ft_book_btn {
  padding: 10px 20px;
  font-size: 15px;
}
	.social i {
  margin: 0 10px 0 0;
}
  .package-sec {
    padding: 20px 0 30px;
  }
  .new-radio {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .banner-check.two {
    margin-bottom: 15px;
  }
  .banner-form-item.two {
    margin-bottom: 15px;
  }
  .box1-img img {
    width: 50px;
  }
  .profile-header-logo img {
    width: 135px;
  }
  .our_lcn_heading {
    font-size: 22px;
  }
  .box1-top {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .home-driving-test {
    padding: 30px 0;
  }
  .d-test img {
    width: 90px;
  }
  .home-test-heading {
    font-size: 26px;
    margin-top: 15px;
  }
  .home-test-heading2 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .home-test-heading-test {
    font-size: 26px;
    margin-top: 15px;
    color: #fcbd00;
  }
  .home-test-btn a {
    font-size: 16px;
    margin-top: 20px;
  }
  .home-offer {
    padding: 30px 0;
  }
  .home-offer-details {
    font-size: 16px;
  }
  .home-offer-item {
    margin-top: 20px;
    padding-left: 0;
  }
  .home-offer-item img {
    position: relative;
  }
  .home-offer-item-details {
    margin-right: 0;
  }
  .home-offer-item-heading {
    margin: 4px 0 10px;
  }
  .home-offer-right {
    text-align: left;
  }
  .home-offer-right .home-offer-item {
    padding-right: 0;
  }
  .home-offer-right .home-offer-item-details {
    margin-left: 0;
  }
  .home-offer-image {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .home-gift-card {
    padding: 30px 0;
  }
  .home-gift-card-image img {
    width: 100%;
  }
  .home-gift-card-heading {
    font-size: 24px;
    margin: 20px 0 4px;
  }
  .home-gift-card-text {
    font-size: 20px;
  }
  .home-gift-card-btn a {
    padding: 10px 24px;
  }
  .home_suburb_section {
    padding: 20px 0;
  }
  .home_suburb_section_heading {
    font-size: 26px;
  }
  .home_suburb_section_subheading {
    font-size: 17px;
  }
  .home_suburb_section_list ul {
    margin: 25px 0 0;
  }
  .home_suburb_section_list ul li {
    margin: 0 6px 10px;
  }
  .home_suburb_section_list ul li a {
    font-size: 16px;
  }
  .footer {
    padding: 20px 0 52px;
  }
  .footer-item-heading {
    margin: 10px 0 5px;
  }
  .footer-item-details {
    text-align: left;
  }
  .footer-item:nth-child(2) {
    padding-left: 12px;
  }
  .footer-call {
    margin-top: 10px;
  }
  .footer-call, .footer-call a {
    font-size: 17px;
  }
  .ft_book_btn {
    margin-top: 10px;
  }
  .social {
    margin-top: 6px !important;
    text-align: left;
  }
  .inner_banner, .instructors_search, .pro-top-sec {
    margin-top: 58px;
  }
  .box1-top {
    min-width: 33.3%;
  }
  .inner_page_heading {
    font-size: 26px;
    line-height: 1.3;
  }
  .inner-form-right-common, .form-banner {
    padding: 15px 10px;
  }
  .banner-check.three {
    width: 100%;
    margin: 0 3px;
  }
  .banner-form-item.three {
    margin: 10px 0;
    position: relative;
  }
  .instructors_common_search .dropdown-menu.show {
    width: 100%;
  }
  .inner_page_container {
    padding: 30px 0;
  }
  .service_tab_ul li {
    display: block;
  }
  .serv_tab_content {
    padding: 25px 8px 15px;
  }
  .abt-title {
    font-size: 20px;
  }
  .ab-iner-img {
    margin: 10px 0;
  }
  .d-title {
    font-size: 20px;
  }
  .accordion-button {
    font-size: 15px !important;
    padding: 15px 10px !important;
  }
  .accordion-body {
    padding: 15px 10px !important;
  }
  .location_heading {
    font-size: 18px;
  }
  .location_txt_val {
    font-size: 16px;
  }
  .loc-map {
    margin-top: 30px !important;
  }
  .location_list_ul li {
    margin: 5px 0;
    width: 100%;
  }
  .contact_heading {
    font-size: 20px;
  }
  .contact_form {
    padding: 10px 10px;
  }
  .contact-left {
    padding-right: 12px !important;
  }
  .contact-right {
    margin-top: 15px !important;
  }
  .contact-info-image {
    top: 7px;
    width: 34px;
  }
  .contact-info {
    margin: 15px 0 0;
    padding-left: 48px;
  }
  .contact-info-details {
    font-size: 15px;
  }
  .ofc_section .card-header {
    line-height: 1.3;
  }
  .instructors_search {
    padding: 30px 0;
  }
  .search_top_section .search-offer-heading {
    font-size: 20px;
    line-height: 1.3;
  }
  .instructors-profile {
    padding: 30px 0;
  }
  .profile-left {
    padding: 25px 10px;
    align-items: start;
    margin-bottom: 10px;
  }
  .profile-left img {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
  .prof-title {
    font-size: 18px;
  }
  .prof-text {
    font-size: 14px;
  }
  .prof-text2 {
    font-size: 14px;
  }
  .view_profile_btn {
    font-size: 14px;
  }
  .book_now_btn {
    margin-left: 3px;
    font-size: 14px;
  }
  .mt130 {
    margin-top: 51px !important;
  }
  .view-profile-container .profile-left img {
    width: 90px;
    height: 90px;
    margin-right: 14px;
  }
  .view-profile-container .profile-left {
    padding: 5px 0 20px;
  }
  .view-profile-container .profile-left-bottom {
    padding-left: 0;
  }
  .view_profile_right_section {
    padding: 0 12px !important;
  }
  .view-profile-container .col-lg-10.pl-0 {
    padding-left: 12px !important;
  }
  .profile_more_info_heading {
    padding: 12px 10px;
    font-size: 16px;
  }
  .pro-top-sec {
    padding: 20px 0 15px;
  }
  #progressbar {
    text-align: center;
    flex-wrap: wrap;
  }
  #progressbar li {
    font-size: 14px;
    width: 33%;
    margin-top: 8px;
  }
  #progressbar li span {
    display: none;
  }
  #progressbar li .sp-package {
    display: block;
    font-size: 12px;
  }
  #progressbar li strong {
    font-size: 12px;
  }
  #progressbar li .step-name {
    display: none;
  }
   #progressbar li::before {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 42px;
    margin: 0 auto 2px;
  }
  #progressbar li::after {
    display: none;
  }
  .back_btn {
    margin-top: 18px;
    font-size: 14px;
    padding: 8px 40px;
  }
  .continue_btn, .disable_btn {
    padding: 8px 30px;
    font-size: 14px;
  }
  .continue_btn.cart_continue, .disable_btn {
    width: 100%;
    text-align: center;
  }
  .back_btn.two {
    width: 100%;
    text-align: center;
  }
  .ttr {
    padding: 5px 5px !important;
  }
  .carttable tr td {
    width: auto;
    margin-bottom: 6px;
    text-align: left;
    min-width: 70px;
  }
  .carttable.second tr td .cart-box select {
    width: 100%;
  }
  .carttable.second tr td {
    min-width: 130px;
  }
  .carttable.second tr td:last-child {
    min-width: auto;
  }
  .carttable.second tr td ul {
    padding-left: 18px;
    margin: 0;
  }
  .price_span {
    font-size: 13px;
  }
  .cart_success_span {
    font-size: 11px;
    padding: 3px 7px !important;
  }
  .profile-left .cart-box select {
    width: auto;
    font-size: 12px;
  }
  .profile-left .cart-box .ms-2 {
    font-size: 15px;
    margin-left: 0 !important;
  }
  .per_hour_price2 {
    font-size: 12px;
  }
  .ytr {
    margin-bottom: 0;
  }
  .hrs-no, .per_hour_price {
    font-size: 13px;
  }
  .hrs-no em {
    font-size: 12px;
  }
  .save-title {
    margin-top: 0 !important;
    font-size: 13px;
  }
  .cart_package_box {
    padding: 10px 4px;
  }
  .card .dropdown-menu, .booking_box .dropdown-menu {
    width: 100%;
  }
  .ngb-dp-day {
    margin: 2px;
  }
  .qwr span {
    display: block;
  }
  .bdl_btn {
    font-size: 15px;
  }
  .card-header {
    font-size: 18px !important;
  }
  .card-container {
    padding: 25px 20px !important;
  }
  .reg_btn {
    margin-top: 10px;
  }
  .forget2 {
    margin-top: 15px !important;
    float: none !important;
  }
  .view-profile-inner-container {
    padding: 15px 20px;
  }
  .profile-left-booking {
    padding: 10px 0 !important;
  }
  .booking_radio label {
    min-height: auto;
  }
  .feedback {
    display: flex;
    align-items: start;
  }
  .bkf_label {
    font-size: 14px;
  }
  .booking_box .continue_btn {
    font-size: 15px;
  }
  .disable_btn {
    font-size: 15px;
  }
  .booking_box .back_btn {
    font-size: 16px;
  }
  .cart-box select {
    width: 100%;
  }
  .select_address_btn, .profile_left_box_heading {
    font-size: 18px;
  }
  .profile_left_box_heading {
    margin-bottom: 0;
    margin-top: 0;
  }
  .radiobtn label::after, .radiobtn label::before {
    right: 15px;
  }
  .modal-dialog {
    margin-top: 58px !important;
  }
  .fc-toolbar .fc-right {
    float: left !important;
    margin-top: 10px !important;
  }
  .inner_banner.profile_heading_image {
    padding: 10px 0;
  }
  .profile_page_container {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .profile_table {
    margin-top: 20px;
  }
  .profile_table tr td {
    display: block;
  }
  .profile_table tr td:first-child {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
  }
  .profile_left_box {
    padding: 14px 12px;
    display: flex;
    align-items: center;
  }
  .profile_user_img {
    width: 60px !important;
    height: 60px !important;
    margin: inherit;
    margin-right: 15px;
  }
  .profile_right_box {
    padding: 20px 15px;
  }
  .profile_heading {
    font-size: 16px;
    border-bottom: none;
  }
  .table_heading th {
    min-width: 120px;
  }
  .ovr_all_price {
    font-size: 24px;
  }
  .profile_right_box .last_price {
    text-align: left !important;
    font-size: 20px;
  }
  .profile_right_box .last_txt {
    text-align: left !important;
  }
  .bdtp_btn {
    font-size: 16px;
  }
  .upload_img_right {
    padding-left: 12px !important;
  }
  .profile_right {
    margin-top: 10px !important;
  }
  .upload_img_right {
    margin-top: 20px !important;
  }
  .profile_table td {
    min-width: 100px;
  }
  .edit_img {
    width: 100px;
  }
  .active_un_btn, .un_btn {
    font-size: 18px
  }
  .un_btn {
    margin-top: 5px;
  }
  .ytr2 {
    text-align: left;
  }
  .lession-table td {
    min-width: 130px;
    font-size: 15px;
  }
  .lcn_time_div {
    margin-top: 20px !important;
  }
  #back2Top {
    bottom: 84px;
  }
  .unavailable_table tr th, .unavailable_table ta td {
    min-width: 120px;
  }
  .gv_search_heading {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pkg-title, .plg-txt {
    font-size: 14px;
  }
  .bdl_btn.two {
    font-size: 12px;
  }
  .banner-form.popup-form {
    width: 100%;
    padding: 8px 0 15px;
  }
  .radiobtn label {
    padding: 16px 8px 16px 14px;
  }
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
  .mob_header_no {
    right: 32%;
  }
  .banner-form {
    padding: 20px 24px 30px;
    position: static !important;
    width: 100% !important;
    margin-top: 20px !important;
    transform: none !important;
  }
  .pack-title, .home-test-heading, .home-offer-heading, .home-gift-card-heading, .home_suburb_section_heading {
    font-size: 26px !important;
  }
  .home-offer-item {
    margin-top: 24px;
  }
  .home-offer-item img {
    width: 56px;
  }
  .home-offer-right {
    text-align: left !important;
  }
  .home-offer-right .home-offer-item {
    padding-right: 0 !important;
    padding-left: 70px;
  }
  .home-offer-right .home-offer-item img {
    left: 0;
    right: inherit;
  }
  .home-offer-image img {
    width: 100% !important;
  }
  .copyright .social {
    margin-top: 4px !important;
    text-align: left !important;
  }
  .carttable.second tr td {
    min-width: 90px !important;
  }
  #progressbar li strong {
    font-size: 11px !important;
  }
  .profile_left_box {
    padding: 14px 12px !important;
    display: flex !important;
    align-items: center !important;
  }
  .profile_user_img {
    width: 60px !important;
    height: 60px !important;
    margin: inherit !important;
    margin-right: 15px !important;
  }
  .profile_right_box {
    padding: 20px 15px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .mob_header_no {
    right: 32%;
  }
  .banner {
    padding: 40px 0;
    background-position: right bottom;
  }
  .banner-title {
    font-size: 20px;
  }
  .book-btn {
    display: inline-block;
    position: fixed;
    top: 11px;
    right: 75px;
  }
  .home-offer-image {
    text-align: center;
  }
  .home-offer-item img {
    position: absolute;
    width: 65px;
  }
  .home-offer-item {
    padding-left: 70px;
  }
  .home-offer-right .home-offer-item {
    padding-right: 70px;
  }
  .home-offer-right {
    text-align: right;
  }
  .home-offer-item-heading {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .social {
    margin-top: 0 !important;
    text-align: right;
  }
  .service_tab_ul li {
    display: inline-block;
  }
  .location_list_ul li {
    margin: 5px 6px;
    width: 47%;
  }
  .view_profile_btn {
    font-size: 13px;
    margin-right: 3px;
  }
  .book_now_btn {
    font-size: 13px;
  }
  .carttable tr td {
    width: 24%;
    margin-bottom: 0;
    text-align: inherit;
  }
  .carttable.second tr td {
    min-width: 250px;
    width: auto;
  }
  .small-fontsize-12 {
    padding-left: 20px !important;
  }
  #progressbar {
    justify-content: center;
  }
  #progressbar li {
    width: 16%;
  }
  #progressbar li::after {
    display: block;
    top: 17px;
    height: 5px;
  }
  .profile-left .cart-box select {
    font-size: 15px;
    width: auto !important;
  }
  .profile-left .cart-box .ms-2 {
    margin-left: 6px !important;
  }
  .per_hour_price2 {
    font-size: 15px;
  }
  .continue_btn, .back_btn, .disable_btn {
    font-size: 16px;
  }
  .profile_right {
    margin-top: 0 !important;
  }
  .forget2 {
    float: right !important;
  }
  .hrs-no, .per_hour_price, .price_span {
    font-size: 15px;
  }
  .hrs-no em {
    font-size: 13px;
  }
  .price-table .save-title {
    font-size: 15px;
    min-width: 86px;
  }
  .view-profile-container .profile-left img {
    margin-right: 20px;
  }
  .profile_left_box {
    display: block;
  }
  .profile_user_img {
    margin: 0 auto;
    width: 75px !important;
    height: 75px !important;
  }
  .profile_left_box_heading {
    margin-top: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .banner-content {
    top: 10px;
  }
  .desktopmenu li a {
    font-size: 13px;
    padding: 15px 4px;
  }
  .banner-title {
    font-size: 22px;
  }
  .book-btn {
    font-size: 13px;
    padding: 8px 10px;
  }
  .book-btn1 {
    padding: 8px 10px;
    font-size: 13px;
  }
  .banner {
    background-position: bottom right ;
    background-size: 600px;
  }
  .stellarnav.dark li a {
    font-size: 14px !important;
    padding: 15px 8px !important;
  }
  .banner-form {
    right: 4%;
  }
  .banner-form-heading {
    font-size: 30px;
  }
  .pack-title, .home-test-heading, .home-offer-heading, .home-gift-card-heading, .home_suburb_section_heading {
    font-size: 38px;
  }
  .home-test-heading2 {
    font-size: 20px;
  }
  .home-offer-image img {
    width: 325px;
  }
  .home-offer-item-details {
    margin-right: 0;
  }
  .toplogin li {
    font-weight: normal;
  }
  .home-offer-right .home-offer-item-details {
    margin-left: 39%;
  }
  .home-offer-item {
    padding-left: 84px;
  }
  .home-offer-right .home-offer-item {
    padding-right: 84px;
  }
  .home-offer-image {
    bottom: 144px;
  }
  .footer-item:nth-child(2) {
    padding-left: 96px;
  }
  .inner-form-right .banner-check.three .checkmark {
    padding: 11px 28px;
  }
  .inner-form-right .banner-check .checkmark::after {
    left: 15px;
    top: 16px;
  }
  .banner-check.three .checkmark {
    padding: 10px 25px;
  }
  .banner-check .checkmark::after {
    left: 13px;
    top: 17px;
  }
  .service_tab_ul li a {
    margin: 2px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .contact-info-details {
    font-size: 15px;
  }
  .profile-left {
    padding: 30px 20px;
  }
  .profile-left img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .profile-view .profile-left img {
    width: 170px;
    height: 170px;
  }
  .continue_btn, .back_btn, .disable_btn {
    padding: 10px 60px;
  }
  #progressbar li {
    font-size: 19px;
  }
  .w24 {
    width: 32%;
  }
  .booking_radio span {
    font-size: 12px;
  }
  .profile_right_box table tr th, .profile_right_box table tr td {
    min-width: 120px;
  }
  .bdl_btn, .bdtp_btn {
    font-size: 17px;
  }
  .inner_banner {
    margin-top: 125px;
  }
  .bkf_label {
    font-size: 12px;
  }
  .view_profile_right_section {
    padding: 0 10px !important;
  }
  .profile_user_img {
    width: 110px !important;
    height: 110px !important;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .banner-content {
    top: 4px;
  }
  .banner-title {
    font-size: 18px;
  }
  .stellarnav.mobile.dark ul {
    max-height: 217px;
    overflow-y: auto;
  }
  .stellarnav.dark li a {
    padding: 10px 8px !important;
  }
  .inner_banner {
    margin-top: 51px;
  }
  .book-btn {
    display: inline-block !important;
    position: fixed;
    top: 11px;
    right: 60px;
  }
  .banner-form {
    padding: 20px 24px 30px;
    position: absolute;
    right: 4%;
    width: 360px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .home-offer-image {
    text-align: center;
    bottom: 0;
  }
  .home-offer-image img {
    width: auto;
  }
  .home-offer-item-details {
    margin-right: 0;
  }
  .home-offer-right .home-offer-item-details {
    margin-left: 0;
  }
  .home-offer-item img {
    position: absolute;
    width: 65px;
  }
  .home-offer-item {
    padding-left: 70px;
  }
  .home-offer-right .home-offer-item {
    padding-right: 70px;
  }
  .home-offer-right {
    text-align: right;
  }
  .home-offer-item-heading {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .pack-title, .home-test-heading, .home-offer-heading, .home-gift-card-heading, .home_suburb_section_heading {
    font-size: 28px;
  }
  .social {
    margin-top: 0 !important;
    text-align: right;
  }
  .service_tab_ul li {
    display: inline-block;
  }
  .location_list_ul li {
    margin: 5px 6px;
    width: 47%;
  }
  .view_profile_btn {
    font-size: 13px;
    margin-right: 3px;
  }
  .book_now_btn {
    font-size: 13px;
  }
  .carttable tr td {
    width: 24%;
    display: inline-block;
    margin-bottom: 0;
    text-align: inherit;
  }
  .carttable.second tr td {
    min-width: 250px;
    width: auto;
  }
  .small-fontsize-12 {
    padding-left: 20px !important;
  }
  #progressbar {
    justify-content: center;
  }
  #progressbar li {
    width: 16%;
  }
  #progressbar li::after {
    display: block;
    top: 17px;
    height: 5px;
  }
  .profile-left .cart-box select {
    font-size: 15px;
  }
  .profile-left .cart-box .ms-2 {
    margin-left: 6px !important;
  }
  .per_hour_price2 {
    font-size: 15px;
  }
  .continue_btn, .back_btn, .disable_btn {
    font-size: 16px;
  }
  .profile_right {
    margin-top: 0 !important;
  }
  .forget2 {
    float: right !important;
  }
  .hrs-no, .per_hour_price, .price_span {
    font-size: 15px;
  }
  .hrs-no em {
    font-size: 13px;
  }
  .price-table .save-title {
    font-size: 15px;
    min-width: 86px;
  }
  .view-profile-container .profile-left img {
    margin-right: 20px;
  }
  .footer-item:nth-child(2) {
    padding-left: 12px;
  }
  .profile-left {
    padding: 25px 10px;
  }
  .profile-left img {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
  .view-profile-container .profile-left img {
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
  .profile-left .cart-box select {
    width: 100%;
  }
  .profile_left_box {
    display: block;
  }
  .profile_user_img {
    margin: 0 auto;
    width: 75px !important;
    height: 75px !important;
  }
  .profile_left_box_heading {
    margin-top: 15px;
  }
}
/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-content {
    top: 10px;
  }
  .book-btn {
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
  }
  .stellarnav.dark li a {
    font-size: 14px !important;
    padding: 15px 8px !important;
  }
  .banner-form {
    right: 4%;
  }
  .banner-form-heading {
    font-size: 30px;
  }
  .pack-title, .home-test-heading, .home-offer-heading, .home-gift-card-heading, .home_suburb_section_heading {
    font-size: 38px;
  }
  .home-test-heading2 {
    font-size: 20px;
  }
  .home-offer-image img {
    width: 325px;
  }
  .home-offer-item-details {
    margin-right: 39%;
  }
  .home-offer-right .home-offer-item-details {
    margin-left: 39%;
  }
  .home-offer-item {
    padding-left: 84px;
  }
  .home-offer-right .home-offer-item {
    padding-right: 84px;
  }
  .home-offer-image {
    bottom: 144px;
  }
  .footer-item:nth-child(2) {
    padding-left: 96px;
  }
  .inner-form-right .banner-check.three .checkmark {
    padding: 11px 28px;
  }
  .inner-form-right .banner-check .checkmark::after {
    left: 15px;
    top: 16px;
  }
  .banner-check.three .checkmark {
    padding: 10px 25px;
  }
  .banner-check .checkmark::after {
    left: 13px;
    top: 17px;
  }
  .service_tab_ul li a {
    margin: 2px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .contact-info-details {
    font-size: 15px;
  }
  .profile-left {
    padding: 30px 20px;
  }
  .profile-left img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .profile-view .profile-left img {
    width: 170px;
    height: 170px;
  }
  .continue_btn, .back_btn, .disable_btn {
    padding: 10px 60px;
  }
  #progressbar li {
    font-size: 19px;
  }
  #progressbar li::after {
    display: block;
    top: 29px;
    height: 10px;
  }
  .w24 {
    width: 32%;
  }
  .booking_radio span {
    font-size: 12px;
  }
  .profile_right_box table tr th, .profile_right_box table tr td {
    min-width: 120px;
  }
  .bdl_btn, .bdtp_btn {
    font-size: 17px;
  }
  .inner_banner {
    margin-top: 125px;
  }
  .bkf_label {
    font-size: 12px;
  }
  .view_profile_right_section {
    padding: 0 10px !important;
  }
  .carttable.second tr td {
    min-width: 130px;
  }
  .carttable.second tr td:last-child {
    min-width: auto;
  }
}
@media screen and (min-width: 1424px) {
  .banner-form {}
}
@media screen and (min-width: 1624px) {
  .banner-form {}
}
@media screen and (min-width: 1920px) {}
@media screen and (min-width: 2048px) {}
@media screen and (min-width: 2550px) {}