/*
Theme Name:     Blacktown Service Centre
Theme URI:      https://www.Project name.com
Description:    Blacktown Service Centre
Author:         Blacktown Service Centre
Author URI:     https://www.Project name.com
Template:       Divi
Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
body {
	background-color: #0A0A0A !important;
	background: #0A0A0A !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 37px !important;
	font-family: "Oxanium", sans-serif !important;
}

.et_pb_section,
#main-content,
#main-footer {
	background: #0A0A0A !important;
}

a {
	color: #fff !important;
}

.pd0 {
	padding: 0 !important;
}

.pd120 {
	padding: 120px 0 !important;
}

.tc {
	text-align: center !important;
}

.blkopa {
	position: relative;
}

.blkopa::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.themebg th{
	background-color:#EC1F26;
	color:#FFF !important;
}

.site_des ul{
	padding-bottom:0px !important;
}

.site_title {
	font-size: 42px;
	line-height: 1.2;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
}

.site_title span {
	font-weight: 700;
}

.site_heading {
	margin-bottom: 25px;
}
/* Our Services Section Start */
/* Tabs Navigation */

.services-tabs-nav {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #222;
	padding-bottom: 0 !important;
}

.services-tabs-nav li {
	flex: 1;
	text-align: center;
	padding: 15px 14px 7px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: #fff;
}

.services-tabs-nav li:hover,
.services-tabs-nav li.active-tab {
	color: #e31e24;
	border-bottom: 2px solid #e31e24;
}

.active-tab .tab-icon img,
.services-tabs-nav li:hover .tab-icon img {
	filter: brightness(0) saturate(100%) invert(20%) sepia(97%) saturate(5420%) hue-rotate(347deg) brightness(96%) contrast(99%);
}

.services-tabs-nav li .tab-icon img {
	width: 100%;
	height: auto;
}

.services-tabs-nav li .tab-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 37px;
	text-transform: capitalize;
}
/* Content Area Layout */

.services-tabs-content-wrapper {
	position: relative;
}

.services-tab-content {
	display: none;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: stretch;
}

.services-tab-content.active-content {
	display: flex;
	gap: unset;
}
/* Grid for 4 Boxes */

.subcategories-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-content: start;
	width: calc(100% - 595px) !important;
	padding-right: 68px !important;
	margin-top: 14px;
}

.subcategory-box {
	background: #0A0A0A;
	border: 1px solid #222;
	border-radius: 15px;
	padding: 25px 25px 55px 25px;
	position: relative;
	transition: transform 0.3s ease;
	box-shadow: 0px 4px 14px 0px #FFFFFF1C;
}

.box-header {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 15px;
}

.subcategory-box h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	color: #fff;
	padding-bottom: 0;
	padding-left: 31px;
	margin-left: 31px;
	line-height: 31px;
	text-transform: capitalize;
}

.subcategory-box p {
	font-size: 16px;
	color: #C5C5C5;
	line-height: 30px;
	margin: 0;
}

.arrow-btn {
	position: absolute;
	bottom: 17px;
	right: 17px;
	background: #EC1F26;
	width: 28px;
	height: 35px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	transition: 0.6s ease;
	border: 1px solid #EC1F26;
}

.arrow-btn:hover {
	background-color: #0A0A0A;
}

.box-icon img {
	display: block !important;
}
/* Right Side Image Banner */

.parent-category-banner {
	width: 595px !important;
}

.parent-category-banner img {
	width: 100%;
	height: 548px;
	object-fit: cover;
	border-radius: 20px;
}
/* Bottom Action Buttons */

.section-actions {
	grid-column: span 2;
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.btn-know-more {
	background: #e31e24;
	color: #fff;
	padding: 12px 25px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.btn-phone {
	background: #e31e24;
	color: #fff;
	padding: 12px 25px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.subcategory-box .box-header .box-icon {
	position: relative;
}

.subcategory-box .box-header .box-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: -30px;
	width: 1px;
	height: 39px;
	border-right: 1px solid #FFFFFF33;
}

.btns_icon_box {
	width: 39px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	background: #EC1F26;
	transition: 0.6s ease;
}

.arrow-btn-content,
.phone-btn-content {
	display: flex;
	align-items: center;
}

.btn_title_box {
	width: 149px;
	height: 48px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ec1f26;
	border-radius: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	transition: 0.6s ease;
	line-height: 1;
}

.phone-btn-content .btns_icon_box {
	margin-right: -6px;
}

.arrow-btn-content .btns_icon_box {
	margin-left: -6px;
}

.btns_icon_box svg {
	fill: #fff;
}

.site_button:hover .btn_title_box {
	background: #fff;
	color: #000;
}

.btns_icon_box svg {
	transition: 0.6s ease;
}

.site_button:hover .btns_icon_box {
	background: #fff;
}

.site_button:hover .btns_icon_box svg {
	fill: #000;
}

.our_serve_row {
	display: flex !important;
}

.services-tabs-nav {
	padding-left: 0 !important;
}

.schedule_btn_box .btn_title_box {
	width: 203px;
	color: #000;
	background: #fff;
	text-shadow: none;
}

.schedule_btn_box .btns_icon_box {
	background-color: #fff;
}

.schedule_btn_box .btns_icon_box svg {
	fill: #EC1F26;
}

.schedule_btn_box .site_button:hover .btn_title_box {
	background: #EC1F26;
	color: #fff;
}

.schedule_btn_box .site_button:hover .btns_icon_box {
	background-color: #EC1F26;
}

.schedule_btn_box .site_button:hover .btns_icon_box svg {
	fill: #fff;
}

.two_btns_box {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 48px;
}
/* We Buy All Brands of Cars Section Start */

.rowone_trusted {
	position: relative;
	white-space: nowrap;
	left: 0;
	right: 80vw;
}

.our_brands_sec {
	overflow: hidden;
	position: relative;
}

.trustedbusinessicons {
	clear: both;
	float: left;
}

.trustedbusinessicons p {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin: 10px !important;
	padding: 10px !important;
	background: #fff;
	width: 200px;
	height: 115px;
	border: 1px solid #ddd;
	transition: 0.5s;
	border-radius: 20px;
}

.rowtwo_trusted {
	position: relative;
	white-space: nowrap;
	left: 220px;
	right: 80vw;
}

.trustedbusinessicons p:hover {
	border-color: #5a7e23;
	cursor: pointer;
}

.trustedbusinessicons p img {
	object-fit: contain;
	transition: 0.5s;
}

.trustedbusinessicons p:hover img {
	transform: scale(0.9);
}

.pdlr70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}
/* End Section */

.site_des {
	color: #C5C5C5;
	font-size: 16px;
	line-height: 37px;
	font-weight: 400;
}

.site_des span {
	display: block !important;
	padding-bottom: 10px;
}

.site_des span:last-child {
	padding-bottom: 0;
}

.why_choose_us_row,
.site_heading_row {
	display: flex !important;
}

.features_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -12px;
}

