@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.eot');
    src: url('../fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff'),
        url('../fonts/Figtree-Regular.ttf') format('truetype'),
        url('../fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-ExtraBold.eot');
    src: url('../fonts/Figtree-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-ExtraBold.woff2') format('woff2'),
        url('../fonts/Figtree-ExtraBold.woff') format('woff'),
        url('../fonts/Figtree-ExtraBold.ttf') format('truetype'),
        url('../fonts/Figtree-ExtraBold.svg#Figtree-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Bold.eot');
    src: url('../fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff'),
        url('../fonts/Figtree-Bold.ttf') format('truetype'),
        url('../fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Light.eot');
    src: url('../fonts/Figtree-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Light.woff2') format('woff2'),
        url('../fonts/Figtree-Light.woff') format('woff'),
        url('../fonts/Figtree-Light.ttf') format('truetype'),
        url('../fonts/Figtree-Light.svg#Figtree-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Black.eot');
    src: url('../fonts/Figtree-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Black.woff2') format('woff2'),
        url('../fonts/Figtree-Black.woff') format('woff'),
        url('../fonts/Figtree-Black.ttf') format('truetype'),
        url('../fonts/Figtree-Black.svg#Figtree-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Medium.eot');
    src: url('../fonts/Figtree-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Medium.woff2') format('woff2'),
        url('../fonts/Figtree-Medium.woff') format('woff'),
        url('../fonts/Figtree-Medium.ttf') format('truetype'),
        url('../fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Figtree';
    overflow-x: hidden;
}

h1 {
    font-size: 42px;
    font-family: 'Figtree';
}

h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Figtree';
}

h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Figtree';
}

h4 {
    font-size: 20px;
    font-family: 'Figtree';
}

h5 {
    font-size: 20px;
    font-family: 'Figtree';
}

h6 {
    font-size: 20px;
    font-family: 'Figtree';
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'Figtree';
    color: #1F1F1F;
}

a {
    text-decoration: none;
    font-family: 'Figtree';
}

a:hover {
    color: inherit;
}

input {
    font-family: 'Figtree';
}

.enquery .form-control:focus::placeholder {
    opacity: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(222 2 9 / 13%);
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-fluid{
    width: 90% !important;
    margin: auto;
}
.container-custom{
    width: 80% !important;
    margin: auto;
}
/* .container-service{
    width: 100% !important;
    margin: 0px 213px auto;
} */
.navbar-expand-lg .navbar-nav .nav-link:focus-visible {
    outline: none;
}



/* Common CSS */
.top_header {
    background: transparent linear-gradient(270deg, #3D3D3D 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    /* padding: 6px 0; */
    position: relative;
}
.top_header .row {
    display: flex
;
    align-items: center;
}
.open h4 {
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.reviews_top h4 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.btn_top_header {
    background: #004F86;
    color: #fff;
    padding: 6px 12px;
    height: 100%;
    display: inline-block;
    font-size: 14px;
}
.btn_top {
    text-align: right;
}
.btn_top a:hover {
    color: #fff;
}
.reviews_top img {
    margin-right: 5px;
}
.open h4 span {
    margin-right: 5px;
    width: 9px;
    height: 15px;
    transform: scale(1);
    border: 14px solid #44CF3E52;
    animation: pulse 2s linear infinite;
    cursor: pointer;
    transition: opacity .6s ease 0s;
    display: flex;
    border-radius: 50%;
}
.open h4 span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #44CF3E;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.open h4 span::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 50%);
}
@keyframes pulse {
	0%,
	100% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(0.75);
	}
}
.media-left.media-middle img {
    width: 190px;
}
.top_call p {
    margin: 0;
    padding: 0;
    color:#1F1F1F;
}
.top_call h4 {
    margin: 0;
    margin-top: -5px;
    color: #1F1F1F;
    font-weight: 600;
}
.top_contact a {
    display: flex;
    align-items: center;
}
.top_contact img {
    margin-right: 6px;
    background: #004F86;
    padding: 8px;
    border-radius: 100%;
    margin-top: 5px;
}
.top_btns a {
    background: #DF6E01 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
    border: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    padding: 11px 10px;
    font-size: 15px;
    width: auto;
    font-weight: 500;
}
.top_btns {
    margin-left: 25px;
}
.top_btns a:hover {
    background: #004F86;
    border-radius: 0px;
}

.banner_content h4 {
    background: #DF6E01;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.duel_btn {
    display: inline-block;
}
.duel_btn span img {
    filter: brightness(1) invert(1);
    margin-right: 3px;
        -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
}
.btn_white {
    background: #fff;
    padding: 11px 10px;
    border-radius: 6px;
    margin-right: 5px;
    color: #1F1F1F;
    font-weight: 500;
    border: 1px solid #fff;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
}
.btn_bg {
    padding: 11px 10px;
    border-radius: 6px;
    background: #DF6E01;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
}
.btn_bg:hover {
    background: #004f86;
    color: #fff;
    border-radius: 0px;
}
.btn_white:hover {
    background: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
}
.btn_white:hover span img {
    filter: brightness(1) invert(0);
}


.btn:hover{
    color: #ffffff;
}

.btn {
    --tilt: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* background: none; */
}

.btn:before {
    left: calc(-100% - var(--tilt));
}

.btn:before, .btn:after {
    content: "";
    z-index: -1;
    width: calc(100% + var(--tilt));
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(126,3,3,1) 0%, rgba(222,2,9,1) 62%);
    clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
    transition: transform 0.6s;
}

.btn:after {
    left: 100%;
    transform: rotate(180deg);
}
.btn:hover:before {
    transform: translateX(100%);
}
.btn:hover:after {
    transform: rotate(180deg) translateX(100%);
}


.theme-btn-trans {
    background: #f9000000;
    border-color: #606060;
    padding: 9px 10px;
    font-weight: 500;
    font-size: 14px;
    width: 150px;
    border-radius: 4px;
    color: #343434;
    margin-right: 5px;
}


.flex_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.nav_cta {
    display: flex
;
    align-items: center;
}

.top-bar {
    margin-bottom: 0;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border: 0;
    /* padding: 3px 0px; */
    margin: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 18.25px 6.75px rgba(0, 0, 0, 0.09);
}

.first_row {
    align-items: center;
    position: relative;
    padding: 0px 0px;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #f8f8f8;
}

header.onscroll {
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 26%);
    transition: .4s;
}

.onscroll .top-bar {
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.18);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    box-shadow: 0 0 0.5em rgb(18 18 18 / 15%);
    background-color: rgb(255, 255, 255);
    margin: 0;
    border-radius: 0;
}

