:root{
    --primary:#0b7dff;
    --secondary:#ffad1e;
}

.primary-bg{
    background:var(--primary) !important;
}
.secondary-bg{
    background:var(--secondary);
}

.primary-color{
    color:var(--primary);
}

.secondary-color{
    color:var(--secondary);
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #777;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 800;
}

.text-normal{
    font-weight: 400;
}

.sydney-list-wrapper{
    background-color: #fbfcfd;
}

.sydney-list-inner,.border-grey{
    border: 1px solid #e1e6eb;
}

.shape-icon{
    width: 6rem;
    height: 3rem;
    border-radius: 12px;
    background: var(--primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    line-height: 3.5rem;
}

.sydney-areas li{
    margin-bottom: -20px;
}

.sydney-areas li:before {
    content: "•";
    color: var(--secondary);
    font-size: 2em;
    display: inline-block;
    width: 0.5em;
    /* margin-left: -1.2em; */
    vertical-align: middle;
}

.why-list-icon{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    flex-shrink: 0;
    display: flex;
    margin: 0 auto;
}

.overlay-shape{
   bottom: -2rem;
   right: 2rem;
}

.testimonial-section{
    background-color: #f2f2f2;
}

.rotery{
    font-size: 13px;
}

.need-move-now,.opening-time,.services-areas{
    backdrop-filter: blur(10px) saturate(180%);
}

.testimonial-card{
    background-color: #f4fafe;
}

.btn-primary{
    background: var(--secondary) !important;
    border: none;
}

.tnp-subscription input.tnp-submit {
  background-color: #444;
  padding: .7em 2rem;
  border: 1px;
  border-color: #ddd;
  color: #fff;
}

.ser-image-wrapper{
    height: 12rem;
}

.shadow-bomb{
    box-shadow: 0 8px 32px hsl(207 50% 50% / .25);
}

.walaker{
    background-color: var(--primary) !important;
}

.walaker-pack{
    background-color: var(--secondary) !important;
}

.melbourne-ser-area-list li{
    background-color: #f4fafe;
    padding: .75rem;
}

.call-today{
    /* backdrop-filter: blur(4px) saturate(180%);
    background-color: hsl(35 100% 50% / .2); */
    background-color: #444;
    border-radius: 12px;
}

.mate-border{
    border: 4px solid var(--primary);
    border-radius: 12px;
}

.package-section{
    /* background-color: #f4fafe; */
    background-color: #f9f8f6;
}

.green-caption{
    background-color: #16a249;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
}

.border-radius-op{
    border-radius: 9px;
}

.serving-aera-wrapper{
    background-image: linear-gradient(to right,hsla(217 100% 40% / .05),hsl(35 100% 50% / .05));
}


.tnp-subscription input.tnp-submit {
  background-color: #444;
  padding: .7em 2rem;
  border: 1px;
  border-color: #ddd;
  color: #fff;
}

.ser-image-wrapper{
    height: 12rem;
}

.shadow-bomb{
    box-shadow: 0 8px 32px hsl(207 50% 50% / .25);
}

.walaker{
    background-color: var(--primary) !important;
}

.walaker-pack{
    background-color: var(--secondary) !important;
}

.melbourne-ser-area-list li{
    background-color: #f4fafe;
    padding: .75rem;
}


.tnp-subscription input.tnp-submit {
  background-color: #444;
  padding: .7em 2rem;
  border: 1px;
  border-color: #ddd;
  color: #fff;
}

.text-white {
  margin-top: auto !important;
  margin-bottom: auto !important;
  background-color: transparent;
  color: #fff;
  padding-right: 0 !important;
}

 .text-white {
 
  color: rgba(255,255,255,1) !important;
}

.btn {
   padding-right: 12px !important;     
}

 .rounded-3 {
  border-radius: 0.5rem;
}

.tnp-subscription-op input.tnp-submit {
  background-color: #444;
  padding: .7em 2rem;
  border: 1px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #ddd;
  color: #fff;
}



ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.top-email p .fa,.top-phone p .fa {
  padding-right: 20px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: aligns submenu better */
}

/*custom-css*/

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.w-50 {
  width: 50% !important;
}

.h5, h5 {
  font-size: 2rem !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.mb-1{
    margin-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.fs-2 {
font-size: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.d-block {
  display: block !important;
}


.position-absolute {
  position: absolute !important;
}
.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}


.fs-3 {
    font-size: 1.75rem !important;
  }

.bg-white {
  background-color: #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.overlay-shape {
  bottom: -2rem;
  right: 2rem;
}


.h-100{
    height:100%;
}

.legacy-ui .bottom-d {
  background: #0a7cff;
  border-top: 5px solid #fff;
  padding: 10px 0 10px;
}

.legacy-ui .social i {
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
  padding: 12px 0;
}

.w-100 {
  width: 100% !important;
}


.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.ser-image-wrapper {
  height: 20rem;
}

.mt-2 {
  margin-top: .5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}

 .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.justify-content-center {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.d-inline-block {
  display: inline-block !important;
}
@media (min-width: 1250px) {
  .container {
    width: 1336px;
  }
}
  
/*custom-css*/
.primary-bg{
    background:var(--primary) !important;
}
.secondary-bg{
    background:var(--secondary) !important;
}

 .primary-color{
    color:var(--primary) !important;
}

.secondary-color{
    color:var(--secondary) !important;
}

.shape-icon {
  width: 150px;
  height: 50px;
  border-radius: 12px;
  background: var(--primary);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  line-height: 0rem;
  padding: 20px;
  font-size: 2rem;
}

.text-start {
  text-align: left !important;
}

.py-1 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-4 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

 .fs-3 {
    font-size: 1.75rem !important;
  }

.mt-3 {
  margin-top: 1rem !important;
}
.h-100 {
  height: 100% !important;
}

.serving-aera-wrapper {
  background-image: linear-gradient(to right,hsla(217 100% 40% / .05),hsl(35 100% 50% / .05));
}

@media (max-width: 768px) {
   .mark-text-doping{
        width: 100% !important;
    }

}