a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
a:focus {
	outline: 0;
	box-shadow: none;
}
button:focus {
	outline: none;
	box-shadow: none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
* {
	margin: 0 auto;
	padding: 0;
}
div#secondary {
	display: none;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	box-shadow: 0px 0 7px 0px #00000059;
	-webkit-box-shadow: 0px 0 7px 0px #00000059;
	-moz-box-shadow: 0px 0 7px 0px #00000059;
	-ms-box-shadow: 0px 0 7px 0px #00000059;
	-o-box-shadow: 0px 0 7px 0px #00000059;
	animation: smoothScroll .6s forwards;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.header_top {
	padding: 15px 0 0;
}
.top_right {
	text-align: right;
	overflow: hidden;
}
.msg_img {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 41px;
}
.cont_det {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-left: 7px;
}
.cont_det a {
	color: #165d91;
	font-weight: 600;
	text-transform: lowercase;
}
.top_dwn {
	margin-top: 15px;
}
.row.nav {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 12px;
}
.cont_det span {
	display: block;
	text-align: left;
	margin-bottom: 7px;
	font-size: 14px;
	color: #494949;
	text-transform: uppercase;
}
.btn_bar a {
	background: #165d91;
	padding: 16px 0;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 9px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.btn_bar a:after {
	background: #e19e23;
	content: '';
	position: absolute;
	z-index: -1;
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
	transition: all .2s ease-in-out;
}
.btn_bar a:hover:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.banner_cap {
	font-size: 30px !important;
	line-height: 1.1 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Exo', sans-serif;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.service_outer {
	padding: 40px 0;
}
.ser_title span {
	color: #165d91;
}
.ser_title {
	font-size: 18px;
	color: #494949;
	font-weight: 700;
}
.ser_title h2 {
	margin: 22px 0 60px 0;
	font-size: 30px;
}
.ser_img {
	width: 140px;
	position: relative;
	transition: all .4s;
}
.ser_det:hover .ser_img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.ser_img:after {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: -12px;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition: all .4s;
}
.ser_det:hover .ser_img:after {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.ser_txt {
	width: 74%;
}
.ser_txt h4 {
	font-size: 22px;
	font-weight: 700;
	color: #165d91;
	margin-bottom: 20px;
}
.ser_txt {
	font-size: 14px;
	color: #494949;
	line-height: 1.6;
	font-weight: 500;
}
.ser_det {
	margin-bottom: 77px;
}
.service-slogan {
	background: #165D91;
	padding: 40px 0;
	margin-bottom: 40px;
}
.slogan-title {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	animation: blinkingText 0.8s infinite;
}
@keyframes blinkingText {
 0% {
color:#fff;
}
 50% {
color:#e19e23;
}
 100% {
color:#fff;
}
}
.abt_img:before {
	content: "";
	width: 85%;
	height: 100%;
	position: absolute;
	border: 2px solid #165d91;
	left: -17px;
	top: 20px;
	z-index: -1;
}
.abt_img {
	position: relative;
}
.ser_title.abt_titl h2 {
	margin: 16px 0 20px 0;
}
.abt_txt p {
	font-size: 15px;
	color: #1c222d;
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight: 500;
	text-align: justify;
	width: 90%;
}
.read_more a {
	background: #165d91;
	padding: 16px 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.read_more a:after {
	background: #e19e23;
	content: '';
	position: absolute;
	z-index: -1;
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
	transition: all .2s ease-in-out;
}
.read_more a:hover:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.about_outer {
	padding: 10px 0 120px 0;
}
.why_txt {
	font-size: 15px;
	line-height: 1.4;
	color: #1c222d;
	width: 92%;
}
.why_txt ul {
	float: left;
	width: 50%;
}
.list_cont {
	overflow: hidden;
	margin: 22px 0;
}
.list_cont ul li:before {
	content: "\f044";
	font-weight: bold;
	font-family: 'Font Awesome\ 5 Free';
	color: #416791;
	margin-right: 9px;
}
.list_cont ul li {
	display: block;
	margin-bottom: 6px;
	position: relative;
	font-size: 15px;
	color: #000;
}
.list_cont ul li a {
	color: #165d91 !important;
}
.list_cont.side_by {
border-top: 1px dashed #165d91;
    padding-top: 30px;
    margin: 30px 0 0;
}
.list_cont.side_by li {
    padding: 0 30px 10px 0;
}
.grid_sec ul li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 43px 0;
	background: #165d91;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
.grid_sec ul {
	overflow: hidden;
}
.grid_sec {
	margin-top: 20px;
}
.grid_sec ul li:nth-child(2) {
	background: #2d6d9c;
}
.grid_sec ul li:nth-child(3) {
	background: #457da7;
}
.grid_sec ul li:nth-child(4) {
	background: #5b8db2;
}
.why_us_outer {
	padding-bottom: 60px;
}
.area_outer {
	background: #165d91;
	padding: 40px 0;
}
.ser_title.area_titl, .area_titl span {
	color: #fff;
}
.area_titl h2 {
	margin: 10px 0 20px 0 !important;
}
.list_col ul li:before {
	content: "\f3c5";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}
.list_col ul li {
	position: relative;
	margin-bottom: 14px;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
}
.list_col ul li a {
	color: #e19e23;
}
.list_col ul li a:hover {
	color: #e19e23;
}
.list_col {
	margin-top: 20px;
}
.drive_test h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.drive_test {
	margin-top: 40px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 25%;
}
.start_form h3 {
	font-size: 30px;
	color: #165d91;
	font-weight: bold;
	margin-bottom: 23px;
}
.start_form {
	background: #fff;
	padding: 30px;
	margin-top: 40px;
}
.frm_fld input, .frm_fld_div input, .frm_fld_div select, .frm_fld select {
	color: #8d8d8d;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	height: 50px;
	padding: 10px;
	line-height: 1.42857143;
	background-image: none;
	background-color: #f4f4f4;
	border-radius: 0px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.frm_fld_div select, .frm_fld select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background-image: url(https://www.semdrivingschool.com.au/wp-content/uploads/2019/01/Down_Arrow_Icon-1.png);
	background-repeat: no-repeat;
	background-position: 97% 20px;
	background-size: 10px;
}
.frm_fld_div.time {
	margin-right: 0;
	width: 44.5%;
}
.frm_fld_div {
	display: inline-block;
	width: 53%;
	margin-right: 5px;
	vertical-align: middle;
}
.frm_fld_div input {
	width: 80.2%;
	float: left;
}
.frm_fld_div p {
	float: right;
	background: #f4f4f4;
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 2.8;
	font-size: 18px;
	color: #8a8787;
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-radius: 0 5px 5px 0px;
}
.send_btn input {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 20px;
	border: none;
	letter-spacing: 1px;
	width: 100%;
	background: #165d91;
	color: #fff;
	transition: all .4s ease-in-out;
}
.send_btn input:hover {
	background: #e19e23;
}
.testimonial_outer {
	padding: 99px 0 45px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 30px;
	margin-top: 18px;
}
.carousel_cont span {
	margin-bottom: 25px;
	display: block;
}
.carousel_cont p {
	font-size: 14px;
	line-height: 1.7;
	color: #1c222d;
	font-weight: 500;
}
.star img {
    margin-top: 10px;
    width: 90px !important;
}
.author {
	margin-top: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #494949;
}
.testi_titl {
	font-size: 18px;
	color: #494949;
	font-weight: bold;
}
.contact_det {
	margin-top: 100px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: left;
	border: 1px solid #165d91;
	line-height: 3.5;
}
.cont_txt {
	float: left;
	width: 74%;
	margin-left: 20px;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	color: #494949;
}
.border_1 {
	overflow: hidden;
	border: 1px solid #494949;
	padding: 30px 20px;
	min-height: 144px;
}
.border_1:hover {
	background: #f1f1f1;
}
.cont_txt a {
	display: block;
	color: #494949;
	font-weight: bold;
}
.cont_txt a:hover {
	color: #165d91;
}
footer {
	background: #494949;
	padding: 30px 0;
	text-align: center;
}
.social ul {
	display: inline-block;
	vertical-align: middle;
}
.social span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-right: 8px;
}
.social ul li a {
	color: #fff;
	font-size: 24px;
}
.social ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	margin: 0 4px;
}
.social {
	margin-bottom: 22px;
}
.social ul li a:hover {
	color: #e19e23;
}
.footer_btm a {
	color: #fff;
	text-decoration: underline;
}
.footer_btm {
	color: #fff;
	font-size: 14px;
}
div#wpfront-scroll-top-container img {
	width: 50px !important;
}
header.entry-header {
	position: relative !important;
	z-index: 1;
}
header.entry-header {
	background: transparent !important;
	color: #fff;
}
.entry-title {
	padding: 5px 20px;
	letter-spacing: 5px;
	color: #efefef;
}
.entry-title:after, .entry_title:after {
	width: 120px;
	height: 4px;
	background: #fff;
	position: absolute;
	content: "";
	bottom: -8px;
	right: 0;
}
.entry-title:before, .entry_title:before {
	width: 120px;
	height: 4px;
	background: #fff;
	position: absolute;
	content: "";
	top: -8px;
	left: 0%;
}
.thnks_cont {
	text-align: center;
}
.thanks_img {
	padding: 40px 0;
}
.thank_u_msg {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 2;
	font-style: normal;
	color: #000;
}
.thankyou-btn a {
	display: inline-block;
	background: #004077;
	padding: 6px 20px;
	margin-top: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none !important;
}
.footer_btm a:hover {
	color: #e19e23;
}
.about_cont {
	padding: 100px 0;
}
.abt_txt span {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
	display: block;
	color: #165d91;
	font-weight: 500;
	text-align: justify;
}
.abt_us {
	position: absolute;
	padding: 20px;
	width: 85%;
	height: 85%;
	background: rgba(22, 93, 145, 0.42);
	left: 36px;
	top: 22px;
	border: 1px solid #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.abt_page_img {
	position: relative;
}
.instruction_cont {
	background: #165d91;
	padding: 30px;
}
.abt_list ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	position: relative;
}
.abt_list ul li:before {
	content: "\f044";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	margin-right: 10px;
	color: #e19e23;
	font-size: 14px;
}
.abt_right {
	font-weight: 300;
	line-height: 1.3;
	font-size: 15px;
	color: #fff;
	border-left: 1px dashed #fff;
	padding-left: 40px;
}
.ins_are {
	margin: 30px 0 0;
	text-align: center;
	background: #0b2b42;
	padding: 15px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.area_cover {
	padding: 50px 0 0;
}
.area_cover ul li i {
	margin-bottom: 15px;
	font-size: 25px;
}
.area_cover ul li {
	display: inline-block;
	width: 15%;
	text-align: center;
	background: #165d91;
	padding: 20px 0;
	margin: 0 7px 20px 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
.area_cover ul li:nth-child(2n+1) {
	background: #457da7;
}
.area_cover ul li:after {
	width: 90%;
	height: 85%;
	content: "";
	border: 1px dotted #ededed;
	position: absolute;
	left: 9px;
	top: 7px;
	border-radius: 0;
}
.area_cover.drive h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	color: #165d91;
}
.area_cover.drive {
	text-align: center;
}
.cont_det a:hover {
	color: #e19e23;
}
.instruction_cont .ser_title.area_titl {
	margin: -60px auto;
	background: #0b2b42;
	padding: 20px 20px 1px;
	margin-bottom: 30px;
	text-align: center;
	width: 30%;
	position: relative;
}
.instruction_cont .ser_title.area_titl:before {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 35px solid black;
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
}
.instruction_cont .ser_title.area_titl:after {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 35px solid black;
	content: "";
	position: absolute;
	top: 0;
	right: -35px;
}
.testi_page_cont {
	padding: 50px 0;
}
.testi_grid {
	background: #165d91;
	padding: 10px 30px 20px 30px;
	min-height: 385px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: justify;
	border-radius: 10px;
	height: 95%;
}
.testi_grid i {
	color: #ffffff91;
	font-size: 25px;
	width: 70px;
	height: 70px;
	background: #064878;
	text-align: center;
	line-height: 2.8;
	border-radius: 50px;
	margin-bottom: 10px;
}
.testi_grid span {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	text-align: right;
	color: #e3a431;
}
.contact_cont {
	padding: 100px 0 0;
}
.contact_cont .contact_det ul li {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 2px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 20px;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: rgba(108, 107, 107, 0.21176470588235294);
}
.contact_cont .contact_det ul li i {
	font-size: 35px;
	display: block;
	margin-bottom: 10px;
}
.contact_cont .contact_det ul li a {
	font-size: 18px;
	text-transform: capitalize;
	color: #165d91;
}
.contact_cont .contact_det {
	margin-top: 0px;
}
.contact_cont .contact_det ul li a:hover {
	color: #e19e23;
}
.get {
	text-transform: capitalize;
	font-size: 15px;
}
.price_outer {
	padding: 70px 0;
}
.price_grid {
    background: #ffffff;
    padding: 0px 40px 30px 40px;
    border-radius: 5px 5px 0 0;
    border: 3px solid #083b61;
    height: 92%;
}
.price_grid h3 {
	text-align: center;
	background: #165d91;
	padding: 15px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	position: relative;
	top: -20px;
	letter-spacing: 1px;
}
.price_grid h3:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 15px solid #083b61;
	position: absolute;
	left: -15px;
	top: 0;
}
.price_grid h3:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 15px solid #083b61;
	position: absolute;
	right: -15px;
	top: 0;
}
.price_grid ul li {
	margin-bottom: 20px;
	font-size: 15px;
	color: #323232;
	font-weight: 600;
}
.price_grid ul {
	text-align: center;
	margin-top: 20px;
}
.price_img {
	margin: 50px 0;
	background-image: url(https://www.semdrivingschool.com.au/wp-content/uploads/2019/01/price.jpg);
	text-align: center;
	padding: 50px 0;
	background-attachment: fixed;
}
.price_img h2 {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.price_img p:before {
	width: 100px;
	height: 7px;
	content: "";
	background: #e19e23;
	position: absolute;
	top: 14px;
	left: 27%;
}
.price_img p:after {
	width: 100px;
	height: 7px;
	content: "";
	background: #e19e23;
	position: absolute;
	top: 14px;
	right: 27%;
}
.price_img p {
	font-size: 35px;
	color: #e19e23;
	position: relative;
	font-weight: 700;
}
.cancel_cond {
	margin-top: 20px;
	color: red;
	font-weight: 500;
	text-align: center;
}
.test_grid {
	background: #ebebeb;
	padding: 40px 30px 30px 30px;
	border-radius: 10px;
	border: 3px solid #083b61;
	width: 330px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}
.test_grid strong {
	color: #e19e23;
	font-size: 20px;
}
.drive_test_pack span {
	text-align: center;
	display: block;
	background: #083b61;
	width: 280px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	border-radius: 5px;
	color: #fff;
	line-height: 1.5;
	position: relative;
	top: 20px;
}
.test_grid span {
	background: transparent;
	color: #595959;
	padding: 0;
	border-radius: 0;
	width: auto;
	top: 0;
	position: static;
}
.price_grid ul li span {
	font-size: 19px;
	color: #e19e23;
	display: inline-block;
	vertical-align: middle;
}
.cab_cont {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.cab_book_form {
	padding: 50px 20px;
	box-shadow: 1px 2px 4px #333;
}
.cab_cont .send_btn input {
	width: 30%;
	margin-left: 0px;
}
.frm_fld input, .frm_fld select, .frm_fld textarea {
	background-color: transparent;
	color: #333;
	border: 1px solid #ccc;
	font-weight: 500;
}
.frm_fld textarea{
	height:110px;
}
.send_btn {
    margin-top: 10px;
}
.inner_banner img {
	width: 100%;
}
.no_page span {
	display: block;
}
.no_page {
	text-align: center;
}
.no_page a {
	color: #e19e23;
	font-weight: 600;
}

.suburb-text {
	color: #333;
	margin-bottom: 20px;
	text-align: justify;
}
.suburb-heading {
	color: #165d91;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
.suburb-heading-2 {
	font-size: 22px;
}
.suburb-text p {
	margin-bottom: 20px;
}
.suburb-text a, .suburb-text a:hover {
	color: #165d91;
}
.suburb-btn .read_more {
	display: inline-block;
	margin-right: 10px;
}
.suburb-btn .package-btn a {
	background: #e19e23;
}
.suburb-btn .package-btn a::after {
	background: #165d91;
}
.suburb-image {
	margin-bottom: 25px;
}
.mobile-bottom-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.mobile-bottom-btn a, .mobile-bottom-btn a:hover {
	background: #165d91;
	color: #fff;
	float: left;
	padding: 15px 0;
	width: 50%;
}
.mobile-bottom-btn a.mobile-package-btn, .mobile-bottom-btn a.mobile-package-btn:hover {
	background: #e19e23;
	color: #111;
}
.mobile-bottom-btn a.mobile-call, .mobile-bottom-btn a.mobile-call:hover {
	background: #165d91;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	padding: 10px;
	position: absolute;
	z-index: 99999;
	left: 50%;
	transform: translate(-50%, 0);
}
.mobile-bottom-btn a.mobile-call img {
	width: 25px;
}
.testi_grid img {
    display: block;
    margin: 0 0 10px;
    width: 95px;
}
.mrgtop {
    margin-top: 50px;
}
.useful_links strong {
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
    color: #e19e23;
}

.useful_links ul {
    margin: 0 0 20px;
}

.useful_links ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px 10px;
    position: relative;
}
.useful_links ul li a {
    color: #fff;
}
.useful_links ul li:after {
    content: "/";
    position: absolute;
    right: -5px;
    color: #fff;
}
.useful_links ul li:last-child:after {
    display: none;
}
.inner_price_sec {
    padding-top: 70px;
    border-top: 1px dashed #e19e23;
}
.serv_area_in {
    background: #165d91;
    padding: 20px;
}
.serv_area_in ul li {
    display: inline-block;
    padding: 0 13px;
    border-right: 1px solid #ccc;
}
.serv_area_in ul li:last-child {
    border: none;
}
.serv_area_in strong {
    font-size: 20px;
    color: #fff;
}
.foot_cont {
    margin-top: 40px;
    border-top: 1px solid rgb(247 247 247 / 21%);
    padding-top: 20px;
}
.foot_rev {
    padding-top: 10px;
}
.foot_titl {
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #e19f25;
    text-align: left;
}
.foot_menu ul {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}
.foot_menu ul li {
    list-style-type: none;
    margin-bottom: 8px;
}
.foot_menu ul li a {
    color: #fff;
}
.pay_acpt ul {
    display: inline-block;
}
.pay_acpt span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.pay_acpt ul li {
    display: inline-block;
    margin-bottom: 17px;
    list-style-type: none;
}
.frm_fld select{
	
}
.product_title {
    font-size: 30px !important;
    color: #323232 !important;
    margin-bottom: 20px !important;
}

.woocommerce  .entry-header {
    background: url(https://www.semdrivingschool.com.au/wp-content/uploads/2021/02/inner_banner.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px;
    height: 340px;
	margin-bottom: 40px !important;
}
.single-product .entry_title, .archive .entry-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0;
    text-transform: uppercase;
    position: absolute !important;
    top: 170px;
    left: 46%;
    transform: translate(-46%);
	color: #fff;
}
nav.woocommerce-breadcrumb {
    margin-top: 15px !important;
}
p.price {
    color:#e19e23 !important;
    font-size: 18px !important;
    margin-bottom: 10px;
}
td.label {
    display: block !important;
}
td.value {
    display: block;
}
.woocommerce div.product form.cart .variations select {
    max-width: 40% !important;
    min-width: 33% !important;
    display: inline-block;
    margin-right: 1em;
    padding: 7px 5px;
    border: 1px solid #b7b7b7;
    color: #3c3c3c;
}
.single-product .single_add_to_cart_button {
	background: #165d91 !important;
    padding: 13px !important;
    font-size: 14px !important;
    margin-left: 8px !important;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block !important;
	padding: 10px 20px !important;
	font-weight: normal !important;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background: #252525;
}
.woocommerce table.shop_attributes {
    margin-top: 20px;
}
span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    color: #e3a430 !important;
}
.woocommerce-variation.single_variation {
    margin-bottom: 10px;
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
}
a.woocommerce-Button.button, a.button.wc-forward, .place-order button#place_order, .place-order button#place_order:hover, .return-to-shop a, .return-to-shop a:hover, p.form-row.form-row-last .button {
	background: #165d91 !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	padding: 15px 25px !important;
}
.coupon button.button, .coupon button.button:hover, .actions button.button, .actions button.button:hover {
	    background: #165d91 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    height: 40px !important;
}
form.woocommerce-cart-form {
    margin-top: 30px;
    float: left;
    width: 65%;
}
.cart_totals h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
   width: 34% !important;
    float: right;
}
input#coupon_code {
	height: 41px;
    width: 100% !important;
    font-weight: 300;
    padding: 10px 5px;
    border-radius: 0;
    font-size: 15px;
}
.coupon input#coupon_code {
	width: 150px !important;
}
.woocommerce-input-wrapper .input-text {
	border: 1px solid #ccc !important;
	border-radius: 0px !important;
	min-height: 45px;
	font-size: 15px;
}
#customer_details .col-1, #customer_details .col-2 {
	max-width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	width: 100%;
}
.woocommerce-input-wrapper {
	width: 100%;
	font-size: 17px;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 20px 0 1em !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px !important;
	margin-bottom: 50px !important;
}
header.woocommerce-products-header {
	padding-left: 120px !important;
}
.woocommerce-loop-product__title{
	font-size: 20px !important;
	text-align: center !important;
	text-transform: capitalize;
	color: #5a5a5a !important;
	padding: 0px 20px 4px !important;
	background: #fff;
	min-height: 40px;
	font-weight: 500;
	position: relative;
}
.woocommerce-loop-product__title:after {
	width: 40px;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	background: #848080;
	bottom: 8px;
	transform: translate(-50%, 0px);
}
.woocommerce span.price, .single-product span.price {
	text-align: center !important;
	color: #ff2121 !important;
	font-weight: bold !important;
	font-size: 15px !important;
	background: #fff;
	padding-bottom: 10px;
}
.woocommerce .add_to_cart_button {
	text-align: center;
	margin: 0 45px !important;
	background: #e19e23 !important;
	color: #fff !important;
	font-size: 14px !important;
	padding: 12px 20px !important;
	border-radius: 50px !important;
	font-weight: 500 !important;
	width: 65%;
}
a.added_to_cart.wc-forward {
	text-align: center;
	margin: 10px 45px 0 !important;
	background: #4a4a4a!important;
	color: #fff !important;
	font-size: 14px !important;
	padding: 9px 20px !important;
	border-radius: 50px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	width: 65%;
}
.woocommerce .woocommerce-ordering select {
	border: none !important;
}
.woocommerce-Tabs-panel h2 {
	font-weight: normal;
	font-size: 25px;
}
span.woocommerce-Price-amount.amount {
	color: #b76e79;
	font-size: 19px;
	font-weight: normal;
}
.single-product .product_title {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 2px;
}
.related.products h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #b76e79;
}
nav.woocommerce-pagination {
	margin-bottom: 40px;
}
.cart-empty.woocommerce-info, .woocommerce-info {
background: transparent !important;
    border: none !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0px 0 !important;
    line-height: 1.5 !important;
    font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 10px;
}
.cart-empty.woocommerce-info:before, .woocommerce-info:before, .woocommerce-notices-wrapper .woocommerce-info:before {
	display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 40px !important;
	text-align: left !important;
}
.woocommerce-info {
	text-align: left;
}
.cart-empty .woocommerce-info:before, .woocommerce-form-coupon-toggle .woocommerce-info:before, .woocommerce-notice--info.woocommerce-info:before {
	display: none !important;
}
.return-to-shop {
	text-align: center;
}
.cart_totals h2, .woocommerce-billing-fields h3, h3#order_review_heading{
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
div#order_review {
    margin-top: 13px;
}
.cart_totals {
	width: 95% !important;
}
.cart-collaterals {
	margin-top: 30px;
}
form.woocommerce-cart-form {
	margin-top: 30px;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
	width: 100% !important;
}
.woocommerce-checkout .col-lg-5 {
	border: 2px solid #ba707b;
	padding: 20px 20px;
	height: 20%;
	background: #f7f6f769;
}
.woocommerce table.shop_table td {
    color: #4a4a4a !important;
    font-size: 16px;
}
.woocommerce table.shop_table {
	border: none;
}
form.checkout_coupon.woocommerce-form-coupon {
	border: 2px dashed #d2d2d2 !important;
	border-radius: 0 !important;
}
.checkout_coupon .form-row.form-row-first {
	width: 85%;
}
.checkout_coupon .form-row.form-row-last {
	width: 15%;
}
form.checkout_coupon.woocommerce-form-coupon {
	margin: 0 0px 60px !important;
}
.thwcfd-field-radio .radio {
	display: inline-block !important;
	width: auto !important;
	margin-left: 10px;
}
.woocommerce-checkout #payment {
	background: #f7f7f7 !important;
}
.woocommerce-checkout-review-order .button.alt {
	background-color: #ba707b !important;
	font-weight: normal;
	font-size: 15px;
}
.woocommerce ul.order_details li strong, .woocommerce table.shop_table tfoot td {
	color: #ba707b;
	font-weight: normal !important;
}
.woocommerce table.shop_table td {
	color: #e19e23 !important;
}
.woocommerce table.shop_table th {
	font-weight: normal !important;
	font-size: 14px !important;
}
p.woocommerce-notice.woocommerce-notice--success {
	text-align: center;
	border: 1px dashed #ba707b;
	margin-bottom: 50px;
	padding: 16px;
	text-transform: uppercase;
	color: #ba707b;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #cecece !important;
	border-radius: 0 !important;
	height: 46px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px !important;
	font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px !important;
}
div#customer_details, div#order_review {
width: 48%;
    float: left;
    margin-right: 20px;
}
.page .entry-header, .blog_page_banner {
    height: 270px;
    text-align: center;
    margin-bottom: 20px !important;
	background-image:url(http://www.semdrivingschool.com.au/wp-content/uploads/2021/03/inner_banner.jpg);
	    background-size: cover;
}
.page .entry-title {
	font-size: 30px;
    font-weight: bold;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 0;
    text-transform: uppercase;
    position: absolute !important;
    top: 130px;
    left: 50%;
    transform: translate(-50%);
}
.inner_banner {
    display: none;
}

/*----Responsive css----*/

@media only screen and (max-width : 320px) {
.mobile-bottom-btn {
	display: block !important;
}
.top_lft.pl-0, .top_right.pr-0 {
	padding: 0;
	text-align: center;
}
.fixed {
	position: relative;
	animation: none;
}
.nav-bar.pl-0 {
	float: left;
	width: 40%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	width: 60%;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	font-size: 13px !important;
	left: -90px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_title {
	text-align: center;
}
.ser_img, ser_txt {
	float: none !important;
	width: 100%;
	text-align: center;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.abt_txt p {
	text-align: center;
	width: 100%;
}
.read_more {
	text-align: center;
	margin-bottom: 20px;
}
.abt_img:before {
	display: none;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.why_txt {
	width: 100%;
	text-align: center;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: none;
	width: 100%;
}
.why_us_outer {
	padding-bottom: 20px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 14px;
	width: 50%;
	float: left;
}
.serv_area_in ul li {
    padding: 0;
    border-right: none;
    width: 100% !important;
}
.drive_test {
	margin-top: 10px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 50%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: none;
	margin: 0 auto 10px auto;
}
.cont_txt {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 15px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0 60px;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	font-size: 15px !important;
	letter-spacing: 0;
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	padding: 20px 10px 1px;
	width: 85%;
}
.area_titl h2 {
	font-size: 15px !important;
}
.abt_right {
	border-left: none;
	padding-left: 0;
	border-top: 1px dashed #fff;
	padding-top: 15px;
	margin-top: 10px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.test_grid {
	width: auto;
	padding: 40px 15px 40px 15px;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before, .price_img p:after {
	display: none;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	min-height: auto;
}
.entry-title {
	top: 53px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
.suburb-heading {
	font-size: 20px;
}
.suburb-heading-2 {
	font-size: 18px;
}
.foot_cont {
    margin-top: 0;	
	}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		float: none;
	}
	form.woocommerce-cart-form {
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	.coupon input#coupon_code {
		width: 132px !important;
	}
	div#customer_details, div#order_review {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.checkout_coupon .form-row.form-row-last {
    width: 100%;
}
	.page .entry-header, .blog_page_banner {
		height: 130px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.mobile-bottom-btn {
	display: block !important;
}
.top_lft.pl-0, .top_right.pr-0 {
	padding: 0;
	text-align: center;
}
.fixed {
	position: relative;
	animation: none;
}
.nav-bar.pl-0 {
	float: left;
	width: 40%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	width: 60%;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	font-size: 13px !important;
	left: -90px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_title {
	text-align: center;
}
.ser_img, ser_txt {
	float: none !important;
	width: 100%;
	text-align: center;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.abt_txt p {
	text-align: center;
	width: 100%;
}
.read_more {
	text-align: center;
	margin-bottom: 20px;
}
.abt_img:before {
	display: none;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.why_txt {
	width: 100%;
	text-align: center;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: none;
	width: 100%;
}
.why_us_outer {
	padding-bottom: 20px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 14px;
	width: 50%;
	float: left;
}
.serv_area_in ul li {
    padding: 0;
    border-right: none;
    width: 100% !important;
}
.drive_test {
	margin-top: 10px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 50%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: none;
	margin: 0 auto 10px auto;
}
.cont_txt {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 15px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0 60px;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	font-size: 18px !important;
	letter-spacing: 0;
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	padding: 20px 10px 1px;
	width: 85%;
}
.area_titl h2 {
	font-size: 15px !important;
}
.abt_right {
	border-left: none;
	padding-left: 0;
	border-top: 1px dashed #fff;
	padding-top: 15px;
	margin-top: 10px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.test_grid {
	width: auto;
	padding: 40px 15px 40px 15px;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before, .price_img p:after {
	display: none;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	min-height: auto;
}
.entry-title {
	top: 50px !important;
}
	.page .entry-header, .blog_page_banner {
		height: 130px;
	}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
.suburb-heading {
	font-size: 20px;
}
.suburb-heading-2 {
	font-size: 18px;
}
.foot_cont {
    margin-top: 0;	
	}	
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		float: none;
	}
	form.woocommerce-cart-form {
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	.coupon input#coupon_code {
		width: 132px !important;
	}
	div#customer_details, div#order_review {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.checkout_coupon .form-row.form-row-last {
    width: 100%;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.top_lft.pl-0, .top_right.pr-0 {
	padding: 0;
	text-align: center;
}
.fixed {
	position: relative;
	animation: none;
}
.nav-bar.pl-0 {
	float: left;
	width: 40%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	width: 60%;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	font-size: 13px !important;
	left: -90px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_title {
	text-align: center;
}
.ser_img, ser_txt {
	float: none !important;
	width: 100%;
	text-align: center;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.abt_txt p {
	text-align: center;
	width: 100%;
}
.read_more {
	text-align: center;
	margin-bottom: 20px;
}
.abt_img:before {
	display: none;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.why_txt {
	width: 100%;
	text-align: center;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: none;
	width: 100%;
}
.why_us_outer {
	padding-bottom: 20px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 14px;
	width: 50%;
	float: left;
}
.drive_test {
	margin-top: 10px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 50%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: none;
	margin: 0 auto 10px auto;
}
.cont_txt {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 15px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.entry-title {
	font-size: 18px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	padding: 20px 10px 1px;
	width: 85%;
}
.area_titl h2 {
	font-size: 15px !important;
}
.abt_right {
	border-left: none;
	padding-left: 0;
	border-top: 1px dashed #fff;
	padding-top: 15px;
	margin-top: 10px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.test_grid {
	width: auto;
	padding: 40px 15px 40px 15px;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before, .price_img p:after {
	display: none;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	min-height: auto;
}
.entry-title {
	top: 30px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
.foot_cont {
    margin-top: 0;	
	}	
	.entry-title {
	top: 50px !important;
}
	.page .entry-header, .blog_page_banner {
		height: 130px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.top_lft.pl-0, .top_right.pr-0 {
	padding: 0;
	text-align: center;
}
.fixed {
	position: relative;
	animation: none;
}
.nav-bar.pl-0 {
	float: left;
	width: 40%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	width: 60%;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	font-size: 13px !important;
	left: -90px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_title {
	text-align: center;
}
.ser_img, ser_txt {
	float: none !important;
	width: 100%;
	text-align: center;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.abt_txt p {
	text-align: center;
	width: 100%;
}
.read_more {
	text-align: center;
	margin-bottom: 20px;
}
.abt_img:before {
	display: none;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.why_txt {
	width: 100%;
	text-align: center;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: none;
	width: 100%;
}
.why_us_outer {
	padding-bottom: 20px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 14px;
	width: 50%;
	float: left;
}
.drive_test {
	margin-top: 10px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 50%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: none;
	margin: 0 auto 10px auto;
}
.cont_txt {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 15px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.entry-title {
	font-size: 18px !important;
}

.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	padding: 20px 10px 1px;
	width: 85%;
}
.area_titl h2 {
	font-size: 15px !important;
}
.abt_right {
	border-left: none;
	padding-left: 0;
	border-top: 1px dashed #fff;
	padding-top: 15px;
	margin-top: 10px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.test_grid {
	width: auto;
	padding: 40px 15px 40px 15px;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before, .price_img p:after {
	display: none;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	min-height: auto;
}
.entry-title {
	top: 51px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.mobile-bottom-btn {
	display: block !important;
}
.top_lft.pl-0, .top_right.pr-0 {
	padding: 0;
	text-align: center;
}
.fixed {
	position: relative;
	animation: none;
}
.nav-bar.pl-0 {
	float: left;
	width: 40%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	width: 60%;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	font-size: 20px !important;
	left: -90px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_title {
	text-align: center;
}
.ser_img, ser_txt {
	float: none !important;
	width: 100%;
	text-align: center;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.abt_txt p {
	text-align: center;
	width: 100%;
}
.read_more {
	text-align: center;
	margin-bottom: 20px;
}
.abt_img:before {
	display: none;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.why_txt {
	width: 100%;
	text-align: center;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: left;
	width: 50%;
}
.why_us_outer {
	padding-bottom: 20px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 14px;
	width: 33.3%;
	float: left;
}
.drive_test {
	margin-top: 10px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 33.3%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	margin: 0 auto 10px auto;
}
.cont_txt {
	width: 80%;
	margin-left: 20px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0 60px;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.entry-title {
	font-size: 18px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	padding: 20px 10px 1px;
	width: 85%;
}
.area_titl h2 {
	font-size: 15px !important;
}
.abt_right {
	border-left: none;
	padding-left: 0;
	border-top: 1px dashed #fff;
	padding-top: 15px;
	margin-top: 10px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.test_grid {
	width: auto;
	padding: 40px 15px 40px 15px;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before {
	top: 9px;
	left: 50px;
}
.price_img p:after {
	top: 9px;
	right: 50px;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	padding: 10px 15px 20px 15px;
	min-height: 400px;
}
.entry-title {
	top: 125px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li {
	width: 49%;
	margin: 0 2px;
	float: left;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
.suburb-heading {
	font-size: 24px;
}
.suburb-heading-2 {
	font-size: 20px;
}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		float: none;
	}
	form.woocommerce-cart-form {
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	.coupon input#coupon_code {
		width: 132px !important;
	}
	div#customer_details, div#order_review {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.checkout_coupon .form-row.form-row-last {
    width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.nav-bar.pl-0 {
	float: left;
	max-width: 70%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	max-width: 30% !important;
	flex: auto;
}
.menu-toggle {
	left: 0px !important;
	background-color: #165d91 !important;
	border-radius: 5px !important;
	border: none !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	left: -210px !important;
	position: relative !important;
	top: -5px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
	font-size: 22px;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 64%;
	margin-left: 20px;
}
.ser_img {
	width: auto;
}
.ser_title.abt_titl {
	margin-top: 0;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.ser_title.abt_titl h2 {
	margin: 6px 0 10px 0;
}
.abt_txt p {
	font-size: 14px;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: left;
	width: 25%;
	padding: 18px 10px;
}
.why_us_outer {
	padding-bottom: 20px;
	margin-top: 30px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.list_col ul li {
	font-size: 10px;
}
.drive_test {
	margin-top: 10px;
}
.drive_test h2 {
	font-size: 22px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 33.3%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.cont_left {
	width: 59px;
	height: 59px;
	float: none;
	margin: 0 auto 10px auto;
}
.cont_txt {
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
	font-size: 14px;
}
.border_1 {
	margin-bottom: 10px;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
	width: 40%;
}
.abt_right {
	padding-left: 30px;
	margin-top: 60px;
}
.abt_txt span {
	font-size: 14px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 15px 10px 15px;
	margin-bottom: 30px;
	min-height: 355px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before {
	top: 9px;
	left: 20%;
}
.price_img p:after {
	top: 9px;
	right: 20%;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	padding: 10px 15px 20px 15px;
	min-height: 97%;
}
.entry-title {
	top: 115px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.contact_cont .contact_det ul li {
	font-size: 30px;
}
.cab_cont {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cab_cont .send_btn input {
	width: 100%;
	margin-left: 0;
}
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		float: none;
	}
	form.woocommerce-cart-form {
		margin-top: 30px;
		float: none;
		width: 100%;
	}
	.coupon input#coupon_code {
		width: 132px !important;
	}
	div#customer_details, div#order_review {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.checkout_coupon .form-row.form-row-last {
    width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.nav-bar.pl-0 {
	float: left;
	max-width: 70%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	max-width: 30% !important;
	flex: auto;
}
.primary-navigation a {
font-size: 13px !important;
}
.primary-navigation li {
	height: 46px !important;
	line-height: 36px !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 6px !important;
}
.banner_cap {
	left: -80px !important;
	position: relative !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 64%;
	margin-left: 20px;
}
.ser_img {
	width: auto;
}
.ser_title.abt_titl {
	margin-top: 0;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.ser_title.abt_titl h2 {
	margin: 6px 0 10px 0;
}
.abt_txt p {
	font-size: 14px;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: left;
	width: 25%;
	padding: 18px 10px;
}
.why_us_outer {
	padding-bottom: 20px;
	margin-top: 30px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.drive_test {
	margin-top: 10px;
}
.drive_test h2 {
	font-size: 22px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 33.3%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.border_1 {
	margin-bottom: 10px;
}
.cont_txt {
	float: left;
	width: 70%;
	margin-left: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
}
.abt_right {
	padding-left: 30px;
	margin-top: 60px;
}
.abt_txt span {
	font-size: 14px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
	min-height: 250px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before {
	top: 9px;
}
.price_img p:after {
	top: 9px;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	padding: 10px 15px 20px 15px;
}
.entry-title {
	top: 115px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.contact_cont .contact_det ul li {
	font-size: 30px;
}
.cab_cont .send_btn input {
	width: 40%;
	margin-left: 0;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
.nav-bar.pl-0 {
	float: left;
	max-width: 70%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	max-width: 30% !important;
	flex: auto;
}
.primary-navigation a {
	font-size: 15px !important;
}
.primary-navigation li {
	height: 46px !important;
	line-height: 36px !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 10px !important;
}
.banner_cap {
	left: -80px !important;
	position: relative !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 64%;
	margin-left: 20px;
}
.ser_img {
	width: auto;
}
.ser_title.abt_titl {
	margin-top: 0;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.ser_title.abt_titl h2 {
	margin: 6px 0 10px 0;
}
.abt_txt p {
	font-size: 14px;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.grid_sec ul li {
	float: left;
	width: 25%;
	padding: 18px 10px;
}
.why_us_outer {
	padding-bottom: 20px;
	margin-top: 30px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.drive_test {
	margin-top: 10px;
}
.drive_test h2 {
	font-size: 22px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 33.3%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.border_1 {
	margin-bottom: 10px;
}
.cont_txt {
	float: left;
	width: 70%;
	margin-left: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
}
.abt_right {
	padding-left: 30px;
	margin-top: 60px;
}
.abt_txt span {
	font-size: 14px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
	min-height: 250px;
}
.price_grid ul {
	margin-top: 0;
}
.price_grid ul li span {
	font-size: 18px;
}
.price_img {
	margin: 0px 0;
	padding: 15px 0;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img h2 {
	font-size: 35px;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before {
	top: 9px;
}
.price_img p:after {
	top: 9px;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	padding: 10px 15px 20px 15px;
}
.entry-title {
	top: 105px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.contact_cont .contact_det ul li {
	font-size: 30px;
}
.cab_cont .send_btn input {
	width: 40%;
	margin-left: 0;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
.nav-bar.pl-0 {
	float: left;
	max-width: 80%;
	padding: 0;
}
.btn_bar.pr-0.pl-0 {
	float: right;
	max-width: 20% !important;
	flex: auto;
}
.primary-navigation li {
	height: 46px !important;
	line-height: 36px !important;
}
.btn_bar a {
	margin-top: 0;
}
.nav_cont {
	padding: 5px 10px;
}
.primary-navigation a {
	padding: 7px 15px !important;
}
.service_outer {
	padding: 20px 0 0;
}
.ser_title h2 {
	margin: 10px 0 30px 0;
}
.ser_det {
	margin-bottom: 15px;
}
.ser_txt {
	width: 64%;
	margin-left: 20px;
}
.ser_img {
	width: auto;
}
.ser_title.abt_titl {
	margin-top: 0;
}
.ser_txt h4 {
	margin-bottom: 10px;
}
.about_outer {
	padding: 10px 0 0px 0;
}
.ser_title.abt_titl h2 {
	margin: 6px 0 10px 0;
}
.abt_txt p {
	font-size: 14px;
}
.why_txt ul {
	float: none;
	width: 100%;
	text-align: left;
}
.why_us_outer {
	padding-bottom: 20px;
	margin-top: 30px;
}
.list_col ul {
	overflow: hidden;
	margin-top: 0;
}
.drive_test {
	margin-top: 10px;
}
.drive_test h2 {
	font-size: 22px;
}
.drive_test .list_col ul li {
	display: inline-block;
	width: 33.3%;
}
.drive_test .list_col {
	margin-top: 15px;
}
.start_form {
	padding: 10px 0;
	margin-top: 10px;
}
.send_btn {
	margin: 0 15px;
}
.start_form h3 {
	font-size: 20px;
	margin: 0 15px 20px 15px;
}
.testimonial_outer {
	padding: 20px 0 25px 0;
	text-align: center;
}
.testi_titl h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contact_det {
	margin-top: 50px;
}
.border_1 {
	margin-bottom: 10px;
}
.cont_txt {
	float: left;
	width: 70%;
	margin-left: 15px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}
footer {
	padding: 20px 0;
}
.footer_btm {
	font-size: 13px;
	line-height: 1.4;
}
.entry-title {
	padding: 5px 0px !important;
}
.about_cont {
	padding: 15px 0;
}
.instruction_cont {
	padding: 15px;
	margin-top: 40px;
}
.instruction_cont .ser_title.area_titl {
	margin: -45px auto;
}
.abt_right {
	padding-left: 30px;
	margin-top: 60px;
}
.abt_txt span {
	font-size: 14px;
}
.ins_are {
	margin: 15px 0 0;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.price_grid {
	padding: 0px 25px 10px 25px;
	margin-bottom: 30px;
	min-height: 250px;
}
.price_grid ul {
	margin-top: 0;
}
.price_outer {
	padding: 40px 0 0;
}
.price_img p {
	font-size: 25px;
}
.price_img p:before {
	left: 24%;
}
.price_img p:after {
	right: 24%;
}
.testi_page_cont {
	padding: 20px 0;
}
.testi_grid {
	padding: 10px 15px 20px 15px;
}
.entry-title {
	top: 105px !important;
}
.contact_cont {
	padding: 20px 0 0;
}
.ser_img:after {
	left: 0;
	width: 100%;
}
.abt_left {
	margin-top: 60px;
}
.contact_cont .contact_det ul li a {
	display: block;
}
.contact_cont .contact_det ul li {
	font-size: 30px;
}
}

@media screen and (min-width: 1424px) {
}

@media screen and (min-width: 1624px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2048px) {
}

@media screen and (min-width: 2550px) {
}