.feature_grid_inner {
	width: 50%;
	padding: 12px;
}

.left_align {
	justify-content: left !important;
}

.feature-title {
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
	color: #fff;
	text-transform: capitalize;
	width: 100%;
	margin-top: 10px;
}

.feature_card {
	box-shadow: 0px 4px 14px 0px #FFFFFF1C;
	background: #00000038;
	border-radius: 20px;
	padding: 22px 26px 12px;
	display: flex;
	border: 1px solid #87868678;
	border-right: 2px solid #FFFFFF;
	height: 160px;
	gap: 0;
	flex-direction: column;
	justify-content: center;
}

.feature-icon {
	display: flex;
}

.why_choose_us_block1 {
	padding-right: 150px;
}

.why_choose_left_content_box {
	padding: 25px 0;
	background: #0A0A0A;
	margin-top: 35px;
	margin-bottom: 20px;
}

.why_choose_us_col1 {
	width: 52% !important;
	position: relative;
}

.why_choose_us_col1::after {
	content: "";
	position: absolute;
	left: auto;
	top: 0;
	right: 112px;
	width: 405px;
	height: 529px;
	border: 7px solid #EC1F26;
	z-index: -1;
}

.why_choose_us_col2 {
	width: 48% !important;
}

.why_choose_us_block2 .et_pb_image_wrap {
	width: 100% !important;
}

.why_choose_us_block2 .et_pb_image_wrap img {
	width: 100% !important;
	height: 341px;
	object-fit: contain;
	display: block;
}

.why_choose_us_block4 {
	padding-left: 110px;
	padding-top: 60px;
}

.mob_img {
	display: none !important;
}

.bsc_about_us_col2 {
	padding-left: 25px !important;
}

.bsc_about_us_row {
	display: flex !important;
	justify-content: center;
}

.site_width.bsc_about_us_row {
	max-width: 1560px !important;
}

.bsc_about_us_col1 {
	width: 54% !important;
}

.bsc_about_us_col2 {
	width: 46% !important;
}

.bsc_about_us_col1 {
	margin-top: 27px;
}

.bsc_about_us_col2 .section-actions {
	margin-top: 30px;
}

.bsc_about_us_block1 .et_pb_image_wrap {
	width: 100% !important;
}

.bsc_about_us_block1 .et_pb_image_wrap img {
	width: 100% !important;
	height: 567px;
	object-fit: contain;
	display: block;
}

.bsc_about_us_sec {
	border-top: 1px dashed #FFFFFF33;
	border-bottom: 1px dashed #FFFFFF33;
}

.bsc_faqs_block2 .et_pb_toggle:last-child {
	border: none !important;
}

.bsc_faqs_block2 .et_pb_toggle .et_pb_toggle_title:before {
	content: "\4c";
	font-weight: 400 !important;
	font-size: 22px !important;
	right: 20px !important;
	color: #fff !important;
}

.et_pb_toggle_openh5:before {
	display: block !important;
}

.bsc_faqs_block2 .et_pb_toggle_open h5.et_pb_toggle_title:before {
	content: "\4b" !important;
	display: flex !important;
	align-items: center;
	font-weight: 400 !important;
	font-size: 22px !important;
	right: 20px !important;
	color: #fff !important;
}

.bsc_faqs_block2 .et_pb_toggle_title {
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	line-height: 34px;
	text-transform: capitalize;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 23px !important;
}

.bsc_faqs_block2 .et_pb_accordion_item {
	padding: 0 !important;
	border: none !important;
	border-radius: 24px;
	background: #FFFFFF0D !important;
	backdrop-filter: blur(104px);
	width: 100% !important;
}

.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content {
	color: #C5C5C5 !important;
	line-height: 32px !important;
	font-size: 16px !important;
	padding: 22px 24px !important;
}

.et_pb_toggle_content {
	padding: 22px 24px !important;
	color: #C5C5C5 !important;
	line-height: 32px !important;
	font-size: 16px !important;
}

.bsc_faqs_block2 {
	padding: 30px;
	background: #FFFFFF05;
	border-radius: 19px;
	gap: 18px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.bsc_faqs_block2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 451px;
	height: 463px;
	background-image: url(/wp-content/uploads/2026/06/faq_red_bg.png);
	background-repeat: no-repeat;
	background-size: 451px;
	z-index: -1;
	border-radius: 19px 0 0 0;
}

.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_title {
	background: #FFFFFF0D !important;
	backdrop-filter: blur(104px);
	border-radius: 70px;
	color: #fff !important;
}

.site_width.bsc_faqs_row {
	max-width: 100% !important;
}

