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