.navbar{
    padding: 0px !important;
}
.top-bar .navbar-toggler-icon {
    background: url(../images/humburger.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-nav .nav-item:hover .nav-link {
    color: #df6e01;
}
.navbar-nav .nav-item:hover .arrow {
    border-color: #df6e01;
}
.nav-bar {
    background: #143059;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.nav-bar.stiky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 40px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/* menu css */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.about_menu img {
    max-width: 32px;
    margin-right: 5px;
}






.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu .dropdown-menu-right {
  left: auto;
  right: 100%;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-20%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-nav .nav-link {
    position: relative;
    color: #1F1F1F ;
    font-weight: 500;
}

.navbar-light .navbar-toggler {
    color: #ffffff !important;
    border-color: rgb(255 255 255);
    padding: 3px 9px;
}

.top_info button.navbar-toggler {
    display: none;
}
.tab{
    display: none !important;
}
.tgl_icon{
    position: relative;
    padding: 0px;
}
.bd_item li a img {
    width: 22px;
    margin-top: -3px;
    filter: brightness(0) saturate(100%);
}
.bd_item li:hover img {
    filter: brightness(1) saturate(100%);
}
.bd_item li:hover .level_2 a:hover {
    color: #df6e01;
}


.banner {
    padding: 93px 0px 0px;
    position: relative;
    z-index: 0;
    height: 745px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    
}

.banner:hover:before {
    border-radius: 0;
    width: 100%;
}
.banner:hover::after {
    border-radius: 0;
    width: 100%;
}

.banner:before {
    content: "";
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 20px;
        -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    width: 98.5%;
    margin: auto;
}
.banner:after {
    content: "";
    position: absolute;
    background: transparent linear-gradient(269deg, #DF6E01 0%, #004F86 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.85;
    border-radius: 20px;
        -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    width: 98.5%;
    margin: auto;
}

.banner_image_right img {
    max-width: 420px;
    position: absolute;
    bottom: 0;
}
.banner-truck img {
    padding: 45px 0px 0px;
}

.banner_content h1 {
    color: #ffffff;
    font-size: 63px;
    margin: 0;
    line-height: 65px;
    font-weight: 700;
}

.banner_content p {
    color: #ffffff;
    font-weight: 500;
    line-height: 25px;
    padding: 18px 0 31px;
    font-size: 19px;
}


.top_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.enquery .form-control::placeholder {
    color: #535353;
}



/*form*/
.enquery {
    background: #fff;
    box-shadow: 8px 20px 18px 0 rgb(143 143 143 / 35%);
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.09);
    max-width: 510px;
    float: right;
    width: 100%;
    z-index: 0;
    position: relative;
}

.main_right::before {
    content: "";
    position: absolute;
    background: url(../images/man.png);
    background-repeat: no-repeat;
    right: 580px;
    width: 100%;
    height: 100%;
    max-width: 467px;
    max-height: 625px;
    z-index: 0;
    bottom: 0;
}
.main_right::after {
    content: "";
    position: absolute;
    background: url(../images/badge.png);
    background-repeat: no-repeat;
    right: 590px;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    z-index: 0;
    bottom: 0;
    top: 33px;
    margin: auto;
}

.enquery .title {
    padding: 12px 10px 12px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    background: #004F86;
}



.enquery form{
    padding: 14px 25px 20px;
}

.enquery .form-control {
    border: 0;
    border-radius: 6px;
    padding: 14px 10px;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    background: #E9E9E9;
    color: #5D5D5D;
}
.enquery .form-control:focus {
    border-color: #ffa233;
    box-shadow: none !important;
}
.enquery .form-group {
	margin-bottom: 12px;
}

.datepicker td, .datepicker th {
	width: 2rem;
    height: 2rem;
    font-size: 14px;
}

.enquery .form-check {
    padding-left: 0;
    display: flex;
}
.enquery .form-check p {
    display: flex;
    line-height: 18px;
}
.enquery .form-check-input {
    position: static;
    margin: 7px 6px 0 0 !important;
    width: 16px !important;
    border-radius: 2px !important;
}
.form-group:nth-child(9){
    margin-bottom: 2px;
}
.enquery .form-check-label {
    font-size: 13px;
    font-weight: 400;
} 
.enquery textarea.form-control {
    height: 100px;
}

    .form-group:nth-child(3) {
        width: 49%;
        float: left;
    }
    
    .form-group:nth-child(2) {
        width: 49%;
        float: left;
        margin-right: 5px;
    }
     .form-group:nth-child(4) {
        width: 49%;
        float: left;
        margin-right: 5px;
    }
     .form-group:nth-child(5) {
        width: 49%;
        float: left;
    }
     .form-group:nth-child(6) {
        width: 49%;
        float: left;
        margin-right: 5px;
    }
     .form-group:nth-child(7) {
        width: 49%;
        float: left;
    }


.custom-control-label::after, .custom-control-label::before{
    top: 0;
}
.g-recaptcha {
    transform: scale(0.55);
    transform-origin: 0 0;
    height: 50px;
}
.enquery form .btn-danger {
    border-radius: 6px;
    background: #DF6E01;
    border-color: #DF6E01;
    padding: 8px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
}
.enquery .form-check-label a {
    color: #ffa233;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #5D5D5D !important;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-moz-placeholder {
    opacity: 1;
    color: #5D5D5D !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

::-moz-placeholder {
    opacity: 1;
    color: #5D5D5D !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #5D5D5D !important;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

:focus::placeholder {
    opacity: 0;
}
.form-check-input:checked {
    background-color: #ffa233;
    border-color: #ffa233;
}

.about h2 {
    font-size: 40px;
    font-weight: 700;
    color: #004F86;
}

p.badge_text {
    font-size: 18px;
    color: #ffffff;
    padding: 2px 14px;
    font-weight: 500;
    background: #004F86;
    display: inline-block;
}
a.highlight_a {
    color: #004F86;
}
.about_image img {
    width: 100%;
}
.about_section {
    padding: 50px 0 50px;
}
.about_section .row {
    align-items: center;
}
.about p {
    margin-bottom: 8px;
    line-height: 27px;
}

.mobile_form{
    display: none;
}
.mobile_image{
    display: none;
}

.arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
   float: right;
   margin-top: 7px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef00 !important;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2px;
    margin-left: 4px;
}


.on_hover .dropdown-toggle::after{
    display: none;
}

.qualities {
    padding: 40px 0px;
}

.qualiti_image {
    text-align: center;
}
.qualiti_image img {
    max-width: 55px;
}
.qualities .row {
    align-items: center;
}
.qualiti_image p {
    padding: 0;
    margin: 10px 0px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.about_btns .btn_white {
    background: #fff;
    padding: 12px 20px;
    margin-left: 8px;
    color: #1F1F1F;
    font-weight: 500;
    border: 1px solid #1F1F1F;
}

.about_btns .btn_bg {
    padding: 12px 20px;
}
.about_btns .btn_white:hover {
    background: #004f86;
    border-radius: 0px;
    color: #fff;
}

.float_text p {
    color: #DF6E01;
    font-weight: 600;
    letter-spacing: 4.9px;
        position: relative;
}
.float_text {
    position: absolute;
    right: -280px;
    top: 60px;
    transform: matrix(0, -1, 1, 0, 0, 0);
}
.about {
    position: relative;
}
.float_text p::before {
    content: "";
    position: absolute;
    background: #df6e01;
    height: 2px;
    width: 110px;
    left: -120px;
    margin: auto;
    top: -8px;
    bottom: 0;
}

.pricing {
    background: #F2F4F5;
    padding: 45px 0px;
}
.pricing .row {
    justify-content: center;
}
.price_title {
    text-align: center;
    margin-bottom: 30px;
}

.price_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #004F86;
    margin: 0;
}

.price_title p {
    font-size: 16px;
    font-weight: 500;
}
.pricing-plan {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #00000008;
    text-align: center;
    padding: 0px 0px 15px;
    border: 2px solid #df6e0100;
        transition: .2s;
            border-top: none;
}
.pricing-plan:hover {
    border: 2px solid #df6e01;
        border-top: none;
}
.plan-title {
    margin: 0;
    font-size: 20px;
    background: #004F86;
    color: #fff;
    padding: 14px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plan-price {
    font-size: 34px;
    font-weight: 800;
    margin: 4px 0px 0px;
    padding: 0;
    background: linear-gradient(90deg, #004F86, #DF6E01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plan-cost {
    padding: 20px 0px;
}
ul.plan-features {
    margin: 0;
}
.plan-features li {
    font-size: 16px;
    font-weight: 400;
    color: #1F1F1F;
    border-bottom: 1px solid #DCDCDD;
    padding: 15px 0px;
    margin: 0px 30px;
}

.plan-features li:first-child {
    border-top: 1px solid #DCDCDD;
}

.plan-features li:last-child {
    border: none;
    color: #df6e01;
    cursor: pointer;
}
.price_btn a {
    border-radius: 5px;
    padding: 9px 20px;
    display: block;
    margin: 15px 20px;
}
.price_btn {
    margin: 0 !important;
}

.plan-cost span {
    font-size: 15px;
    font-weight: 500;
}
.services {
    background: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 0px;
    overflow: hidden;
}
.services::before {
    content: "";
    position: absolute;
    background: #004F86;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.flex_ser_row {
    align-items: center;
    padding-bottom: 40px;
}

.service_title {
    display: flex;
    align-items: center;
    padding: 18px 0px;
}

.service_title h2 {
    font-size: 23px;
    margin-left: 10px;
    margin-bottom: 0;
}
.service_title h2 a {
    color: #004F86;
}

.service_box {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 30px;
    height: 100%;
}
.services .owl-carousel .owl-stage {
    height: 100%;
}
.services .owl-carousel.owl-drag .owl-item{
    height: 100%;
}
.services .owl-carousel.owl-drag .owl-item .col{
    height: 100%;
}

.service_text p {
    line-height: 22px;
    margin-top: 19px;
    padding-bottom: 15px;
}

.service_btn a {
    font-size: 15px;
    font-weight: 500;
    color: #DF6E01;
    text-decoration: underline;
}
.service_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.service_image img {
    width: 100% !important;
    margin: auto;
}
.service_box .service_image img {
    transition: transform 0.3s ease;
}
.service_box:hover .service_image img {
    transform: scale(1.1);
}
.service_image{
    overflow:hidden;
    border-radius: 10px;
}

.service_title img {
    width: 40px !important;
}
.service_heading p {
    color: #fff;
    font-size: 17px;
}

.all_service_btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}
.services .duel_btn {
    margin-top: 60px;
    position: relative;
    display: block;
}

.services .duel_btn::before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 350px);
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100% !important;
    width: auto;
}
.owl-dots {
    display: none;
}
.owl-nav{
    display: block !important;
}
.services .owl-nav {
    position: absolute;
    top: -102px;
    right: 130px;
}
.all_service_btn {
    text-align: right;
}
.services .owl-nav button {
    border: 1px solid #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
.services .owl-nav button span {
    font-size: 25px;
    line-height: 25px;
        color: #fff;
}
.services .owl-nav button:hover {
    border: 1px solid #DF6E01 !important;
}
.services .owl-nav button:hover span {
    color: #DF6E01;
}
.content_can_move h2 {
    font-size: 37px;
    font-weight: 700;
    color: #004F86;
}
.img_can_move img {
    max-width: 100%;
    margin: auto;
    display: block;
    margin-top: 22px;
}
.points_can_move .right {
    float: none;
}
.points_can_move ul {
    margin: 0;
}
.points_can_move .right {
    float: none;
    margin-right: 15px;
}

.points_can_move ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #C5C8C9;
    font-size: 16px;
    font-weight: 500;
    color: #1F1F1F;
}
.points_can_move ul li img {
    max-width: 27px;
    margin-right: 5px;
    border: 3px solid #DF6E0133;
    border-radius: 50%;
}
.can_we_move {
    background: #F2F4F5;
    padding: 70px 0px 0;
}
.box_why {border-radius: 10px;background: #004F86;margin: 15px 15px;padding: 25px;width: 215px;height: 100%;}

.boxes_why_choose {
    display: flex;
    align-items: center;
}

.box_why p {
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    padding: 11px 0px 0px;
}
.why_image img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.why_content h2 {
    font-size: 40px;
    color: #1F1F1F;
}
.why_choose {
    padding: 75px 0px;
}
.move_easy_box {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 40px 10px;
    height: 100%;
}

.move_easy_box_image {
    background: #004F86;
    display: flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}

.move_easy_box_image::before {
    content: "";
    position: absolute;
    background: #00000000;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    z-index: 0;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #004F86;
    opacity: 0.3;
}

.move_easy_box span {
    color: #DF6E01;
    font-size: 16px;
    font-weight: 500;
}

.move_easy_box_title h4 {
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 600;
    margin: 11px 0px;
}

.move_easy_box_title p {
    font-size: 15px;
    padding: 0;
    line-height: 23px;
}
.easy_move {
    background: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 70px 0px 30px;
}
.easy_move::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(269deg, #DF6E01 0%, #004F86 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.easy_move::after {
    content: "";
    position: absolute;
    background: url(../images/dotted.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    /* max-width: 1578px;
    max-height: 82px; */
    max-width: 1712px;
    max-height: 110px;
}
.easy_move .row {
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}
.easy_move .duel_btn {
    margin-top: 20px;
}


/* customer Reviews */
.title_main h2 {
    font-size: 40px;
}
.customer_reviews {
    padding: 40px 0 40px;
    position: relative;
}
.customer_reviews .row {
    justify-content: center;
}
.title_main {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials_box {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0px;
}
.video_reviews_all .testimonials_box {
    height: auto;
}
.customer_reviews .owl-carousel .owl-stage-outer {
    height: 100%;
}
.customer_reviews .owl-carousel.owl-drag .owl-item {
    height: 100%;
}
.customer_reviews .owl-carousel .owl-stage {
    height: 100%;
}
.testimonials_box video {
    width: 100% !important;
    height: 100%;
    background: #121b28;
    object-fit: contain;
    border-radius: 6px;
}
.testimonials_inner_box img {
    width: unset !important;
}
.testimonials_inner_box {
   text-align: center;
}
.testimonials_text p {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0px 10px;
    font-style: italic;
}
.testimonials_inner_box {
    text-align: center;
    padding: 15px 10px;
}
.testimonials_inner_box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.testimonials_inner_box {
    text-align: left;
    padding: 40px 25px 20px;
    box-shadow: 0px 2px 7px #00000008;
    border-radius: 10px;
    height: 100%;
    background: #E5EDF3;
}
.owl-item.active.center .testimonials_inner_box {
    border: none;
        background: none;
}
.testimonials_video img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials_video {
    position: relative;
    height: 100%;
}
.play_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    display: inline-table;
}
.play_icon img {
    max-width: 100px;
    margin: auto;
}
.play_icon span {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.testi_button {
    text-align: center;
    margin-top: 15px;
    z-index: 0;
}


.customer_reviews .owl-nav {
    position: relative;
}

.customer_reviews .owl-nav button {
    border: 1px solid #777 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.customer_reviews .owl-nav button span {
    font-size: 25px;
    line-height: 25px;
}
.customer_reviews .owl-nav button:hover {
    border: 1px solid #DF6E01 !important;
}
.customer_reviews .owl-nav button:hover span {
    color: #DF6E01;
}

.customer_reviews .owl-next {
    margin-left: 270px;
}
.customer_reviews .owl-prev {
    position: absolute;
    left: 50%;
    top: 42px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    margin-left: -170px;
}
.customer_reviews .owl-next {
    position: absolute;
    right: 50%;
    top: 42px;
    bottom: 0;
    margin: auto;
    margin-right: -170px;
}


.fixed_slide {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: calc(100% - 55px);
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 22%);
    padding: 3px;
    border-radius: 6px;
    overflow: unset;
}
.fixed_slide::before {
    display:none;
}
.rowf {
    position: relative;
}

.vdo_bx{
    position: relative;
}
.video_with_reviews {
    height: 100%;
}
.hiring_image {
    background: #DF6E01;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}
.hiring_image::before {
    content: "";
    position: absolute;
    background: #00000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 0;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 6px solid #DF6E0138;
}

.hiring_image img {
    max-width: 34px;
}

.hiring_cbd .row {
    justify-content: center;
}

.hiring_heading h2 {
    text-align: center;
    color: #004F86;
        font-size: 40px;
}

.hiring_cbd::before {
    content: "";
    position: absolute;
    background: #d1d1d1;
    height: 1px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.hiring_cbd {
    padding: 40px 0px;
    position: relative;
    margin-top: 30px;
}

.hiring_content h3 {
    font-size: 21px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}

.hiring_content p {
    text-align: center;
    line-height: 24px;
    padding: 10px 0px 0px;
}

.hiring_content {
    padding: 0px 20px;
}
.new_row {
    margin-top: 60px;
}

.city_form {
    background: url(../images/Get-a-Free-Quote-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0px 70px;
}
.city_form::before {
    content: "";
    position: absolute;
    background: #004F86;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.map_btn:hover {
    background: #fff;
    color: #1F1F1F;
    border-radius: 0px;
}
.map_image img {
    max-width: 100%;
    margin: auto;
    display: block;
}
.map_content h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.map_content p {
    color: #fff;
    text-align: center;
}

.map_content {
    text-align: center;
    padding: 25px 50px 0;
}
.map_content span {
    display: block;
}
.sticky_image {
    position: sticky !important;
    top: 95px;
}
.phone_info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* *********** */
.map_image {
    position: relative;
}
.auckland {
    position: absolute;
    top: 11.1%;
    right: 41%;
    border-radius: 50px;
}

.wellington {
    position: absolute;
    top: 40%;
    right: 33.1%;
    border-radius: 50px;
}

.christchurch {
    position: absolute;
    bottom: 37%;
    left: 48.4%;
    border-radius: 50px;
}
/* .hamilton {
    position: absolute;
    bottom: 17%;
    left: 21.8%;
    border-radius: 50px;
} */

.hamilton {
    position: absolute;
    top: 20%;
    right: 33.8%;
    border-radius: 50px;
}
.hamilton a {
    left: 12px;
    width: max-content;
}

.hamilton a::before {
    left: 0;
}
.wellington a {
    top: -60px !important;
}
.all_location > span {
    width: 25px;
    height: 25px;
    /* border: 2px solid rgb(186 32 37); */
    transform: scale(1);
    animation: pulse 2s linear infinite;
    cursor: pointer;
    transition: opacity .6s ease 0s;
    display: flex
;
    border-radius: 50%;
}
.all_location > span:before {
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.all_location > span:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.3em solid rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.all_location a span {
    background: #fff;
    position: absolute;
    left: 24px;
    padding: 0px 8px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    top: -2px;
}
.all_location a span:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 5px solid transparent;
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(0.75);
	}
}
.all_location a {
    position: absolute;
    z-index: 1;
    top: -90px;
    right: 12px;
    background: #ffffff;
    padding: 7px 12px;
    color: #1F1F1F;
    font-weight: 500;
    font-size: 14px;
}
.all_location a::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 1px;
    height: 100px;
    top: 0;
    right: 0px;
}
.moving_about h2 {
    font-size: 40px;
    font-weight: 700;
    color: #004F86;
}
.moving_about h3 {
    color: #004F86;
    margin-top: 5px;
}
.moving_service_section {
    padding: 70px 0px;
}
.faq_image img {
    width: 100%;
}
.faq_image {
    position: relative;
}
.faq_image video {
    width: 100%;
    height: 100%;
}
.ply_img img {
    max-width: 94px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

/*custom accordion*/
.faq_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #004F86;
    margin-bottom: 25px;
}
.faq-section .accordion {
  width: 100%;
}
.accordion-button {
    padding: 13px 50px 13px 20px;
    color: #1F1F1F;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    background-color: #004F86;
    color: #fff;
    border-bottom: 1px solid #dcdcdc94;
        border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}   

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::before {
    background: #fff;
}
.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #1F1F1F;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #1F1F1F;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: #1F1F1F;
  margin-right: 13px;
}
.accordion-body {
    background-color: #004F86;
    color: #fff;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
ul {
  list-style-type: none;
  list-style-type: disc; /* Default bullet points for ul */
  margin-left: 20px;
}
/* ul li {
  margin-bottom: 5px;
} */
.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}
.faq_section {
    padding: 40px 0px 100px;
}
.footer_contact_info {
    background: transparent linear-gradient(270deg, #DF6E01 0%, #004F86 100%) 0% 0% no-repeat padding-box;
    height: 160px;
    display: flex;
    align-items: center;
}
/* .footer_contact_info .row {
    align-items: center;
} */
.left_info h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 500;
    margin: 0;
}

.left_info p {
    color: #fff;
    font-size: 13px;
}
.right_truck img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 0;
    margin: auto;
    max-width: 337px;
    max-height: 239px;
}
.right_truck {
    position: relative;
}
.center_info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.center_info .btn_white {
    padding: 10px 5px;
    margin-left: 4px;
    font-size: 14px;
    margin-right: 0;
}
.text_info a {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}

.text_info p {
    padding: 0;
    color: #fff;
    margin-bottom: -6px;
}
.img_bg img {
    filter: brightness(0) invert(0);
}
.img_bg {
    margin-right: 6px;
    background: #ffffff;
    padding: 8px;
    border-radius: 100%;
   margin-right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}





/*footer*/
.footer {
    background: transparent linear-gradient(269deg, #3D3D3D 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
    padding: 75px 0px 30px;
}
.footer_logos {
    text-align: center;
}

.footer_logos img {
    margin-bottom: 30px;
    display: block;
}
.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #C5C5C5;
    font-size: 15px;
    font-weight: 400;
}

.footer_first h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer ul span i {
    height: 39px;
    width: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s;
}

.footer ul li:hover i {
    background: #ff8b00;
}
.footer .list_check ul li:hover a {
    color: #fff;
}
   
.footer ul li span {
    padding-right: 12px;
}

.footer ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
    color: #C5C5C5;
}

.footer ul li strong {
    display: block;
    color: #fff;
}
.footer .icons ul {
    display: flex !important;
    align-items: center;
}

.footer .icons ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
}

.footer .icons ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px 4px 0px 2px;
}

.footer .icons {
    margin-top: 11px;
    position: relative;
    padding-top: 25px;
}
.footer .icons::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #7f7f7f;
    top: 0;
    left: 0;
}
.footer .icons i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .3s;
}

