@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");
html,
body {
width: 100%;
}
:root {
--default-bgcolor: #ffffff;
--sidebar-bgcolor: #F1F5F9;
--anchor-text-color: #cd2b50;
--header-top-background-color: #ffffff;
--header-background-color: #222222;
--header-nav-color: #ffffff;
--header-hover-nav-color: #0cc3ff;
--header-nav-active-color: #0cc3ff;
--nav-color: #b90505;
--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: #ffd200;
--button-border-color: #b90505;
--button-bgcolor: #b90505;
--hover-button-color: #ffffff;
--hover-button-border-color: #121d91;
--hover-button-bgcolor: #121d91;
--button-white-color: #cd2b50;
--button-white-border-color: #ffffff;
--button-white-bgcolor: #ffffff;
--footer-background: #222222;
--footer-bottom-background: #5d5d5d;
--footer-heading-color: #0cc3ff;
--footer-social-color: #0cc3ff;
--footer-hover-link-color: #0cc3ff;
--footer-text-color: #ffffff;
--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: 'Montserrat', sans-serif;
--site-primary-font: 'Open Sans', sans-serif;
--site-secondary-font: 'Open Sans', sans-serif;
}
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: 34px;
line-height: 40px;
color: #222222;
font-weight: bold;
}
h2 {
font-size: 32px;
line-height: 40px;
color: #121d91;
font-weight: bold;
text-transform: capitalize;
}
h3, h4{
font-weight: 500;
}
p, a, li{
font-family: var(--site-primary-font);
}
p, li {
font-size: 16px;
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(--nav-hover-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: 5px;
}
a {
color: var(--nav-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;
}
ul.number-list>li::before {
content: counter(item);
width: 40px;
height: 40px;
border-radius: 0;
color: #222222;
text-align: center;
line-height: 40px;
font-size: 25px;
top: 0;
background: #0cc3ff;
}
.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: #fff;
border: 2px solid #FFF;
padding: 12px 30px;
font-size: 24px;
line-height: normal;
border-radius: 10px;
display: inline-block;
}
a.banner-call-us:hover {
color: var(--header-nav-color);
background: var(--button-color);
border-color: var(--button-color);
} .content-wrap { }
.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: 1240px;
}
.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: 40px;
}
.top-right-nav a:not(.get-quote) { flex-direction: column;
text-align: left;
gap: 0;
position: relative;
color: #cd2b50;
background-size: 28px; font-size: 22px;
font-weight: bold;
line-height: 1.2;
align-items: flex-start;
justify-content: center;
}
.top-right-nav a > .hp-text {
color: #cd2b50;
font-size: 22px;
font-weight: bold;
}
.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: 40px;
height: 40px;
line-height: 35px;
border: 2px solid;
text-align: center;
border-radius: 50px;
color: #121d91;
}
.header-email-bx:before {
content: "\f0e0";
}
.header-phone-bx:before {
content: "\f095";
font-size: 20px;
}
.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: #cd2b50;
color: #cd2b50;
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;
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 {
background-color: #0cc3ff;
color: #ffffff;
}
.navbar-light .navbar-nav .dropdown-item{
text-transform: uppercase;
font-weight: 600;
}
.navbar-light .navbar-nav .dropdown-item:focus, .navbar-light .navbar-nav .dropdown-item:hover {
background-color: #0cc3ff;
color: #ffffff;
}
.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;
}
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: 24px;
transition: all 0.4s;
background-color: #222222;
margin-right: 0px;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid var(--footer-social-color);
border-radius: 50%;
}
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 {
background-color: #ffffff;
border-radius: 10px;
padding: 10px 15px;
border: 1px solid #b4b4b4;
width: 100%;
}
input[type="submit"], button[type="submit"] {
font-size: 18px;
color: #000000;
padding: 14px 25px 14px 25px;
border: 1px solid #0cc3ff;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
background: #0cc3ff;
background-size: 22px;
transition: all 0.4s;
text-align: left;
border-radius: 10px;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
input[type="submit"]:hover, button[type="submit"]:hover{
border-color: #b90505;
color: var(--hover-button-color);
background-color: #b90505;
}
.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(//sharpcarremoval.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;  }
.home-slider .slide-item .hero-text h5 {
font-size: 16px;
font-weight: 600;
line-height: 20px;
color: #222222;
margin-bottom: 10px;
letter-spacing: 0px;
}
.home-slider .slide-item .hero-text h1 {
font-size: 38px;
text-transform: uppercase;
font-weight: 800;
line-height: 40px;
color: #222222;
letter-spacing: 1px;
}
.home-slider .slide-item .hero-text li {
font-size: 18px;
font-weight: 600;
line-height: 1;
}
.booking-form.quick-free-fuote {
padding: 20px;
text-align: center; position: relative;
background: #121d91;
}
.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:before {
content: '';
background-image: url(//sharpcarremoval.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;
}
a.banner-call-us:hover {
color: #ffffff;
}
.banner-brand-slider {
position: relative;
padding-top: 30px;
padding-bottom: 30px;
background-color: #e8f6ff;
margin-top: 3px;
} .cta-footer {
padding: 70px 0px;
text-align: center;
background: #f7f7f7;
}
.cta-footer h3 {
font-weight: bold !important;
text-transform: uppercase;
font-size: 32px;
color: #121d91;
}
.footer-column{
position: relative;
}
.footer-column::before {
content: "";
height: 95%;
width: 1px;
background: rgb(255 255 255 / 60%);
position: absolute;
left: -25px;
}
.footer {
clear: both;
color: #FFFFFF;
color: var(--footer-background);
}
.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: 300;
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;
background: var(--footer-background);
}
.footer-top  p{
color: #fff;
}
.footer-bottom {
background: var(--footer-bottom-background);
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: #ffcc00;
}
.footer-widget .menu li {
margin-bottom: 0px;
list-style: none;
color: #fff;
line-height: 23px;
font-size: 16px;
padding: 0;
}
.footer-widget .menu li:before{
display: none;
}
.footer-widget .menu li a {
font-size: 16px;
line-height: 35px;
text-transform: capitalize;
color: #FFFFFF;
}
.footer-widget .menu li > a {
color: var(--footer-text-color);
}
.footer-widget .menu li > a:hover, .footer a:hover{
color: var(--footer-social-color);
}
.footer-widget .menu li ul{
margin-top: 10px;
}
.footer-widget .menu li ul li:before {
content: "-";
margin-right: 8px;
color: #ffffff;
}
.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 h2{
font-size: 32px;
text-transform: uppercase;
}
.why-choose-us-top{
padding: 70px 0px 10px;
border-bottom: 2px solid #fff;
}
.why-choose-us-bottom{
padding: 30px 0px;	
background: #e8f6ff;
}
.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: 20px;
margin-bottom: 10px;
font-weight: bold;
color: #121d91;
}
.wcu-list-item h4 {
font-weight: bold;
font-size: 20px;
}
.wcu-list-item>div{
min-height: 90px;
margin-bottom: 10px;
}
.set-ut {
padding: 90px 0px 70px;
}
.faq-section {
position: relative;
padding: 70px 0;
}
.faq-section h2 { }
.quick-cash {
background: linear-gradient(0deg,#e8f6ff 1%,#ffffff 88%);
}
.quick-cash h4 {
font-weight: bold;
font-size: 18px;
margin-bottom: 5px;
} .about-us{
padding: 70px 0px 70px;
text-align: center;
}
.box-item{
margin-bottom: 40px;
}
.box-item h4 {
font-size: 20px;
font-weight: bold;
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: 20px;
}
.customers-review{
padding: 70px 0 60px;
background: #e8f6ff;
}
.google-review-image {
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.review-title{
background-image: url(//sharpcarremoval.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{
font-weight: 700;
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(//sharpcarremoval.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;
}
select.wpcf7-form-control.wpcf7-select {
width: 100%;
background: #F5F2F2;
background-position: 60% 50%;
background-repeat: no-repeat;
background-size: 1.4rem;
padding: 10px;
}
.py-6 {
padding-top: 3rem!important;
padding-bottom: 4rem!important;
}
.accordion-item {
background-color: transparent;
border: 0;
box-shadow: unset;
}
.accordion-button {
background-color: transparent;
color: #222222;
font-size: 18px;
line-height: 24px;
font-family: var(--site-primary-font);
font-weight: 600;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
padding-bottom: 12px;
border-bottom: 1px solid #777777;
}
.accordion-button:focus{
border-bottom: 1px solid #777777;
}
.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: #121d91;
background-color: transparent;
box-shadow: unset;
}
.accordion-button[aria-expanded="true"] {
color: #121d91;
}
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,#0cc3ff 1%,#121d91 88%) !important;
padding: 50px 0px 50px;
}
.breadcrumb-banner h1 {
font-weight: 600;
text-transform: uppercase;
}
.breadcrumb-banner .breadcrumb li a, .breadcrumb-banner .breadcrumb li {
color: #ffffff;
}
.breadcrumb-banner .breadcrumb li.active {
color: #b90505;
}
.breadcrumb-banner .breadcrumb-item + .breadcrumb-item::before {
color: #222222;
}
.breadcrumb-banner .breadcrumb li:first-child:before{
display: none;
} .inner-page {
padding: 70px 0px 70px;
}
.inner-page ul{
margin-bottom: 1rem;
padding-left: 2rem;
}
.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 {
color: #222;
border-color: #222;
background: transparent;
}
.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;
}
.get-a-quote-form .wpcf7-spinner {
position: absolute;
top: 8px;
} .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;
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 {
background: #f8f8f8;
}
.site-top-quote .d-flex > a {
width: 50%;
border-radius: 0;
font-size: 15px;
padding: 10px 15px 10px 15px;
}   .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;
width: 80%;
top: 10px;
}
.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;
}
.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: 55px;
position: relative;
z-index: 99999;
width: auto;
max-width: unset;
}
.header .navbar {
background: var(--header-background-color);
padding: 5px 0px;
}
.breadcrumb-banner{
background-position: center;
}
.get-a-quote-form{
padding: 30px 0px;
}
.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;
font-weight: 700;
line-height: 33px;
letter-spacing: 1px;
}
.home-slider .slide-item .hero-text h5 {
font-size: 14px;
font-weight: 600;
line-height: 20px;
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 {
font-size: 25px;
line-height: 35px;
}
.why-choose-us 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: 5px 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: capitalize;
text-align: center;
font-weight: 700;
font-size: 20px;
}
@media (min-width: 992px) {
.contact-form-inner-page {
max-width: 400px;
float: right;
margin-left: 20px;
}
}
ul.social-profile {
padding-left: 0;
}
.qr-code-img img {
width: 150px;
padding-bottom: 30px;
padding-top:20px;
}