.form_banner_area {
    background: none;
}

.improve_business {
    padding-bottom: 110px;
}

.form_banner_area .form_banner_box p {
    margin-top: 30px;
    margin-bottom: 0;
}

.form_banner_area .form_banner_box p a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline;
}

.form_banner_area .form_banner_box p a:hover {
    color: #fff;
}

.dedicated_people {
  border-bottom: none;
}

/* #loading {
    position: ;
    background: #fff;
    z-index: 99999;
} */

  #loading {
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
  }
  #loading div {
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  #loading div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(201, 24, 24);
    margin: -4px 0 0 -4px;
  }
  #loading div:nth-child(1) {
    animation-delay: -0.036s;
  }
  #loading div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  #loading div:nth-child(2) {
    animation-delay: -0.072s;
  }
  #loading div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  #loading div:nth-child(3) {
    animation-delay: -0.108s;
  }
  #loading div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  #loading div:nth-child(4) {
    animation-delay: -0.144s;
  }
  #loading div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  #loading div:nth-child(5) {
    animation-delay: -0.18s;
  }
  #loading div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  #loading div:nth-child(6) {
    animation-delay: -0.216s;
  }
  #loading div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  #loading div:nth-child(7) {
    animation-delay: -0.252s;
  }
  #loading div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  #loading div:nth-child(8) {
    animation-delay: -0.288s;
  }
  #loading div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



  .welcome_area:before {
    opacity: 0.2;
}


.ab_widget img {
    height: 25px;
}

.navbar-brand img {
    height: 40px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .header_area.menu_five .header_top {
        display: none;
    }
}

@media (max-width: 767px) {
    .header_area.menu_five+section {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .navbar-brand img {
        max-width: 200px !important;
        height: 32px;
        object-fit: contain;
    }
}

.header_top {
    background: #f24b4b;
}