.footer_ul_padding {
    margin-top: 45px !important;
}

footer .bottom-line {
    font-size: 16px;
}

.bottom-line ul li {
    list-style: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    display: inline;
}
.bottom-line ul {
    margin: 0px;
}
.bottom-line ul li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.bottom-line ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Figtree';
}

.copy_right a {
    color: #fff;
    text-decoration: underline;
}

.copy_right {
    text-align: right;
}

footer .bottom-line {
    font-size: 16px;
    background: transparent linear-gradient(269deg, #3D3D3D 0%, #1F1F1F 100%) 0% 0% no-repeat padding-box;
}
.navbar-nav .nav-item {
    position: relative;
}
.bottom-line .container {
    border-top: 1px solid #ffffff30;
    padding: 16px 0px 0;
}





.form_center {
    max-width: 100% !important;
}
.form_center .title {
    padding: 0;
    margin-bottom: 0;
    color: #004f86;
    text-align: left;
    font-size: 27px;
    background: #004f8600;
}
.form_center p {
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 20px;
}
.form_center {
    padding: 20px 30px;
}
.form_center form {
    padding: 0;
}

/*.step_form {*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    padding: 20px 30px;*/
/*    height: 100%;*/
/*}*/
/*.step_form .form-control {*/
/*    background: #e9e9e991;*/
    /* margin-bottom: 5px; */
/*    font-size: 14px;*/
/*    padding: 9px 10px;*/
/*}*/
/*.step_form .form-group:nth-child(1) {*/
/*    width: 49%;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*}*/
/*.step_form .form-group:nth-child(2) {*/
/*    width: 49%;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*}*/
/*.step_form .form-group:nth-child(5) {*/
/*    margin-left: 0px;*/
/*    margin-right: 5px;*/
/*}*/
/*.step_form .form-group:nth-child(4) {*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/
/*.step_form .form-group:nth-child(6) {*/
/*    margin-right: 0px;*/
/*}*/
/*.step_form .form-group:nth-child(7) {*/
/*    width: 49%;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*}*/
/*.step_form .form-group:nth-child(8) {*/
/*    width: 49% !important;*/
/*    margin-right: 0px;*/
/*    float: left;*/
/*}*/
/*.step_form .form-group:nth-child(9) {*/
/*    width: 49% !important;*/
/*    float: left;*/
/*    margin-right: 5px;*/
/*}*/
/*.step_form .form-group:nth-child(10) {*/
/*    width: 49% !important;*/
/*    float: left;*/
/*}*/
/*.step_form .form-group:nth-child(11) {*/
/*    width: 49% !important;*/
/*    float: left;*/
/*}*/
/*.step_form .form-group label {*/
/*    font-size: 14px;*/
/*    color: #1F1F1F;*/
/*}*/
/*.step_form .form-group {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.step_2 .form-group:nth-child(2) {*/
/*    width: 49%;*/
/*    margin-right: 5px;*/
/*}*/

/*.step_2 .form-group:nth-child(3) {*/
/*    width: 49%;*/
/*}*/
/*.step_2 .form-group:nth-child(5) {*/
/*    margin-left: 0px !important;*/
/*    margin-right: 0px !important;*/
/*    width: 100% !important;*/
/*}*/

.form .page .form-check-input {
    position: static;
    margin: 4px 8px 0 0 !important;
    width: 32px !important;
    border-radius: 3px !important;
}
.form .page .form-check-label {
    font-size: 13px;
    font-weight: 400;
}
.form .page .form-check-label a {
    color: #ffa233;
}
/*.step_form .captcha {*/
/*    float: left;*/
/*    margin-top: 10px;*/
/*}*/
/*.step_form .form-check {*/
/*    display: flex;*/
/*    padding-left: 0;*/
/*    float: left;*/
/*}*/


.form .page {
  display: none;
}

.form .page.active {
  display: block;
}

.form .page .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* .form .page .field {
  width: 100%;
  margin-bottom: 20px;
} */


.form .page .field input,
.form .page .field select,
.form .page .field textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #e9e9e991;
}