.pd0.bsc_faqs_row {
	padding-left: 137px !important;
}

.bsc_faqs_row {
	display: flex !important;
	/*                 align-items: center !important; */
	flex-wrap: wrap !important;
}
.bsc_faqs_col2  {
	padding-top: 100px;
}

.bsc_faqs_col1 {
	width: 742px !important;
}

.bsc_faqs_col2 {
	width: calc(100% - 742px) !important;
}

.bsc_faqs_block3 .et_pb_image_wrap {
	width: 100% !important;
}

.bsc_faqs_block3 .et_pb_image_wrap img {
	width: 100% !important;
	height: 500px;
	object-fit: contain;
	display: block !important;
}

.pd120.bsc_faqs_sec {
	padding: 50px 0 !important;
}

.top_feature-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 100%;
	width: 100%;
	padding: 0 68px;
}
/* Individual Feature Card */

.top_feature-card {
	border-radius: 20px;
	padding: 30px 25px;
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	background: #FFFFFF08;
}
/* Glow effect on hover */

.top_feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(800px circle at var(--x, 0px) var(--y, 0px), rgba(255, 26, 26, 0.08), transparent 40%);
	border-radius: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.top_feature-card:hover::before {
	opacity: 1;
}
/* Card Header (Icon + Title) */

.card-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
/* Icon Styling */

.top_feature-icon {
	color: #EC1F26;
	/* રેડ કલર */
	font-size: 28px;
	transition: transform 0.4s ease;
}
/* Title Styling */

.top_feature-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
/* Description Styling */

.top_feature-desc {
	color: #C5C5C5;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
/* --- Hover Animations --- */

.top_feature-card:hover {
	/* transform: translateY(-8px); */
	border-color: rgba(255, 26, 26, 0.3);
	box-shadow: 0 15px 35px rgba(255, 26, 26, 0.1);
}

.top_feature-card:hover .top_feature-icon {
	transform: scale(1.15) rotate(-5deg);
}

.contact_page_box_inner {
	display: flex;
	border-radius: 140px;
	padding: 10px;
	background: #FFFFFF0D;
	backdrop-filter: blur(104px);
}

.contact_page_box_footer_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact_page_box {
	width: auto;
	padding: 10px;
	width: 33.33%;
}

.contact_page_icon {
	height: 88px;
	width: 88px;
	display: flex;
	background: #EC1F26;
	border-radius: 100%;
	transition: 0.6s ease;
}

.contact_page_icon svg {
	transition: 0.6s ease;
}

.contact_page_icon_inner {
	margin: auto;
	line-height: 0px;
}

.contact_page_text {
	margin: auto;
	color: white;
	text-align: left;
	margin-left: 18px;
}

.contact_page_text_text {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 34px;
	color: #EC1F26;
	font-weight: 700;
}

.contact_page_box:hover .contact_page_box_inner {
	box-shadow: 5px 7px 10px -5px #EC1F26;
}

.contact_page_box:hover .contact_page_box_inner {
	background: #101518;
}

.contact_page_box:hover .contact_page_icon {
	background: #fff;
}

.contact_page_box:hover .contact_page_icon svg {
	filter: brightness(0);
}

.contact_page_text_number {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}

.get_in_touch_row {
	display: flex;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(153, 153, 153, 0) 100%);
	border-radius: 100px 100px 0 0;
}

.pd0.get_in_touch_row {
	padding: 40px 53px 90px 53px !important;
}
/* ========================== Contact Details Section Start ============================= */

.contactt_main .input_box_main .input_box.name_in,
.contactt_main .input_box_main .input_box.phone_in {
	padding-right: 15px;
}

.contactt_main .input_box_main {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.contactt_main .input_box_main .input_box input {
	height: 55px;
	padding: 10px 10px 10px 20px;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
	border-radius: 10px;
	background-color: transparent !important;
	border: 1px solid #DDDDDD26 !important;
}

.contactt_main .input_box_main .input_box input::placeholder,
.contactt_main .input_box_main .input_area textarea::placeholder {
	color: #fff;
}

.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
	height: 55px;
	border: none !important;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 10px;
	background-color: transparent !important;
	border: 1px solid #DDDDDD26 !important;
}

.contactt_main .input_box_main .input_box {
	width: 100%;
}

.contactt_main .input_box_main .input_area textarea {
	border: none !important;
	padding: 20px;
	height: 145px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	resize: none;
	background-color: transparent !important;
	border: 1px solid #DDDDDD26 !important;
}

.contactt_main .input_box_main .input_area,
.contactt_main .input_box_main .input_area textarea {
	width: 100%;
}

select option {
	color: #000;
}

select option:first-child {
	color: #000;
}

.submit_main {
	text-align: left;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.submit_main .site_button {
	position: relative;
	border: none;
	width: 100%;
	cursor: pointer;
}

.submit_main:hover .site_button {
	background-color: #fff !important;
	color: #000 !important;
}

.submit_main:hover .btns_icon_box {
	background-color: #fff !important;
	color: #000 !important;
}

.submit_main:hover .btns_icon_box svg {
	filter: brightness(0);
}

.submit_main .btns_icon_box {
	margin-left: -6px;
	cursor: pointer;
}

span.wpcf7-spinner {
	position: absolute !important;
	bottom: 8px;
	right: 7px;
	margin: 0;
}

.form_map_main_box_sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.form_map_form_box {
	width: 44% !important;
}

.form_map_box {
	width: 56% !important;
	filter: grayscale(1);
	padding-left: 53px;
}

.form_map_main_box {
	margin-top: 55px;
}

.pd120.get_in_touch_sec {
	padding-bottom: 0 !important;
}
/* End */

.expert_block {
	position: absolute !important;
	bottom: 120px;
	left: 0;
	right: 0;
	margin: auto;
}

.pd120.our_serve_sec {
	padding-top: 0 !important;
}

.sticky-booking-btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #EC1F26;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	z-index: 9999;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 15px 8px;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s ease;
	letter-spacing: normal;
	transition: 0.6s ease;
}

