@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
width: 100%;
}
nav.navbar.main-menu{
border-bottom:2px solid #203d73;
}
.container-fluid.top-nav-container {
max-width: 1400px !important;
}
.mob-topbar-call{
color:black;
}
.site-top-quote .white-btn:hover span.mob-topbar-call{
color:black;
}
@media only screen and (max-width:430px){
.site-top-quote .call-button span {
display: none;
}
}
.breadcrumb-item+.breadcrumb-item::before{
padding-right: 0.2rem !important;
content: var(--bs-breadcrumb-divider, ":") !important;
}
.breadcrumb-item+.breadcrumb-item{
padding-left: 0.2rem !important;
}
.nav-sticky{
background: white;
position: sticky;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
span.pulse:before {
content: "";
position: absolute;
left: -8px;
top: -8px;
width: 40px;
height: 40px;
border: 24px solid #dc5b26;
border-radius: 100%;
animation: pulseKey 1.5s ease-in-out infinite;
}
@keyframes pulseKey{
0% {
opacity: 1;
transform: scale(.4);
}
100% {
opacity: 0;
transform: scale(1.3);
}
}
.fade-slide{
animation: fadeSlide 2s;
}
@keyframes fadeSlide{
0% {
opacity:0;
transform: translateX(-300px);
}
100% {
opacity:1;
transform: translateX(0);
}
}
@media only screen and (min-width:1000px){
.width-60 {
width: 60%;
margin: 0 auto;
}
.width-70 {
width: 70%;
margin: 0 auto;
}
.width-80 {
width: 80%;
margin: 0 auto;
}
}
:root {
--default-bgcolor: #ffffff;
--sidebar-bgcolor: #F1F5F9;
--anchor-text-color: #cd2b50;
--header-top-background-color: #ffffff;
--header-background-color: #222222;
--header-nav-color: #203d73;
--header-hover-nav-color: #dc5b26;
--header-nav-active-color: #dc5b26;
--nav-color: #cd2b50;
--nav-hover-color: #222222;
--title-color: #222222;
--title-primary-color: #222222;
--title-secondary-color: #cd2b50;
--primary-text-color: #222222;
--secondary-text-color: #ffffff;
--default-text-color: #222222;
--button-color: #203d73;
--blue-heading-color: #203d73;
--blue-color: #203d73;
--orange-color: #dc5b26;
--orange-heading-color: #dc5b26;
--button-border-color: #ffcc00;
--button-bgcolor: #ffcc00;
--hover-button-color: #ffffff;
--hover-button-border-color: #222222;
--hover-button-bgcolor: #222222;
--button-white-color: #cd2b50;
--button-white-border-color: #ffffff;
--button-white-bgcolor: #ffffff;
--footer-background: #222222;
--footer-bottom-background: #5d5d5d;
--footer-heading-color: #fff;
--footer-social-color: #dc5b26;
--footer-hover-link-color: #ffcc00;
--footer-text-color: #c4c4c4;
--site-third-color-bg: #fff2d5;
--shadow-sticky: 0 12px 10px -10px rgba(0, 0, 0, 0.12);
--default-shadow: 4px 4px 8px 0px #0000001A; --site-heading-font: 'Roboto', sans-serif;
--site-primary-font: 'Roboto', sans-serif;
--site-secondary-font: 'Roboto', sans-serif;
}
.logo-text{
font-family: 'Roboto Condensed',sans-serif;
font-size: 37px;
}
.web-logo {
width: 46px;
}
.blue-color{
color: var(--blue-color);
}
.orange-color{
color: var(--orange-color);
}
body {
margin: 0;
padding: 0;
font-family: var(--site-primary-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body,.ui-widget {
font-family: var(--site-primary-font);
color: var(--primary-text-color);
font-size: 18px;
line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
font-family: var(--site-heading-font);
margin-bottom: 1.2rem;
}
h1 {
font-size: 30px;
line-height: 40px;
color: #222222;
font-weight: 500;
}
h2,h3 {
font-size: 40px; color: #222222;
font-weight: 600;
}
h4{
font-weight: 500;
}
p, a, li{
font-family: var(--site-primary-font);
}
p, li {
font-size: 18px;
line-height: 28px;
}
ul{
list-style: none;
padding: 0;
margin-bottom: 1rem;
}
li{
position: relative;
margin-bottom: 0.5rem;
}
ul li:before {
content: "";
background-color: var(--orange-heading-color);
font-weight: bold;
display: inline-block;
width: 8px;
height: 8px;
margin-right: 8px;
border-radius: 50px;
margin-left: 0;
margin-bottom: 3px;
}
ul>li {
padding-left: 15px;
position: relative;
}
ul>li::before {
position: absolute;
left: 0;
top: 9px;
}
a { color: var(--orange-color);
text-decoration: none;
cursor: pointer;
}
a:active, a:hover, a:focus {
text-decoration: none;
color: var(--nav-hover-color);
}
img {
max-width: 100%;
height: auto;
}
button {
cursor: pointer;
outline: none;
}
ul.number-list{
counter-reset: item;
}
ul.number-list>li {
padding-left: 55px;
counter-increment: item;
} .title {
font-size: 35px;
font-family: var(--site-heading-font);
color: var(--title-primary-color);
margin-bottom: 2rem;
line-height: 45px;
font-weight: 600;
position: relative;
}
.btn, a.btn {
font-size: 18px;
color: var(--button-color);
padding: 10px 25px 10px 25px;
border: 1px solid var(--button-border-color);
text-transform: uppercase;
border-radius: 5px;
font-weight: 500;
letter-spacing: 1px;
background-color: var(--button-bgcolor);
font-family: var(--site-primary-font);
font-weight: 700;
outline: none !important;
box-shadow: none !important;
}
a.btn:hover, .btn.btn-white:hover{
border-color: var(--hover-button-border-color);
color: var(--hover-button-color);
background-color: var(--hover-button-bgcolor);
}
.btn.btn-white{
color: var(--button-white-color);
border: 1px solid var(--button-white-border-color);
background-color: var(--button-white-bgcolor);
}
.btn.btn-arrow::after {
content: "\f105";
padding-left: 20px;
font-family: "Font Awesome 5 Free";
font-weight: 700;
}
.overlay-link {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
a.banner-call-us {
background-color: #dc5b26;
padding: 17px 16px;
font-size: 20px;
line-height: normal;
display: inline-block;
color: white;
font-weight: 500;
}
a.banner-call-us:hover {
color: var(--header-nav-color);
background: var(--button-color);
border-color: var(--button-color);
}  .site-navbar {
position: sticky;
z-index: 9999;
width: 100%;
top: 0;
left: 0;
background-color: #FFF;
}
.customize-support .site-navbar {
top: 32px;
}
.container-fluid{
padding: 0px 30px;
max-width: 1600px;
}
.header-top {
background-color: var(--default-bgcolor);
}
.site-navigation {
background-color: var(--header-background-color);
transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
padding: 0;
}
.site-navigation.sticky {
position: fixed;
z-index: 9999;
width: 100%;
top: 0;
left: 0;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
box-shadow: 0 1px 3px rgba(0,0,0,.11);
}
.customize-support .site-navigation.sticky {
top: 32px;
}
.top-right-nav {
display: flex;
width: 100%;
justify-content: end;
gap: 20px;
}
.top-right-nav a:not(.get-quote) {
display: flex;
flex-direction: column;
text-align: left;
gap: 0;
position: relative;
color: #222222;
background-size: 28px;
padding-left: 45px;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
align-items: flex-start;
justify-content: center;
}
.top-right-nav a > .hp-text {
color: #cd2b50;
}
.navbar-nav .menu-item a.dropdown-item{
font-size:16px;
}
.header-email-bx:before, 
.header-phone-bx:before, 
.header-address-bx:before {
content: "";
position: absolute;
left: 0;
top: 6px;
font-family: "Font Awesome 5 Free";
display: inline-block;
vertical-align: middle;
font-weight: 700;
width: 35px;
height: 35px;
line-height: 35px;
border: 1px solid;
text-align: center;
border-radius: 50px;
}
.header-email-bx:before {
content: "\f0e0";
}
.header-phone-bx:before {
content: "\f095";
font-size: 16px;
}
.header-address-bx:before {
content: "\f3c5";
}
.header-phone-bx:before {
-webkit-animation: rotate2 .8s infinite linear;
animation: rotate2 .8s infinite linear;
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
}
@-webkit-keyframes rotate {
10%,90%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
30%,50%,70%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}
}
@-webkit-keyframes rotate2{
10%,90%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}
30%,50%,70%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
}
.navbar-nav > li {
padding: 0;
position: relative;
margin: 0;
}
.navbar-nav li:before {
display: none;
}
.navbar-nav > li:not(:last-child) {
margin-right: 25px;
}
.navbar-nav .dropdown-menu {
border-radius: 0px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--header-hover-nav-color);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-nav > li.current-menu-parent .nav-link {
color: var(--header-nav-active-color);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--header-nav-active-color);
}
.navbar-light .navbar-nav .nav-link {
color: var(--header-nav-color);
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
line-height: 21px;
padding: 15px 0;
}
.navbar-toggler {
position: relative;
width: 50px;
height: 32px;
padding: 0;
background-color: transparent;
outline: unset !important;
border: unset !important;
background: unset;
box-shadow: unset !important;
}
.navbar-toggler:hover {
background-color: transparent;
outline: unset !important;
border: unset !important;
background: unset;
box-shadow: unset !important;
}
.navbar-toggler span {
position: absolute;
left: 5%;
transform: translateY(-50%);
height: 3px;
width: 65%;
background: #383838;
color:#383838;
transition: all .5s;
}
.navbar-toggler span:nth-of-type(1) {
top: 20%;
}
.navbar-toggler span:nth-of-type(2){
top: 50%;
}
.navbar-toggler span:nth-of-type(3){
top: 80%;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(1){
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2){
left: -100%;
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(3){
top: 50%;
transform: translateY(-50%) rotate(-45deg);
}
.navbar-light .navbar-nav .dropdown-menu {
min-width: 13rem;
}
.navbar-light .dropdown-menu .dropdown-menu {
left: 100%;
top: 0;
}
.site-navbar-top {
padding: 20px 0;
position: relative;
}
.btn.get-quote {
letter-spacing: 0;
font-size: 16px;
font-weight: 700;
border-radius: 4px;
padding: 10px 20px 10px 20px;
text-align: left;
display: flex;
justify-content: space-between;
}
.get-quote.btn.btn-arrow::after {
padding-left: 40px;
}
.navbar-light .navbar-nav .dropdown-item.active, .navbar-light .navbar-nav .dropdown-item:active {
color: var(--header-nav-active-color);
background-color: #fff;
}
.navbar-light .navbar-nav .dropdown-item{
text-transform: uppercase;
font-weight: 600;
color:#203d73;
}
.navbar-light .navbar-nav .dropdown-item:focus, .navbar-light .navbar-nav .dropdown-item:hover { background-color:white;
color:#dc5b26; }
.navbar-light .navbar-nav .dropdown-menu li {
padding-left: 0;
}
.navbar-light .navbar-nav .dropdown-toggle::after {
position: relative;
border: 0;
font-size: 14px;
top: 5px;
right: 0px;
opacity: 1;
color: var(--header-nav-active-color);
padding-left: 4px;
content: "\e604";
font-family: 'simple-line-icons';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
ul.social-profile li {
display: inline-block;
margin-right: 0;
padding-left:0;
}
ul.social-profile li:before{
display: none;
}
ul.social-profile li a {
display: inline-block;
text-align: center;
color: var(--footer-social-color);
font-size: 28px;
transition: all 0.4s;
background-color: #050603;
margin-right: 0px;
width: 60px;
height: 50px;
line-height: 50px;
}
ul.social-profile li a:hover {
background: #fff;
color: #222;
border-color: #fff;
}
ul.li li {
position: relative;
padding-left: 15px;
}
ul.li li::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
background: #FF5900;
border-radius: 50%;
left: 0px;
top: 9px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea.form-control, textarea, select.wpcf7-form-control.wpcf7-select  {
background-color: #ffffff;
padding: 15px 20px;
border: 2px solid #d3d3d3;
width: 100%;
border-radius:0 !important
} .owl-carousel.patient-testimonials-slider {
position: relative;
}
.owl-carousel .owl-nav {
display: flex;
position: absolute;
right: 0;
bottom: 40px;
gap: 20px;
}
.owl-carousel .owl-nav:before {
content: "";
background-color: #A8BCCC;
width: 1px;
height: 30px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.owl-carousel .owl-nav .owl-custom-left,
.owl-carousel .owl-nav .owl-custom-right {
width:30px;
height:30px;
background-size: contain !important;
transition: all 0.4s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
color: #FFF;
text-decoration: none;
}
.submit-contain{
position:relative;
text-align: center;
}
.submit-contain .wpcf7-spinner {
position: absolute;
top: 8px;
}
.site-top-quote a.get-quote {
border-radius: 0;
}
.btn-group a {
margin: 0 15px;
}
.btn-group .btn-white::before {
content: '';
background-image: url(//www.marfleet.com.au/wp-content/themes/clixpert/assets/images/phone-icon.png);
background-position: top left;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
margin-right: 10px;
width: 22px;
height: 23px;
margin-bottom: -3px;
}
.home-slider .slide-item {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 3em 0; }
@media only screen and (min-width:768px){
.slide-item.home-banr{
background-image:url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-banner-home.jpg) !important;
}
}
.home-slider .home-banr .hero-text ul li {
color: white;
text-align: left;
}
.home-slider .slide-item .hero-text h5 {
font-size: 18px;
font-weight: 400;
line-height: 28px;
color: #fff;
margin-bottom: 10px;
letter-spacing: 0px;
}
.home-slider .slide-item .hero-text h1 {
font-size: 36px;
font-weight: 500;
line-height: 40px;
color: #fff;
}
.home-slider .slide-item .hero-text p {
letter-spacing: 2px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 34px;
}
.booking-form.quick-free-fuote {
padding: 50px 20px 30px;
text-align: center;
border: 2px solid #FFF;
border-radius: 20px;
position: relative;
}
.booking-form.quick-free-fuote:before {
content: ''; background-position: top left;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
width: 179px;
height: 91px;
position: absolute;
top: 0;
left: 50%;
margin-left: -100px;
margin-top: -55px;
}
.booking-form .banner-consult-form h4 {
color: #FFF;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
margin-bottom: 20px;
text-align: center;
}
.banner-consult-form .form-group {
position: relative;
}
.form-group p {
margin-bottom: 5px;
}
.banner-consult-form .form-group span.wpcf7-spinner {
position: absolute;
right: 30px;
top: 15px;
}
.wpcf7-response-output {
font-size: 16px;
line-height: normal;
color: #dc3232;
} a.banner-call-us:hover {
color: #ffffff;
}
.banner-brand-slider {
position: relative; background-color: #E4E4E4;
} .cta-footer {
padding: 70px 0px;
background-color: var(--site-third-color-bg);
text-align: center;
}
.cta-footer h3 {
font-weight: 700;
text-transform: uppercase;
font-size: 30px;
}
.footer-widget.footer-four {
padding-bottom:40px;
}
@media only screen and (min-width:992px){
.footer-widget.footer-four {
text-align: right;
float: right;
}
}
.footer {
clear: both;
color: #FFFFFF;
color: var(--footer-background);
background: #383838;
}
.footer h4.widget-title,
.textwidget h3 {
font-size: 16px;
font-family: var(--site-primary-font);
color: var(--footer-heading-color);
font-weight: 400;
line-height: 26px;
text-transform: uppercase;
margin-bottom: 10px;
}
.footer-one-col .textwidget {
margin-left: 95px;
margin-top: 15px;
}
.footer a, .textwidget p {
font-size: 16px;
font-family: var(--site-primary-font);
font-weight: 400;
line-height: 26px;
}
.footer p, .footer a{
color: var(--footer-text-color);
}
.textwidget .address {
line-height: 22px;
}
.textwidget .address, .textwidget .email, .textwidget .phone, .textwidget .abn {
position: relative;
padding-left: 25px;
}
.textwidget .address:before,  .textwidget .email:before, .textwidget .phone:before, .textwidget .abn:before{
content: "\f041";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--default-button-bgcolor);
position: absolute;
left: 0;
top: 6px;
}
.textwidget .phone:before{
content: "\f095";
}
.textwidget .email:before{
content: "\f0e0";
font-size: 15px;
}
.textwidget .abn:before{
content: "\f111";
}
.footer-top {
padding: 60px 0px 20px 0;
}
.footer-top  p{
color: #fff;
}
.footer-bottom {
padding: 20px 0px;
}
.footer-bottom p, .footer-bottom p a {
font-weight: 400;
color: #FFFFFF;
margin: 0;
font-size: 14px;
}
.footer-bottom p a {
color: #00a8ff;
font-weight:600;
font-size:16px;
}     .page-sidebar-wrap .form-group p {
margin-bottom: 10px;
}
.page-sidebar-wrap .banner-consult-form h4 {
text-align: center;
text-transform: uppercase;
font-weight: 700;
} .our-latest-blog {
padding: 70px 0px;
}
.our-latest-blog h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 60px;
}
.blog-item {
padding: 30px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
margin-bottom: 30px;
}
.blog-date {
font-size: 13px;
}
.blog-item-content h4, .blog-item-content h4 a {
font-weight: bold;
color: #222222;
margin-bottom: 10px;
line-height: normal;
font-size: 20px;
}
.blog-item-content h4 a:hover {
color: #cd2b4f;
}
.blog-item-image {
margin-bottom: 25px;
overflow: hidden;
}
.blog-item-image img{
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.blog-item:hover .blog-item-image img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.container-fluid.full-width {
max-width: 100%;
}
.quick-cash .left-half{
background-size: cover;
min-height: 250px;
}
.why-choose-us, .vehicle-range-section{
text-align: center;
}
.why-choose-us h2, .vehicle-range-section h2{
font-size: 40px;
text-align: center;
text-transform: uppercase;
}
.vehicle-range-top{
padding: 30px 0px 10px;
}
.why-choose-us-top{
padding: 70px 0px 50px;
}
.vehicle-range-bottom{
padding: 60px 0px;	
}
.why-choose-us-content {
text-align: left;
}
.why-choose-us-content h3 {
font-size: 30px;
font-weight: bold;
}
.why-choose-us-content ul li h4{
font-size: 24px;
margin-bottom: 10px;
font-weight: 500;
}
.wcu-list-item h4 {
padding-top:20px;
font-weight: bold;
font-size: 20px;
}
.wcu-list-item>div{
min-height: 90px;
margin-bottom: 10px;
}
.set-ut {
padding: 70px 0px;
}
.faq-section {
position: relative;
padding: 70px 0 70px;
}
.faq-section h2 {
text-align: center;
}
.quick-cash {
background: #fff2d5;
}
.quick-cash h4 {
font-weight: bold;
font-size: 18px;
margin-bottom: 5px;
} .about-us{
padding: 70px 0px 40px;
text-align: center;
}
.box-item{
margin-bottom: 40px;
}
.box-item h4 {
font-size: 23px;
font-weight: 500;
margin-bottom: 15px;
}
.box-item .box-item-image {
margin-bottom: 20px;
overflow: hidden;
}
.box-item .box-item-image img{
width: 100%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.box-item:hover .box-item-image img{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.about-us-list {
margin-top: 50px;
}
@media only screen and (min-width:768px){
.about-us .box-item a.tqp-btn {
position: absolute;
bottom: 0;
transform: translate(-50%);
}
}
.customers-review{
padding: 70px 0 70px;
}
.google-review-image {
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.review-title{
background-image: url(//www.marfleet.com.au/wp-content/themes/clixpert/assets/images/star-image.png);
background-repeat: no-repeat;
background-position: left top;
padding-top: 40px;
}
.review-title h2{
line-height: 50px;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 1.5rem;
}
.btn.read-review{
color: #fd7d00;
background-color: #000;
}
.btn.write-a-review{
border-color: #3c97d3;
background-color: #3c97d3;
color: #fff;
}
.customer-review-btns {
text-align: center;
}
.customer-review-btns a {
margin: 0 10px 20px;
}
.btn.write-a-review:before{
content: "\f303";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-size: 14px;
font-size: inherit;
text-rendering: auto;
padding-right: 10px;
}
.customer-review-item{
background: #fff;
padding: 40px 30px;
height: 100%;
margin-bottom: 30px;
border: 1px solid #222;
min-height: 430px;
}
.customer-review-item p {
font-style: italic;
}
.slider-nav {
text-align: center;
display: flex;
justify-content: center;
gap: 20px;
}
.slider-nav.disabled{
display: none;
}
.slider-nav button {
width: 55px;
height: 45px;
background: transparent;
border-color: #cd2b4f;
}
.slider-nav button:hover {
background: #cd2b4f;
color: #fff;
}
.slider-nav button:hover .arrow-path {
stroke: #ffffff;
}
.slider-nav .arrow-path {
stroke: #cd2b4f;
stroke-width: 2px;
}
.customer-review-item h5 {
color: #7f7f7f;
font-size: 16px;
line-height: 22px;
}
.customer-review-item h5 b{
color: #000;
}
.review-name {
padding-bottom: 15px;
}
.review-tag {
display: inline-block;
width: 40px;
height: 40px;
background: #512da8;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 40px;
font-size: 20px;
}
.review-tag.grey-color{
background: #78909c;
}
.review-tag.brown-color{
background: #5d4037;
}
.review-title-count {
display: inline-block;
vertical-align: top;
padding-left: 5px;
}
.review-title-count h3 {
margin: 0;
font-size: 15px;
color: #000;
}
.review-title-count p {
margin: 0;
color: #6d6d6d;
}
.star-rating {
background-image: url(//www.marfleet.com.au/wp-content/themes/clixpert/assets/images/star-image.png);
background-repeat: no-repeat;
background-position: left top 3px;
background-size: 100px;
color: #6d6d6d;
font-size: 16px;
padding-left: 110px;
line-height: initial;
margin-top: 10px;
} .py-6 {
padding-top: 4rem!important;
padding-bottom: 4rem!important;
}
.accordion-item {
background-color: transparent;
border: 0;
box-shadow: unset;
}
.accordion-button {
background-color: transparent;
color: var(--blue-heading-color);
font-size: 24px;
line-height: 35px;
font-family: var(--site-primary-font);
font-weight: 500;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
padding-bottom: 12px;
border-bottom: 2px dashed #989898;
}
.accordion-button:focus{
border-bottom: 2px dashed #989898;
}
.accordion-button::after {
font-family: "Font Awesome 5 Free";
content: "\f078";
background: unset !important;
font-weight: 900;
color: #6d6d6d;
}
.accordion-button[aria-expanded="true"]:after {
content:"\f068";
}
.accordion-button:focus{
box-shadow: unset;
}
.accordion-button:not(.collapsed) {
color:var(--blue-heading-color);
background-color: transparent;
box-shadow: unset;
}
.accordion-button[aria-expanded="true"] {
color: var(--blue-heading-color);
}
ul.slick-arrows-custom {
text-align: right;
padding: 40px 30px 0;
}
.slick-arrows-custom li{
display: inline-block;
margin-left: 15px;
}
.slick-arrows-custom li a{
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
}
.slick-arrows-custom li:first-child a {
width: 35px;
height: 25px;
}
.slick-arrows-custom li:last-child a{
width: 50px;
height: 30px;
position: relative;
top: 2px;
} .breadcrumb-banner {
background: linear-gradient(112deg, #142948 1%, #1E4870 88%) !important;
padding: 50px 0px 50px;
}
.breadcrumb-banner h1 {
font-weight: 600;
text-transform: uppercase;
color:#fff;
}
.breadcrumb-banner .breadcrumb li a, .breadcrumb-banner .breadcrumb li {
color: #fff;
}
.breadcrumb-banner .breadcrumb li.active {
color: #fff;
}
.breadcrumb-banner .breadcrumb-item + .breadcrumb-item::before {
color: #fff;
}
.breadcrumb-banner .breadcrumb li:first-child:before{
display: none;
} .inner-page {
padding: 50px 0px 70px;
}
@media only screen and (max-width:767px){
.inner-page {
padding: 20px 0 40px;
}
}
.inner-page .page-main-cont h3, .inner-page .page-main-cont h2, .inner-page .page-main-cont h4 {
padding-top: 30px;
} .inner-page h2, .inner-page h3, .inner-page h4{
font-size:30px;
font-weight:600;
}
.inner-page ul{
margin-bottom: 1rem; }
.inner-page ul li {
margin-bottom: 10px;
}
.aligncenter {
text-align: center;
margin: 0 auto;
display: block;
margin-bottom: 1rem;
}
.twocol {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.threecol {
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
.fourcol {
columns: 4;
-webkit-columns: 4;
-moz-columns: 4;
}
ul.five-column-bullets{
columns: 5;
-webkit-columns: 5;
-moz-columns: 5;
}
.contact-details-section .social-profile li{
padding-left: 0;
} .contact-details-section .social-profile li a:hover{
color: #fff;
background: #222;
}
.contact-details-section .get-a-quote-form {
border: 1px solid #222;
border-radius: 10px;
}
.contact-details-section .get-a-quote-form h4 {
text-align: center;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 2rem;
}
.contact-details-section .get-a-quote-form .form-group p {
margin-bottom: 20px;
}
.contact-item {
padding-left: 2rem;
position: relative;
margin-bottom: 30px;
}
.contact-item::before {
content: "";
display: inline-block;
font-family: "Font Awesome 5 Free";
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0;
top: 0px;
font-size: 25px;
color: #cd2b4f;
font-weight: 700;
}
.contact-item.address::before {
content: "\f3c5";
}
.contact-item.phone::before {
content: "\f095";
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
}
.contact-item.email::before {
content: "\f0e0";
font-size: 25px;
}
.contact-item h3 {
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}
.contact-item p a {
color: #000;
font-weight: 500;
}
.get-a-quote-form {
padding: 30px 35px 20px;
}
.get-a-quote-form h2 {
text-transform: capitalize;
font-size: 40px;
line-height: 48px;
color: #282828;
margin-bottom: 30px;
}  .blog-template {
padding: 50px 0 50px;
}
.blog-sidebar-wrapper {
padding: 25px;
margin-left: 25px;
min-height: 100%;
background: #f8f8f8;
}
.blog-sidebar-wrapper .sidebar-widget {
margin-bottom: 30px;
}
.blog-sidebar-wrapper .sidebar-widget ul li {
padding: 5px 0 5px 15px;
position: relative;
width: 100%;
line-height: normal;
}
.blog-sidebar-wrapper .sidebar-widget ul {
padding: 0;
}
.blog-sidebar-wrapper .sidebar-widget ul a {
color: #696969;
border-bottom: 1px solid transparent;
text-decoration: none;
display: inline-block;
vertical-align: top;
font-size: 16px;
line-height: 26px;
}
.blog-sidebar-wrapper .sidebar-widget ul a:hover{
color: #cd2b50;
}
.blog-sidebar-wrapper .sidebar-widget ul li:before{
display: none;
}
.blog-sidebar-wrapper .sidebar-widget ul li:after {
content: "";
position: absolute;
width: 8px;
height: 8px;
left: 0;
top: 13px;
border-top: 2px solid var(--header-nav-active-color);
border-right: 2px solid var(--header-nav-active-color);
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.blog-sidebar-wrapper .widget-title {
font-family: var(--site-primary-font);
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
position: relative;
padding: 0;
color: var(--title-primary-color);
}
.blog-sidebar-wrapper .widget-search form {
position: relative;
}
.blog-sidebar-wrapper .widget-search .form-control {
padding-right: 45px;
border-radius: 0 !important;
box-shadow: none;
height: 45px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 14px;
}
.blog-sidebar-wrapper .widget-search .search-btn-theme {
position: absolute;
right: 0;
top: 0;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
border: none;
border-radius: 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 0;
font-size: 16px;
justify-content: center;
}
.sidebar-widget h2 {
font-size: 25px;
font-weight: 600;
letter-spacing: 0px;
}
.search-btn-theme {
background: var(--button-bgcolor);
color: var(--button-color);
border: 1px solid var(--button-bgcolor);
}
.blog-template .blog-item {
background: #ffffff;
border-radius: 5px;
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
-moz-transition: ease all 0.55s;
-o-transition: ease all 0.55s;
-webkit-transition: ease all 0.55s;
transition: ease all 0.55s;
box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 50%);
}
.blog-template .hover-shadow:hover {
box-shadow: 0px 15px 38px rgb(0 0 0 / 10%);
}
.blog-template .blog-lising .blog-item {
margin-bottom: 40px;
height: calc(100% - 30px);
}
.blog-template .blog-item .blog-info {
padding: 0px;
}
.blog-template .blog-item .blog-info .cat-name {
line-height: normal;
position: absolute;
top: 10px;
left: 10px;
}
.blog-template .blog-item .blog-info .cat-name a {
font-family: var(--site-primary-font);
color: #ffffff;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
font-size: 10px;
background: #06A2FB;
padding: 6px 15px;
border-radius: 20px;
display: inline-block;
vertical-align: top;
}
.blog-item .blog-info .blog-title a, .blog-item .blog-info .blog-title h4 {
font-size: 22px;
line-height: 30px;
font-weight: 600;
font-family: var(--site-secondary-font);
margin-bottom: 15px;
}
.blog-item .blog-title date {
font-size: 14px;
color: #222222;
line-height: 28px;
margin-bottom: 0;
font-weight: 600;
}
.blog-item .blog-img img{
width: 100%;
height: 200px;
object-fit: cover;
}
.blog-item .blog-img{
margin-bottom: 15px;
}
.blog-tag-nav .social-icons {
margin: 0;
padding: 0;
}
.blog-template .blog-detail-title {
padding: 20px 0 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.blog-template .blog-detail-title h1 {
font-family: var(--site-primary-font);
font-weight: 500;
font-size: 35px;
line-height: 50px;
margin-bottom: 15px;
}
.blog-template .bog-content-area p {
}
.blog-template .blog-detail-title .post-meta {
line-height: normal;
font-size: 12px;
}
.blog-template .blog-detail-title .post-meta span {
display: inline-block;
vertical-align: middle;
font-size: 12px;
text-transform: uppercase;
margin-right: 10px;
position: relative;
padding-right: 10px;
}
.blog-template .blog-tag-nav .social-icons li {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
padding: 0;
}
.blog-template .blog-tag-nav .social-icons li:before{
display: none;
}
.blog-template .blog-tag-nav .social-icons li a {
display: block;
padding: 0;
color: #ffffff;
width: 40px;
height: 40px;
border: 1px solid var(--button-white-color);
text-align: center;
line-height: 40px;
border-radius: 0;
background: transparent;
-webkit-transition: ease all 0.3s;
transition: ease all 0.3s;
font-size: 18px;
background: var(--button-white-color);
border-radius: 50%;
}
.blog-template .blog-tag-nav .social-icons li a:hover{
color: var(--default-bgcolor);
background: var(--title-color);
border-color: var(--title-color);
}
.text-right {
text-align: right;
}
.bog-content-area {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 1rem;
}
.blog-tag-nav {
padding-top: 25px;
}
.blog-tag-nav.blog-share-top {
padding-top: 0px;
padding-bottom: 15px;
}
.pagination-contain ul li a {
padding: 10px;
border: 1px solid var(--hover-button-bgcolor);
margin: 0 5px;
color: var(--hover-button-color);
}
.pagination-contain ul li:before{
display: none;
}
.navigation.pagination {
text-align: center;
display: block;
}
.navigation.pagination .page-numbers {
padding: 5px 10px;
display: inline-block;
border: 1px solid var(--hover-button-bgcolor);
color: var(--hover-button-colo);
}
.pagination-contain ul li a:hover, .pagination-contain ul li.active a, .navigation.pagination .page-numbers:hover,  .navigation.pagination .page-numbers.current{
border-color: var(--default-button-border-color);
background-color: var(--default-button-bgcolor);
color: var(--default-button-color);
}
.pagination-contain {
padding-top: 25px;
text-align: center;
}
.pagination-contain ul {
display: inline-flex;
}
.page-sidebar-wrap {
background: linear-gradient(to bottom right,#fff 0%,#f2f5ff 100%);
padding: 30px 15px 30px;
border: 1px solid #e4e8f6;
border-radius: 10px;
}
.sidebar-widget .widget-title {
text-align: center;
text-transform: uppercase;
font-size: 20px;
font-weight: bold;
}
.page-with-sidebar .container .visual-content .container {
padding: 0;
}
.page-not-found {
text-align: center;
padding: 50px 0px;
}
.flex {
display: flex;
}
.flex.wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;	
}
.newsletter-form-wrap input[type="email"] {
background-color: #fff;
border: 2px solid #B0B0B0;
}
input[type="submit"],
button[type="submit"] {
width: 100%;
}
.get-a-quote-form {
border: none;
}
.get-a-quote-form input[type="text"], 
.get-a-quote-form input[type="password"], 
.get-a-quote-form input[type="datetime"], 
.get-a-quote-form input[type="datetime-local"], 
.get-a-quote-form input[type="date"], 
.get-a-quote-form input[type="month"], 
.get-a-quote-form input[type="time"], 
.get-a-quote-form input[type="week"], 
.get-a-quote-form input[type="number"], 
.get-a-quote-form input[type="email"], 
.get-a-quote-form input[type="url"], 
.get-a-quote-form input[type="search"], 
.get-a-quote-form input[type="tel"], 
.get-a-quote-form input[type="color"], 
.get-a-quote-form textarea.form-control, 
.get-a-quote-form textarea,
.get-a-quote-form select.wpcf7-form-control.wpcf7-select {
background: #fff;
border-color: #B0B0B0;
}
.get-a-quote-form select.wpcf7-form-control.wpcf7-select { 
padding: 15px;
}
.contact-details h4 {
color: var(--title-color);
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin-bottom: 10px;
}
.get-a-quote-form textarea {
max-height: 150px;
}
.get-a-quote-form input[type="checkbox"] {
height: 20px;
width: 20px;
vertical-align: text-top;
}
.get-a-quote-form .wpcf7-list-item {
margin-left: 0;
}
.get-a-quote-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
display: inline-block;
max-width: 200px;
}
.get-a-quote-form .wpcf7-list-item-label {
padding-left: 8px;
}
.accordion-item {
border: none;
}
.accordion-button::after,
.accordion-button[aria-expanded="true"]:after {
content: '\f107';
}
.accordion-button[aria-expanded="true"]:after {
transform: rotate(180deg);
}
.accordion-body {
padding:1rem 0;
}
.half-fluid .left-half, .half-fluid .right-half {
left: 50%;
margin-left: -50vw;
max-width: 100vw;
position: relative;
right: 50%;
width: 100vw;
padding: 0px;
}
.full-width .container-fluid{
width: 100%;
max-width: 100%;
}
.half-fluid .right-half .image img{
width: 100%;
}
.half-fluid .left-half .image img {
width: 100%;
}
.cta-footer-content .textwidget p{
font-weight: 600;
}
.site-top-quote .d-flex {
gap: 15px;
padding: 5px 10px;
background: #f8f8f8;
}
.site-top-quote .d-flex > a {
width: 50%;
border-radius: 0;
font-size: 15px;
padding: 10px 15px 10px 15px;
}
a.btn.get-quote.btn-arrow {
border-left: 2px solid #FFF;
}
.site-top-quote {
display: none;
}
@media (min-width: 1920px) {
}
@media (min-width: 1600px) {
.navbar-nav > li:not(:last-child) {
margin-right: 40px;
}
.navbar-light .navbar-nav .nav-link {
font-size: 16px;
}
.testimonial-wrap {
padding: 70px 0 112px 0;
}
.navbar-light .navbar-nav .nav-link {
font-size: 16px;	
}
}
@media (min-width: 1367px) {
.testimonial-item .content {
padding: 50px 40px;
}
.owl-carousel .owl-dots {
bottom: 65px;
}
.half-fluid .left-half .image{
position: relative;
top: 0%;
}
}
@media (min-width: 1200px) and (max-width: 1366px) {
.half-fluid .right-half{
display: flex;
align-items: center;
}
.half-fluid .left-half{
display: flex;
align-items: center;
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1240px;
}
}
@media (max-width: 1199px) {
.navbar-toggler {
width: 60px;
}
.navbar-light .navbar-brand {
color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link{
padding: 15px 0px;
} }
@media (min-width: 992px) and (max-width: 1199px) {
ul.five-column-bullets{
columns: 4;
-webkit-columns: 4;
-moz-columns: 4;
}
}
@media (min-width: 992px) {
.navbar-toggler {
display:none;
}
.site-logo {
height: 75px;
z-index: 999;
position: relative;
}
.half-fluid .left-half {
padding-left: 0 !important;
position: absolute;
left: 0;
right: 50%;
margin-left: auto;
width: auto;
}
.half-fluid .right-half {
padding-left: 0 !important;
position: absolute;
left: 50%;
right: 0%;
margin-left: auto;
width: auto;
}
.quick-cash .half-fluid .left-half{
right: 52%;
}
.cta-footer-content{
max-width: 991px;
margin: 0 auto;
}
}
@media (max-width: 991px) {
.navbar-light .navbar-nav .nav-link{
padding: 0px 0px;
}
.home-slider .slide-item > .container > .row {
gap: 100px;
}
.navbar-nav > li {
padding: 10px 0px;
border-bottom: 1px solid;
}
.navbar-nav > li:after {
border: 0;
}
.navbar-nav > li:last-child{
border:0;
}
.menu-contain{
max-height: 500px;
overflow: hidden;
overflow-y: scroll;
padding-top: 40px;
padding-bottom: 15px;
}
.navbar-nav > li.current_page_item .nav-link{
color: var(--header-hover-nav-color);
}
.fourcol, .our-patients-areas ul{
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
.full-width .right .content {
padding-left: 0px;
margin-top: 30px;
}
.full-width .left .content {
padding-right: 0px;
}
.container-fluid{
padding: 0px 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.flex.wrap {
gap: 50px;
flex-wrap: wrap;
}
ul.five-column-bullets{
columns: 3;
-webkit-columns: 3;
-moz-columns: 3;
}
}
@media (min-width: 768px) {
.navbar-light .dropdown:hover > .dropdown-menu {
display: block;
margin-top:0;
}
}
@media (max-width: 767px) {
.site-top-quote {
display: block;
}
.banner-call-us{
display:none;
}
.slide-item.home-banr {
background-image:none;
background-image: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-mobile-banner.webp) !important;
}
.home-slider .slide-item{
min-height:520px;
}
.footer-one-col .textwidget{
margin-left: 0px;
}
.threecol, .fourcol, .our-patients-areas ul, ul.five-column-bullets {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.navbar-brand .img-fluid {
height: 96px;
height: 110px;
margin-bottom: -40px;
position: relative;
z-index: 99999;
width: auto;
max-width: unset;
}
.header .navbar {
padding: 15px 0px;
}
.breadcrumb-banner{
background-position: center;
} .footer-bottom{
text-align: center;
}
.design-by.text-right {
text-align: center;
}
.google-review-image {
justify-content: center;
}
a.banner-call-us.primary-btn {
display: none;
}
.home-slider .slide-item{
padding: 2.5em 0;
}
.home-slider .slide-item .hero-text h1 {
font-size: 25px;
line-height: 33px;
}
.home-slider .slide-item .hero-text h5 {
font-size: 18px;
margin-bottom: 10px;
letter-spacing: 0px;
}
.home-slider .slide-item .hero-text p {
letter-spacing: 1px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
line-height: 22px;
}
.home-slider .slide-item > .container > .row {
gap: 50px;
}
}
@media (max-width: 599px) {
h2,h3 {
font-size: 30px;
line-height: 35px;
}
h4.blue-heading{
font-size: 22px;
line-height:35px;
}
.why-choose-us h2, .vehicle-range-section h2{
font-size: 30px;
}
}
@media (min-width: 576px) {
.alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.alignright {
float: right;
margin: 5px 0 40px 20px;
}
}
@media (max-width: 480px) {
.twocol, .threecol, .fourcol {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
.header .navbar	{
padding: 15px 0px;
}
}
.contact-form-inner-page {
box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.75);
padding: 20px;
margin-bottom: 10px;
}
.contact-form-inner-page .banner-consult-form h4 {
text-transform: uppercase;
text-align: center;
font-weight: 600;
}
@media (min-width: 992px) {
.contact-form-inner-page {
max-width: 400px;
float: right;
margin-left: 20px;
}
} .blue-heading{
color: var(--blue-heading-color);
}
a.blue-heading:hover{
color: var(--orange-heading-color);
}
.orange-heading{
color: var(--orange-heading-color);
}
a.orange-heading:hover{
color: var(--blue-heading-color);
}
header.header.navbar-fixed.fixed-top {
background: white;
} .owl-carousel .owl-item img{
width:auto;
}
.primary-btn{
font-size: 17px;
line-height: normal;
letter-spacing: 1px;
display: inline-block;
color: white;
font-weight: 500;
width: 200px;
padding: 15px;
text-align: center;
text-transform:uppercase;
}
.blue-btn{
background-color: #203d73;
color: white;
border: 1px solid #203d73;
}
.white-btn{
background-color: white;
color: #dc5b26;
font-weight: 600;
border: 2px solid #767676;
}
.white-btn:hover {
background: #203d73;
color: white;
border: 2px solid #203d73;
font-weight: 500;
}
.header-right .white-btn span {
color: black;
display: block;
text-align: left;
}
.header-right .white-btn:hover span{
color:white;
} a.orange-btn, button.orange-btn{
background-color: #dc5b26;
font-size: 17px;
line-height: normal;
letter-spacing: 1px;
display: inline-block;
color: white;
font-weight: 500;
width: 200px;
padding: 15px;
text-align: center;
border: 1px solid #dc5b26;
text-transform:uppercase;
}
.header-right .white-btn, .header-right .orange-btn{
font-size: 16px;	
}
a.orange-btn:hover, button.orange-btn:hover{
background: #203d73;
border: 1px solid #203d73;
}
.who-we-are a.orange-btn{
border: 3px solid #dc5b26;
}
.who-we-are a.orange-btn:hover{
background: transparent;
}
section.who-we-are h2 {
font-weight: 500;
}
.white-heading{
color:#fff;
}
.sub-head{
font-weight:400;
font-size: 22px;
margin-bottom: 10px;
letter-spacing: 1.3px;
}
.blue-heading.sub-head {
font-weight: 500;
}
.who-we-are{
background:#203D73;
}
.who-we-are p{
color:#fff;
font-weight:300;
}
section.who-we-are a.link{
color: #dc5b26;
font-weight:bold;
}
section.who-we-are a.link:hover {
text-decoration: underline;
} .vehicle-img-sec{
position:relative;
}
.vehicle-range-bottom {
padding-top: 300px;
position: relative;
background: radial-gradient(circle at center top, #ffffff, #acdfff);
}
.vehicle-range-top {
margin-bottom: 180px;
}
.custom-tooltip{
--bs-tooltip-bg: #fff;
--bs-tooltip-color: #000;
--bs-tooltip-max-width:300px !important;
--bs-tooltip-arrow-width: 25px;
--bs-tooltip-arrow-height: 25px;
}
span.point-1, span.point-2, span.point-3,span.point-4,span.point-5 {
position: absolute;
width: 2rem;
height: 2rem;
background: #dc5b26;
border-radius: 50%;
transition: transform 250ms ease-in-out;
}
span.point-1::after, span.point-2::after, span.point-3::after,span.point-4::after, span.point-5::after {
content: "";
display: inline-block;
width: 45%;
height: 45%;
border-radius: 50%;
background: #fff; transition: transform 250ms ease-in-out;
top: 9px;
right: 9px;
position: absolute;
} span.point-1 {
top: -135px;
right: 528px;
} span.point-2 {
top: -180px;
left: 628px;
}
span.point-3 {
top: -247px;
right: 615px;
} span.point-4 {
top: -165px;
left: 418px;
}
span.point-5 {
top: -321px;
left: 492px;
}
.vehicle-range-bottom img.car-img {
position: absolute; transform: translateX(-50%);
top:-440px;
} section.why-choose-us {
background: #f5f7f8;
}
.why-choose-us-content li.why-choose:before {
background-repeat: no-repeat !important;
width: 100%;
height: 100%;
border-radius: 0;
top:0;
}
.why-choose-us-content li.why-choose{
padding-left: 80px;
margin-bottom: 40px;
}
.why-choose-us-content li.aus-owned:before{
background:url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-australian-owned-icon.webp);
background-size: contain;
height: 60px;
}
.why-choose-us-content li.comp-prices:before{
background:url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-competitive-prices-icon.webp);
background-size: contain;
height: 70px;
}
.why-choose-us-content li.cust-satisfaction:before{
background:url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-customer-satisfaction-icon.webp);
background-size: contain;
height: 60px;
}
.owl-carousel.brand-slider .owl-stage {
display: flex !important;
align-items: center;
}
.ti-widget.ti-goog .ti-col-2 .ti-review-item {
flex: 0 0 50%;
max-width: 50%;
}
h4{
font-size:23px;
}
.product-gallery-sec{
display: grid;
grid-gap:10px;
}
.product-gallery-sec img{
width: 100%;
height: 100%;
object-fit: COVER;
} .work-1 {
grid-row: 1 / 7;
grid-column: 1 / 7;
} .work-2 {
grid-row: 1 / 4;
grid-column: 7 / 10;
} .work-3 {
grid-row: 4 / 7;
grid-column: 7 / 10;
} .work-4 {
grid-row: 1 / 7;
grid-column: 10 / 12;
}
.work-5 {
grid-row: 1 / 6;
grid-column: 12 / 15;
}
.gallery-btn {
grid-row: 6 / 7;
grid-column: 12 / 15;
}
.gallery-btn a.orange-btn{
width:100%;
}
@media only screen and (min-width:1400px){
.work-4 img{
object-position: -330px;
}
}
@media only screen and (max-width:991px){
.work-1 {
grid-row: 1 / 4;
grid-column: 1 / 5;
}
.work-2 {
grid-row: 1 / 2;
grid-column: 5 / 10;
}
.work-3 {
grid-row: 2 / 4;
grid-column: 5 / 10;
}
.work-4 {
grid-row: 4 / 7;
grid-column: 1 / 5;
}
.work-5 {
grid-row: 4 / 7;
grid-column: 5 / 10;
}
.gallery-btn {
grid-row: 7 / 8;
grid-column: 4 / 8;
display:none;
}
} section.footer-form {
background: url(//www.marfleet.com.au/wp-content/uploads/2024/04/marfleet-get-in-touch-car.webp);
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.footer-form .form-cont {
padding: 110px 0;
} .vehicle-services-sec.first-row, .vehicle-services-sec.second-row,.vehicle-services-sec.third-row {
padding: 70px 0;
}
.vehicle-services-sec.first-row, .vehicle-services-sec.third-row{
background: #f5f7f8;
} .contact-details ul li:before {
background-repeat: no-repeat !important;
width: 30px;
height: 30px;
border-radius: 0;
top:5px;
}
.contact-details ul li{
padding-left:40px;
padding-bottom:20px;
}
.contact-details ul li.call-us:before {
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/MarfleetFooterIcon03.png);
}
.contact-details ul li.email-us:before {
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/MarfleetFooterIcon01.png);
}
.contact-details ul li.find-us:before {
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/MarfleetFooterIcon02.png);
}
.contact-details ul li.abn-no:before {
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/MarfleetFooterIcon04.png);
}
.contact-details ul li.b-hours:before {
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-business-hours-icon.webp);
background-size: contain;
}
.social-icons.contact-social li a {
background: #dc5b26;
color: white;
} .footer .contact-details ul li h4 {
margin-bottom: 0;
text-transform: uppercase;
}
footer.footer p {
font-size: 16px;
color: var(--footer-text-color);
}
.footer .social-profile{
margin-bottom:0;
}
.footer-top .container {
border-bottom: 2px solid #767676;
}
.footer a:hover{
color: var(--orange-color);
} .shop-form p {
margin-bottom: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea, .banner-consult-form select.wpcf7-form-control.wpcf7-select {
font-size: 16px;
}
.breadcrumb{
justify-content: center;
}
.breadcrumb-banner .pm-page-heading{
text-align:center;
} .inner-page .faqs-cont .faqs-item {
border-bottom: 2px solid #d5d7d8;
padding-bottom: 10px;
}
.home-banr img.banner-google-rating {
width: 200px;
} html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
padding-right: 0;
} .m-icon:before {
content: '';
background-image: url(https://www.marfleet.com.au/wp-content/uploads/2024/03/marfleet-logo-icon.png);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
width: 57px;
height: 50px;
display:block;
}
.m-icon-left:before{
margin: unset;
}
.vehicle-range-bottom .wcu-list-item img {
width: 85px;
transition: transform .5s;
}
.vehicle-range-bottom .wcu-list-item .part-suspension-img {
width: 70px;
}
.vehicle-range-bottom .wcu-list-item:hover img {
transform: scale(1.35);
}
.no-wrap {
white-space: nowrap;
} .reasons-to-choose {
position: relative; padding: 90px 0px 50px;
}
.reasons-to-choose .section-head-content {
position: relative;
text-align: center;
margin-bottom: 40px;
}  .reasons-to-choose .content h4 {
font-size: 24px;
margin-bottom: 10px;
font-weight: 500;
}
.reasons-to-choose .section-bottom-content{
text-align: center;
}
.reasons-to-choose-items-wrap{
margin-bottom: 40px;
}
.reasons-to-choose-items {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 40px 60px;
justify-content: center;
}
.why-choose-item {
display: flex;
flex: 0 0 45%;
gap: 15px;
}
.why-choose-item .content {
width: 85%;
}
.why-choose-item .icon-img {
width: 65px;
text-align: center;
}
.why-choose-item .content h3 {
color: #012269;
font-size: 20px;
line-height: 26px;
margin-bottom: 5px;
font-weight: bold;
font-family: var(--site-secondary-font);
}
.why-choose-item .content p {
color: #272827;
font-size: 16px;
line-height: 21px;
font-weight: 400;
margin-bottom: 0;
font-family: var(--site-primary-font);
}
.why-choose-item.even .content {
order: 1;
text-align: right;
}
.why-choose-item.even .icon-img {
order: 2;
}
.why-choose-item.odd .content {
order: 2;
}
.why-choose-item.odd .icon-img {
order: 1;
}
.why-choose-item h3 span {
color: var(--orange-color);
}
@media (max-width: 991px) {
.why-choose-item {
flex: 0 0 100%;
}
}
@media (max-width: 767px) {
.why-choose-item.even .content {
order: 1; }
.why-choose-item.even .icon-img {
order: 1;
}
}
ul#pills-tab li:before{
content:none !important;
}
.journey-sec {
padding: 70px 0px 50px;
background: #70DEFF;
}
.vm-tab-sec{
padding:70px 0px 50px;
background: #1F3D73;
color: white;
}
.vm-tab-sec p{
font-weight:300;
}
.nav-pills .nav-link {
color: white;
}
.vm-tab-sec h4 {
font-size: 30px;
}
.nav-pills .nav-link.active {
position:relative;
background: transparent;
color:var(--orange-color);
font-weight: 600;
}
ul#pills-tab {
background: linear-gradient(to bottom, #1F3D73, #0B2351);
border-radius: 30px;
}
div#pills-tabContent {
padding: 28px 0 0;
}
@media only screen and (min-width:510px){
ul#pills-tab li{
position:relative;
}
ul#pills-tab li::after {
content: "";
position: absolute;
width: 2px;
height: 20px;
background: white;
top: 12px;
right: -9px;
}
ul#pills-tab li:nth-child(4):after{
content:none !important;
}
.nav-pills .nav-link.active::after {
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -16px;
content: "";
display: block;
border-left: 16px solid transparent;
border-right: 16px solid transparent;
border-top: 16px solid #0B2351;
}
}
.goals-sec{
padding:90px 0px 0px;
}
ul.milest li:before{
content:none !important;
}
.milest {
padding: 115px 0 0; background: url(https://www.marfleet.com.au/wp-content/uploads/2024/05/marfleet-road.webp) no-repeat;
background-size:contain;
position: relative;
padding-left: 0;
}
.milest:after {
clear: both;
content: "";
display: block
}
.milest li {
width: 20%;
float: left;
text-align: left
}
.mlstCvr {
padding: 17px;
position: relative
} .milestone {
padding: 60px 0 115px;
margin: 40px 0 0;
text-align: center;
background: #216bad
}  .mlstCvr:before {
position: absolute;
left: 0;
width: 2px;
bottom: 0;
top: 0;
background: #0B2351;
content: "";
}
.milest li:nth-child(1) .mlstCvr:before {
top: -56px;
bottom: -30px;
}
.milest li:nth-child(2) .mlstCvr:before {
top: -56px;
bottom: -30px;
}
.milest li:nth-child(3) .mlstCvr:before {
top: -56px;
bottom: -2px;
}
.milest li:nth-child(4) .mlstCvr:before {
top: -56px;
bottom: -30px;
}
.milest li:nth-child(5) .mlstCvr:before {
top: -56px;
bottom: -30px;
} .milestone .wid {
position: relative
} .mlstCvr:after {
content: "";
position: absolute;
left: -33px;
width: 80px;
height: 110px;
top:-118px;
background: url(https://www.marfleet.com.au/wp-content/uploads/2024/05/marfleet-orange-pin.webp) no-repeat 0 0;
background-size: 69px;
}
@media only screen and (max-width: 767px) {
.milest li {
width: 100%;
margin-bottom: 24px;
}
.milest {
padding-top: 60px;
}
.mlstCvr:after {
background-size: 100%;
width: 44px;
height: 41px;
left: -21px;
}
.milest li:nth-child(1) .mlstCvr:after, .milest li:nth-child(2) .mlstCvr:after, .milest li:nth-child(3) .mlstCvr:after, .milest li:nth-child(4) .mlstCvr:after, .milest li:nth-child(5) .mlstCvr:after {
top: -9px;
}
.milest li:nth-child(1) .mlstCvr:before, .milest li:nth-child(2) .mlstCvr:before, .milest li:nth-child(3) .mlstCvr:before, .milest li:nth-child(4) .mlstCvr:before, .milest li:nth-child(5) .mlstCvr:before {
top: 0;
}
.mlstCvr {
padding: 30px 9px 0;
}
}
@media only screen and (min-width:768px){
.milest li:nth-child(5) .mlstCvr:before, .milest li:nth-child(5) .mlstCvr:after{
display:none;
}
.milest li:nth-child(5){
text-align:right;
}
}
section.satisfaction-sec {
padding: 60px 0px 50px;
background: #dc5b26;
color:#fff;
}
section.satisfaction-sec h3{
color:#fff;
}