.form .page .field input:focus,
.form .page .field select:focus,
.form .page .field textarea:focus {
  border-color: #667eea;
}

.form .page .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.form .page .btns button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
   width: 100%;
}

.form .page .btns .prev {
  background: #94a3b8;
}

.form .page .btns .next,
.form .page .btns .submit {
  background: #DF6E01;
}

.form .page .btns button:hover {
  opacity: 0.8;
}
.step_form .title {
    color: #004F86;
    font-size: 27px;
    font-weight: 600;
    margin-top: -10px;
}
.step_form p {
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 7px;
}
.progress-bar {
    display: flex;
    margin: 5px 0;
    user-select: none;
    background: #ffffff00;
    flex-direction: unset;
    align-items: center;
}

.progress-bar .step {
  position: relative;
  text-align: center;
  width: 100%;
}

.progress-bar .step p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  position: relative;
  height: 30px;
  width: 30px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s;
}

.progress-bar .step .bullet.active {
    border-color: #f1f1f15e;
    background: #DF6E01;
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  line-height: 26px;
}

.progress-bar .step .bullet.active span {
  color: #fff;
}

.progress-bar .step:not(:last-child) .bullet::before, .progress-bar .step:not(:last-child) .bullet::after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -100px;
    height: 3px;
    width: 93px;
    background: #ddd;
}

