: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 !important;
}

.sydney-list-wrapper{
    background-color: #fbfcfd;
}

.sydney-list-inner,.border-grey{
    border: 1px solid #e1e6eb;
}

.shape-icon{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    margin: 0 auto;
}

.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(--secondary);
    flex-shrink: 0;
    display: flex;
}

.new-ui .subscription{
    display:none !important;
}

.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%);
}

.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;
}

.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;
}



@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

  
/*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;
}

.main-wrapper-op,.serving-aera-wrapper{
    background:#fff;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.m-0 {
  margin: 0 !important;
}
.gap-3 {
  gap: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}

@media (max-width: 768px) {
   .mark-text-doping{
        width: 100% !important;
    }

    h2,h3 {
  font-size: 21px;
  font-weight: bold;
}

#tnp-1 {
  width: 100%;
}
    .overlay-shape {
        bottom: 1rem;
        right: 0rem;
    }
    
    .bottom-d h6 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.pack-call {
    margin-right: 0;
    width: 100%;
  }
  
  #phone {
  width: 65%;
}
}