body {
  background: #fff;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
}
input:focus, select:focus {
  outline: none !important;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
*:focus {
  outline: none !important;
}
img {
  max-width: 100%;
  height: 0 auto;
}
@font-face {
  font-family: 'Arial Rounded MT';
  src: url('../fonts/ArialRoundedMTBold.eot');
  src: url('../fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ArialRoundedMTBold.woff2') format('woff2'), url('../fonts/ArialRoundedMTBold.woff') format('woff'), url('../fonts/ArialRoundedMTBold.ttf') format('truetype'), url('../fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
header {
  background: #fff;
  width: 100%;
  z-index: 99;
  -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;
}
header.sticky {
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fullpageLoader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #fff;*/
      background: #0000009e;
    /*background: #d0cece;*/
    display: none;
    z-index: 99999;
}
.fullpageLoader span {
    max-width: 300px;
    border: 1px solid #f4f4f4;
    text-align: center;
    background: #fff;
    margin: auto;
    position: fixed;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    padding: 15px;
    color: #000;
    font-size: 14px;
    height: 115px;
}
.fullpageLoader span img {
    display: block;
    width: 40px;
    margin: 0 auto;
}
.top-bar {
  background: #000;
  padding: 7px 0 3px;
}
.top-menu {
  padding-left: 20px;
  margin-top: 6px;
}
.top-menu ul li a:hover, .top-menu ul li.active a {
  color: #ffc315;
}
.top-login {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
}
.input-upercase {
  text-transform: uppercase;
}
.top-login ul {
  margin: 7px 0 0;
  padding: 0;
  display: inline-block;
}
.top-login ul li {
  display: inline-block;
  position: relative;
}
.top-login ul li::before {
  background: #fff;
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  top: 4px;
  right: 0;
}
.top-login ul li:last-child::before {
  display: none;
}
.top-login ul li a {
  color: #fff;
  padding: 0 14px;
  text-decoration: none;
  -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;
}
.top-login ul li a:hover {
  color: #ffc315;
}
.header-bottom {
  padding: 15px 0 10px;
  -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;
}
.sticky .header-bottom {
  padding: 5px 0 10px;
}
.logo {
  padding-right: 0 !important;
}
.logo img {
  width: 256px;
  -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;
}
.sticky .logo img {
  margin: 10px 0 0;
  width: 75%;
}
.header-menu {
  margin: 28px 0 0;
  padding: 0 0 0 40px;
}
.header-menu ul {
  margin: 0;
  padding: 0;
}
.header-menu ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}
.header-menu ul li a {
  background: rgba(0, 0, 0, 0) url("../images/menu-arrow.png") no-repeat scroll 99% 8px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 0 20px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  -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;
  -webkit-appearance: none;
}
.home-test-pack-new {
    background: url("../images/new_img.jpg") #8deeff no-repeat center left;
    padding: 50px 0;
}
.home-test-pack-new-heading {
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px;
}
#service_centre {
  background: url("../images/input-arrow.png") no-repeat scroll 99%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 25px;
  padding: 10px 18px 8px;
}
.header-menu ul li a:hover {
  color: #0b80ae;
}
.header-menu ul li a::after {
  display: none;
}
.header-menu ul li:last-child {
  float: right;
  margin: 0;
}
.header-menu a.dropdown-item {
  background: none;
  font-size: 14px;
  font-weight: 500;
}
.header-btns {
  text-align: right;
  margin-top: 18px;
}
.header-btns a {
  background: #ffc20e;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 8px 9px;
  /* width: 175px;*/
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -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;
}
.header-btns a .fa {
  float: left;
  font-size: 15px;
  margin: 3px 2px 0 0;
}
.header-btns a:hover {
  background: #0b80ae;
  color: #fff;
}
.header-btns a.header-btns-small {
  margin-left: 5px;
  width: 130px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner-text {
  color: #fff;
  /**/
  font-size: 40px;
  position: absolute;
  top: 50px;
  left: 9%;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}
.banner-text span {
  font-size: 48px;
  background: #0b80ae;
  padding: 0 15px;
}
.banner-form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 50px 50px;
  padding: 0 0 25px;
  position: absolute;
  top: 120px;
  box-shadow: -5px 13px 15px rgba(0, 0, 0, 0.6);
  right: 11%;
  width: 289px;
}
.banner-form-heading {
  background: #CF0F1A;
  /*color: #fff;*/
  background: linear-gradient(to right, #cf0f1a 10%, #fff 50%, #5bdaff 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 60% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  font-size: 29px;
  margin: 9px 0 11px;
  position: relative;
  z-index: 9;
}
@keyframes textclip {
  to {
    background-position: 250% center;
  }
}
.banner-form-heading::after {
  border-bottom: 15px solid transparent;
  /* border-left: 145px solid #CF0F1A; */
  content: "";
  right: 0;
  position: absolute;
  bottom: -15px;
}
.banner-form-heading::before {
  border-bottom: 15px solid transparent;
  /*	border-right: 145px solid #CF0F1A; */
  content: "";
  left: 0;
  position: absolute;
  bottom: -15px;
}
.banner-form-text {
  color: #cf0f1a;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: bold;
}
.banner-form-text2 {
  color: #000;
  font-size: 14px;
  margin: 0 0 15px;
}
.banner-form-heading-border {
  position: relative;
  z-index: -9;
}
.banner-form-heading-border::after {
  content: "";
  right: 0;
  position: absolute;
  bottom: -11px;
  /* background: #a5060e; */
  width: 146px;
  height: 4px;
  transform: rotate(-6deg);
}
.banner-form-heading-border::before {
  content: "";
  left: 0;
  position: absolute;
  bottom: -11px;
  /*	background: #a5060e; */
  width: 146px;
  height: 4px;
  transform: rotate(6deg);
}
.banner-form-inner {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.banner-form-inner form {
  margin: 0;
}
.banner-form-item {
  float: left;
  margin: 0 0 10px;
  padding: 0 4px;
}
.banner-form-radio {
  color: #0b80ae;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.banner-form-radio input {
  background: #fff;
  border-radius: 50px;
  clip: rect(0px, 0px, 0px, 0px);
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 0;
}
.banner-form-radio input[type="radio"]:checked + span.radio-btn {
  background: #0b80ae;
  color: #fff;
}
.banner-form-radio-preferred input[type="radio"]:checked + span.radio-btn {
  background: #CF0F1A;
  color: #fff;
}
.banner-form-radio-preferred {
  color: #0b80ae;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.banner-form-radio-preferred input {
  background: #fff;
  border-radius: 50px;
  clip: rect(0px, 0px, 0px, 0px);
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 0;
}
.banner-form-radio-preferred .radio-btn {
  border: 1px solid #0b80ae;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 8px 0;
}
.banner-form-radio-preferred .radio-btn img {
  width: auto;
}
.banner-form-radio .radio-btn {
  border: 1px solid #0b80ae;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 8px 0;
}
.home-price-package-inner .banner-form-radio .radio-btn {
  height: 50px;
  padding: 15px 0;
}
.banner-form-radio .radio-btn img {
  width: auto;
}
.banner-form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 96% 14px;
  border: 1px solid #ffc20e;
  border-radius: 50px;
  color: #878787;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 36px;
  text-align: center;
  width: 100%;
}
.banner-form-btn {
  float: left;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}
.banner-form-btn button {
  background: #CF0F1A;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 43px 5px;
  text-transform: uppercase;
  -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;
}
.banner-form-btn button:hover {
  background: #0b80ae;
  color: #fff;
}
.home-value {
  background: #1f2839 url("../images/value-bg.jpg") no-repeat fixed 0 0;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0;
}
.home-value-text {
  color: #fff;
  /**/
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-price-package {
  /*background: #298DC1;*/
  padding: 40px 0 30px;
  overflow: hidden;
}
.home-price-package-heading {
  background: rgba(0, 0, 0, 0) url("../images/home-price-package-heading-bg.png") no-repeat scroll 41% center;
  color: #fff;
  font-size: 40px;
  /*margin: 0 0 30px;*/
  padding: 65px 15px 45px;
}
.home-price-package-heading span.dollar {
  background: none;
  color: #fff;
  padding: 0 15px;
}
.home-price-package-heading span {
  background: #fff;
  border-radius: 10px;
  padding: 7px 90px 13px;
}
.home-price-package-inner {}
.home-price-package-inside {
  /*background: #fff;*/
  border-radius: 10px;
  padding: 35px 15px 27px;
  float: left;
  width: 100%;
}
.home-price-package-form-item, .home-price-package-form-btn {
  float: left;
  padding: 0 5px;
}
.home-price-package-form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll 96% 21px;
  border: 1px solid #ffc20e;
  border-radius: 50px;
  color: #878787;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 25px 0 15px;
}
.home-price-package-form-item input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ffc20e;
  border-radius: 50px;
  color: #878787;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 37px;
  text-align: center;
  width: 100%;
  padding: 3px 25px 0 15px;
}
.home-price-package-form-btn button {
  background: #ffc20e;
  border: none;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 43px;
  width: 100%;
  text-transform: uppercase;
  -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;
}
.home-price-package-form-btn button:hover {
  background: #0b80ae;
  color: #fff;
}
.home-test-pack {
  background: #52afc1;
  /*padding: 45px 0 70px;*/
  padding: 33px 0;
  position: relative;
  float: left;
  width: 100%;
}
.home-test-pack-image {
  position: absolute;
  bottom: 0;
  left: -10px;
}
.home-test-pack-image img {
  /*float: right;*/
}
.home-test-pack-right {
  /*padding-left: 65px;*/
  float: right;
  text-align: center;
}
.home-test-pack-right-inner {
  background: rgba(0, 0, 0, 0) url("../images/home-test-pack-heading-bg.png") no-repeat scroll 0 0 / 100%;
  padding: 27px 0;
  margin: 0 0 15px;
}
.home-test-pack-heading {
  color: #000;
  /**/
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 5px;
  font-weight: 700;
}
.grey-text {
  color: #7d7d7d;
}
.home-test-pack-text {
  color: #000;
  /*float: left;

	*/
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
.home-test-pack-btn {
  /*float: left;*/
  margin: 10px 0 0 15px;
}
.home-test-pack-btn a {
  background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 96% 20px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 17px;
  padding: 12px 25px 12px 15px;
  text-decoration: none;
  -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;
}
.home-test-pack-btn a:hover {
  background: #0b80ae url("../images/arrow-right-hv.png") no-repeat scroll 96% 23px;
  color: #fff;
}
.home-gift-card {
  /*background: #bae5fb;*/
  background: #1f2839 url("../images/home-gift-card-bg.jpg") no-repeat scroll 0 0;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0 55px;
}
.home-gift-card-image {}
.home-gift-card-right {
  margin: 60px 0 0;
  padding: 0 !important;
}
.home-gift-card-heading {
  color: #fff;
  /**/
  font-size: 50px;
  margin: 0 0 10px;
  font-weight: 700;
}
.home-gift-card-text {
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
}
.home-gift-card-btn {}
.home-gift-card-btn a {
  background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 89% 33px;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  /**/
  font-size: 24px;
  padding: 17px 50px 17px 31px;
  text-decoration: none;
  -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;
}
.home-gift-card-btn a:hover {
  background: #0b80ae url("../images/arrow-right-hv.png") no-repeat scroll 89% 33px;
  color: #fff;
}
.home-process {
  padding: 40px 0 50px;
  overflow: hidden;
}
.home-process-heading {
  color: #32333a;
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 15px;
}
.home-process-heading span {
  /**/
  font-weight: 700;
}
.home-process-details {
  color: #32333a;
  font-size: 18px;
  font-weight: 300;
}
.home-process-btn {
  margin: -70px 0 0;
}
.home-process-btn a {
  background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 92% 30px;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 24px;
  padding: 15px 45px 15px 25px;
  width: 372px;
  text-decoration: none;
  -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;
}
.home-process-btn a:hover {
  background: #0b80ae url("../images/arrow-right-hv.png") no-repeat scroll 92% 30px;
  color: #fff;
}
.home-process-btn-2 a {
  background-position: 88% 30px;
  padding: 15px 55px 15px 35px;
}
.home-process-btn-2 a:hover {
  background-position: 88% 30px;
}
.home-offer {
  background: #f5f5f5;
  padding: 15px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.home-offer .container {
  padding: 0;
}
.home-offer-heading {
  color: #000;
  /**/
  font-size: 50px;
  margin: 0 0 10px;
  font-weight: 700;
}
.home-offer-details {
  color: #000;
  font-size: 18px;
  margin: 0 0 70px;
}
.home-offer-left {
  padding: 0;
}
.home-offer-item {
  float: left;
  margin: 0 0 80px;
  width: 100%;
}
.home-offer-item-icon {
  float: left;
  width: 115px;
}
.home-offer-item-right {
  float: left;
  width: 80%;
}
.home-offer-item-heading {
  color: #32333a;
  /**/
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 700;
}
.home-offer-item-details {
  color: #32333a;
  font-size: 14px;
  width: 52%;
}
.home-offer-right {
  padding: 0;
}
.home-offer-right .home-offer-item-icon {
  float: right;
}
.home-offer-right .home-offer-item-right {
  text-align: right;
}
.home-offer-right .home-offer-item-right .home-offer-item-details {
  float: right;
}
.home-offer-image {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  z-index: -9;
}
.home-why {
  padding: 0 0 20px;
}
.home-why-heading {
  color: #32333a;
  /**/
  font-weight: 700;
  font-size: 50px;
  margin: 0 0 30px;
}
.home-why-details {
  color: #565656;
  font-size: 18px;
  line-height: 35px;
  margin: 0 0 45px;
  padding: 0 125px;
}
.home-why-details span {
  color: #32333a;
  /**/
  font-size: 26px;
  font-weight: 700;
}
.home-why-item {}
.home-why-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-why-item ul li {
  background: rgba(0, 0, 0, 0) url("../images/check-icon.png") no-repeat scroll 0 5px;
  color: #777;
  display: inline-block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 35px;
  padding: 0 0 0 45px;
  text-align: left;
  width: 24%;
  vertical-align: top;
}
.home-why-item ul li strong {
  color: #000;
}
footer {
  background: #f5f5f5;
  padding: 35px 0 0;
}
.footer-item {
  margin: 0 0 50px;
}
.footer-item-heading {
  color: #32333a;
  /**/
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px;
}
.footer-item-details {
  color: #525252;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.footer-item:nth-child(2) {
  padding: 0 140px;
}
.footer-menu {}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  margin: 0 0 5px;
}
.footer-menu ul li a {
  color: #6d6d6d;
  font-size: 18px;
  text-decoration: none;
  -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;
}
.footer-menu ul li a:hover {
  color: #000;
}
.footer-btn {
  margin: 0 0 25px;
}
.footer-btn a {
  background: #ffc20e;
  border-radius: 5px;
  color: #32333a;
  display: inline-table;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 8px;
  text-decoration: none;
  text-transform: uppercase;
  -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;
}
.footer-btn a:hover {
  background: #0b80ae;
  color: #fff;
}
.footer-call {
  color: #32333a;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.footer-call .fa {
  font-size: 22px;
}
.footer-call a {
  color: #32333a;
  /**/
  font-size: 22px;
  text-decoration: none;
  -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;
}
.footer-call a:hover {
  color: #000;
}
.border-inner {
  border-bottom: 1px solid #32333a;
}
.copyright {
  color: #32333a;
  font-size: 14px;
  margin: 15px 0 25px;
}
.copyright a {
  color: #32333a;
  text-decoration: none;
  -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;
}
.copyright a:hover {
  color: #000;
}
.footer-social {
  margin: 15px 0 0;
  text-align: right;
}
.footer-social ul {
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer-social ul li .fa {
  color: #32333a;
  font-size: 20px;
  -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;
}
.footer-social ul li .fa:hover {
  color: #000;
}
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  opacity: 0;
  z-index: 9999;
  -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;
}
/* --------------- Profile List --------------- */
.inner-banner {
  margin: 0 0 0%;
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-page-title {
  color: #fff;
  font-weight: 500;
  font-size: 66px;
  position: absolute;
  top: 65px;
  left: 8%;
}
.black-text {
  color: #000;
}
.instructor-list-form {
  margin: 0 0 50px;
}
.instructor-list-form .home-price-package-form-item select {
  background-position: 96% 14px;
  height: 36px;
}
.instructor-list-form .home-price-package-form-btn button {
  padding: 6px 43px;
}
.instructor-list-item {
  margin: 0 0 50px;
}
.instructor-list-item-inner {
  background: rgba(0, 0, 0, 0) url("../images/instructor-list-item-bg.jpg") no-repeat scroll 0 0;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  float: left;
  padding: 50px 35px 45px 60px;
  width: 100%;
}
.instructor-list-item-image {
  background: #fff;
  border: 3px solid #ffc20e;
  border-radius: 10px;
  padding: 0;
  height: 100%;
}
.instructor-list-item-image img {
  border-radius: 10px;
}
.instructor-list-item-name-btn {}
.instructor-list-item-name {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
.instructor-list-item-star {
  margin: 0 0 15px;
}
.instructor-list-item-profile-btn {}
.instructor-list-item-profile-btn a {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 5px 40px;
  text-decoration: none;
  -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;
}
.instructor-list-item-profile-btn a:hover {
  background: #ffc20e;
  color: #000;
}
.instructor-list-item-text {
  margin: 8px 0 0;
}
.instructor-list-item-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.instructor-list-item-text ul li {
  color: #fff;
  font-size: 17px;
  margin: 0 0 15px;
}
.instructor-list-item-book-btn {
  margin: 60px 0 0;
}
.instructor-list-item-book-btn a {
  background: #ffc20e;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.instructor-list-item-book-btn a:hover {
  background: #fff;
  color: #000;
}
/* --------------- Profile Details --------------- */
.profile-top {
  margin: 0;
}
.profile-top-left {}
.profile-top-left-image {}
.profile-top-left-image-inner {
  border: 3px solid #0b80ae;
  border-radius: 10px;
}
.profile-top-left-image img {
  border-radius: 10px;
}
.profile-top-left-name {
  color: #0b80ae;
  font-weight: 600;
  font-size: 37px;
  margin: 50px 0 0;
}
.profile-top-left-star {
  line-height: 30px;
  margin-left: 15px;
}
.profile-top-right {}
.profile-top-right-heading {
  color: #0b80ae;
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 10px;
}
.profile-top-right-heading-name {
  font-size: 29px;
}
.profile-top-right-details {
  color: #6e6b6b;
  font-size: 15px;
  line-height: 25px;
}
.profile-top-right-btn {
  margin: 15px 0 0;
}
.profile-top-right-btn button {
  background: #0b80ae;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 4px 13px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -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;
}
.profile-top-right-btn button:hover {
  background: #ffc315;
  color: #000;
}
.profile-top-right-btn button.collapsed::before {
  content: "Read More";
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 15px;
  background: #0b80ae;
  padding: 4px 13px;
  border-radius: 50px;
  left: 0;
  right: 0;
  display: inline-block;
}
.profile-top-right-btn button::before {
  content: "Read Less";
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 15px;
  background: #0b80ae;
  padding: 4px 13px;
  border-radius: 50px;
  left: 0;
  right: 0;
  display: inline-block;
}
.profile-form {
  margin: 0 0 120px;
  padding: 5px 0 0;
}
.profile-form-left {
  color: #0b80ae;
  font-size: 32px;
  margin: 85px 0 0;
  padding-left: 0;
  position: relative;
}
.profile-form-left::before {
  border: 4px solid #0b80ae;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 340px;
  width: 643px;
  z-index: -9;
  position: absolute;
  top: -90px;
  left: 0;
  content: "";
}
.profile-form-left img {}
.profile-form-right {
  margin: 15px 0 0;
  padding-right: 45px;
  position: relative;
  right: 50px;
}
.profile-form-right form {
  float: left;
  width: 100%;
  margin: 0;
}
.profile-form-item {
  background: #fff;
  border: 4px solid #fff;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.profile-form-item-inner {
  border: 2px solid #eaeaea;
  padding: 22px 25px 25px;
  position: relative;
  float: left;
  width: 100%;
}
.profile-form-item-inner-remove {
  position: absolute;
  right: 20px;
  top: 18px;
}
.profile-form-item-selection {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}
.profile-form-item-selection-left {
  color: #6E7271;
  font-size: 18px;
  font-weight: 500;
  float: left;
  width: 40%;
  text-decoration: underline;
}
.profile-form-item-selection-right {
  float: left;
  width: 60%;
}
.journey_input {
  display: inline-block !important;
  position: relative;
  padding-left: 24px;
  margin: 0 20px 0 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6E7271;
  font-weight: 500;
}
.journey_input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ccc;
  border-radius: 50%;
  border: 1px solid #aaa;
}
.journey_input:hover input ~ .checkmark {
  background-color: #ccc;
}
.journey_input input:checked ~ .checkmark {
  background-color: #dedede;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.journey_input input:checked ~ .checkmark:after {
  display: block;
}
.journey_input .checkmark::after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #444;
}
.profile-form-item-date-time label {
  color: #6E7271;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
.profile-form-item-date-time select {
  background: #fff url("../images/dn-arrow.jpg") no-repeat scroll 96% 21px;
  border: 2px solid #ccc;
  border-radius: 5px;
  color: #6E7271;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  padding: 5px 25px 5px 10px;
  width: 100%;
}
.profile-form-right-btns {}
.profile-form-right-btns ul {
  margin: 0;
  padding: 0;
}
.profile-form-right-btns ul li {
  display: inline-block;
  margin: 0 7px;
}
.profile-form-right-btns ul li a {
  background: #ffc20e;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  width: 185px;
  text-align: center;
  text-decoration: none;
  -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;
}
.profile-form-right-btns ul li a:hover {
  background: #0b80ae;
  color: #fff;
}
.profile-add-btn a {
  background: #fff !important;
  color: #000 !important;
}
.profile-add-btn a:hover {
  background: #0b80ae !important;
  color: #fff !important;
}
.modal-backdrop.show {}
#myModal {
  padding-top: 55px;
}
.profile-form-right-btns ul li button {
  background: #1e2838 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: 'Arial Rounded MT' !important;
  font-size: 12px !important;
  text-transform: none !important;
  width: 185px !important;
  padding: 5px 15px !important;
  margin: 0 !important;
  line-height: 14px !important;
}
.profile-form-right-btns ul li button:hover {
  background: #0b80ae !important;
  color: #fff !important;
}
.profile-form-right-btns ul li button.close {
  background: none !important;
  color: #444 !important;
  font-size: 20px !important;
  width: auto !important;
  text-align: right !important;
  margin: 10px 0 0 0 !important;
}
.profile-form-booking-info {}
.profile-form-booking-info ul {
  margin: 0;
  padding: 0;
}
.profile-form-booking-info ul li {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  position: relative;
}
.profile-form-booking-info ul li::before {
  background: #999;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 10px;
  width: 10px;
}
.profile-car-part {
  overflow: hidden;
  position: relative;
}
.profile-car {
  padding: 0 0 0 50px;
  position: relative;
  z-index: 9;
}
.profile-car::before {
  border: 3px solid #ffc20e;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 595px;
  height: 235px;
  z-index: -9;
}
.profile-car-right {
  background: #0b80ae;
  min-height: 300px;
  position: relative;
}
.profile-car-right::before {
  background: #0b80ae;
  content: "";
  position: absolute;
  top: 0;
  right: -500px;
  width: 500px;
  height: 300px;
}
.profile-car-right::after {
  background: #0b80ae;
  content: "";
  position: absolute;
  top: 0;
  left: -355px;
  width: 355px;
  height: 300px;
}
.profile-car-right {
  padding-left: 25px;
}
.profile-car-right-name {
  background: #ffc20e;
  color: #fff;
  font-weight: 600;
  font-size: 37px;
  display: inline-block;
  padding: 3px 30px;
  margin: 50px 0 40px;
}
.profile-car-right-text {
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
}
.profile-car-right-details {
  color: #fff;
  font-size: 28px;
  padding: 0 30px;
}
.profile-area {
  padding: 110px 0 45px;
}
.profile-area-inner {}
.profile-area-icon {
  float: left;
  margin: 0 20px 0 0;
}
.profile-area-right {
  float: left;
}
.profile-area-right-name {
  color: #000;
  font-size: 51px;
  line-height: 50px;
  margin: 0 0 25px;
}
.profile-area-right-btn {}
.profile-area-right-btn a {
  background: #ffc20e;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 21px;
  padding: 15px 75px;
  text-decoration: none;
  -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;
}
.profile-area-right-btn a:hover {
  background: #0b80ae;
  color: #fff;
}
.profile-map {
  border-bottom: 12px solid #f1b913;
}
.profile-testimonials {}
.profile-testimonials-left {
  background: #ffc20e;
  padding: 85px 15px 75px 9%;
}
.profile-testimonials-left-name {
  color: #222;
  font-size: 30px;
}
.profile-testimonials-left-review {
  color: #222;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.profile-testimonials-right {
  padding: 35px 9% 15px 25px;
}
.profile-testimonials-item {}
.profile-testimonials-item-name {
  color: #0b80ae;
  font-size: 18px;
  text-align: left;
}
.profile-testimonials-item-details {
  color: #505050;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.profile-testimonials .owl-controls {
  margin-top: 25px !important;
}
/********************15-5**********************/
/* ---------- login ----------- */
.page-title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 100px;
  text-align: center;
  width: 100%;
}
.page-breadcrumb {
  position: absolute;
  top: 170px;
  text-align: center;
  width: 100%;
}
.page-breadcrumb ol.breadcrumb {
  background: none !important;
}
.page-breadcrumb ol li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.page-breadcrumb ol li a {
  color: #fff;
  text-decoration: none;
  -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;
}
.page-breadcrumb ol li a:hover, .page-breadcrumb ol li.active {
  color: #fff;
}
.login-part {
  margin-bottom: 50px;
}
.login-part-inner {
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
}
.login-part-heading {
  color: #4fb3ed;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.login-part-subheading {
  color: #464646;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 22px;
}
.login-part-subheading a {
  color: #000 !important;
  text-decoration: none;
}
.login-part-form label {
  font-size: 15px;
  display: block;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
}
.login-part-form label span {
  font-size: 18px;
  color: #ff0012;
}
.register_input {
  min-height: 54px;
  width: 100%;
  border: 1px solid #b8b7b7;
  color: #555;
  font-size: 16px;
  border-radius: 30px;
  padding: 14px 18px;
}
button.contact_form_btn {
  background: #0b80ae;
  min-height: 50px;
  width: 100%;
  border: none;
  padding: 6px 25px;
  color: #fff;
  font-size: 20px;
  margin-top: 22px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  -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;
}
button.contact_form_btn:hover {
  background: #000;
}
.forgot_password {
  margin-top: 10px;
  text-align: center;
}
.forgot_password a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
}
/* ---------- register ----------- */
.register_suggestion {
  font-size: 14px;
  color: #ccc;
  margin-top: 4px;
}
.register_bottom_info {
  color: #464646;
  font-size: 16px;
  margin-top: 30px;
}
.register_bottom_info a {
  color: #000;
  text-decoration: underline;
}
/* ---------- contact ----------- */
.inner-content {
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  margin: 0 0 25px;
}
.inner-content-heading {
  /**/
  color: #0b80ae;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: left;
}
.contact-info {
  margin: 30px 0 0;
}
.contact-info-image {
  float: left;
  width: 40px;
  margin: 2px 15px 0 0;
}
.contact-info-heading {
  color: #333;
  font-size: 16px;
}
.contact-info-details {
  color: #666;
  font-size: 16px;
}
.contact-info-details a {
  color: #666;
  text-decoration: none;
  -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;
}
.contact-info-details a:hover {
  color: #4fb3ed;
}
.contact-info-hour {
  padding-left: 55px;
}
.register_textarea {
  min-height: 120px;
  width: 100%;
  border: 1px solid #333;
  color: #555;
  font-size: 16px;
  border-radius: 15px;
  padding: 6px 18px;
}
.contact-page-btn button.contact_form_btn {
  width: auto;
  padding: 6px 45px;
}
.login-part {
  margin-bottom: 50px;
}
.login-part-inner {
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.23);
}
.login-part-heading {
  color: #0b80ae;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.login-part-subheading {
  color: #464646;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 22px;
}
.login-part-subheading a {
  color: #000 !important;
  text-decoration: none;
}
.login-part-form label {
  font-size: 15px;
  display: block;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
}
.login-part-form label span {
  font-size: 18px;
  color: #ff0012;
}
/* instructor-profile/12-04							*/
.dashboard_header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.dashboard_header_logo img {
  width: 170px;
}
.dashboard_header_right {
  text-align: right;
}
.dashboard_header_right img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard_header_right_name {
  display: inline-block;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 15px;
}
.dashboard_sidebar {
  position: fixed;
  z-index: 99999;
  width: 230px;
  height: 100vh;
  top: 71px;
  left: 0;
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 15px 0 0;
}
.dashboard_sidebar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.dashboard_sidebar ul li {
  position: relative;
}
.dashboard_sidebar ul li a {
  display: block;
  color: #333;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  padding: 12px 15px;
  border-left: 4px solid #fff;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.dashboard_sidebar ul li a i {
  margin-right: 5px;
  color: #26ace2;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.dashboard_sidebar ul li a:hover, .dashboard_sidebar ul li.active a {
  color: #26ace2;
  border-left: 4px solid #2c3691;
}
.dashboard_sidebar ul li a:hover i, .dashboard_sidebar ul li.active a i {
  color: #2c3691;
}
.dashboard_container {
  padding: 100px 30px 5px 260px;
}
.dashboard_container_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.dashboard_container_box_heading {
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 7px;
  margin: 0 0 20px;
}
.dashboard_container_box_link_btn {
  text-align: right;
}
.table tbody tr td {
  font-size: 14px;
}
.table tbody tr td small {
  color: #666;
}
.last_table_item {
  text-align: right;
}
.last_table_item .btn {
  font-size: 12px;
}
.vehicle_div {
  position: relative;
  padding: 0 40px 0 115px;
  min-height: 75px;
}
.vehicle_div img {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
}
.vehicle_div_toptext {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 12px;
}
.vehicle_div_bottomtext {
  color: #333;
  font-size: 16px;
}
.vehicle_div .btn {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 8px;
}
.price1 {
  font-weight: 700;
  font-size: 28px;
  color: #42b46e;
}
.price2 {
  font-weight: 700;
  font-size: 20px;
  color: #666;
  margin-top: 9px;
}
.price1_text {
  color: #666;
  font-size: 14px;
}
.right_price {
  text-align: right;
}
.earning_btn {
  color: #fff !important;
  background: #26ace2 !important;
  margin-top: 20px;
}
.lesson_btn {
  color: #fff !important;
  background: #2c3691 !important;
  margin-top: 20px;
}
.lesson_text1 {
  color: #ffc315;
  font-size: 25px;
}
.lesson_text1 strong {
  font-size: 30px;
}
.rating_star {
  color: #FF8600;
  font-size: 25px;
}
.btn_copy_link {
  color: #fff !important;
  background: #26ace2 !important;
  margin-top: 20px;
}
.lesson_calendar_link {
  float: right;
  color: #2c3691 !important;
  text-transform: none;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 700;
}
.no_deta_found {
  text-align: center;
}
.no_deta_found img {
  width: 150px;
  margin: 0 0 10px;
}
/*		MY PROFILE 12-4	*/
.profile_page_image {
  margin-top: 40px;
  text-align: center;
}
.profile_page_image img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
}
.first_txtarea_margin {
  margin-top: 30px;
}
.profile_testimonial_box {
  background: rgba(38, 172, 226, 0.1);
  padding: 0 15px 15px;
  border: 1px solid rgba(38, 172, 226, 0.4);
  margin: 10px 0;
  position: relative;
}
.profile_testimonial_box .close_btn {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 21px;
}
.add_testimonial_btn {
  text-align: right;
}
.btn_add_testimonial {
  color: #fff !important;
  background: #26ace2 !important;
  margin-top: 10px;
}
.first_checkbox .form-check {
  margin-top: 3px;
}
.first_checkbox .form-check label {
  font-size: 15px;
  color: #666;
}
label a {
  color: #26ace2 !important;
}
.banner-form-item input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid red;
  border-radius: 50px;
  color: #878787;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 36px;
  text-align: center;
  width: 100%;
  padding-top: 8px;
}
.banner-form-item input:hover {
  box-shadow: 1px 1px 4px 0px red;
}
.select_intructor_btn {
  background: #ffc315;
  color: #000 !important;
  display: inline-block;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-top: 15px;
}
.select_intructor_btn {
  background: #ffc315;
  color: #000 !important;
  display: inline-block;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  min-width: 150px;
}
.instructor_circle_image {
  background: #ffc315;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.instructor_circle_image_small {
  background: #ffc315;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  margin-right: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.spect_instructor a {
  color: #666;
}
.spect_instructor i {
  color: #2c3691;
}
.instructor_booking_name {
  color: #ffc315;
}
/*====== RADIO ======*/
.new_radio [type="radio"]:checked, .new_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.new_radio [type="radio"]:checked + label, .new_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.new_radio [type="radio"]:checked + label:before, .new_radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #2c3691;
  border-radius: 100%;
  background: #fff;
}
.new_radio [type="radio"]:checked + label:after, .new_radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #2c3691;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.new_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.new_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*===== RADIO ======*/
/*===== CHECKBOX ======*/
.label__checkbox {
  display: none;
}
.label__check {
  display: inline-block;
  border-radius: 3px;
  border: 2px solid rgba(44, 54, 145, 0.3);
  background: white;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 17px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.label__check i.icon {
  opacity: 0.3;
  font-size: 12px;
  color: transparent;
  -webkit-transition: opacity .3s .1s ease;
  transition: opacity .3s .1s ease;
  -webkit-text-stroke: 2px #2c3691;
}
.label__check:hover {
  border: 2px solid #2c3691;
}
.label__checkbox:checked + .label__text .label__check {
  /*-webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1 forwards;

          animation: check 0.5s cubic-bezier(1, 1, 1, 0.22) 0 forwards;*/
  background: #2c3691;
}
.label__checkbox:checked + .label__text .label__check .icon {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
  animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
/*===== CHECKBOX ======*/
.instructor_card_details {
  margin-bottom: 30px;
  margin-top: 20px;
}
.instruct_bill_margin {
  margin-top: 10px;
}
.multiple_select {
  border-bottom: 1px solid #ccc;
  width: 100% !important;
}
.ms-choice {
  border: none !important;
  height: 30px !important;
  line-height: 30px !important;
}
.ms-choice > span {
  padding-left: 0 !important;
}
.new_booking_total {
  font-size: 25px;
  line-height: 24px;
  color: #2c3691;
}
/* ----------------- Instructor List Top ------------------ */
.instructor-top {
  background: rgba(0, 0, 0) url("../images/instructor-list-top-bg.jpg") no-repeat scroll 0 0;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 0 65px;
  padding: 50px 0;
}
.instructor-top-left {
  margin: 0 0 35px;
}
.instructor-top-left-text {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.instructor-top-left-heading {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 15px;
}
.instructor-top-left-details {
  color: #000;
  font-size: 20px;
}
.instructor-top-right-inner {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  border: 2px solid #000;
  float: left;
  width: 100%;
  min-height: 200px;
}
.instructor-top-right {}
.instructor-top-right-item {
  float: left;
  position: relative;
  width: 100%;
}
.instructor-top-right-item-left {
  border-right: 1px solid #6E7271;
  float: left;
  padding: 5px 4px 5px 5px;
  line-height: 30px;
  width: 30%;
  font-size: 14px;
  text-align: right;
  position: relative;
}
.instructor-top-right-item-left form {
  width: 40%;
  margin: 0;
  display: inline-block;
}
.instructor-top-right-item-left span.hour {
  display: inline-block;
  width: 40%;
}
.instructor-top-right-item-left select {
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  height: 35px;
  text-align: right;
}
.instructor-top-right-item-left .price-text {
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.instructor-top-right-item-right {
  float: left;
  padding: 3px 15px;
  width: 70%;
}
.instructor-top-right-item-right-part {
  float: left;
  width: 39%;
}
.instructor-top-right-item-right-part:last-child {
  width: 21%;
  text-align: right;
}
.instructor-top-right-item-right-part .price-text {
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.instructor-top-right-item-right-part .price-text small {
  font-size: 16px !important;
}
.instructor-top-right-item-right-part .total-text {
  font-size: 20px;
  line-height: 38px;
}
.instructor-top-right-item-right-part .save-text {
  background: #f04124;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 3px;
  position: relative;
  top: 7px;
}
.popular {
  background: #000;
  color: #fff;
}
.popular .instructor-top-right-item-left .price-text {
  color: #fff;
}
.popular .instructor-top-right-item-right-part .price-text {
  color: #fff;
}
.popular::before {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
  top: -2px;
  bottom: -2px;
  width: 50px;
  content: 'Most Popular';
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
  background: #f04124;
  color: #FFFFFF;
  padding: 14px 0;
  text-align: center;
}
.popular::before, .popular::after {
  position: absolute;
  left: -6px;
}
.popular::after {
  display: block;
  content: '';
  z-index: 2;
  width: 0;
  height: 0;
  top: 100%;
  margin-top: -4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #b5240c;
}
.test-package {
  background: #f2f2f2;
  border-top: 1px solid #ddd;
}
.instructor-top-right-item:last-child {
  border-radius: 0 0 5px 5px;
}
.instructor-top-right-item-left span.test-pkg {
  text-align: center;
  display: block;
  line-height: 18px;
}
.instructor-top-right-item-left .info-part {
  position: absolute;
  width: 18px;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.tooltip-text {
  background: #000;
  position: absolute;
  left: 0;
  top: 25px;
  width: 235px;
  text-align: left;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  z-index: 9;
  opacity: 0;
  display: none;
  -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;
}
.instructor-top-right-item-left .info-part:hover .tooltip-text {
  opacity: 1;
  display: block;
}
.list-description {}
.list-description ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.list-description ul li {
  font-size: 10px;
  line-height: 13px;
}
.dataTables_length {
  float: left;
  width: 50%;
  text-align: left;
}
.dataTables_length select {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 34px;
}
.dataTables_filter {
  float: left;
  width: 50%;
}
.dataTables_filter input {
  height: calc(1.8125rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
}
table.dataTable {
  text-align: left;
}
.dataTables_info {
  float: left;
  width: 50%;
  text-align: left;
  padding: 10px 0 0;
  font-size: 13px;
}
.dataTables_paginate {
  float: right;
  margin: 8px 0 0 !important;
}
.dataTables_paginate a {
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  padding: 8px 13px;
  cursor: pointer;
}
a#example_previous {
  border-radius: 5px 0 0 5px;
}
a#example_next {
  border-radius: 0 5px 5px 0;
}
a.current {
  background: #007bff;
  color: #fff !important;
}
.test_schedule_text {
  margin: 12px 0 5px;
  color: #6E7271;
  font-size: 18px;
  font-weight: 500;
}
.register_form_page_heading {
  color: #0b80ae;
  font-size: 30px;
}
/*====== FRONTEND RADIO ======*/
.frontend_radio [type="radio"]:checked, .frontend_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.frontend_radio [type="radio"]:checked + label, .frontend_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 15px;
  margin-bottom: 10px;
}
.frontend_radio [type="radio"]:checked + label:before, .frontend_radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffc20e;
  border-radius: 100%;
  background: #fff;
}
.frontend_radio [type="radio"]:checked + label:after, .frontend_radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffc20e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.frontend_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.frontend_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*===== FRONTEND RADIO ======*/
.reg_form_sub_head {
  color: #0b80ae;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 500;
}
.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control {
  background-color: #fff;
  opacity: 1;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.modal-content .modal-header {
  background: #ddd;
  padding-bottom: 20px;
  border-radius: 0;
}
.home_suburb_section {
  background: #0b80ae;
  padding: 50px 0;
  text-align: center;
}
.home_suburb_section_heading {
  color: #fff;
  /**/
  font-weight: 700;
  font-size: 50px;
}
.home_suburb_section_subheading {
  color: #fff;
  font-size: 18px;
}
.home_suburb_section_list ul {
  margin: 40px 0 0;
  padding: 0;
}
.home_suburb_section_list ul li {
  display: inline-block;
  margin: 0 6px 15px;
}
.home_suburb_section_list ul li a {
  font-size: 17px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 17px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  -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;
}
.home_suburb_section_list ul li a:hover {
  color: #0b80ae;
  background: #fff;
}
/*===============================*/
.new_page_header {
  background: url(../images/new_contact_bg.jpg) #f2b910 repeat;
}
.new_page_header .row {
  margin: 0px;
}
.new_page_header_left {
  padding-left: 0;
}
.new_page_header_right {
  padding-right: 8%;
}
.new_page_header_right_subtext {
  font-weight: 500;
}
.new_page_header_right .table {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.new_page_header_right .table tbody tr td {
  padding: 8px;
}
.new_page_header_right h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
}
.new_page_banner_bottom {
  padding: 60px 0 40px;
  color: #666;
  text-align: justify;
}
.new_page_yellow_section {
  background: url(../images/new_forward_bg.jpg) #ffc20d repeat;
  padding: 0 0 40px;
}
.new_page_yellow_section_heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 24px 0;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 0 0 40px 40px;
}
.new_page_yellow_section_heading:before {
  background: url(../images/left_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -46px;
  width: 49px;
  height: 70px;
}
.new_page_yellow_section_heading:after {
  background: url(../images/right_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: -46px;
  width: 49px;
  height: 70px;
}
.new_page_yellow_section_text {
  padding: 0 40px;
  margin-top: 35px;
}
.new_page_why_section {
  padding: 30px 0 40px;
}
.new_page_why_section_heading {
  /**/
  background: #2c3590;
  display: inline-block;
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 0 50px 50px 0;
  padding: 20px 60px 20px 0;
}
.new_page_why_section_heading:before {
  background: #2c3590;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1200px;
  left: -1200px;
}
.new_page_why_section_text {
  color: #666;
  text-align: justify;
  margin-top: 40px;
}
.new_page_list_section {
  background: #f3f3f3;
  padding: 40px 0 30px;
}
.new_page_list_section .row {
  margin: 0;
}
.new_page_list_section_image {
  padding-left: 0;
}
.new_page_list_section_heading {
  /**/
  color: #444;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
.new_page_list_section_right {
  padding-right: 8%;
}
.new_page_list_section_right ul {
  padding: 0;
  margin: 0;
}
.new_page_list_section_right ul li {
  position: relative;
  padding-left: 44px;
  color: #666;
  margin-bottom: 20px;
  font-size: 17px;
  list-style: none;
}
.new_page_list_section_right ul li:before {
  background: url(../images/new_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 27px;
  height: 24px;
}
.new_page_outcome_section {
  padding: 40px 0 45px;
}
.new_page_outcome_section_heading {
  /**/
  display: inline-block;
  color: #fff;
  background: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 0 50px 50px 0;
  /*border: 2px dashed #fdc206;*/
  border-left: none;
  padding: 18px 50px 18px 0;
}
.new_page_outcome_section_heading:before {
  background: #333;
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 1200px;
  left: -1200px;
}
/*.new_page_outcome_section_heading:after {

	border-top: 2px dashed #fdc206;

	position: absolute;

	content: "";

	bottom: -2px;

	width: 1200px;

	left: -1206px;

}*/
.new_page_outcome_section_list ul {
  padding: 0;
  margin: 0;
}
.new_page_outcome_section_list ul li {
  position: relative;
  padding-left: 30px;
  color: #666;
  margin-top: 20px;
  font-size: 17px;
  list-style: none;
}
.new_page_outcome_section_list ul li:before {
  background: url(../images/new_arrow_wheel.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
}
.new_page_highlight_section {
  background: url(../images/new_highlight_bg.jpg) #2c3590 repeat;
  padding: 50px 0;
}
.new_page_highlight_section_heading {
  /**/
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.new_page_highlight_section_text {
  color: #eee;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
}
.new_page_highlight_section_list ul {
  padding: 0;
  margin: 0;
}
.new_page_highlight_section_list ul li {
  position: relative;
  padding-left: 80px;
  color: #eee;
  margin-top: 20px;
  list-style: none;
  font-size: 17px;
  font-weight: 300;
}
.new_page_highlight_section_list ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 58px;
  width: 11px;
  height: 11px;
  border: 2px solid #f2b910;
  border-radius: 50%;
}
.new_page_contact_section {
  background: url(../images/new_contact_bg.jpg) #f2b910 repeat;
  text-align: center;
  padding: 50px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.new_page_contact_section_heading1 {
  /**/
  font-size: 35px;
  color: #000;
  font-weight: 700;
}
.new_page_contact_section_heading2 {
  /**/
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}
.new_page_testimonial_section {
  padding: 45px 0 50px;
}
.new_page_testimonial_section_heading {
  /**/
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.new_page_testimonial_block_inner_top {
  position: relative;
  padding-left: 85px;
}
.new_page_testimonial_block_inner_top img {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  top: -10px;
  left: 0;
}
.new_page_testimonial_section_subheading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.new_page_testimonial_block {
  margin-top: 30px;
}
.new_page_testimonial_block_inner {
  border: 1px solid #ccc;
  padding: 35px 20px 15px;
  min-height: 350px;
}
.new_page_testimonial_block_name {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.new_page_testimonial_block_rating {
  color: #F9AA00;
}
.new_page_testimonial_block_rating i {
  margin-right: 2px;
}
.new_page_testimonial_block_text {
  color: #666;
  margin-top: 32px;
}
.new_page_contact_section_number {
  /**/
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
.new_page_contact_section_number a {
  color: #000 !important;
}
.older_driver_page_container {
  padding: 60px 0;
}
.older_driver_page_heading {
  color: #0b80ae;
  /**/
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.older_driver_page_text {
  color: #666;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
}
.pries_page_container {
  padding: 50px 0 60px;
}
.pries_page_top_heading {
  color: #0b80ae;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
.pries_page_top_text {
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 30px;
}
.pries_page_top_text strong {
  color: #000;
  font-size: 32px;
}
.price_page_block {
  margin-top: 50px;
}
.price_page_block_inner {
  background: url(../images/new_forward_bg.jpg) #ffc20d repeat;
  text-align: center;
  border-radius: 25px;
  min-height: 195px;
}
.price_page_block_title {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 5px;
  border-radius: 25px 25px 0 0;
}
.price_page_block_list {
  padding: 15px 20px;
}
.price_page_block_list ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.price_page_block_list ul li {
  list-style: none;
  position: relative;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  padding-left: 20px;
  font-weight: 600;
}
.price_page_block_list ul li:before {
  position: absolute;
  content: "\f058";
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
}
.gift_voucher_page_container {
  padding: 40px 0 60px;
}
.gift_voucher_page_inner {
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.gift_voucher_page_heading {
  color: #0b80ae;
  /**/
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.gift_voucher_tab {
  margin-top: 40px;
}
.gift_voucher_tab .nav-tabs li a {
  margin-right: 6px;
  border-radius: 10px 10px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  background: #ffc20d;
  color: #000;
  -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;
}
.gift_voucher_tab .nav-tabs li .active {
  color: #fff;
  background: #333;
}
.gift_voucher_tab .tab-content {
  border: 1px solid #ffc20d;
  padding: 15px;
  margin-top: 15px;
}
.gift_voucher_select {
  display: block;
  width: 100%;
  border: 1px solid #ccc !important;
  min-height: 42px;
  padding: 8px 10px;
  color: #666;
  font-size: 15px;
  background: url(../images/gift_arrow.png) #fff no-repeat 100%;
}
.gift_voucher_input {
  display: block;
  width: 100%;
  border: 1px solid #ccc !important;
  min-height: 42px;
  padding: 8px 10px;
  color: #666;
  font-size: 15px;
  resize: none;
}
.gift_voucher_tab label {
  display: block;
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  min-height: 14px;
}
.gift_voucher_hour_select {
  display: inline-block;
  width: 100px;
  border: 1px solid #ccc !important;
  min-height: 42px;
  padding: 8px 10px;
  color: #666;
  font-size: 15px;
  margin-right: 10px;
  background: url(../images/gift_arrow.png) no-repeat 100%;
}
.hour_select_div {
  color: #666;
  font-size: 15px;
}
.gift_voucher_tab .table {
  margin-top: 10px;
}
.gift_voucher_right {
  margin-top: 40px;
}
.gift_voucher_right_inner {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 20px;
}
.gift_voucher_right_text1 {
  font-size: 18px;
  margin-top: 30px;
  color: #666;
  font-weight: 500;
}
.gift_voucher_right_text2 {
  font-size: 15px;
  margin-top: 20px;
  color: #666;
}
.gift_voucher_right_text3 {
  font-size: 15px;
  margin-top: 20px;
  color: #999;
  font-style: italic;
}
.gift_form_radio label {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: 12px;
}
.gift_form_btn {
  background: #0b80ae;
  min-height: 45px;
  width: 100%;
  border: none;
  padding: 6px 25px;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  -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;
}
.gift_form_btn:hover {
  background: #222;
}
.gift_bottom_text {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
.gift_price_total {
  font-size: 25px !important;
}
.join_team_container {
  padding: 40px 0 60px;
}
.join_team_block {
  background: url(../images/new_forward_bg.jpg) #ffc20d repeat;
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
}
.join_team_block img {
  width: 150px;
}
.join_team_block_text {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.contact_page_container {
  padding: 50px 0 60px;
}
.contact_input {
  min-height: 48px;
  width: 100%;
  border: 1px solid #b8b7b7;
  color: #555;
  font-size: 15px;
  border-radius: 5px;
  padding: 14px 18px 8px;
}
.contact_textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #b8b7b7;
  color: #555;
  font-size: 15px;
  border-radius: 5px;
  padding: 14px 18px 8px;
}
.contact_social_heading {
  margin-top: 30px;
}
.contact_social img {
  width: 30px;
}
.contact_social a {
  margin-right: 10px;
}
.about_page_container {
  padding: 60px 0;
}
.about_page_heading1 {
  color: #ffc20e;
  font-weight: 700;
  font-size: 20px;
  margin-top: 50px;
}
.about_page_heading2 {
  color: #0b80ae;
  /**/
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.location_page_heading {
  color: #0b80ae;
  /**/
  font-size: 26px;
  font-weight: 700;
}
.location_page_list {
  padding: 0;
  margin: 30px 0 0;
}
.location_page_list li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
  display: inline-block;
  width: 23%;
  vertical-align: top;
  color: #505050;
  font-size: 15px;
}
.location_page_list li a {
  color: #505050;
}
.location_page_list li:before {
  position: absolute;
  background: url(../images/location_icon.png) no-repeat;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.faq_page_block {
  border: 1px solid #ddd;
  margin-top: 15px;
}
.faq_page_block_header {
  background: url(../images/new_forward_bg.jpg) #ffc20d repeat;
}
.faq_page_block_btn {
  text-align: left;
  margin-bottom: 0px;
  text-decoration: none !important;
  padding: 1rem;
  /**/
  color: #222;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
}
.faq_page_block_body {
  color: #666;
  font-size: 16px;
  padding: 2rem 1rem 1rem;
}
.faq_page_container {
  padding: 30px 0 60px;
}
.gift_payment_details_div {
  background: #eee;
  padding: 15px 15px 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.gift_payment_details_div_heading {}
.gift_billing_details_heading {
  margin-top: 20px;
}
.driver_course_page_top_section {
  padding: 40px 0 60px;
}
.driver_course_page_top_section_heading {
  color: #0b80ae;
  /**/
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.driver_course_page_top_section_text {
  color: #666;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
}
.driver_course_page_top_section_text em {
  color: #ffc20e;
  font-weight: 700;
  font-size: 18px;
}
.driver_course_page_mid_section {
  background: #0b80ae;
  padding: 60px 0;
}
.driver_course_page_mid_section_heading {
  color: #ffc20e;
  /**/
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.driver_course_page_mid_section_text {
  color: #eee;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
}
.driver_course_page_mid_section_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.driver_course_page_mid_section_list ul li {
  color: #eee;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin-top: 5px;
}
.driver_course_page_mid_section_list ul li:before {
  color: #ffc20e;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f1b9";
  top: 0;
  left: 0;
}
.driver_course_page_mid_section_image {
  margin-top: 50px;
}
.driver_course_page_mid_section_image img {
  width: 90%;
}
.driver_course_page_mid_section2 {
  padding: 60px 0;
}
.driver_course_page_mid_section_image2 {
  text-align: right;
  margin-top: 80px;
}
.driver_course_page_bottom_section {
  background: #ffc20e;
  padding: 60px 0;
}
.driver_course_page_bottom_section_heading {
  color: #2e3896;
  /**/
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.driver_course_page_bottom_section_text {
  color: #222;
  text-align: justify;
  font-size: 15px;
  margin-top: 20px;
}
.driver_course_page_bottom_section_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.driver_course_page_bottom_section_list ul li {
  color: #222;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin-top: 5px;
}
.driver_course_page_bottom_section_list ul li:before {
  color: #2e3896;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f1b9";
  top: 0;
  left: 0;
}
.driver_course_page_bottom_section_image {
  margin-top: 15px;
}
.driver_course_page_bottom_section_image img {
  width: 80%;
}
.driver_key_image {
  margin-top: 20px;
}
.driver_key_image img {
  width: 90%;
}
.terms_page_heading {
  color: #0b80ae;
  /**/
  font-size: 22px;
  margin-top: 20px;
  font-weight: 700;
}
.terms_page_text {
  color: #666;
  text-align: justify;
  font-size: 15px;
  margin-top: 10px;
}
.terms_page_text ol {
  padding-left: 20px;
}
.terms_page_text ol li {
  margin-top: 10px;
}
.terms_page_list ul {
  padding: 0;
  margin: 10px 0 0;
}
.terms_page_list ul li {
  color: #666;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin-top: 5px;
}
.terms_page_list ul li:before {
  color: #ffc20e;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f1b9";
  top: 0;
  left: 0;
}
.driver_instructor_page_image {
  text-align: right;
  margin-top: 70px;
}
.contact_bottom_heading {
  margin-top: 30px;
}
.contact_map_block_inner {
  background: #ffc20e;
  padding: 10px;
  border-radius: 4px;
}
.contact_map_block_address {
  color: #222;
  font-size: 15px;
  position: relative;
  margin-top: 10px;
  padding-left: 35px;
}
.contact_map_block_address:before {
  position: absolute;
  background: url(../images/map-location.png) no-repeat;
  content: "";
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 100%;
}
.enq_page_form {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 5px;
}
.enq_page_form select {
  padding: 11px 18px 8px;
}
.enq_page_container {
  padding: 20px 0 60px;
}
.header_enq_btn {
  background: #ffc20e;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  float: right;
  padding: 6px 11px 5px;
  -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;
}
.header_enq_btn:hover {
  background: #0b80ae;
  color: #fff;
}
#myModal .modal-body {
  /*background: url(../images/modal_bg.jpg) #fff no-repeat;*/
  background-size: cover;
  padding: 15px 15px 50px;
  text-align: center;
  border: 3px solid #868686;
  position: relative;
}
#myModal .modal-body:before {
  position: absolute;
  content: "";
  top: 48%;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #868686;
}
#myModal .modal-body:after {
  position: absolute;
  content: "";
  top: 48%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #868686;
}
.modal_logo {
  margin-top: 25px;
}
.modal_text {
  color: #000;
  margin-top: 185px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.modal_btn1 {
  background: #ffc20e;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-top: 32px;
  padding: 8px 17px 7px;
  -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;
}
.modal_btn1:hover {
  background: #0b80ae;
  color: #fff;
}
.modal_btn2 {
  background: #333;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 32px;
  margin-left: 5px;
  padding: 8px 17px 7px;
  -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;
}
.modal_btn2:hover {
  background: #0b80ae;
  color: #fff;
}
.home_guarantee_heading {
  color: #ffc20e;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
.home_guarantee_text {
  color: #666;
  margin-top: 10px;
}
.home_guarantee_text em {
  color: #696969;
}
.home_guarantee_list ul {
  padding: 0;
  margin: 10px 0 0;
}
.home_guarantee_list ul li {
  color: #ffc20e;
  position: relative;
  padding: 0;
  list-style: none;
  margin-top: 4px;
  font-weight: 500;
}
.home_guarantee_list ul li i {
  margin-right: 4px;
}
/*====  Price page  ====*/
.price-page-item, .price-page-item-btn {
  text-align: center;
}
.price-page-item {
  margin-bottom: 35px;
}
.price-page-item-inner {
  border: 1px solid #ffc20e;
  padding: 0 0 25px;
}
.price-page-item-heading {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
  background: #ffc20e;
  padding: 15px 0;
}
.price-page-item-heading a {
  color: #222;
}
.price-page-item-price {
  color: #0b80ae;
  font-size: 30px;
  font-weight: 700;
  padding: 0 15px;
}
.price-page-item-price sub {
  font-size: 15px;
  color: #000;
  line-height: 16px;
  top: 0;
}
.price-page-item-details {
  color: #333;
  font-size: 16px;
  padding: 0 25px;
  margin: 0 0 20px;
  height: 100px;
}
.price-page-item-details a, .price-page-item-details a:hover {
  color: #0b80ae;
}
.price-page-item-list {
  min-height: 435px;
}
.price-page-item-list-4 {
  min-height: 501px;
}
.price-page-item-list-6 {
  min-height: 624px;
}
.price-page-item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}
.price-page-item-list ul li {
  color: #555;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 0 5px;
  position: relative;
}
.price-page-item-list ul li::before {
  border-bottom: 1px dashed #bababa;
  bottom: 0;
  content: "";
  height: 1px;
  left: 60px;
  position: absolute;
  width: 60%;
}
.price-page-item-btn a {
  background: #ffc20e;
  color: #222;
  text-decoration: none;
  transition: all .5s ease 0s;
}
.price-page-item-btn a:hover {
  background: #0b80ae;
  color: #fff;
}
.price-page-item-btn a, .service-page-btn a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 35px;
  border-radius: 5px;
}
.price-page-item-left-part-2, .price-page-item-right-part-2 {
  color: #0b80ae;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px;
}
.price-page-item-left-part-2 span, .price-page-item-right-part-2 span {
  font-weight: 600;
  font-size: 20px;
}
.price_page_container h2 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.page_sticky_btn {
  position: fixed;
  z-index: 999;
  top: 44%;
  right: -68px;
  background: #ffc20e;
  border-radius: 5px 5px 0 0;
  color: #222;
  display: inline-block;
  font-size: 15px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
  transform: rotate(-90deg);
  transition: all .5s ease 0s;
}
.page_sticky_btn:hover {
  background: #0b80ae;
  color: #fff;
}
.home_condition_btn a {
  display: inline-block;
  cursor: pointer;
  background: #ffc20e;
  border-radius: 5px;
  color: #333;
  padding: 10px 18px;
}
.hm_driv_tst_btn {
  background: #ffc20e;
  border-radius: 5px;
  color: #222;
  display: inline-block;
  font-size: 13px;
  padding: 10px 13px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all .5s ease 0s;
}
.hm_driv_tst_btn:hover {
  background: #0b80ae;
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 9px !important;
}
/* UPDATE 27-8 */
.instructor-modal .modal-body::after, .instructor-modal .modal-body::before {
  display: none !important;
}
.instructor-modal .modal-body {
  border: 1px solid #868686 !important;
  border-radius: 3px !important;
  padding-top: 35px !important;
}
.instructor-modal-heading {
  float: left;
  width: 55%;
  text-align: left;
  margin-bottom: 0;
}
.instructor-modal-reference-no {
  float: left;
  width: 45%;
  text-align: right;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 0;
}
.instructor-divider {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}
#learner_nm, #learner_date {
  font-weight: bold;
}
.instructor-modal .modal_btn1, .instructor-modal .modal_btn2, .instructor-modal .modal_btn3 {
  width: 32%;
  background: #6e7271;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  float: left;
  margin: 0 3px;
  padding: 15px 0 8px;
}
.instructor-modal .modal_btn3, .instructor-modal .modal_btn3:hover {
  line-height: 20px;
  font-weight: 400;
  padding: 22px 0;
  border-bottom: 3px solid #555958;
}
.instructor-modal .modal_btn1, .instructor-modal .modal_btn1:hover {
  border-bottom: 3px solid #44ad6d;
}
.instructor-modal .modal_btn2, .instructor-modal .modal_btn2:hover {
  border-bottom: 3px solid #d83b21;
}
.instructor-modal .modal_btn1 img, .instructor-modal .modal_btn2 img {
  margin-bottom: 5px;
}
.instructor-modal-text {
  margin-bottom: 35px;
}
.instructor-no-box {
  border: solid 1px #f04124 !important;
}
.instructor-confirm-btn {
  border-bottom: 3px solid #545857 !important;
}
.instructor-yes-btn {
  border-bottom: 3px solid #25884b !important;
}
.modal-body .close {
  position: absolute;
  top: 0;
  right: 5px;
}
.reviewmodal .modal-header {
  background: #ffc20e;
  padding: 15px 24px;
}
.reviewmodal .modal-body {
  padding: 20px 24px 0;
}
.rating_textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  resize: none;
}
.vehicle_div_bottomtext .btn {
  position: static;
}
.location_select .btn-light {
  background: none !important;
  color: #333 !important;
  padding-left: 0;
}
.location_select .dropdown-menu .dropdown-item {
  max-width: 100%;
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 124px;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i, .star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.dropdown_hours {
  background: url(../images/dropdown.png) no-repeat center right !important;
  background-size: 12px !important;
  border-bottom: 2px solid #ccc !important;
}
.footer_review_block {
  position: relative;
  padding-left: 60px;
  min-height: 50px;
  margin: 0 20px 20px 0;
}
.footer_review_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
.footer_review_block_heading {
  color: #0b80ae;
  font-weight: 700;
}
.footer_review_block_address {
  color: #666;
  font-size: 14px;
}
.footer_review_block_text {
  color: #373737;
  font-size: 14px;
}
.footer_review_block_star i {
  color: #ffc20e;
  margin-right: 3px;
}
.header_new_time {
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
.header_new_time_top {
  background: #ffc20e;
  color: #000;
}
.header_new_time_bottom {
  background: #0b80ae;
  color: #fff;
  padding: 0 8px;
}
.header_new_gmb {
  display: inline-block;
  width: 67px;
  vertical-align: top;
  margin-left: 15px;
}
.header_new_keys {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  margin-left: 20px;
}
.header_new_info {
  text-align: right;
}
.fixed_call_btn {
  position: fixed;
  bottom: 0;
  right: 180px;
  background: #ffc20e;
  border-radius: 5px 5px 0 0;
  color: #333 !important;
  display: inline-block;
  font-size: 15px;
  z-index: 999;
  padding: 10px 14px 8px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -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;
}
/*floting*/
.floting {
  position: fixed;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  z-index: 99999;
  right: 0;
  top: 25%;
  background: #cf0f1a;
  padding: 17px 16px;
  text-transform: uppercase;
  border-radius: 50px;
}
.floting img {
  width: 36px;
}
.floting2 {
  position: fixed;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  z-index: 99999;
  right: 0;
  top: 38%;
  background: #cf0f1a;
  padding: 17px 16px;
  text-transform: uppercase;
  border-radius: 50px;
}
.floting2 img {
  width: 36px;
}
.floting3 {
  position: fixed;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  z-index: 99999;
  right: 0;
  top: 51%;
  background: #cf0f1a;
  padding: 4px 24px;
  /* border-bottom-left-radius: 10px;
	border-top-left-radius: 10px; */
  border-radius: 50px;
  font-size: 40px;
}
.floting3 a {
  color: yellow;
  font-weight: bold;
  text-decoration: none;
}
.header_bottom_extra {
    text-align:right;
}
.header_bottom_extra img {
    background: #000;
    width: 48%;
    padding: 5px 8px;
}
.footer_sticky_section {
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:999;
    text-align:center;
}
.footer_sticky_btn1 {
    width: 50%;
    float: left;
    color: #fff;
    background: #cf0f1a;
    padding: 10px 0;
}
.footer_sticky_btn2 {
    position: absolute;
    background: #0b80ae;
    padding: 8px 14px 6px;
    top: 0;
    left: 44%;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.footer_sticky_btn3 {
    width:50%;
    float:left;
    color:#fff;
    background:#000;
    padding:10px 0;
}
.blink_text {
    font-weight: bold;
    font-size: 17px;
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #26ace2; }
    60%{    color: #000; }
    99%{    color:#26ace2;  }
    100%{   color: #000;    }
}


.driving_test_day_inner {
    background: url(../images/home-test-pack-image.jpg) #52afc1 no-repeat center left;
    padding: 50px 30px;
}
.driving_test_day_bg {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
}
.driving_test_day_bg_inner {
    border-radius: 10px;
    padding: 20px 40px;
    border: 1px solid #333;
    text-align: center;
    position: relative;
}
.driving_test_day_bg_inner:before {
    content: "";
    top: 46%;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    position: absolute;
}
.driving_test_day_bg_inner:after {
    content: "";
    top: 46%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    position: absolute;
}
.driving_test_day {
    padding: 50px 0;
}
.new_book_or_text {
    font-weight: bold;
    font-size: 25px;
    color: #000;
    display: inline-block;
    margin-right:15px;
}
.new_book_or_btn {
    display: inline-block;
    background: #ffc20e;
    color: #000 !important;
    font-weight: 700;
    padding: 10px 22px 9px;
    border-radius: 30px;
    font-size: 15px;
}

/*================= RESPONSIVE CSS ===================*/
@media only screen and (max-width : 320px) {
    .new_book_or_text {
        font-size: 18px;
        display: block;
        margin: 0 0 10px;
    }
    .new_book_or_btn {
        padding: 8px 19px 7px;
        font-size: 13px;
    }
    .driving_test_day_inner {
        padding: 15px 0;
    }
    .driving_test_day_bg {
        padding: 5px;
    }
    .driving_test_day_bg_inner {
        padding: 20px 25px;
    }
    .driving_test_select {
        padding: 0 !important;
    }
    #testprice {
        margin-top:5px !important;
    }
    
    .new_booking_table tr td {
        display:block;
        width:100% !important;
    }
    .new_booking_table tr td:empty {
      padding:0;
    }
    #card_pay {
        padding:0 15px;
    }
    .new_booking_offer_box {
        margin:0 0 10px 0 !important;
    }
    .new_booking_table_edit {
        float: none !important;
        display: block;
        width: 100px;
    }
    .floting, .floting2 {
        padding: 11px 12px;
    }
    .floting img, .floting2 img {
        width: 22px;
    }
    .floting3 {
        padding: 3px 15px;
        font-size: 26px;
        top: 45%;
    }
    .floting2 {
        top: 35%;
    }
    .package-contaner-left {
        width: 100% !important;
    }
    .home-price-package-form-item, .home-price-package-form-btn {
        padding: 0 15px;
        float:none;
        text-align:center;
    }
    .instructor-top-right-item-right .home-price-package-form-btn {
        width: 50%;
        float: left;
        padding: 0px;
        text-align: left;
        margin-top: 0;
    }
    .home-price-package-form-item #suburb {
        margin-left: 0 !important;
    }
    .instructor-top-right-item-left, .instructor-top-right-item-right {
        border-right: none;
        width:100% !important;
    }
    .instructor-top-right-item-right-part {
        width: 50% !important;
    }
    .instructor-top-right-item {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .profile-top-left-image img {
        border: 1px solid #ccc;
    }
    .inner-page-title span {
        font-size:25px !important;
    }
    .register_form_page_heading {
        font-size: 24px;
    }
    .dashboard_container_box_heading img {
        width:80px;
        height:80px;
        display:block;
        margin-bottom:10px;
    }
    .profile-form h4 {
        font-size:20px;
    }
    .profile-form-left {
        font-size:20px !important;
    }
    
    
  .faq_content {
    padding: 0 15px;
  }
  .header_new_info {
    display: none;
  }
  .dashboard_header {
    padding: 7px 0;
  }
  .dashboard_sidebar {
    display: none;
  }
  .dashboard_header_right_name {
    font-size: 0;
  }
  .dashboard_header_right_name i {
    font-size: 15px;
  }
  .dashboard_header_right img {
    width: 30px;
    height: 30px;
    margin: -11px 3px 0 0;
  }
  .dashboard_header_logo img {
    width: 135px;
  }
  .dashboard_header_logo {
    width: 60%;
    position: relative;
    padding-left: 42px;
  }
  .dashboard_header_right {
    width: 40%;
    margin-top: 6px;
  }
  .dashboard_container {
    padding: 70px 15px 0;
  }
  .mobile_menu {
    position: absolute;
    top: 7px;
    left: 15px;
    display: block !important;
  }
  .mobile_menu i {
    font-size: 18px;
    color: #333;
  }
  .dropdown-menu .dropdown-item {
    min-width: 10px;
    min-height: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .dashboard_container_box {
    padding: 15px;
    margin: 0 0 20px;
  }
  .dashboard_container_box_heading {
    font-size: 14px;
  }
  .vehicle_div img {
    width: 75px;
  }
  .vehicle_div {
    padding: 0 10px 0 85px;
  }
  .dataTables_info, .dataTables_paginate {
    float: none;
    width: 100%;
  }
  footer {
    padding: 10px 0 50px;
  }
  .border-part {
    padding: 0;
  }
  .lesson_btn {
    margin: 0 auto;
  }
  .first_txtarea_margin {
    margin-top: 8px;
    font-size: 14px;
  }
  .login-part-form label, .first_txtarea_margin .form-control {
    font-size: 14px;
  }
  .first_txtarea_margin label {
    font-size: 14px;
    line-height: 18px;
  }
  #update_details_button, #update_bio_button, #change_password_button, #search_button, #account_button, #confirm_booking, #another_lesson, #test_package_booking, #update_lesson, #cancel_lesson {
    margin-top: 12px;
    font-size: 14px;
  }
  .dashboard_container_box_link {
    font-size: 14px;
  }
  .profile_page_image img {
    width: 100px;
    height: 100px;
  }
  .profile_page_image {
    margin-top: 10px;
    text-align: left;
  }
  .find_instructor_table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 8px 0;
  }
  .instructor_circle_image {
    width: 85px;
    height: 85px;
  }
  .select_intructor_btn {
    padding: 10px 5px;
    display: block;
  }
  .lesson_calendar_link {
    font-size: 12px;
  }
  .price1 {
    font-size: 24px;
  }
  .price2 {
    margin-top: 4px;
  }
  .lesson_text1 {
    font-size: 19px;
  }
  .price1_text img {
    width: 140px;
  }
  .fc-center h2 {
    font-size: 20px;
  }
  .first_checkbox label {
    font-size: 14px;
  }
  #add_hourly_schedule_button, #center_button {
    margin-top: 12px;
    font-size: 14px;
  }
  .instructor-modal .modal_btn1, .instructor-modal .modal_btn2, .instructor-modal .modal_btn3 {
    width: 27%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .instructor-modal .modal_btn1 img, .instructor-modal .modal_btn2 img {
    width: 13px;
  }
  .instructor-modal .modal_btn3, .instructor-modal .modal_btn3:hover {
    line-height: 15px;
    padding: 14px 0;
  }
  .fc button, .fc table, body .fc {
    font-size: 12px !important;
  }
  .dashboard_container_box {
    width: 100% !important;
  }
  .invoice_content p {
    font-size: 14px;
  }
  .invoice_content {
    padding-top: 15px !important;
  }
  #example thead tr td {
    width: 100% !important;
    display: block;
  }
  .invoice_content h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .top-login ul {
    display: none;
  }
  .inner-page-title {
    font-size: 25px;
    position: static;
    color: #0b80ae;
    padding: 15px;
  }
  .home-price-package-form-btn {
    margin-top: 8px;
  }
  .instructor-top {
    padding: 30px 0 25px;
    margin: 0 0 30px;
  }
  .instructor-list-item-inner {
    padding: 30px 15px;
  }
  .instructor-list-item-image {
    margin: 0 15px;
    background: none;
    border: none;
    text-align: center;
  }
  .instructor-list-item-image img {
    border: 3px solid #ffc20e;
  }
  .instructor-list-item-name {
    font-size: 20px;
  }
  .instructor-list-item-book-btn {
    margin: 5px 0 0;
  }
  .profile-top-left-name {
    font-size: 25px;
    margin: 20px 0 0;
  }
  .profile-top-left-star {
    margin-left: 0;
  }
  .profile-top-left-star img {
    width: 125px;
  }
  .profile-top-left-image-inner {
    border: none;
  }
  .profile-top-right-heading {
    font-size: 18px;
  }
  .profile-top-right-heading-name {
    font-size: 22px;
  }
  .profile-form-left {
    margin: 35px 0 0;
    padding-left: 15px;
    font-size: 22px;
  }
  .profile-form-left::before {
    height: 140px;
    width: auto;
    top: -30px;
    left: 15px;
    right: 15px;
  }
  .profile-form-left img {
    width: 40px;
    margin: 0 0 10px;
  }
  .profile-form-right {
    margin: 45px 0 0;
    padding-right: 15px;
    right: 0;
  }
  .profile-form-item-inner {
    padding: 22px 15px 25px;
  }
  .profile-form-item-selection-left {
    width: 100%;
  }
  .profile-form-item-selection-right {
    width: 100%;
  }
  .profile-form-item-date-time {
    padding-left: 15px !important;
  }
  .profile-form-item-date-time label {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .profile-form-right-btns ul li {
    display: block;
    margin: 10px 7px 0;
  }
  .profile-form-right-btns ul li a {
    width: 100% !important;
  }
  .profile-form-right-btns ul li button {
    width: 100% !important;
  }
  .profile-top {
    margin: 0 0 20px;
  }
  .profile-car {
    padding: 15px 20px;
  }
  .profile-car::before {
    top: 0;
    left: 15px;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 0;
  }
  .profile-form {
    margin: 0 0 30px;
  }
  .profile-car-right-name {
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 3px 10px 6px;
  }
  .profile-car-right {
    padding-left: 15px;
  }
  .profile-car-right-text {
    padding: 0 10px;
  }
  .profile-car-right-details {
    font-size: 23px;
    padding: 0 10px;
  }
  .profile-car-right {
    min-height: auto;
    padding-bottom: 15px;
  }
  .profile-area-icon {
    float: none;
    width: 100px;
  }
  .profile-area-right {
    float: none;
  }
  .profile-area-right-name {
    font-size: 25px;
    line-height: 38px;
    margin: 0 0 5px;
  }
  .profile-area {
    padding: 30px 0;
  }
  .profile-area-right-btn a {
    border-radius: 5px;
    font-size: 17px;
    padding: 8px 21px;
  }
  .profile-testimonials-left {
    padding: 30px 15px;
  }
  .profile-testimonials-left-name {
    font-size: 25px;
  }
  .header_enq_btn {
    float: none;
  }
  .top-login {
    text-align: left;
    margin-top: 11px;
  }
  .banner-form {
    position: static;
    width: 289px;
    margin: 20px auto;
  }
  .banner-form-inner {
    float: none;
  }
  .banner-form-btn {
    float: none;
  }
  .banner-form-item {
    float: none;
  }
  .top-login li:first-child a {
    padding-left: 0px;
  }
  .menu-toggle {
    width: auto !important;
    padding: 0 !important;
    float: right;
    margin-top: -36px;
    margin-right: 15px;
  }
  .home_guarantee_text {
    padding: 0;
    font-size: 14px;
  }
  .logo {
    width: 50%;
}
.header_bottom_extra {
    width: 50%;
}
  .top-menu {
    padding: 0;
  }
  .top-bar {
    background: #000;
    padding: 0;
  }
  header {
    position: static !important;
  }
  .logo img {
    width: 175px !important;
  }
  .header-menu {
    display:none;
  }
  .header-menu ul li {
    display: block;
    margin: 0;
  }
  .header-menu ul li:last-child {
    float: none;
  }
  .header-menu ul li a {
    font-size: 14px;
  }
  .footer_sticky_btn2 {
    left: 43%;
}
  .header-btns {
    display:none;
  }
  .header-btns a {
    width: auto;
    font-size: 12px;
    padding: 8px 6px;
  }
  .price_page_container h2 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .price-page-item-left-part-2 span, .price-page-item-right-part-2 span {
    font-size: 16px;
  }
  .price-page-item-heading {
    font-size: 18px;
    padding: 10px;
  }
  .new_page_header_right .table tbody tr td {
    display: block;
  }
  .new_page_header_right {
    font-size: 15px;
  }
  .price-page-item-list-4 {
    min-height: auto;
  }
  .price-page-item-list {
    min-height: auto;
  }
  .header-btns a.header-btns-small {
    margin-left: 0px;
    width: auto;
  }
  .banner-text {
    font-size: 18px;
    top: 12px;
    left: 0;
    padding: 0 15px;
  }
  .banner-text span {
    font-size: 23px;
    padding: 3px 7px;
  }
  .home-value {
    padding: 25px 0;
  }
  .home-value-text {
    font-size: 20px;
  }
  .home_condition_btn a {
    padding: 9px 15px;
    margin-top: 10px;
    font-size: 14px;
  }
  .enq_page_form {
    padding: 18px 15px;
  }
  .home-test-pack-right-inner {
    margin: 0 auto;
    width: 285px;
    padding: 17px 0 25px;
  }
  .home-test-pack-heading {
    font-size: 21px;
    line-height: 23px;
  }
  .hm_driv_tst_btn {
    font-size: 9px;
    padding: 10px 6px;
  }
  .home-test-pack-text {
    font-size: 24px;
    line-height: 22px;
  }
  .home-test-pack {
    padding: 30px 0 100px;
  }
  .home-gift-card-heading {
    font-size: 22px;
    margin: 0;
  }
  .home-gift-card-text {
    font-size: 18px;
  }
  .home-gift-card-btn a {
    background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 91% 20px;
    border-radius: 5px;
    font-size: 19px;
    padding: 9px 38px 10px 17px;
  }
  .home-gift-card-btn a:hover {
    background: #0b80ae url("../images/arrow-right.png") no-repeat scroll 91% 20px;
  }
  .home-gift-card-right {
    margin: 20px 0 0;
  }
  .home-gift-card {
    padding: 40px 0 30px;
  }
  .home-process-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .home-process-image {
    margin: 25px 0 0;
  }
  .home-process {
    padding: 35px 0 15px;
  }
  .home-offer-heading {
    font-size: 28px;
    margin: 20px 0 10px;
  }
  .home-offer-details {
    font-size: 16px;
    margin: 0 0 35px;
  }
  .home-offer .container {
    padding: 0 15px;
  }
  .home-offer-left {
    padding: 0 15px;
  }
  .home-offer-image {
    position: static;
    width: 100%;
  }
  .home-offer-image img {
    width: 220px;
  }
  .home-offer-item-icon {
    float: none;
    width: 115px;
    margin: 0 auto;
  }
  .home-offer-item-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .home-offer-item-details {
    width: 100%;
  }
  .home-offer-item {
    float: none;
    margin: 0 0 25px;
  }
  .home-offer-right .home-offer-item-icon {
    float: none;
  }
  .home-offer-right {
    padding: 0 15px;
  }
  .home-offer-right .home-offer-item-right {
    text-align: center;
  }
  .home-offer-right .home-offer-item-right .home-offer-item-details {
    float: none;
  }
  .home-why-heading {
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .home-why-details {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .home-why-details span {
    font-size: 18px;
  }
  .home-why-item ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    width: 100%;
    background-size: 20px;
  }
  .home_suburb_section_heading {
    font-size: 28px;
  }
  .home_suburb_section_subheading {
    color: #fff;
  }
  .home_suburb_section_list ul li a {
    font-size: 15px;
    padding: 7px 12px;
  }
  .home_suburb_section_list ul li {
    margin: 0 2px 10px;
  }
  .home_suburb_section {
    padding: 30px 0;
  }
  .home_suburb_section_list ul {
    margin: 20px 0 0;
  }
  .footer-item:nth-child(2) {
    padding: 0 15px;
  }
  .footer-item {
    margin: 0 0 20px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  .copyright {
    margin: 15px 0 10px;
  }
  .footer-social {
    margin: 0 0 10px;
    text-align: left;
  }
  .footer-social ul li {
    margin: 0 10px 0 0;
  }
  .scrollTop {
    bottom: 10px;
    width: 30px;
  }
  .contact_map_block {
    margin: 0 0 20px;
  }
  .inner-content-heading {
    font-size: 22px;
  }
  .contact_page_container {
    padding: 30px 0 20px;
  }
  .contact-page-btn button.contact_form_btn {
    padding: 6px 30px;
    min-height: 47px;
    font-size: 15px;
  }
  .contact-info {
    margin: 18px 0 0;
  }
  .driver_course_page_top_section {
    padding: 20px 0 35px;
  }
  .driver_course_page_top_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .driver_course_page_top_section_image {
    margin-top: 25px;
  }
  .driver_course_page_mid_section_image img {
    width: auto;
  }
  .driver_course_page_mid_section_image {
    margin-top: 0;
  }
  .driver_course_page_mid_section {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .driver_course_page_mid_section2 {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_image2 {
    margin-top: 25px;
  }
  .driver_course_page_bottom_section {
    padding: 30px 0;
  }
  .driver_course_page_bottom_section_image img {
    width: auto;
  }
  .driver_course_page_bottom_section_image {
    margin-top: 0;
  }
  .driver_course_page_bottom_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .older_driver_page_container {
    padding: 20px 0 30px;
  }
  .older_driver_page_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .older_driver_page_text {
    margin-bottom: 25px;
  }
  .driver_instructor_page_image {
    text-align: left;
    margin-top: 25px;
  }
  .gift_voucher_page_container {
    padding: 15px 0 30px;
  }
  .gift_voucher_page_inner {
    padding: 20px 15px;
  }
  .gift_voucher_page_heading {
    font-size: 22px;
  }
  .gift_voucher_tab .nav-tabs li a {
    padding: 10px 6px;
    font-size: 13px;
  }
  .gift_voucher_tab {
    margin-top: 15px;
  }
  .gift_voucher_right_inner {
    padding: 15px;
  }
  .gift_voucher_right {
    margin-top: 15px;
  }
  .about_page_heading1 {
    margin-top: 0;
  }
  .about_page_heading2 {
    font-size: 26px;
    line-height: 25px;
  }
  .about_page_container {
    padding: 30px 0;
  }
  .location_page_heading {
    font-size: 18px;
  }
  .location_page_list li {
    display: block;
    width: 100%;
  }
  .faq_page_container {
    padding: 0 0 30px;
  }
  .faq_page_block_btn {
    font-size: 14px;
  }
  .new_page_header_left {
    padding: 0;
  }
  .new_page_header_right h1 {
    font-size: 18px;
  }
  .new_page_header_right {
    font-size: 18px;
    padding-right: 15px;
    margin: 25px 0 15px;
  }
  .new_page_banner_bottom {
    padding: 30px 0 35px;
  }
  .new_page_yellow_section_heading {
    font-size: 15px;
    padding: 10px 0;
  }
  .new_page_yellow_section_heading::before {
    left: -26px;
    width: 29px;
    height: 44px;
  }
  .new_page_yellow_section_heading::after {
    right: -26px;
    width: 29px;
    height: 44px;
  }
  .new_page_yellow_section_text {
    padding: 0;
    margin-top: 20px;
  }
  .new_page_why_section_heading {
    font-size: 20px;
    padding: 10px 35px 10px 0;
  }
  .new_page_why_section_text {
    margin-top: 25px;
  }
  .new_page_list_section_heading {
    font-size: 20px;
    padding: 0 15px;
  }
  .new_page_list_section_image {
    padding: 0;
    margin: 0 0 25px;
  }
  .new_page_list_section_right {
    padding-right: 15px;
  }
  .new_page_list_section_right ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .new_page_list_section_right ul li::before {
    top: 6px;
    width: 20px;
    height: 18px;
  }
  .new_page_outcome_section_heading {
    font-size: 20px;
    padding: 12px 30px 12px 0;
  }
  .new_page_highlight_section_heading {
    font-size: 26px;
  }
  .new_page_highlight_section_list ul li {
    padding-left: 20px;
  }
  .new_page_highlight_section_list ul li::before {
    left: 0;
  }
  .new_page_highlight_section {
    padding: 30px 0;
  }
  .new_page_contact_section_heading1 {
    font-size: 26px;
    line-height: 30px;
  }
  .new_page_contact_section_heading2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
  }
  .new_page_contact_section_number {
    font-size: 27px;
    margin-top: 20px;
  }
  .new_page_contact_section {
    padding: 30px 0 25px;
  }
  .new_page_testimonial_section_heading {
    font-size: 26px;
  }
  .new_page_testimonial_section_subheading {
    font-size: 16px;
  }
  .new_page_testimonial_block_inner {
    padding: 30px 15px 15px;
    min-height: auto;
  }
  .new_page_testimonial_block {
    margin-top: 20px;
  }
  .fixed_call_btn {
    font-size: 12px;
    width: 143px;
    padding: 9px;
    left: 70px;
  }
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
    .new_book_or_text {
        font-size: 18px;
        display: block;
        margin: 0 0 10px;
    }
    .new_book_or_btn {
        padding: 8px 19px 7px;
        font-size: 13px;
    }
    .driving_test_day_inner {
        padding: 15px 0;
    }
    .driving_test_day_bg {
        padding: 5px;
    }
    .driving_test_day_bg_inner {
        padding: 20px 25px;
    }
    .driving_test_select {
        padding: 0 !important;
    }
    #testprice {
        margin-top:5px !important;
    }
    
    
    .new_booking_table tr td {
        display:block;
        width:100% !important;
    }
    .new_booking_table tr td:empty {
      padding:0;
    }
    #card_pay {
        padding:0 15px;
    }
    .new_booking_offer_box {
        margin:0 0 10px 0 !important;
    }
    .new_booking_table_edit {
        float: none !important;
        display: block;
        width: 100px;
    }
    .logo, .header_bottom_extra {
        width: 50%;
    }
    .floting, .floting2 {
        padding: 11px 12px;
    }
    .floting img, .floting2 img {
        width: 22px;
    }
    .floting3 {
        padding: 3px 15px;
        font-size: 26px;
        top: 45%;
    }
    .floting2 {
        top: 35%;
    }
    .package-contaner-left {
        width: 100% !important;
    }
    .home-price-package-form-item, .home-price-package-form-btn {
        padding: 0 15px;
        float:none;
        text-align:center;
    }
    .instructor-top-right-item-right .home-price-package-form-btn {
        width: 50%;
        float: left;
        padding: 0px;
        text-align: left;
        margin-top: 0;
    }
    .home-price-package-form-item #suburb {
        margin-left: 0 !important;
    }
    .instructor-top-right-item-left, .instructor-top-right-item-right {
        border-right: none;
        width:100% !important;
    }
    .instructor-top-right-item-right-part {
        width: 50% !important;
    }
    .instructor-top-right-item {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .profile-top-left-image img {
        border: 1px solid #ccc;
    }
    .inner-page-title span {
        font-size:25px !important;
    }
    .register_form_page_heading {
        font-size: 24px;
    }
    .dashboard_container_box_heading img {
        width:80px;
        height:80px;
        display:block;
        margin-bottom:10px;
    }
    .profile-form h4 {
        font-size:20px;
    }
    .profile-form-left {
        font-size:20px !important;
    }
    
        
    
  .fixed_call_btn {
    font-size: 12px;
    width: 143px;
    padding: 9px;
    left: 70px;
  }
  .faq_content {
    padding: 0 15px;
  }
  .header_new_info {
    display:none;
  }
  .dashboard_header {
    padding: 7px 0;
  }
  .dashboard_sidebar {
    display: none;
  }
  .dashboard_header_right_name {
    font-size: 0;
  }
  .dashboard_header_right_name i {
    font-size: 15px;
  }
  .dashboard_header_right img {
    width: 30px;
    height: 30px;
    margin: -11px 3px 0 0;
  }
  .dashboard_header_logo img {
    width: 135px;
  }
  .dashboard_header_logo {
    width: 60%;
    position: relative;
    padding-left: 42px;
  }
  .dashboard_header_right {
    width: 40%;
    margin-top: 6px;
  }
  .dashboard_container {
    padding: 70px 15px 0;
  }
  .mobile_menu {
    position: absolute;
    top: 7px;
    left: 15px;
    display: block !important;
  }
  .mobile_menu i {
    font-size: 18px;
    color: #333;
  }
  .dropdown-menu .dropdown-item {
    min-width: 10px;
    min-height: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .dashboard_container_box {
    padding: 15px;
    margin: 0 0 20px;
  }
  .dashboard_container_box_heading {
    font-size: 14px;
  }
  .vehicle_div img {
    width: 75px;
  }
  .vehicle_div {
    padding: 0 10px 0 85px;
  }
  .dataTables_info, .dataTables_paginate {
    float: none;
    width: 100%;
  }
  footer {
    padding: 10px 0 50px;
  }
  .border-part {
    padding: 0;
  }
  .lesson_btn {
    margin: 0 auto;
  }
  .first_txtarea_margin {
    margin-top: 8px;
    font-size: 14px;
  }
  .login-part-form label, .first_txtarea_margin .form-control {
    font-size: 14px;
  }
  .first_txtarea_margin label {
    font-size: 14px;
    line-height: 18px;
  }
  #update_details_button, #update_bio_button, #change_password_button, #search_button, #account_button, #confirm_booking, #another_lesson, #test_package_booking, #update_lesson, #cancel_lesson {
    margin-top: 12px;
    font-size: 14px;
  }
  .dashboard_container_box_link {
    font-size: 14px;
  }
  .profile_page_image img {
    width: 100px;
    height: 100px;
  }
  .profile_page_image {
    margin-top: 10px;
    text-align: left;
  }
  .find_instructor_table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 8px 0;
  }
  .instructor_circle_image {
    width: 85px;
    height: 85px;
  }
  .select_intructor_btn {
    padding: 10px 5px;
    display: block;
  }
  .lesson_calendar_link {
    font-size: 12px;
  }
  .price1 {
    font-size: 24px;
  }
  .price2 {
    margin-top: 4px;
  }
  .lesson_text1 {
    font-size: 19px;
  }
  .price1_text img {
    width: 140px;
  }
  .fc-center h2 {
    font-size: 20px;
  }
  .first_checkbox label {
    font-size: 14px;
  }
  #add_hourly_schedule_button, #center_button {
    margin-top: 12px;
    font-size: 14px;
  }
  .instructor-modal .modal_btn1, .instructor-modal .modal_btn2, .instructor-modal .modal_btn3 {
    width: 27%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .instructor-modal .modal_btn1 img, .instructor-modal .modal_btn2 img {
    width: 13px;
  }
  .instructor-modal .modal_btn3, .instructor-modal .modal_btn3:hover {
    line-height: 15px;
    padding: 14px 0;
  }
  .fc button, .fc table, body .fc {
    font-size: 12px !important;
  }
  .dashboard_container_box {
    width: 100% !important;
  }
  .invoice_content p {
    font-size: 14px;
  }
  .invoice_content {
    padding-top: 15px !important;
  }
  #example thead tr td {
    width: 100% !important;
    display: block;
  }
  .invoice_content h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .instructor-top-left-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .instructor-top-left-details {
    font-size: 17px;
  }
  .top-login ul {
    display: none;
  }
  .inner-page-title {
    font-size: 25px !important;
    position: static;
    color: #0b80ae;
    padding: 15px;
  }
  .home-price-package-form-btn {
    margin-top: 8px;
  }
  .instructor-top {
    padding: 30px 0 25px;
    margin: 0 0 30px;
  }
  .instructor-list-item-inner {
    padding: 30px 15px;
  }
  .instructor-list-item-image {
    margin: 0 15px;
    background: none;
    border: none;
    text-align: center;
  }
  .instructor-list-item-image img {
    border: 3px solid #ffc20e;
  }
  .instructor-list-item-name {
    font-size: 20px;
  }
  .instructor-list-item-book-btn {
    margin: 5px 0 0;
  }
  .profile-top-left-name {
    font-size: 25px;
    margin: 20px 0 0;
  }
  .profile-top-left-star {
    margin-left: 0;
  }
  .profile-top-left-star img {
    width: 125px;
  }
  .profile-top-left-image-inner {
    border: none;
  }
  .profile-top-right-heading {
    font-size: 18px;
  }
  .profile-top-right-heading-name {
    font-size: 22px;
  }
  .profile-form-left {
    margin: 35px 0 0;
    padding-left: 15px;
    font-size: 22px;
  }
  .profile-form-left::before {
    height: 140px;
    width: auto;
    top: -30px;
    left: 15px;
    right: 15px;
  }
  .profile-form-left img {
    width: 40px;
    margin: 0 0 10px;
  }
  .profile-form-right {
    margin: 45px 0 0;
    padding-right: 15px;
    right: 0;
  }
  .profile-form-item-inner {
    padding: 22px 15px 25px;
  }
  .profile-form-item-selection-left {
    width: 100%;
  }
  .profile-form-item-selection-right {
    width: 100%;
  }
  .profile-form-item-date-time {
    padding-left: 15px !important;
  }
  .profile-form-item-date-time label {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .profile-form-right-btns ul li {
    display: block;
    margin: 10px 7px 0;
  }
  .profile-form-right-btns ul li a {
    width: 100% !important;
  }
  .profile-form-right-btns ul li button {
    width: 100% !important;
  }
  .profile-top {
    margin: 0 0 20px;
  }
  .profile-car {
    padding: 15px 20px;
  }
  .profile-car::before {
    top: 0;
    left: 15px;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 0;
  }
  .profile-form {
    margin: 0 0 30px;
  }
  .profile-car-right-name {
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 3px 10px 6px;
  }
  .profile-car-right {
    padding-left: 15px;
  }
  .profile-car-right-text {
    padding: 0 10px;
  }
  .profile-car-right-details {
    font-size: 23px;
    padding: 0 10px;
  }
  .profile-car-right {
    min-height: auto;
    padding-bottom: 15px;
  }
  .profile-area-icon {
    float: none;
    width: 100px;
  }
  .profile-area-right {
    float: none;
  }
  .profile-area-right-name {
    font-size: 25px;
    line-height: 38px;
    margin: 0 0 5px;
  }
  .profile-area {
    padding: 30px 0;
  }
  .profile-area-right-btn a {
    border-radius: 5px;
    font-size: 17px;
    padding: 8px 21px;
  }
  .profile-testimonials-left {
    padding: 30px 15px;
  }
  .profile-testimonials-left-name {
    font-size: 25px;
  }
  .header_enq_btn {
    float: none;
  }
  .banner-form {
    position: static;
    width: 289px;
    margin: 20px auto;
    padding: 5px 0 25px;
  }
  .banner-form-inner {
    float: none;
  }
  .banner-form-btn {
    float: none;
  }
  .banner-form-item {
    float: none;
  }
  .top-login {
    text-align: left;
    margin-top: 11px;
  }
  .top-login li:first-child a {
    padding-left: 0px;
  }
  .menu-toggle {
    width: auto !important;
    padding: 0 !important;
    float: right;
    margin-top: -36px;
    margin-right: 15px;
  }
  .home_guarantee_text {
    padding: 0;
    font-size: 14px;
  }
  .top-menu {
    padding: 0;
  }
  .stellarnav.mobile > ul > li > a {
        padding: 10px 15px !important;
        font-size: 16px;
    }
  .top-bar {
    background: #000;
    padding: 0;
  }
  header {
    position: static !important;
  }
  .logo img {
    width: 175px !important;
  }
  .header-menu {
    display:none;
  }
  .header-menu ul li {
    display: block;
    margin: 0;
  }
  .header-menu ul li:last-child {
    float: none;
  }
  .header-menu ul li a {
    font-size: 14px;
  }
  .header-btns {
    display:none;
  }
  .header-btns a {
    width: auto;
    padding: 8px 6px;
  }
  .price_page_container h2 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .price-page-item-heading {
    font-size: 17px;
    padding: 10px;
  }
  .price-page-item-left-part-2 span, .price-page-item-right-part-2 span {
    font-size: 18px;
  }
  .price-page-item-list-4 {
    min-height: auto;
  }
  .price-page-item-list {
    min-height: auto;
  }
  .enq_page_form {
    padding: 15px;
  }
  .new_page_header_right {
    font-size: 15px;
  }
  .new_page_header_right .table tbody tr td {
    display: block;
  }
  .header-btns a.header-btns-small {
    margin-left: 0px;
    width: auto;
  }
  .banner-text {
    font-size: 18px;
    top: 12px;
    left: 0;
    padding: 0 15px;
  }
  .banner-text span {
    font-size: 20px;
    padding: 0 6px;
  }
  .home-value {
    padding: 25px 0;
  }
  .home-value-text {
    font-size: 22px;
  }
  .home_condition_btn a {
    padding: 9px 16px;
    margin-top: 10px;
  }
  .home-test-pack-right-inner {
    margin: 0 auto;
    width: 100%;
    padding: 17px 0 25px;
  }
  .home-test-pack-heading {
    font-size: 22px;
    line-height: 25px;
  }
  .hm_driv_tst_btn {
    font-size: 11px;
    padding: 9px 6px;
    margin-top: 10px;
  }
  .home-test-pack-text {
    font-size: 24px;
    line-height: 22px;
  }
  .home-test-pack {
    padding: 30px 0 100px;
  }
  .home-gift-card-heading {
    font-size: 22px;
    margin: 0;
  }
  .home-gift-card-text {
    font-size: 18px;
  }
  .home-gift-card-btn a {
    background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 91% 20px;
    border-radius: 5px;
    font-size: 19px;
    padding: 9px 38px 10px 17px;
  }
  .home-gift-card-btn a:hover {
    background: #0b80ae url("../images/arrow-right.png") no-repeat scroll 91% 20px;
  }
  .home-gift-card-right {
    margin: 20px 0 0;
  }
  .home-gift-card {
    padding: 40px 0 30px;
  }
  .home-process-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .home-process-image {
    margin: 25px 0 0;
  }
  .home-process {
    padding: 35px 0 15px;
  }
  .home-offer-heading {
    font-size: 28px;
    margin: 20px 0 10px;
  }
  .home-offer-details {
    font-size: 16px;
    margin: 0 0 35px;
  }
  .home-offer .container {
    padding: 0 15px;
  }
  .home-offer-left {
    padding: 0 15px;
  }
  .home-offer-image {
    position: static;
    width: 100%;
  }
  .home-offer-image img {
    width: 220px;
  }
  .home-offer-item-icon {
    float: none;
    width: 115px;
    margin: 0 auto;
  }
  .home-offer-item-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .home-offer-item-details {
    width: 100%;
  }
  .home-offer-item {
    float: none;
    margin: 0 0 25px;
  }
  .home-offer-right .home-offer-item-icon {
    float: none;
  }
  .home-offer-right {
    padding: 0 15px;
  }
  .home-offer-right .home-offer-item-right {
    text-align: center;
  }
  .home-offer-right .home-offer-item-right .home-offer-item-details {
    float: none;
  }
  .home-why-heading {
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .home-why-details {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .home-why-details span {
    font-size: 18px;
  }
  .home-why-item ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    width: 100%;
    background-size: 20px;
  }
  .home_suburb_section_heading {
    font-size: 28px;
  }
  .home_suburb_section_subheading {
    color: #fff;
  }
  .home_suburb_section_list ul li a {
    font-size: 15px;
    padding: 7px 12px;
  }
  .home_suburb_section_list ul li {
    margin: 0 2px 10px;
  }
  .home_suburb_section {
    padding: 30px 0;
  }
  .home_suburb_section_list ul {
    margin: 20px 0 0;
  }
  .footer-item:nth-child(2) {
    padding: 0 15px;
  }
  .footer-item {
    margin: 0 0 20px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  .copyright {
    margin: 15px 0 10px;
  }
  .footer-social {
    margin: 0 0 10px;
    text-align: left;
  }
  .footer-social ul li {
    margin: 0 10px 0 0;
  }
  .scrollTop {
    bottom: 10px;
    width: 30px;
  }
  .contact_map_block {
    margin: 0 0 20px;
  }
  .inner-content-heading {
    font-size: 22px;
  }
  .contact_page_container {
    padding: 30px 0 20px;
  }
  .contact-page-btn button.contact_form_btn {
    padding: 6px 30px;
    min-height: 47px;
    font-size: 15px;
  }
  .contact-info {
    margin: 18px 0 0;
  }
  .driver_course_page_top_section {
    padding: 20px 0 35px;
  }
  .driver_course_page_top_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .driver_course_page_top_section_image {
    margin-top: 25px;
  }
  .driver_course_page_mid_section_image img {
    width: auto;
  }
  .driver_course_page_mid_section_image {
    margin-top: 0;
  }
  .driver_course_page_mid_section {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .driver_course_page_mid_section2 {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_image2 {
    margin-top: 25px;
  }
  .driver_course_page_bottom_section {
    padding: 30px 0;
  }
  .driver_course_page_bottom_section_image img {
    width: auto;
  }
  .driver_course_page_bottom_section_image {
    margin-top: 0;
  }
  .driver_course_page_bottom_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .older_driver_page_container {
    padding: 20px 0 30px;
  }
  .older_driver_page_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .older_driver_page_text {
    margin-bottom: 25px;
  }
  .driver_instructor_page_image {
    text-align: left;
    margin-top: 25px;
  }
  .gift_voucher_page_container {
    padding: 15px 0 30px;
  }
  .gift_voucher_page_inner {
    padding: 20px 15px;
  }
  .gift_voucher_page_heading {
    font-size: 22px;
  }
  .gift_voucher_tab .nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  .gift_voucher_tab {
    margin-top: 15px;
  }
  .gift_voucher_right_inner {
    padding: 15px;
  }
  .gift_voucher_right {
    margin-top: 15px;
  }
  .about_page_heading1 {
    margin-top: 0;
  }
  .about_page_heading2 {
    font-size: 26px;
    line-height: 25px;
  }
  .about_page_container {
    padding: 30px 0;
  }
  .location_page_heading {
    font-size: 18px;
  }
  .location_page_list li {
    display: block;
    width: 100%;
  }
  .faq_page_container {
    padding: 0 0 30px;
  }
  .faq_page_block_btn {
    font-size: 14px;
  }
  .new_page_header_left {
    padding: 0;
  }
  .new_page_header_right h1 {
    font-size: 18px;
  }
  .new_page_header_right {
    font-size: 18px;
    padding-right: 15px;
    margin: 25px 0 15px;
  }
  .new_page_banner_bottom {
    padding: 30px 0 35px;
  }
  .new_page_yellow_section_heading {
    font-size: 15px;
    padding: 10px 0;
  }
  .new_page_yellow_section_heading::before {
    left: -26px;
    width: 29px;
    height: 44px;
  }
  .new_page_yellow_section_heading::after {
    right: -26px;
    width: 29px;
    height: 44px;
  }
  .new_page_yellow_section_text {
    padding: 0;
    margin-top: 20px;
  }
  .new_page_why_section_heading {
    font-size: 20px;
    padding: 10px 35px 10px 0;
  }
  .new_page_why_section_text {
    margin-top: 25px;
  }
  .new_page_list_section_heading {
    font-size: 20px;
    padding: 0 15px;
  }
  .new_page_list_section_image {
    padding: 0;
    margin: 0 0 25px;
  }
  .new_page_list_section_right {
    padding-right: 15px;
  }
  .new_page_list_section_right ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .new_page_list_section_right ul li::before {
    top: 6px;
    width: 20px;
    height: 18px;
  }
  .new_page_outcome_section_heading {
    font-size: 20px;
    padding: 12px 30px 12px 0;
  }
  .new_page_highlight_section_heading {
    font-size: 26px;
  }
  .new_page_highlight_section_list ul li {
    padding-left: 20px;
  }
  .new_page_highlight_section_list ul li::before {
    left: 0;
  }
  .new_page_highlight_section {
    padding: 30px 0;
  }
  .new_page_contact_section_heading1 {
    font-size: 26px;
    line-height: 30px;
  }
  .new_page_contact_section_heading2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
  }
  .new_page_contact_section_number {
    font-size: 27px;
    margin-top: 20px;
  }
  .new_page_contact_section {
    padding: 30px 0 25px;
  }
  .new_page_testimonial_section_heading {
    font-size: 26px;
  }
  .new_page_testimonial_section_subheading {
    font-size: 16px;
  }
  .new_page_testimonial_block_inner {
    padding: 30px 15px 15px;
    min-height: auto;
  }
  .new_page_testimonial_block {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
    .new_book_or_text {
        font-size: 20px;
        display: block;
        margin: 0 0 10px;
    }
    .new_book_or_btn {
        padding: 8px 19px 7px;
        font-size: 13px;
    }
    .driving_test_select {
        padding: 0 !important;
    }
    #testprice {
        margin-top:5px !important;
    }
    
    .floting, .floting2 {
        padding: 11px 12px;
    }
    .floting img, .floting2 img {
        width: 22px;
    }
    .floting3 {
        padding: 3px 15px;
        font-size: 26px;
        top: 55%;
    }
    .floting2 {
        top: 40%;
    }
    .package-contaner-left {
        width: 100% !important;
    }
    .home-price-package-form-item, .home-price-package-form-btn {
        padding: 0 15px;
        float:none;
        text-align:center;
    }
    .instructor-top-right-item-right .home-price-package-form-btn {
        width: 50%;
        float: left;
        padding: 0px;
        text-align: left;
        margin-top: 0;
    }
    .home-price-package-form-item #suburb {
        margin-left: 0 !important;
    }
    .instructor-top-right-item-left, .instructor-top-right-item-right {
        border-right: none;
        width:100% !important;
    }
    .instructor-top-right-item-right-part {
        width: 50% !important;
    }
    .instructor-top-right-item {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .profile-top-left-image img {
        border: 1px solid #ccc;
    }
    .inner-page-title span {
        font-size:25px !important;
    }
    .register_form_page_heading {
        font-size: 24px;
    }
    .dashboard_container_box_heading img {
        width:80px;
        height:80px;
        display:block;
    }
    
    
  .faq_content {
    padding: 0 15px;
  }
  .header_new_info {
    display: none;
  }
  .dashboard_header {
    padding: 7px 0;
  }
  .dashboard_sidebar {
    display: none;
  }
  .dashboard_header_right_name {
    font-size: 0;
  }
  .dashboard_header_right_name i {
    font-size: 15px;
  }
  .dashboard_header_right img {
    width: 30px;
    height: 30px;
    margin: -11px 3px 0 0;
  }
  .dashboard_header_logo img {
    width: 135px;
  }
  .dashboard_header_logo {
    width: 60%;
    position: relative;
    padding-left: 42px;
  }
  .dashboard_header_right {
    width: 40%;
    margin-top: 6px;
  }
  .dashboard_container {
    padding: 70px 15px 0;
  }
  .mobile_menu {
    position: absolute;
    top: 7px;
    left: 15px;
    display: block !important;
  }
  .mobile_menu i {
    font-size: 18px;
    color: #333;
  }
  .dropdown-menu .dropdown-item {
    min-width: 10px;
    min-height: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .dashboard_container_box {
    padding: 15px;
    margin: 0 0 20px;
  }
  .dashboard_container_box_heading {
    font-size: 14px;
  }
  .vehicle_div img {
    width: 75px;
  }
  .vehicle_div {
    padding: 0 10px 0 85px;
  }
  .dataTables_info, .dataTables_paginate {
    float: none;
    width: 100%;
  }
  footer {
    padding: 10px 0 0;
  }
  .border-part {
    padding: 0;
  }
  .lesson_btn {
    margin: 0 auto;
  }
  .first_txtarea_margin {
    margin-top: 8px;
    font-size: 14px;
  }
  .login-part-form label, .first_txtarea_margin .form-control {
    font-size: 14px;
  }
  .first_txtarea_margin label {
    font-size: 14px;
    line-height: 18px;
  }
  #update_details_button, #update_bio_button, #change_password_button, #search_button, #account_button, #confirm_booking, #another_lesson, #test_package_booking, #update_lesson, #cancel_lesson {
    margin-top: 12px;
    font-size: 14px;
  }
  .dashboard_container_box_link {
    font-size: 14px;
  }
  .profile_page_image img {
    width: 100px;
    height: 100px;
  }
  .profile_page_image {
    margin-top: 10px;
    text-align: left;
  }
  .find_instructor_table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 8px 0;
  }
  .instructor_circle_image {
    width: 85px;
    height: 85px;
  }
  .select_intructor_btn {
    padding: 10px 5px;
    display: block;
  }
  .lesson_calendar_link {
    font-size: 12px;
  }
  .price1 {
    font-size: 24px;
  }
  .price2 {
    margin-top: 4px;
  }
  .lesson_text1 {
    font-size: 19px;
  }
  .price1_text img {
    width: 140px;
  }
  .fc-center h2 {
    font-size: 20px;
  }
  .first_checkbox label {
    font-size: 14px;
  }
  #add_hourly_schedule_button, #center_button {
    margin-top: 12px;
    font-size: 14px;
  }
  .instructor-modal .modal_btn1, .instructor-modal .modal_btn2, .instructor-modal .modal_btn3 {
    width: 27%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .instructor-modal .modal_btn1 img, .instructor-modal .modal_btn2 img {
    width: 13px;
  }
  .instructor-modal .modal_btn3, .instructor-modal .modal_btn3:hover {
    line-height: 15px;
    padding: 14px 0;
  }
  .fc button, .fc table, body .fc {
    font-size: 12px !important;
  }
  .dashboard_container_box {
    width: 100% !important;
  }
  .invoice_content p {
    font-size: 14px;
  }
  .invoice_content {
    padding-top: 15px !important;
  }
  #example thead tr td {
    width: 100% !important;
    display: block;
  }
  .invoice_content h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .top-login ul {
    display: none;
  }
  .inner-page-title {
    font-size: 25px;
    position: static;
    color: #0b80ae;
    padding: 15px;
  }
  .home-price-package-form-btn {
    margin-top: 8px;
  }
  .instructor-top {
    padding: 30px 0 25px;
    margin: 0 0 30px;
  }
  .instructor-list-item-inner {
    padding: 30px 15px;
  }
  .instructor-list-item-image {
    margin: 0 15px;
    background: none;
    border: none;
    text-align: center;
  }
  .instructor-list-item-image img {
    border: 3px solid #ffc20e;
  }
  .instructor-list-item-name {
    font-size: 20px;
  }
  .instructor-list-item-book-btn {
    margin: 5px 0 0;
  }
  .profile-top-left-name {
    font-size: 25px;
    margin: 20px 0 0;
  }
  .profile-top-left-star {
    margin-left: 0;
  }
  .profile-top-left-star img {
    width: 125px;
  }
  .profile-top-left-image-inner {
    border: none;
  }
  .profile-top-right-heading {
    font-size: 18px;
  }
  .profile-top-right-heading-name {
    font-size: 22px;
  }
  .profile-form-left {
    margin: 35px 0 0;
    padding-left: 15px;
    font-size: 22px;
  }
  .profile-form-left::before {
    height: 140px;
    width: auto;
    top: -30px;
    left: 15px;
    right: 15px;
  }
  .profile-form-left img {
    width: 40px;
    margin: 0 0 10px;
  }
  .profile-form-right {
    margin: 45px 0 0;
    padding-right: 15px;
    right: 0;
  }
  .profile-form-item-inner {
    padding: 22px 15px 25px;
  }
  .profile-form-item-selection-left {
    width: 100%;
  }
  .profile-form-item-selection-right {
    width: 100%;
  }
  .profile-form-item-date-time {
    padding-left: 15px !important;
  }
  .profile-form-item-date-time label {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .profile-form-right-btns ul li {
    display: block;
    margin: 10px 7px 0;
  }
  .profile-form-right-btns ul li a {
    width: 100% !important;
  }
  .profile-form-right-btns ul li button {
    width: 100% !important;
  }
  .profile-top {
    margin: 0 0 20px;
  }
  .profile-car {
    padding: 15px 20px;
  }
  .profile-car::before {
    top: 0;
    left: 15px;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 0;
  }
  .profile-form {
    margin: 0 0 30px;
  }
  .profile-car-right-name {
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 3px 10px 6px;
  }
  .profile-car-right {
    padding-left: 15px;
  }
  .profile-car-right-text {
    padding: 0 10px;
  }
  .profile-car-right-details {
    font-size: 23px;
    padding: 0 10px;
  }
  .profile-car-right {
    min-height: auto;
    padding-bottom: 15px;
  }
  .profile-area-icon {
    float: none;
    width: 100px;
  }
  .profile-area-right {
    float: none;
  }
  .profile-area-right-name {
    font-size: 25px;
    line-height: 38px;
    margin: 0 0 5px;
  }
  .profile-area {
    padding: 30px 0;
  }
  .profile-area-right-btn a {
    border-radius: 5px;
    font-size: 17px;
    padding: 8px 21px;
  }
  .profile-testimonials-left {
    padding: 30px 15px;
  }
  .profile-testimonials-left-name {
    font-size: 25px;
  }
  .banner-form {
    position: static;
    width: 289px;
    margin: 20px auto;
  }
  .banner-form-inner {
    float: none;
  }
  .banner-form-btn {
    float: none;
  }
  .banner-form-item {
    float: none;
  }
  .header_enq_btn {
    margin-right: 0;
    float:none;
  }
  .logo, .header_bottom_extra {
        width: 50%;
    }
    .header_bottom_extra img {
    width: 75px;
}
  .top-login {
    text-align: left;
    margin-top: 11px;
  }
  .menu-toggle {
    width: auto !important;
    padding: 0 !important;
    float: right;
    margin-top: -34px;
    margin-right: 15px;
  }
  .home_guarantee_text {
    padding: 0;
    font-size: 14px;
  }
  .top-menu {
    padding: 0;
  }
  .top-bar {
    background: #000;
    padding: 0;
  }
  header {
    position: static !important;
  }
  .logo img {
    width: 175px !important;
  }
  .header-menu {
    display:none;
  }
  .header-menu ul li {
    display: block;
    margin: 0;
  }
  .header-menu ul li:last-child {
    float: none;
  }
  .header-menu ul li a {
    font-size: 14px;
  }
  .header-btns {
    display:none;
  }
  .footer_sticky_btn2 {
    left: 47%;
}
  .header-btns a {
    width: auto;
    padding: 8px 5px;
  }
  .header-btns a.header-btns-small {
    margin-left: 0px;
    width: auto;
  }
  .banner-text {
    font-size: 18px;
    top: 12px;
    left: 0;
    padding: 0 15px;
  }
  .banner-text span {
    font-size: 28px;
  }
  .home-value {
    padding: 30px 0;
  }
  .home-value-text {
    font-size: 25px;
  }
  .home-test-pack-right-inner {
    margin: 0 auto;
    width: 75%;
    padding: 30px 0 25px;
  }
  .home-test-pack-heading {
    font-size: 22px;
    line-height: 25px;
  }
  .hm_driv_tst_btn {
    font-size: 11px;
    padding: 10px 6px;
    margin-top: 10px;
  }
  .price-page-item-list-4 {
    min-height: auto;
  }
  .price-page-item-details {
    height: auto;
  }
  .price-page-item-list {
    min-height: auto;
  }
  .price_page_container h2 {
    margin: 0 0 15px;
    font-size: 23px;
  }
  .home-test-pack-text {
    font-size: 24px;
    line-height: 22px;
  }
  .home-test-pack {
    padding: 30px 0 100px;
  }
  .home-gift-card-heading {
    font-size: 22px;
    margin: 0;
  }
  .home-gift-card-text {
    font-size: 18px;
  }
  .home-gift-card-btn a {
    background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 91% 20px;
    border-radius: 5px;
    font-size: 19px;
    padding: 9px 38px 10px 17px;
  }
  .home-gift-card-btn a:hover {
    background: #0b80ae url("../images/arrow-right.png") no-repeat scroll 91% 20px;
  }
  .home-gift-card-right {
    margin: 20px 0 0;
  }
  .home-gift-card {
    padding: 40px 0 30px;
  }
  .home-process-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .home-process-image {
    margin: 25px 0 0;
  }
  .home-process {
    padding: 35px 0 15px;
  }
  .home-offer-heading {
    font-size: 28px;
    margin: 20px 0 10px;
  }
  .home-offer-details {
    font-size: 16px;
    margin: 0 0 35px;
  }
  .home-offer .container {
    padding: 0 15px;
  }
  .home-offer-left {
    padding: 0 15px;
  }
  .home-offer-image {
    position: static;
    width: 100%;
  }
  .home-offer-image img {
    width: 220px;
  }
  .home-offer-item-icon {
    float: none;
    width: 115px;
    margin: 0 auto;
  }
  .home-offer-item-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .home-offer-item-details {
    width: 100%;
  }
  .home-offer-item {
    float: none;
    margin: 0 0 25px;
  }
  .home-offer-right .home-offer-item-icon {
    float: none;
  }
  .home-offer-right {
    padding: 0 15px;
  }
  .home-offer-right .home-offer-item-right {
    text-align: center;
  }
  .home-offer-right .home-offer-item-right .home-offer-item-details {
    float: none;
  }
  .home-why-heading {
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .home-why-details {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .home-why-details span {
    font-size: 18px;
  }
  .home-why-item ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    width: 100%;
    background-size: 20px;
  }
  .home_suburb_section_heading {
    font-size: 28px;
  }
  .home_suburb_section_subheading {
    color: #fff;
  }
  .home_suburb_section_list ul li a {
    font-size: 15px;
    padding: 7px 12px;
  }
  .home_suburb_section_list ul li {
    margin: 0 2px 10px;
  }
  .home_suburb_section {
    padding: 30px 0;
  }
  .home_suburb_section_list ul {
    margin: 20px 0 0;
  }
  .footer-item:nth-child(2) {
    padding: 0 15px;
  }
  .footer-item {
    margin: 0 0 20px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  .copyright {
    margin: 15px 0 10px;
  }
  .footer-social {
    margin: 0 0 10px;
    text-align: left;
  }
  .footer-social ul li {
    margin: 0 10px 0 0;
  }
  .scrollTop {
    bottom: 10px;
    width: 30px;
  }
  .contact_map_block {
    margin: 0 0 20px;
  }
  .inner-content-heading {
    font-size: 22px;
  }
  .contact_page_container {
    padding: 30px 0 20px;
  }
  .contact-page-btn button.contact_form_btn {
    padding: 6px 30px;
    min-height: 47px;
    font-size: 15px;
  }
  .contact-info {
    margin: 18px 0 0;
  }
  .driver_course_page_top_section {
    padding: 20px 0 35px;
  }
  .driver_course_page_top_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .driver_course_page_top_section_image {
    margin-top: 25px;
  }
  .driver_course_page_mid_section_image img {
    width: auto;
  }
  .driver_course_page_mid_section_image {
    margin-top: 0;
  }
  .driver_course_page_mid_section {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .driver_course_page_mid_section2 {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_image2 {
    margin-top: 25px;
  }
  .driver_course_page_bottom_section {
    padding: 30px 0;
  }
  .driver_course_page_bottom_section_image img {
    width: auto;
  }
  .driver_course_page_bottom_section_image {
    margin-top: 0;
  }
  .driver_course_page_bottom_section_heading {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .older_driver_page_container {
    padding: 20px 0 30px;
  }
  .older_driver_page_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .older_driver_page_text {
    margin-bottom: 25px;
  }
  .driver_instructor_page_image {
    text-align: left;
    margin-top: 25px;
  }
  .gift_voucher_page_container {
    padding: 15px 0 30px;
  }
  .gift_voucher_page_inner {
    padding: 20px 15px;
  }
  .gift_voucher_page_heading {
    font-size: 22px;
  }
  .gift_voucher_tab .nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  .gift_voucher_tab {
    margin-top: 15px;
  }
  .gift_voucher_right_inner {
    padding: 15px;
  }
  .gift_voucher_right {
    margin-top: 15px;
  }
  .about_page_heading1 {
    margin-top: 0;
  }
  .about_page_heading2 {
    font-size: 26px;
    line-height: 25px;
  }
  .about_page_container {
    padding: 30px 0;
  }
  .location_page_heading {
    font-size: 18px;
  }
  .location_page_list li {
    display: block;
    width: 100%;
  }
  .faq_page_container {
    padding: 0 0 30px;
  }
  .faq_page_block_btn {
    font-size: 14px;
  }
  .new_page_header_left {
    padding: 0;
  }
  .new_page_header_right h1 {
    font-size: 18px;
  }
  .new_page_header_right {
    font-size: 18px;
    padding: 0 65px;
    margin: 25px 0 15px;
  }
  .new_page_banner_bottom {
    padding: 30px 0 35px;
  }
  .new_page_yellow_section_heading {
    font-size: 18px;
    padding: 15px 0;
  }
  .new_page_yellow_section_heading::before {
    left: -34px;
    width: 34px;
    height: 50px;
  }
  .new_page_yellow_section_heading::after {
    right: -34px;
    width: 34px;
    height: 50px;
  }
  .new_page_yellow_section_text {
    padding: 0;
    margin-top: 20px;
  }
  .new_page_why_section_heading {
    font-size: 20px;
    padding: 10px 35px 10px 0;
  }
  .new_page_why_section_text {
    margin-top: 25px;
  }
  .new_page_list_section_heading {
    font-size: 20px;
    padding: 0 15px;
  }
  .new_page_list_section_image {
    padding: 0;
    margin: 0 0 25px;
  }
  .new_page_list_section_right {
    padding-right: 15px;
  }
  .new_page_list_section_right ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .new_page_list_section_right ul li::before {
    top: 6px;
    width: 20px;
    height: 18px;
  }
  .new_page_outcome_section_heading {
    font-size: 20px;
    padding: 12px 30px 12px 0;
  }
  .new_page_highlight_section_heading {
    font-size: 26px;
  }
  .new_page_highlight_section_list ul li {
    padding-left: 20px;
  }
  .new_page_highlight_section_list ul li::before {
    left: 0;
  }
  .new_page_highlight_section {
    padding: 30px 0;
  }
  .new_page_contact_section_heading1 {
    font-size: 26px;
    line-height: 30px;
  }
  .new_page_contact_section_heading2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
  }
  .new_page_contact_section_number {
    font-size: 27px;
    margin-top: 20px;
  }
  .new_page_contact_section {
    padding: 30px 0 25px;
  }
  .new_page_testimonial_section_heading {
    font-size: 26px;
  }
  .new_page_testimonial_section_subheading {
    font-size: 16px;
  }
  .new_page_testimonial_block_inner {
    padding: 30px 15px 15px;
    min-height: auto;
  }
  .new_page_testimonial_block {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .dashboard_header {
    padding: 7px 0;
  }
  .dashboard_sidebar {
    display: none;
  }
  .price1 {
    font-size: 17px;
  }
  .vehicle_div_bottomtext .btn {
    font-size: 13px;
    width: 130px !important;
  }
  .dashboard_header_right_name {
    font-size: 14px;
  }
  .dashboard_header_right_name i {
    font-size: 15px;
  }
  .dashboard_header_right img {
    width: 30px;
    height: 30px;
    margin: -4px 3px 0 0;
  }
  .dashboard_header_logo img {
    width: 135px;
  }
  .dashboard_header_logo {
    width: 60%;
    position: relative;
    padding-left: 42px;
  }
  .dashboard_header_right {
    width: 40%;
    margin-top: 6px;
  }
  .dashboard_container {
    padding: 70px 15px 0;
  }
  .mobile_menu {
    position: absolute;
    top: 7px;
    left: 15px;
    display: block !important;
  }
  .mobile_menu i {
    font-size: 18px;
    color: #333;
  }
  .dropdown-menu .dropdown-item {
    min-width: 10px;
    min-height: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .dashboard_container_box {
    padding: 15px 10px;
    margin: 0 0 20px;
  }
  .dashboard_container_box_heading {
    font-size: 14px;
  }
  .vehicle_div img {
    width: 60px;
  }
  .vehicle_div {
    padding: 0 10px 0 70px;
  }
  .dataTables_info, .dataTables_paginate {
    float: none;
    width: 100%;
  }
  footer {
    padding: 10px 0 0;
  }
  .border-part {
    padding: 0;
  }
  .lesson_btn {
    margin: 0 auto;
  }
  .first_txtarea_margin {
    margin-top: 8px;
    font-size: 14px;
  }
  .login-part-form label, .first_txtarea_margin .form-control {
    font-size: 14px;
  }
  .first_txtarea_margin label {
    font-size: 14px;
    line-height: 18px;
  }
  #update_details_button, #update_bio_button, #change_password_button, #search_button, #account_button, #confirm_booking, #another_lesson, #test_package_booking, #update_lesson, #cancel_lesson {
    margin-top: 12px;
    font-size: 14px;
  }
  .dashboard_container_box_link {
    font-size: 14px;
  }
  .profile_page_image img {
    width: 100px;
    height: 100px;
  }
  .profile_page_image {
    margin-top: 10px;
    text-align: left;
  }
  .find_instructor_table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 8px 0;
  }
  .instructor_circle_image {
    width: 85px;
    height: 85px;
  }
  .select_intructor_btn {
    padding: 10px 5px;
    display: block;
  }
  .lesson_calendar_link {
    font-size: 12px;
  }
  .price1 {
    font-size: 24px;
  }
  .price2 {
    margin-top: 4px;
  }
  .lesson_text1 {
    font-size: 19px;
  }
  .price1_text img {
    width: 140px;
  }
  .fc-center h2 {
    font-size: 20px;
  }
  .first_checkbox label {
    font-size: 14px;
  }
  #add_hourly_schedule_button, #center_button {
    margin-top: 12px;
    font-size: 14px;
  }
  .instructor-modal .modal_btn1, .instructor-modal .modal_btn2, .instructor-modal .modal_btn3 {
    width: 27%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .instructor-modal .modal_btn1 img, .instructor-modal .modal_btn2 img {
    width: 13px;
  }
  .instructor-modal .modal_btn3, .instructor-modal .modal_btn3:hover {
    line-height: 15px;
    padding: 14px 0;
  }
  .fc button, .fc table, body .fc {
    font-size: 12px !important;
  }
  .dashboard_container_box {
    width: 100% !important;
  }
  .invoice_content p {
    font-size: 14px;
  }
  .invoice_content {
    padding-top: 15px !important;
  }
  #example thead tr td {
    width: 100% !important;
    display: block;
  }
  .invoice_content h3 {
    font-size: 22px;
    margin-top: 10px;
  }
  .inner-page-title {
    font-size: 35px;
    top: 40px;
    left: 4%;
  }
  .instructor-top {
    padding: 30px 0 25px;
    margin: 0 0 30px;
  }
  .instructor-list-item-inner {
    padding: 30px 15px;
  }
  .instructor-top-left-heading {
    font-size: 25px;
  }
  .instructor-list-item-image {
    background: none;
    border: none;
    text-align: center;
  }
  .instructor-list-item-image img {
    border: 3px solid #ffc20e;
  }
  .instructor-list-item-name {
    margin-top: 30px;
  }
  .instructor-list-item-book-btn {
    margin: 5px 0 0;
    text-align: left !important;
  }
  .profile-top-left-name {
    font-size: 25px;
    margin: 20px 0 0;
  }
  .profile-top-left-star {
    margin-left: 0;
  }
  .profile-top-left-star img {
    width: 125px;
  }
  .profile-top-left-image-inner {
    border: none;
  }
  .profile-top-right-heading {
    font-size: 18px;
  }
  .profile-top-right-heading-name {
    font-size: 22px;
  }
  .profile-form-left {
    margin: 35px 0 0;
    padding-left: 15px;
    font-size: 22px;
  }
  .profile-form-left::before {
    height: 140px;
    width: auto;
    top: -30px;
    left: 15px;
    right: 15px;
  }
  .profile-form-left img {
    width: 40px;
    margin: 0 0 10px;
  }
  .profile-form-right {
    margin: 45px 0 0;
    padding-right: 15px;
    right: 0;
  }
  .profile-form-item-inner {
    padding: 22px 15px 25px;
  }
  .profile-form-item-selection-left {
    width: 100%;
  }
  .profile-form-item-selection-right {
    width: 100%;
  }
  .profile-form-item-date-time {
    padding-left: 15px !important;
  }
  .profile-form-item-date-time label {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .profile-form-right-btns ul li {
    margin: 0 5px;
  }
  .profile-form-right-btns ul li button {
    width: 100% !important;
  }
  .profile-top {
    margin: 0 0 20px;
  }
  .profile-car {
    padding: 15px 20px;
  }
  .profile-car::before {
    top: 0;
    left: 15px;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 0;
  }
  .profile-form {
    margin: 0 0 30px;
  }
  .profile-car-right-name {
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 3px 10px 6px;
  }
  .profile-car-right {
    padding-left: 15px;
  }
  .profile-car-right-text {
    padding: 0 10px;
  }
  .profile-car-right-details {
    font-size: 23px;
    padding: 0 10px;
  }
  .profile-car-right {
    min-height: auto;
    padding-bottom: 15px;
  }
  .profile-area-icon {
    float: none;
    width: 100px;
  }
  .profile-area-right {
    float: none;
  }
  .profile-area-right-name {
    font-size: 25px;
    line-height: 38px;
    margin: 0 0 5px;
  }
  .profile-area {
    padding: 30px 0;
  }
  .profile-area-right-btn a {
    border-radius: 5px;
    font-size: 17px;
    padding: 8px 21px;
  }
  .profile-testimonials-left {
    padding: 30px 15px;
  }
  .profile-testimonials-left-name {
    font-size: 25px;
  }
  .header_enq_btn {
    margin-right: 75px;
  }
  .banner-form {
    top: 0px;
    right: 5%;
    width: 290px;
  }
  .top-login {
    text-align: left;
    margin-top: 11px;
  }
  .menu-toggle {
    width: auto !important;
    padding: 0 !important;
    float: right;
    margin-top: -34px;
    margin-right: 15px;
  }
  .home_guarantee_text {
    padding: 0;
    font-size: 14px;
  }
  .top-menu {
    padding: 0;
  }
  .top-bar {
    background: #000;
    padding: 0 3%;
  }
  header {
    position: static !important;
  }
  .logo img {
    width: 175px !important;
    margin: 0 !important;
  }
  .header-bottom {
    padding: 15px 0 10px !important;
  }
  .header-menu {
    margin: 22px 0 0 !important;
    padding: 0 15px !important;
  }
  .price-page-item-list-4 {
    min-height: auto;
  }
  .price-page-item-details {
    height: auto;
  }
  .price-page-item-list {
    min-height: auto;
  }
  .price-page-item-list ul li::before {
    left: 20%;
  }
  .header-menu ul li {
    display: block;
    margin: 0;
  }
  .header-menu ul li:last-child {
    float: none;
  }
  .header-menu ul li a {
    font-size: 14px;
  }
  .header-btns {
    text-align: left;
    margin-top: 0 !important;
    padding-left: 0;
  }
  .header-btns a {
    width: auto;
    font-size: 11px;
    padding: 9px 5px;
  }
  .header-btns a .fa {
    font-size: 12px;
  }
  .header-btns a.header-btns-small {
    margin-left: 0px;
    width: auto;
  }
  .banner-text {
    font-size: 24px;
    top: 40px;
    left: 0;
    padding: 0 38px;
    max-width: 440px;
  }
  .banner-text span {
    font-size: 30px;
  }
  .home-value {
    padding: 35px 0;
  }
  .home-value-text {
    font-size: 30px;
  }
  .home-test-pack-right-inner {
    margin: 0 auto;
    width: 440px;
    padding: 35px 0 38px;
  }
  .home-test-pack-heading {
    font-size: 27px;
    line-height: 30px;
  }
  .home-test-pack-text {
    font-size: 24px;
    line-height: 22px;
  }
  .home-test-pack {
    padding: 30px 0 100px;
  }
  .home-gift-card-heading {
    font-size: 22px;
    margin: 0;
  }
  .home-gift-card-text {
    font-size: 18px;
  }
  .home-gift-card-btn a {
    background: #ffc20e url("../images/arrow-right.png") no-repeat scroll 91% 20px;
    border-radius: 5px;
    font-size: 19px;
    padding: 9px 38px 10px 17px;
  }
  .home-gift-card-btn a:hover {
    background: #0b80ae url("../images/arrow-right.png") no-repeat scroll 91% 20px;
  }
  .home-gift-card-right {
    margin: 20px 0 0;
  }
  .home-gift-card {
    padding: 40px 0 30px;
  }
  .home-process-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .home-process-image {
    margin: 25px 0 0;
  }
  .home-process {
    padding: 35px 0 15px;
  }
  .home-offer-heading {
    font-size: 28px;
    margin: 20px 0 10px;
  }
  .home-offer-details {
    font-size: 16px;
    margin: 0 0 35px;
  }
  .home-offer .container {
    padding: 0 15px;
  }
  .home-offer-left {
    padding: 0 15px;
  }
  .home-offer-image {
    position: static;
    width: 100%;
  }
  .home-offer-image img {
    width: 220px;
  }
  .home-offer-item-icon {
    float: none;
    width: 115px;
    margin: 0 auto;
  }
  .home-offer-item-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .home-offer-item-details {
    width: 100%;
  }
  .home-offer-item {
    float: none;
    margin: 0 0 25px;
  }
  .home-offer-right .home-offer-item-icon {
    float: none;
  }
  .home-offer-right {
    padding: 0 15px;
  }
  .home-offer-right .home-offer-item-right {
    text-align: center;
  }
  .home-offer-right .home-offer-item-right .home-offer-item-details {
    float: none;
  }
  .home-why-heading {
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .home-why-details {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  .home-why-details span {
    font-size: 18px;
  }
  .home-why-item ul li {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
    width: 100%;
    background-size: 20px;
  }
  .home_suburb_section_heading {
    font-size: 28px;
  }
  .home_suburb_section_subheading {
    color: #fff;
  }
  .home_suburb_section_list ul li a {
    font-size: 15px;
    padding: 7px 12px;
  }
  .home_suburb_section_list ul li {
    margin: 0 2px 10px;
  }
  .home_suburb_section {
    padding: 30px 0;
  }
  .home_suburb_section_list ul {
    margin: 20px 0 0;
  }
  .footer-item:nth-child(2) {
    padding: 0 15px;
  }
  .footer-item {
    margin: 0 0 20px;
  }
  .footer-menu ul li a {
    font-size: 16px;
  }
  .copyright {
    margin: 15px 0 10px;
  }
  .footer-social ul li {
    margin: 0 10px 0 0;
  }
  .about_page_image {
    margin-top: 70px;
  }
  .scrollTop {
    bottom: 10px;
    width: 30px;
  }
  .contact_map_block {
    margin: 0 0 20px;
  }
  .inner-content-heading {
    font-size: 22px;
  }
  .contact_page_container {
    padding: 30px 0 20px;
  }
  .contact-page-btn button.contact_form_btn {
    padding: 6px 30px;
    min-height: 47px;
    font-size: 15px;
  }
  .contact-info {
    margin: 18px 0 0;
  }
  .driver_course_page_top_section {
    padding: 20px 0 35px;
  }
  .driver_course_page_top_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .driver_course_page_top_section_image {
    margin-top: 25px;
  }
  .driver_course_page_mid_section_image img {
    width: auto;
  }
  .driver_course_page_mid_section_image {
    margin-top: 0;
  }
  .driver_course_page_mid_section {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .driver_course_page_mid_section2 {
    padding: 30px 0;
  }
  .driver_course_page_mid_section_image2 {
    margin-top: 25px;
  }
  .driver_course_page_bottom_section {
    padding: 30px 0;
  }
  .driver_course_page_bottom_section_image img {
    width: auto;
  }
  .driver_course_page_bottom_section_image {
    margin-top: 0;
  }
  .driver_key_image {
    margin-top: 43px;
  }
  .driver_course_page_bottom_section_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .older_driver_page_container {
    padding: 20px 0 30px;
  }
  .older_driver_page_heading {
    font-size: 22px;
    line-height: 28px;
  }
  .older_driver_page_text {
    margin-bottom: 25px;
  }
  .driver_instructor_page_image {
    text-align: left;
    margin-top: 0;
  }
  .gift_voucher_page_container {
    padding: 15px 0 30px;
  }
  .gift_voucher_page_inner {
    padding: 20px 15px;
  }
  .gift_voucher_page_heading {
    font-size: 22px;
  }
  .gift_voucher_tab .nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  .gift_voucher_tab {
    margin-top: 15px;
  }
  .gift_voucher_right_inner {
    padding: 15px;
  }
  .gift_voucher_right {
    margin-top: 69px;
  }
  .about_page_heading1 {
    margin-top: 0;
  }
  .about_page_heading2 {
    font-size: 26px;
    line-height: 25px;
  }
  .about_page_container {
    padding: 30px 0;
  }
  .location_page_heading {
    font-size: 18px;
  }
  .location_page_list li {
    width: 48%;
  }
  .faq_page_container {
    padding: 0 0 30px;
  }
  .faq_page_block_btn {
    font-size: 14px;
  }
  .new_page_header_left {
    padding: 0;
  }
  .new_page_header_right h1 {
    font-size: 20px;
  }
  .new_page_header_right {
    font-size: 20px;
  }
  .new_page_banner_bottom {
    padding: 30px 0 35px;
  }
  .new_page_yellow_section_heading {
    font-size: 18px;
    padding: 27px 0;
  }
  .new_page_yellow_section_heading::before {
    left: -34px;
    width: 34px;
    height: 50px;
  }
  .new_page_yellow_section_heading::after {
    right: -34px;
    width: 34px;
    height: 50px;
  }
  .new_page_yellow_section_text {
    margin-top: 20px;
  }
  .new_page_why_section_heading {
    font-size: 23px;
    padding: 10px 35px 10px 0;
  }
  .new_page_why_section_text {
    margin-top: 25px;
  }
  .new_page_list_section_heading {
    font-size: 20px;
    padding: 0 15px;
  }
  .new_page_list_section_image {
    padding: 0;
    margin: 0 0 25px;
  }
  .new_page_list_section_right {
    padding-right: 15px;
  }
  .new_page_list_section_right ul li {
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .new_page_list_section_right ul li::before {
    top: 6px;
    width: 20px;
    height: 18px;
  }
  .new_page_outcome_section_heading {
    font-size: 20px;
    padding: 12px 30px 12px 0;
  }
  .new_page_highlight_section_heading {
    font-size: 26px;
  }
  .new_page_highlight_section_list ul li {
    padding-left: 20px;
  }
  .new_page_highlight_section_list ul li::before {
    left: 0;
  }
  .new_page_highlight_section {
    padding: 30px 0;
  }
  .new_page_contact_section_heading1 {
    font-size: 26px;
    line-height: 30px;
  }
  .new_page_contact_section_heading2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 15px;
  }
  .new_page_contact_section_number {
    font-size: 27px;
    margin-top: 20px;
  }
  .new_page_contact_section {
    padding: 30px 0 25px;
  }
  .new_page_testimonial_section_heading {
    font-size: 26px;
  }
  .new_page_testimonial_section_subheading {
    font-size: 16px;
  }
  .new_page_testimonial_block_inner {
    padding: 30px 15px 15px;
    min-height: auto;
  }
  .new_page_testimonial_block {
    margin-top: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .dashboard_sidebar {
    width: 155px;
  }
  .dashboard_sidebar ul li a {
    font-size: 14px;
    padding: 12px 8px;
  }
  .dashboard_container {
    padding: 100px 20px 5px 170px;
  }
  .dashboard_container_box_heading {
    font-size: 14px;
  }
  .dashboard_container_box {
    padding: 13px;
    margin: 0 0 25px;
  }
  .vehicle_div img {
    width: 75px;
  }
  .vehicle_div {
    padding: 0 0 0 80px;
    min-height: 75px;
  }
  .inner-page-title {
    font-size: 45px;
    top: 46px;
    left: 5%;
  }
  .profile-top-left-name {
    font-size: 26px;
    margin: 35px 0 0;
    line-height: 28px;
  }
  .profile-top-left-star {
    margin-left: 0;
  }
  .profile-form-left {
    font-size: 25px;
  }
  .profile-form-right {
    padding-right: 0;
    right: 0;
  }
  .profile-form-right-btns ul li a {
    padding: 8px 5px;
    width: 154px;
  }
  .profile-car::before {
    width: 508px;
  }
  .profile-car-right-name {
    font-size: 28px;
  }
  .profile-area-right-name {
    font-size: 26px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  .profile-area-right-btn a {
    font-size: 16px;
    padding: 10px 44px;
  }
  .profile-testimonials-left {
    padding: 85px 15px 75px 5%;
  }
  .profile-testimonials-left-name {
    font-size: 28px;
    line-height: 32px;
  }
  .instructor-list-item-book-btn a {
    font-size: 18px;
    padding: 7px 10px;
  }
  .instructor-list-item-name {
    font-size: 22px;
  }
  .top-login ul li a {
    padding: 0 10px 0 3px;
  }
  .top-login {
    padding-left: 0;
    font-size: 12px;
  }
  .header_enq_btn {
    font-size: 13px;
    padding: 6px 6px 5px;
  }
  .banner-form {
    top: 85px;
    right: 5%;
    width: 290px;
  }
  .top-menu {
    padding-left: 10px;
  }
  .stellarnav li a {
    padding: 0 6px !important;
    font-size: 12px !important;
  }
  .header-menu ul li a {
    font-size: 15px;
  }
  .header-btns {
    margin-top: 9px;
  }
  .header-btns a {
    font-size: 13px;
    width: auto;
    padding: 8px 5px;
  }
  .header-btns a .fa {
    font-size: 12px;
    margin: 4px 2px 0 0;
  }
  .price-page-item-heading {
    font-size: 16px;
    padding: 10px 5px;
  }
  .price-page-item-left-part-2 span, .price-page-item-right-part-2 span {
    font-size: 16px;
  }
  .price-page-item-list {
    min-height: 460px;
  }
  .price-page-item-list-4 {
    min-height: 570px;
  }
  .new_page_header_right h1 {
    font-size: 25px;
  }
  .header-btns a.header-btns-small {
    width: auto;
  }
  .header-menu {
    margin: 17px 0 0;
  }
  .footer-item:nth-child(2) {
    padding: 0 85px;
  }
  .home-value-text {
    font-size: 40px;
  }
  .banner-text {
    font-size: 28px;
    left: 5%;
  }
  .banner-text span {
    font-size: 35px;
  }
  .home-test-pack-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .hm_driv_tst_btn {
    padding: 10px 9px;
  }
  .home-test-pack-text {
    font-size: 32px;
    line-height: 35px;
  }
  .home-test-pack {
    padding: 55px 0;
  }
  .home-gift-card-heading {
    font-size: 40px;
  }
  .home-gift-card-right {
    margin: 30px 0 0;
  }
  .home-offer-item-right {
    width: 75%;
  }
  .home-offer-image img {
    width: 300px;
  }
  .home-why-item ul li {
    font-size: 16px;
    padding: 0 0 0 50px;
  }
  .new_page_yellow_section_heading {
    font-size: 25px;
    padding: 28px 0;
  }
  .new_page_outcome_section_heading {
    font-size: 26px;
  }
  .new_page_list_section_heading {
    font-size: 30px;
  }
  .home_suburb_section_heading {
    font-size: 45px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .top-login ul li a {
    padding: 0 11px 0 5px;
  }
}
@media screen and (min-width: 1424px) {
  .inner-page-title {
    left: 13%;
  }
  .profile-testimonials-left {
    padding: 85px 15px 75px 13%;
  }
  .banner-text {
    left: 13%;
  }
  .new_page_header_right {
    padding-right: 13%;
  }
  .new_page_list_section_right {
    padding-right: 13%;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1624px) {
  .inner-page-title {
    top: 90px;
    left: 17%;
  }
  .profile-testimonials-left {
    padding: 85px 15px 75px 17%;
  }
  .banner-text {
    left: 17%;
  }
  .new_page_header_right {
    padding-right: 17%;
  }
  .new_page_list_section_right {
    padding-right: 17%;
    margin-top: 75px;
  }
}
@media screen and (min-width: 1920px) {
  .inner-page-title {
    top: 112px;
    left: 23%;
  }
  .profile-testimonials-left {
    padding: 85px 15px 75px 22%;
  }
  .banner-text {
    left: 23%;
  }
  .new_page_header_right {
    padding-right: 23%;
  }
  .new_page_list_section_right {
    padding-right: 23%;
    margin-top: 150px;
  }
}