.progress-bar .step .bullet.active::after {
  background: #df6e01;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.alert {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: none;
    font-size: 14px;
}

.alert.error {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
  display: block;
}

.alert.success {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  display: block;
}

@media (max-width: 480px) {
  .form .page .btns {
    flex-direction: column-reverse;
    width: 100%;
  }

  .form .page .btns button {
    width: 100%;
  }
}



.unique .enquery {
    max-width: 100%;
    padding: 0;
}
.modal-title {
    font-size: 25px;
    font-weight: 600;
    color: #DF6E01;
}

.modal-header span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-top: -5px;
    color: #1F1F1F;
}

.modal-header .btn-close {
    margin-top: -30px;
}

.modal-header {
    padding: 6px 20px;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}
.banner_content .brcrumbs a {
    color: #fff !important;
    text-transform: capitalize;
}
.banner_content .brcrumbs {
    color: #fff !important;
    text-transform: capitalize;
}
.inner_suburbs_breadcrumbs .brcrumbs {
    text-transform: capitalize;
}
.content_inner_banner .brcrumbs a {
    color: #fff;
    text-transform: capitalize;
}
.content_inner_banner .brcrumbs {
    color: #fff;
    text-transform: capitalize;
}

/*About page*/

.banner_inner {
    position: relative;
    z-index: 0;
    height: 450px;
    display: flex;
    align-items: center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
}
.banner_inner:before {
    content: "";
    background: url(../images/about-us-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right, center;
    z-index: -1;
    border-radius: 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    width: 98.5%;
    margin: auto;
}
.banner_inner:after {
    content: "";
    position: absolute;
    background: transparent linear-gradient(269deg, #DF6E01 0%, #004F86 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.85;
    border-radius: 20px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    width: 98.5%;
    margin: auto;
}
.banner_inner:hover:before {
    border-radius: 0;
    width: 100%;
}
.banner_inner:hover::after {
    border-radius: 0;
    width: 100%;
}
.about h3 {
    color: #004f86;
    font-weight: 600;
}

.inner-abt {
    padding: 0px 30px !important;
}
.inner_image_right img {
    max-width: 100%;
    bottom: 0px;
    position: absolute;
    right: 0;
    top: 95px;
    margin: auto;
}

.inner_image_right {
    position: relative;
}
.content_inner_banner h1 {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
}
.abt-page ul {
    column-count: unset !important;
}

.abt-page ul li span img {
    position: absolute;
    left: 0px;
}

.abt-page ul li {
    position: relative;
    padding: 10px 35px;
    border-bottom: 0;
}

.page-template-about-us .moving_about h2 {
    color: #1F1F1F;
}


.services-inner .service_box {
    background: #F2F4F5;
    height: auto; 
    margin-top: 40px;
    padding: 10px 30px 30px;
}

.services-inner {
    padding: 30px 0px 60px;
}

.locations_name li a {
    color: #1F1F1F;
    font-size: 17px;
    font-weight: 500;
    margin-left: 10px;
}

.locations_name li a span {
    font-weight: 400;
    font-size: 15px;
    display: block;
    margin-bottom: -4px;
}

.locations_name li {
    display: flex;
    padding: 10px 0px;
    align-items: flex-start;
}
.locations_name li img {
    margin-top: 5px;
}
.locations_name ul {
   margin:0px;
   column-count: 5;
}

.title_area h4 {
    color: #004F86;
    margin-top: 20px;
    font-weight: 600;
}
.area_map img {
    width: 100%;
    margin-top: 40px;
}
.area_we_serve {
    background: #F2F4F5;
    padding: 30px 0px;
}

.inner_page_reviews .testimonials_inner_box {
    margin-bottom: 40px;
}

.get_in_touch h2 {
    color: #004F86;
    font-size: 36px;
}

.dec h6 {
    color: #1F1F1F;
    font-size: 17px;
    margin: 0;
}

.contact_inner_info .icons ul {
    display: flex;
}
.contact_inner_info .icons ul li:nth-child(2) img {
    border: 1px solid #1F1F1F;
    border-radius: 50%;
}
.sideby {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}

.contact_map_image img {
    width: 100%;
    margin-top: 40px;
}
.contact_inner_page {
    padding: 50px 0px;
}
.contact_inner_form #QuoteForm {
    border: 1px solid #DF6E01;
    padding: 14px 25px 20px;
}

.contact_inner_form .enquery form {
    padding: 0px;
}
.branches {
    background: #F2F4F5;
    padding: 45px 0px;
}
.branches_heading h2 {
    font-size: 34px;
    text-align: center;
    color: #004F86;
    margin-bottom: 45px;
}
.branches_heading h2 {
    font-size: 34px;
    text-align: center;
    color: #004F86;
    margin-bottom: 45px;
}

.branches_content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #00000008;
    height: 100%;
}