.sticky-booking-btn:hover {
	background-color: #fff;
	color: #000 !important;
}

.btn-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.btn-icon {
	width: 28px;
	height: 28px;
}

.btn-text {
	writing-mode: vertical-rl;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
	transition: 0.6s ease;
}

.btn-content svg {
	transition: 0.6s ease;
}

.sticky-booking-btn:hover .btn-content svg {
	filter: brightness(0);
}

.h3_ttl {
    font-size: 28px;
}
.h4_ttl {
    font-size: 20px;
    color: #fff !important;
    padding: 10px 0 0 0;
    line-height: 1.3;
}





@media all and (min-width: 320px) and (max-width: 767px) {
	.services-tabs-nav {
		overflow-x: auto;
		justify-content: flex-start;
	}
	.services-tabs-nav li {
		flex: 0 0 160px;
	}
	.services-tab-content {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.subcategories-grid {
		grid-template-columns: 1fr;
	}
	.section-actions {
		grid-column: span 1;
		flex-direction: column;
	}
	.subcategory-box {
		padding: 15px;
	}
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 16px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 25px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.services-tabs-nav li {
		padding: 15px 10px 7px;
	}
	.subcategory-box p {
		font-size: 14px;
		line-height: 25px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 14px;
		line-height: 22px;
	}
	.parent-category-banner img {
		height: 350px;
		display: block;
	}
	.site_title {
		font-size: 26px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 25px 0;
	}
	.subcategories-grid {
		width: 100% !important;
		padding-right: 0 !important;
		margin-top: 20px;
	}
	.parent-category-banner {
		width: 100% !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.services-tab-content.active-content {
		display: flex;
		flex-direction: column-reverse;
	}
	.pd0.our_serve_row {
		padding: 0 15px !important;
	}
	.arrow-btn-content,
	.phone-btn-content {
		justify-content: center;
	}
	.pd120 {
		padding: 40px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 75px;
		height: 65px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 35px;
	}
	.trustedbusinessicons {
		width: 700px;
	}
	.pdlr70 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/* End Section */
	.site_des {
		font-size: 14px;
		line-height: 28px;
	}
	.why_choose_us_block1 {
		padding-right: 0;
	}
	.why_choose_us_col1::after {
		right: 35px;
		height: 380px;
		width: 325px;
		border: 5px solid #EC1F26;
		display: none !important;
	}
	.why_choose_us_block4 {
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}
	.feature-title {
		font-size: 15px;
		line-height: 23px;
		margin-top: 9px;
	}
	.feature_card {
		padding: 15px 15px 15px;
		height: auto;
	}
	.feature_grid_inner {
		padding: 5px;
		width: 100%;
	}
	.features_grid {
		margin: -5px;
		margin-top: 15px;
	}
	.why_choose_left_content_box {
		margin-bottom: 20px;
		padding: 0;
		margin-top: 0;
		text-align: center;
	}
	.site_heading {
		margin-bottom: 15px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: auto;
	}
	.pd0.why_choose_us_row,
	.pd0.site_heading_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.why_choose_us_col1 {
		width: 100% !important;
	}
	.why_choose_us_col2 {
		width: 100% !important;
	}
	.why_choose_us_row {
		flex-wrap: wrap;
	}
	.left_align {
		justify-content: center !important;
	}
	.why_choose_us_col2 {
		margin-top: 20px !important;
	}
	.mob_img {
		display: block !important;
	}
	.site_width.bsc_about_us_row {
		max-width: 100% !important;
	}
	.pd0.bsc_about_us_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 332px;
	}
	.bsc_about_us_col1 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_about_us_col2 {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.bsc_about_us_col1 {
		margin-top: 20px;
	}
	.bsc_about_us_block2 .site_heading {
		text-align: center !important;
	}
	.mob_img .et_pb_image_wrap {
		width: 100% !important;
	}
	.mob_img .et_pb_image_wrap img {
		width: 100% !important;
		height: auto;
		object-fit: contain;
		display: block;
	}
	.bsc_about_us_block3 {
		text-align: center !important;
	}
	.bsc_about_us_col2 .section-actions {
		justify-content: center;
	}
	.pd0.bsc_faqs_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bsc_faqs_col1 {
		width: 100% !important;
	}
	.bsc_faqs_col2 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_faqs_block2 {
		padding: 10px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 14px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 14px;
		line-height: 20px;
		height: auto;
		padding: 10px 15px !important;
		padding-right: 45px !important;
	}
	.bsc_faqs_block1 .site_heading {
		text-align: center;
	}
	.pd120.bsc_faqs_sec {
		padding: 40px 0 !important;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 18px;
	}
	.top_feature-card {
		padding: 20px 12px 14px;
	}
	.top_feature-desc {
		font-size: 14px;
		line-height: 23px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 20px 20px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 25px 15px 35px 15px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 70px;
		width: 70px;
		margin: auto;
		margin-bottom: 10px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 15px;
	}
	.form_map_form_box {
		width: 100% !important;
	}
	.form_map_box {
		width: 100% !important;
		padding-left: 0;
		padding-top: 15px;
	}
	.contact_page_text {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.contact_page_icon svg {
		transition: 0.6s ease;
		transform: scale(0.9);
	}
	.contactt_main .input_box_main .input_box input,
	.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
		height: 50px;
		font-size: 15px;
		line-height: 15px;
	}
	.contactt_main .input_box_main .input_area textarea {
		font-size: 15px;
		line-height: 15px;
		height: 100px;
	}
	.form_map_box,
	.form_map_box iframe {
		height: 350px;
	}
	.contact_page_box {
		padding: 5px;
		width: 100%;
	}
	.contact_page_box_inner {
		display: block;
		margin: auto;
		text-align: center;
	}
	.contact_page_box_inner {
		border-radius: 20px;
	}
	.contactt_main .input_box_main .input_box.name_in,
	.contactt_main .input_box_main .input_box.phone_in {
		padding-right: 0;
	}
	.contactt_main .input_box_main {
		display: block;
		margin-bottom: 10px;
	}
	.contactt_main .input_box_main .input_box.email_in input,
	.contactt_main .input_box_main .input_box.suburb_in input {
		margin-top: 10px;
	}
	.sticky-booking-btn {
		display: none !important;
	}
	.pd120.our_serve_sec {
		padding-top: 40px !important;
	}
	.services-tabs-nav li:hover, .services-tabs-nav li.active-tab {
		border-bottom: none !important;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.services-tabs-nav {
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 5px;
	}
	.services-tabs-nav li {
		flex: 0 0 140px;
		padding: 10px 5px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 13px;
	}
	.services-tab-content {
		grid-template-columns: 1fr;
	}
	.subcategories-grid {
		grid-template-columns: 1fr;
	}
	/* Single column for boxes */
	.section-actions {
		grid-column: span 1;
		flex-direction: column;
	}
	.features_grid {
		margin-top: -5px;
	}
	.feature_grid_inner {
		width: 50%;
	}
	.feature_card {
		height: 100%;
	}
}

@media all and (min-width: 600px) and (max-width: 767px) {
	.subcategories-grid {
		grid-template-columns: 2fr 2fr;
	}
	.section-actions {
		grid-column: span 2;
		flex-direction: column;
	}
	.section-actions {
		grid-column: span 2;
		flex-direction: row;
		justify-content: center;
	}
	.top_feature-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.top_feature-title {
		font-size: 17px;
	}
	.contact_page_box {
		width: 50%;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.services-tabs-nav {
		overflow-x: auto;
		justify-content: flex-start;
	}
	.services-tabs-nav li {
		flex: 0 0 180px;
	}
	.services-tab-content {
		grid-template-columns: 1fr;
	}
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 16px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 25px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.services-tabs-nav li {
		padding: 15px 10px 7px;
	}
	.subcategory-box p {
		font-size: 14px;
		line-height: 25px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 16px;
		line-height: 30px;
	}
	.parent-category-banner img {
		height: 350px;
		display: block;
	}
	.site_title {
		font-size: 32px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 25px 0;
	}
	.subcategories-grid {
		width: 100% !important;
		padding-right: 0 !important;
		margin-top: 20px;
	}
	.parent-category-banner {
		width: 100% !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.services-tab-content.active-content {
		display: flex;
		flex-direction: column-reverse;
	}
	.pd0.our_serve_row {
		padding: 0 15px !important;
	}
	.pd120 {
		padding: 45px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 85px;
		height: 70px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 40px;
	}
	.pdlr70 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/* End Section */
	.site_des {
		font-size: 14px;
		line-height: 28px;
	}
	.why_choose_us_block1 {
		padding-right: 0;
	}
	.why_choose_us_col1::after {
		right: 35px;
		height: 380px;
		width: 325px;
		border: 5px solid #EC1F26;
		display: none !important;
	}
	.why_choose_us_block4 {
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}
	.feature-title {
		font-size: 18px;
		line-height: 25px;
		margin-top: 9px;
	}
	.feature_card {
		padding: 20px 17px 20px;
		height: auto;
	}
	.feature_grid_inner {
		padding: 7px;
	}
	.features_grid {
		margin: -7px;
	}
	.why_choose_left_content_box {
		margin-bottom: 20px;
		padding: 0;
		margin-top: 0;
		text-align: center;
	}
	.site_heading {
		margin-bottom: 15px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: 250px;
	}
	.pd0.why_choose_us_row,
	.pd0.site_heading_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.why_choose_us_col1 {
		width: 100% !important;
	}
	.why_choose_us_col2 {
		width: 100% !important;
	}
	.why_choose_us_row {
		flex-wrap: wrap;
	}
	.left_align {
		justify-content: center !important;
	}
	.why_choose_us_col2 {
		margin-top: 20px !important;
	}
	.mob_img {
		display: block !important;
	}
	.site_width.bsc_about_us_row {
		max-width: 738px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 332px;
	}
	.bsc_about_us_col1 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_about_us_col2 {
		width: 100% !important;
		padding-left: 0 !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.bsc_about_us_col1 {
		margin-top: 20px;
	}
	.bsc_about_us_block2 .site_heading {
		text-align: center !important;
	}
	.mob_img .et_pb_image_wrap {
		width: 100% !important;
	}
	.mob_img .et_pb_image_wrap img {
		width: 100% !important;
		height: 400px;
		object-fit: contain;
		display: block;
	}
	.bsc_about_us_block3 {
		text-align: center !important;
	}
	.bsc_about_us_col2 .section-actions {
		justify-content: center;
	}
	.pd0.bsc_faqs_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bsc_faqs_col1 {
		width: 100% !important;
	}
	.bsc_faqs_col2 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 14px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 27px;
	}
	.bsc_faqs_block1 .site_heading {
		text-align: center;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 19px;
	}
	.top_feature-card {
		padding: 20px 12px 14px;
	}
	.top_feature-desc {
		font-size: 15px;
		line-height: 26px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 20px 20px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 25px 15px 35px 15px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 70px;
		width: 70px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 30px;
	}
	.form_map_form_box {
		width: 100% !important;
	}
	.form_map_box {
		width: 100% !important;
		padding-left: 0;
		padding-top: 15px;
	}
	.contact_page_text {
		margin-left: 15px;
		width: calc(100% - 90px);
	}
	.contact_page_icon svg {
		transition: 0.6s ease;
		transform: scale(0.9);
	}
	.contactt_main .input_box_main .input_box input,
	.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
		height: 50px;
		font-size: 15px;
		line-height: 15px;
	}
	.contactt_main .input_box_main .input_area textarea {
		font-size: 15px;
		line-height: 15px;
		height: 100px;
	}
	.form_map_box,
	.form_map_box iframe {
		height: 350px;
	}
	.contact_page_box {
		padding: 5px;
		width: 50%;
	}
	.sticky-booking-btn {
		display: none !important;
	}
	.pd120.our_serve_sec {
		padding-top: 40px !important;
	}
	.services-tabs-nav li:hover, .services-tabs-nav li.active-tab {
		border-bottom: none !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.services-tabs-nav {
		overflow-x: auto;
		justify-content: flex-start;
	}
	.services-tabs-nav li {
		flex: 0 0 200px;
	}
	.services-tab-content {
		grid-template-columns: 1fr;
	}
	/* Stack image below grid */
	.parent-category-banner {
		height: 400px;
	}
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 16px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 25px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.services-tabs-nav li {
		padding: 15px 10px 7px;
	}
	.subcategory-box p {
		font-size: 14px;
		line-height: 25px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 16px;
		line-height: 30px;
	}
	.parent-category-banner img {
		height: 400px;
	}
	.site_title {
		font-size: 32px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 25px 0;
	}
	.subcategories-grid {
		width: 100% !important;
		padding-right: 0 !important;
		margin-top: 20px;
	}
	.parent-category-banner {
		width: 100% !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.services-tab-content.active-content {
		display: flex;
		flex-direction: column-reverse;
	}
	.pd120 {
		padding: 50px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 110px;
		height: 80px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 50px;
	}
	.pdlr70 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	/* End Section */
	.site_des {
		font-size: 14px;
		line-height: 28px;
	}
	.why_choose_us_block1 {
		padding-right: 60px;
	}
	.why_choose_us_col1::after {
		right: 35px;
		height: 380px;
		width: 325px;
		border: 5px solid #EC1F26;
	}
	.why_choose_us_block4 {
		padding-left: 20px;
		padding-top: 25px;
	}
	.feature-title {
		font-size: 16px;
		line-height: 25px;
		margin-top: 9px;
	}
	.feature_card {
		padding: 14px 17px 15px;
		height: 125px;
	}
	.feature_grid_inner {
		padding: 7px;
	}
	.features_grid {
		margin: -7px;
	}
	.why_choose_left_content_box {
		margin-bottom: 12px;
		padding: 15px 0;
		margin-top: 25px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: 250px;
	}
	.site_width.bsc_about_us_row {
		max-width: 950px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 332px;
	}
	.bsc_about_us_col1 {
		width: 52% !important;
	}
	.bsc_about_us_col2 {
		width: 48% !important;
		padding-left: 20px !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.bsc_about_us_col1 {
		margin-top: 20px;
	}
	.pd0.bsc_faqs_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bsc_faqs_col1 {
		width: 100% !important;
	}
	.bsc_faqs_col2 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 14px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 27px;
	}
	.bsc_faqs_block1 .site_heading {
		text-align: center;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 19px;
	}
	.top_feature-card {
		padding: 20px 12px 14px;
	}
	.top_feature-desc {
		font-size: 16px;
		line-height: 28px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 20px 20px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 25px 15px 35px 15px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 70px;
		width: 70px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 30px;
	}
	.form_map_form_box {
		width: 48% !important;
	}
	.form_map_box {
		width: 52% !important;
		padding-left: 20px;
	}
	.contact_page_text {
		margin-left: 15px;
		width: calc(100% - 90px);
	}
	.contact_page_icon svg {
		transition: 0.6s ease;
		transform: scale(0.9);
	}
	.contactt_main .input_box_main .input_box input,
	.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
		height: 50px;
		font-size: 15px;
		line-height: 15px;
	}
	.contactt_main .input_box_main .input_area textarea {
		font-size: 15px;
		line-height: 15px;
		height: 100px;
	}
	.form_map_box,
	.form_map_box iframe {
		height: 380px;
	}
	.contact_page_box {
		padding: 5px;
		width: 50%;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
	.pd120.our_serve_sec {
		padding-top: 40px !important;
	}
	.services-tabs-nav li:hover, .services-tabs-nav li.active-tab {
		border-bottom: none !important;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.services-tabs-nav {
		overflow-x: auto;
		white-space: nowrap;
		justify-content: flex-start;
	}
	.services-tabs-nav li {
		flex: 0 0 180px;
	}
	.services-tab-content {
		gap: 20px;
	}
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 16px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 25px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.services-tabs-nav li {
		padding: 15px 10px 7px;
	}
	.subcategory-box p {
		font-size: 14px;
		line-height: 25px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 16px;
		line-height: 24px;
	}
	.parent-category-banner img {
		height: 540px;
	}
	.site_title {
		font-size: 32px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 25px 0;
	}
	.subcategories-grid {
		width: calc(100% - 420px) !important;
		padding-right: 20px !important;
		margin-top: 10px;
	}
	.parent-category-banner {
		width: 420px !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.pd120 {
		padding: 55px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 110px;
		height: 80px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 50px;
	}
	.pdlr70 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	/* End Section */
	.site_des {
		font-size: 15px;
		line-height: 31px;
	}
	.why_choose_us_block1 {
		padding-right: 60px;
	}
	.why_choose_us_col1::after {
		right: 35px;
		height: 400px;
		width: 325px;
	}
	.why_choose_us_block4 {
		padding-left: 20px;
		padding-top: 25px;
	}
	.feature-title {
		font-size: 16px;
		line-height: 25px;
		margin-top: 9px;
	}
	.feature_card {
		padding: 14px 17px 15px;
		height: 125px;
	}
	.feature_grid_inner {
		padding: 7px;
	}
	.features_grid {
		margin: -7px;
	}
	.why_choose_left_content_box {
		margin-bottom: 12px;
		padding: 15px 0;
		margin-top: 25px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: 250px;
	}
	.site_width.bsc_about_us_row {
		max-width: 995px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 347px;
	}
	.bsc_about_us_col1 {
		width: 52% !important;
	}
	.bsc_about_us_col2 {
		width: 48% !important;
		padding-left: 20px !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.pd0.bsc_faqs_row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bsc_faqs_col1 {
		width: 100% !important;
	}
	.bsc_faqs_col2 {
		width: 100% !important;
		display: none !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 14px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 27px;
	}
	.bsc_faqs_block1 .site_heading {
		text-align: center;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 19px;
	}
	.top_feature-card {
		padding: 20px 12px 14px;
	}
	.top_feature-desc {
		font-size: 16px;
		line-height: 28px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 40px 40px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 30px 20px 40px 20px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 70px;
		width: 70px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 30px;
	}
	.form_map_form_box {
		width: 45% !important;
	}
	.form_map_box {
		width: 55% !important;
		padding-left: 30px;
	}
	.contact_page_text {
		margin-left: 15px;
		width: calc(100% - 90px);
	}
	.contact_page_icon svg {
		transition: 0.6s ease;
		transform: scale(0.9);
	}
	.contactt_main .input_box_main .input_box input,
	.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
		height: 50px;
		font-size: 15px;
		line-height: 15px;
	}
	.contactt_main .input_box_main .input_area textarea {
		font-size: 15px;
		line-height: 15px;
		height: 100px;
	}
	.form_map_box,
	.form_map_box iframe {
		height: 380px;
	}
	.contact_page_box {
		padding: 5px;
		width: 50%;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
	.pd120.our_serve_sec {
		padding-top: 40px !important;
	}
	.services-tabs-nav li:hover, .services-tabs-nav li.active-tab {
		border-bottom: none !important;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 16px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 25px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.services-tabs-nav li {
		padding: 15px 10px 7px;
	}
	.subcategory-box p {
		font-size: 14px;
		line-height: 25px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 16px;
		line-height: 24px;
	}
	.parent-category-banner img {
		height: 480px;
	}
	.site_title {
		font-size: 36px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 25px 0;
	}
	.subcategories-grid {
		width: calc(100% - 480px) !important;
		padding-right: 30px !important;
		margin-top: 10px;
	}
	.parent-category-banner {
		width: 480px !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.pd120 {
		padding: 60px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 120px;
		height: 80px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 50px;
	}
	.pdlr70 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	/* End Section */
	.site_des {
		font-size: 15px;
		line-height: 31px;
	}
	.why_choose_us_block1 {
		padding-right: 80px;
	}
	.why_choose_us_col1::after {
		right: 65px;
		height: 440px;
		width: 335px;
	}
	.why_choose_us_block4 {
		padding-left: 30px;
		padding-top: 25px;
	}
	.feature-title {
		font-size: 17px;
		line-height: 26px;
		margin-top: 9px;
	}
	.feature_card {
		padding: 20px 22px 15px;
		height: 130px;
	}
	.feature_grid_inner {
		padding: 7px;
	}
	.features_grid {
		margin: -7px;
	}
	.why_choose_left_content_box {
		margin-bottom: 12px;
		padding: 15px 0;
		margin-top: 25px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: 280px;
	}
	.site_width.bsc_about_us_row {
		max-width: 1111px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 373px;
	}
	.bsc_about_us_col1 {
		width: 50% !important;
	}
	.bsc_about_us_col2 {
		width: 50% !important;
		padding-left: 20px !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.pd0.bsc_faqs_row {
		padding-left: 15px !important;
	}
	.bsc_faqs_col1 {
		width: 550px !important;
	}
	.bsc_faqs_col2 {
		width: calc(100% - 550px) !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 14px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 27px;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 16px;
	}
	.top_feature-card {
		padding: 20px 12px 14px;
	}
	.top_feature-desc {
		font-size: 14px;
		line-height: 24px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 40px 40px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 30px 20px 40px 20px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 70px;
		width: 70px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 30px;
	}
	.form_map_form_box {
		width: 45% !important;
	}
	.form_map_box {
		width: 55% !important;
		padding-left: 30px;
	}
	.contact_page_text {
		margin-left: 15px;
		width: calc(100% - 90px);
	}
	.contact_page_icon svg {
		transition: 0.6s ease;
		transform: scale(0.9);
	}
	.contactt_main .input_box_main .input_box input,
	.contactt_main .input_box.about_in .wpcf7-form-control-wrap .wpcf7-form-control {
		height: 50px;
		font-size: 15px;
		line-height: 15px;
	}
	.contactt_main .input_box_main .input_area textarea {
		font-size: 15px;
		line-height: 15px;
		height: 100px;
	}
	.form_map_box,
	.form_map_box iframe {
		height: 380px;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.subcategory-box {
		padding: 20px;
	}
	.subcategory-box {
		padding-bottom: 55px;
	}
	.subcategory-box h3 {
		font-size: 17px;
		padding-left: 15px;
		margin-left: 15px;
		line-height: 31px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -17px;
	}
	.subcategory-box p {
		font-size: 15px;
		line-height: 28px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 17px;
		line-height: 30px;
	}
	.parent-category-banner img {
		height: 500px;
	}
	.site_title {
		font-size: 36px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 30px 0;
	}
	.subcategories-grid {
		width: calc(100% - 530px) !important;
		padding-right: 30px !important;
		margin-top: 10px;
	}
	.parent-category-banner {
		width: 530px !important;
	}
	.btn_title_box {
		width: 139px;
		height: 42px;
		font-size: 15px;
	}
	.btns_icon_box {
		width: 36px;
		height: 42px;
	}
	.btns_icon_box svg {
		transform: scale(0.9);
	}
	.box-icon img {
		transform: scale(0.9);
	}
	.pd120 {
		padding: 65px 0 !important;
	}
	.two_btns_box {
		margin-top: 38px;
	}
	.card-title {
		font-size: 19px;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 120px;
		height: 80px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 50px;
	}
	.pdlr70 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	/* End Section */
	.site_des {
		font-size: 15px;
		line-height: 31px;
	}
	.why_choose_us_block1 {
		padding-right: 120px;
	}
	.why_choose_us_col1::after {
		right: 75px;
		height: 480px;
	}
	.why_choose_us_block4 {
		padding-left: 50px;
		padding-top: 30px;
	}
	.feature-title {
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
	}
	.feature_card {
		padding: 20px 22px 15px;
		height: 140px;
	}
	.feature_grid_inner {
		padding: 7px;
	}
	.features_grid {
		margin: -7px;
	}
	.why_choose_left_content_box {
		margin-bottom: 12px;
	}
	.why_choose_us_block2 .et_pb_image_wrap img {
		height: 310px;
	}
	.site_width.bsc_about_us_row {
		max-width: 1250px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 454px;
	}
	.bsc_about_us_col1 {
		width: 54% !important;
	}
	.bsc_about_us_col2 {
		width: 46% !important;
		padding-left: 20px !important;
	}
	.bsc_about_us_col2 .section-actions {
		margin-top: 20px;
	}
	.pd0.bsc_faqs_row {
		padding-left: 20px !important;
	}
	.bsc_faqs_col1 {
		width: 550px !important;
	}
	.bsc_faqs_col2 {
		width: calc(100% - 550px) !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 15px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 28px;
	}
	.top_feature-container {
		padding: 0 15px;
		gap: 15px;
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 18px;
	}
	.top_feature-card {
		padding: 25px 17px 20px;
	}
	.top_feature-desc {
		font-size: 15px;
		line-height: 27px;
	}
	.card-header svg {
		display: block;
	}
	.get_in_touch_row {
		border-radius: 60px 60px 0 0;
	}
	.pd0.get_in_touch_row {
		padding: 40px 30px 60px 30px !important;
	}
	.contact_page_text_text {
		font-size: 18px;
		line-height: 29px;
	}
	.contact_page_text_number {
		font-size: 15px;
		line-height: 18px;
	}
	.contact_page_icon {
		height: 80px;
		width: 80px;
	}
	.contact_page_box {
		padding: 5px;
	}
	.form_map_main_box {
		margin-top: 30px;
	}
	.form_map_form_box {
		width: 45% !important;
	}
	.form_map_box {
		width: 55% !important;
		padding-left: 30px;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.subcategory-box h3 {
		font-size: 17px;
		padding-left: 21px;
		margin-left: 21px;
		line-height: 31px;
	}
	.subcategory-box .box-header .box-icon::after {
		right: -22px;
	}
	.subcategory-box p {
		font-size: 15px;
		line-height: 28px;
	}
	.services-tabs-nav li .tab-title {
		font-size: 18px;
		line-height: 32px;
	}
	.parent-category-banner img {
		height: 520px;
	}
	.site_title {
		font-size: 36px;
	}
	.site_heading {
		margin-bottom: 20px;
	}
	.services-tabs-nav {
		margin: 0 0 30px 0;
	}
	.pd120 {
		padding: 70px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 160px;
		height: 100px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 60px;
	}
	.pdlr70 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	/* End Section */
	.site_width.bsc_about_us_row {
		max-width: 1411px !important;
	}
	.bsc_about_us_block1 .et_pb_image_wrap img {
		height: 493px;
	}
	.bsc_about_us_col1 {
		width: 52% !important;
	}
	.bsc_about_us_col2 {
		width: 48% !important;
	}
	.pd0.bsc_faqs_row {
		padding-left: 20px !important;
	}
	.bsc_faqs_col1 {
		width: 650px !important;
	}
	.bsc_faqs_col2 {
		width: calc(100% - 650px) !important;
	}
	.bsc_faqs_block2 {
		padding: 20px;
		gap: 13px;
	}
	.bsc_faqs_block2 .et_pb_toggle_open .et_pb_toggle_content,
	.et_pb_toggle_content {
		line-height: 27px !important;
		font-size: 15px !important;
		padding: 15px 15px !important;
	}
	.bsc_faqs_block2 .et_pb_toggle_title {
		font-size: 15px;
		line-height: 28px;
	}
	.top_feature-container {
		padding: 0 20px;
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 20px;
	}
	.top_feature-card {
		padding: 25px 17px 20px;
	}
	.top_feature-desc {
		font-size: 15px;
		line-height: 27px;
	}
	.card-header svg {
		display: block;
	}
	.sticky-booking-btn {
		font-size: 15px;
		padding: 12px 3px;
	}
	.btn-content svg {
		transform: scale(0.9);
	}
	.btn-content {
		gap: 6px;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
	.pd120 {
		padding: 90px 0 !important;
	}
	/* We Buy All Brands of Cars Section Start */
	.trustedbusinessicons p {
		width: 160px;
		height: 100px;
		margin: 5px !important;
	}
	.trustedbusinessicons p img {
		object-fit: contain;
		width: 100%;
		height: 60px;
	}
	.pdlr70 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	/* End Section */
	.pd0.bsc_faqs_row {
		padding-left: 20px !important;
	}
	.top_feature-container {
		padding: 0 20px;
	}
	.card-header {
		margin-bottom: 15px;
	}
	.top_feature-title {
		font-size: 22px;
	}
	.top_feature-card {
		padding: 25px;
	}
}