.branches_content a {
    color: #1F1F1F;
    text-transform: unset;
}
.branches_content h6 {
    margin-bottom: 15px;
    font-size: 19px;
}
.branches_content strong {
    font-weight: 500;
}
.img_process img {
    width: 100%;
}
.content_process h2 {
    font-size: 37px;
    margin-bottom: 12px;
}
.removalists_process .row {
    align-items: center;
}

.removalists_process {
    background: #F2F4F5;
    padding: 60px 0px 1px;
}
.removalists_process .row {
    align-items: center;
    margin-bottom: 70px;
}

.business_opportunities {
    padding: 0 !important;
}
.business_opportunities h6 {
    color: #004f86;
}
.business_opportunities_points ul {
    column-count: unset !important;
}
.business_opportunities_frm #QuoteForm {
    border: 1px solid #004f86;
    padding: 0px 0px 20px;
}
.business_opportunities_frm .enquery form {
    padding: 12px 20px;
}
.business_opportunities_frm select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #e9e9e991;
}
.business_opportunities_frm .form-group:nth-child(6) {
    width: 100%;
    float: left;
    margin-right: 0px !important;
}
.business_opportunities_frm .form-group:nth-child(7) {
    width: 100%;
}
.business_opportunities_frm .enquery .title {
    font-size: 23px;
}

.franchisees ul li {
    padding: 8px 0px;
    border-bottom: 0px solid #C5C8C9;
    text-indent: -32px;
    margin-left: 32px;
}
.franchisees ul {
    column-count: unset !important;
}

.franchisees_cnt {
    padding: 0 !important;
}
.franchisees_cnt h2 {
    color: #004f86;
}

.contact_inner_form select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #e9e9e991;
}
.mover_tips .row {
    align-items: unset;
}
.mover_tips .points_can_move ul li {
    padding: 9px 0px;
    border-bottom: 0px solid #C5C8C9;
    font-weight: 400;
    text-indent: -32px;
    margin-left: 32px;
    line-height: 23px;
}
.advantages ul li img {
    max-width: 27px;
    margin-right: 10px;
    border: 3px solid #DF6E0133;
    border-radius: 50%;
}

.advantages ul li strong {
    display: block;
}

.advantages ul li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0px;
}
.advantages {
    padding: 0 !important;
}
.advantages ul {
    margin: 0;
}
.advantages h6{
    font-size: 16px;
    margin: 20px 35px;
}
.advantages .duel_btn {
    margin-left: 28px;
}

.advantages_sec .row {
    align-items: unset !important;
}
.partner_with_cbd h3 {
    color: #004F86;
    font-size: 24px;
    font-weight: 600;
}
.numbers_image img {
    width: 100%;
}
.partner_with_cbd .advantages ul li {
    padding: 5px 0px;
}
.expression_sec {
    padding: 60px 0px;
}
.expression_heading h2 {
    text-align: center;
    background: #004f86;
    color: #fff;
    margin: 15px 0px 0px;
    padding: 10px 0px;
    border-radius: 5px;
}
.exptitle h4 {
    padding: 20px 0px;
    color: #df6e01;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #e9e9e991;
}
span.red_line {
    font-size: 19px;
    color: #ff0000;
}
.expressioninterest h3 {
    margin: 25px 0px;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox .wpcf7-list-item {
    display: block;
    font-size: 18px;
    padding: 5px 0px;
}
.vehicle_details h6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    color: #004f86;
}
.vehicle_details {
    border: 1px solid #004f86;
    padding: 10px 40px;
    border-radius: 8px;
    margin: 35px 0px;
}
.exptitle span::before {
    content: "";
    position: absolute;
    background: #df6e01;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}
.exptitle span {
    position: relative;
    margin-right: 2px;
    text-decoration: none !important;
    z-index: 1;
    padding: 0px 8px;
    color: #fff;
}
.expressioninterest .captcha-image {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.expressioninterest .captcha-image .cf7ic_instructions span {
    color: #ff0000;
}
.expressioninterest .wpcf7-form-control.wpcf7-submit.has-spinner.btn_bg {
    width: 125px;
    margin-top: 15px;
}

.content_can_move_img img {
    width: 100%;
}
    .offce_mover_point ul {
        column-count: unset !important;
    }
.office_moving_needs {
    padding-bottom: 30px;
}
.office_moving_needs .row {
    margin-top: 50px;
}
.about_section .row_nn {
    align-items: unset !important;
}

.offce_mover_point h5 {
    color: #004f86;
    margin: 20px 0px 2px;
    font-weight: 600;
}
.offce_mover_point a {
    color: #004f86;
}

.office_moving_needs {
    background: #fff;
}

.experienced_company {
    background: #F2F4F5;
    padding: 70px 0px;
}
.faq_inner .row {
    justify-content: center;
}
.faq_inner .faq_heading h2 {
    text-align: center;
}

.content_can_move_img .box_why img {
    max-width: 35px;
}
.content_can_move_img .boxes_why_choose {
    justify-content: center;
}

.map_areas {
    background: #fff;
    padding: 0px 0px 65px;
}
.faq_inner {
    padding-bottom: 70px !important;
}
.title_area_inner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #004F86;
}
.locations_name_inner ul {
    column-count: 3;
    column-gap: 10px;
}
.locations_name_inner li a span {
    display: unset !important;
}
.experienced_company .row:not(:last-child) {
    margin-bottom: 70px;
}

.page-id-2726 .faq_section.faq_inner {
    display: none;
}
.page-id-2726 .map_areas {
    padding: 60px 0px 65px;
}
.page-id-2721 .faq_section.faq_inner {
    display: none;
}
.page-id-2721 .map_areas {
    padding: 60px 0px 65px;
}

.page-id-2720 .faq_section.faq_inner {
    display: none;
}
.page-id-2720 .map_areas {
    padding: 60px 0px 65px;
}
.remove_space {
    padding: 0px 20px !important;
}
.new_term ul li {
    font-weight: 400;
    border-bottom: 0 !important;
}

.new_term ul {
    column-count: unset !important;
}
.banner_pic img {
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 10px;
}
.inner_suburbs .wpil_keyword_link {
    color: #007cd3;
    font-weight: 400;
}
.inner_suburbs_breadcrumbs .brcrumbs span {
    color: #0c74bd;
    font-weight: 500;
}

.inner_suburbs_breadcrumbs .brcrumbs a {
    color: #1F1F1F;
    text-transform: capitalize;
    font-weight: 500;
}
.inner_suburbs_breadcrumbs {
    padding: 12px 2px;
}

.removalist_process_section img {
    max-width: 100%;
    height: auto;
}
.removalist_process_section h2 {
    font-size: 30px;
    margin-bottom: 12px;
}
.removalist_process_section h3 {
    margin: 6px 0px 25px;
}

.service_suburb_container {
    border-top: 1px solid #dedede;
    margin-top: 50px;
    padding: 25px 0px;
}
ul.servicesuburblist {
    width: 100%;
    clear: both;
    margin: 30px 0 10px 0;
    padding: 0;
    float: left;
}

.servicesuburblist span {
    display: block;
    font-weight: normal;
}

.servicesuburblist li {
    line-height: 23px;
    width: 33.33%;
    clear: initial;
    margin: 0 0 15px 0;
    padding: 0px 25px;
    font-size: 16px;
    float: left;
    position: relative;
}
.servicesuburblist li:hover {
    color: #df6e01;
}
/*.inner_suburbs ul li::before {*/
/*    bottom: 0;*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-width: 16px;*/
/*    max-height: 16px;*/
/*    background: url(https://www.cbdmovers.co.nz/staging-cbdnz/wp-content/uploads/2025/09/right-arrow.png);*/
/*    background-repeat: no-repeat;*/
/*    top: 4px;*/
/*    left: 0;*/
/*}*/
/*.inner_suburbs ul li {*/
/*    margin-bottom: 11px;*/
/*    position: relative;*/
/*    padding-left: 25px;*/
/*    font-size: 15px;*/
/*}*/

/*.inner_suburbs ul li {*/
/*    list-style: circle;*/
/*}*/
.inner_suburbs_pricing .plan-title {
    font-size: 18px;
}
.inner_suburbs_pricing .plan-price {
    font-size: 29px;
    font-weight: 800;
    margin: 0px 0px 0px;
}
.inner_suburbs_pricing .plan-features li {
    padding: 11px 0px;
    margin: 0px 10px;
}
.inner_suburbs_pricing .plan-features li:last-child {
    font-size: 15px;
}
.inner_suburbs_pricing .pricing-plan {
    padding: 0px 0px 12px;
    border: 2px solid #78787817;
}
ul.serviceslider_container {
  padding: 0 !important;
      margin: 0;
}
.serviceslider_container li {
    margin: 0px 15px 0px;
    padding: 0;
}
.inner_suburbs_pricing {
    margin: 0px 18px 0px 0px;
}
.serviceslider_container h2 {
    margin: 8px 0 25px;
    text-align: center;
    font-size: 23px;
}
.serviceslider_container h2 a {
    color: #1F1F1F !important;
}
.sliderbox img {
    width: 100% !important;
    height: 70% !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    display: unset;
    height: 65px;
}
.list-inline {
    margin: 0;
}
.servicesuburblist li a {
    color: #1F1F1F !important;
}
.side-form div#wpcf7-f1981-o1 {
    background: #f9f9f9;
    box-shadow: 0px 2px 4px #00000008;
    padding: 5px 9px 0px;
    border: 1px solid #004f86;
}
.side-form select.wpcf7-form-control.wpcf7-select {
    padding: 6px 10px;
}
.side-form .form-check p {
    display: flex;
    font-size: 14px;
    line-height: 18px;
}
.side-form form .btn-danger {
    border-radius: 6px;
    background: #DF6E01;
    border-color: #DF6E01;
    padding: 8px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
}
.form-r h4 {
    background: #004F86;
    color: #fff;
    text-align: center;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0px;
    margin-top: 50px;
}
select.wpcf7-form-control.wpcf7-select.form-control {
    background: #fff;
}
p.tms {
    font-size: 14px;
    line-height: 19px;
}
.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}
.expression-of-interest .wpcf7-list-item {
    margin: 0 0 0 1em !important;
}
.expression-of-interest form {
    border: 2px solid #df6e01;
    padding: 12px 25px;
    border-top: unset;
}
.expression-of-interest .form-control {
    background: #E9E9E9;
}
.captcha-image {
    border: 1px solid #df6e01 !important;
    padding: 5px 9px !important;
    display: flex !important;
    align-items: center;
    text-align: left !important;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
    justify-content: space-between;
}
 .captcha-image label:nth-child(2), .captcha-image label:nth-child(3) {
    margin-right: 0 !important;
}
.form-r .btn_text {
    border-radius: 6px;
    background: #DF6E01;
    border: none;
    padding: 8px 30px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.form-r .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
    padding: 0.2em 1em;
}

.sticky_form {
        position: sticky !important;
        top: 40px;
        height: fit-content;
    }

.service_sub_pages .owl-nav {
    display: none !important;
}

.serviceslider_container li {
    margin: 0px 15px 25px !important;
    padding: 0;
}
.privacy-policy h1 {
    margin-top: 35px;
}
.page-id-153 h1 {
    margin-top: 35px;
}
h1.page-title-error {
    text-align: center;
    font-size: 130px;
    letter-spacing: 10px;
    font-weight: 500;
    color: #fff;
}
.error-404.not-found.default-max-width {
    text-align: center;
}
.wp-block-separator {
    margin-left: 0 !important;
}
.wpcf7-form-control-wrap {
    position: unset !important;
}
.top_form select.wpcf7-form-control.wpcf7-select.form-control {
    background: #E9E9E9;
    padding: 14px 10px;
}
.top_form p {
    padding: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em !important;
    padding: 0.1em 0.5em !important;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-top: -3px !important;
    margin-bottom: -6px !important;
        margin-left: 10px;
}
.wpcf7-spinner {
    margin: 15px 35px !important;
    position: absolute !important;
    right: 0;
}
.side-form .form-control {
    font-size: 14px !important;
}
.side-form {
    margin-bottom: 50px;
}
.get_form {
    max-width: 100% !important;
}
.frm_center {
    justify-content: center;
}

.frm_center {
    padding: 35px 0px;
}

.frm_center h1 {
    background: #004f86;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 36px;
    padding: 8px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.opportunity_form p {
    padding: 0;
}
.box_blog img {
    width: 100%;
}


.blog main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.blog_details_page {
    margin-top: 50px;
    padding-bottom: 45px;
}

.blog main article {
    margin: 0 12px 20px;
    width: calc(100% / 3 - 24px);
    box-shadow: rgb(0 0 0 / 12%) 0 3px 8px;
    border-radius: 5px;
}

.blog article header {
    width: 100%;
    padding: 22px 16px 35px;
    position: static;
    z-index: unset;
    background: none;
    box-shadow: none;
}

.blog article .featured-media {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0
}

.blog article .post-inner {
    width: 100%;
    padding: 0 15px 15px
}

.blog article .section-inner {
    width: 100%
}

.blog .entry-categories-inner {
    justify-content: left
}

.blog .featured-media img {
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%!important;
    height: 100%!important
}


.post-template-template-cover a.next-post,.post-template-template-cover a.previous-post {
    color: #014f85;
    font-size: 21px
}

.blog_box h3 a {
    font-size: 22px;
    color: #151515;
    font-weight: 700;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog_box p {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 5px;
    text-align: left;
        text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

.blog_box img {
    width: 100%;
    margin: 20px 0;
    max-height: 190px;
    object-position: top;
    object-fit: cover;
}
.blog_box .read_more a {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    transition: all .3s ease;
    background: #004f86;
    padding: 10px 15px;
    border-radius: 6px;
}
.blog_details_page header{
    position: static;
    box-shadow: none;
}

.details_page_author {
    padding: 8px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}
.date p:first-child {
    border-right: 1px solid #b5b5b5;
    padding-right: 7px;
    margin-right: 6px;
}

.details_page_author p {
    color: #707070 !important;
}
.date p {
    font-weight: 600;
    font-size: 13px;
    margin-right: 12px;
    color: #5c5c5c !important;
    padding: 0;
}
.date {
    display: flex;
    align-items: center;
}
.blog_details_page .form-r h4 {
    margin-top: 0;
}
.blog_details_page .sticky_form {
    top: 80px;
}
.blog_details_page .post-thumbnail img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.blog_details_page ul {
    margin-left: 0;
}
.blog_details_page ul li {
    list-style: circle;
    margin-bottom: 16px;
}
.blog_details_page h1 {
    font-size: 35px;
}

.servicesuburblist li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 17px;
    max-height: 22px;
    background: url(https://www.cbdmovers.co.nz/wp-content/uploads/2025/09/location-pin-icon.svg);
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
}
.inner_page_reviews .v_box {
    display: none;
    height: auto;
    margin-bottom: 35px;
}
.wrapper-2 img {
    width: 22%;
    margin-bottom: 13px;
    margin-top: 8px;
}
.cent ul li {
    list-style: inside;
    padding: 2px 1px;
}














