.card_price table tr td {
  padding: 5px 0px 5px 0px !important;
}
.card_price table tr td {
  padding: 10px 0px 10px;
  font-size: 14px;
  color: black;
}
.freetail_buttonssp {
  border: 1px solid #0c425f;
  background-color: #188d36 !important;
  padding: 10px 16px 10px 16px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}

.freetail_buttonssp:hover {
  border: 1px solid #0c425f;
  background: white !important;
  padding: 10px 16px 10px 16px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}

.freetail_buttonsssp {
  border: 1px solid #0c425f;
  background: white;
  padding: 10px 12px 10px 12px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6ea969;
  margin-left: 5px;
}

.freetail_buttonsssp:hover {
  border: 1px solid #0c425f;
  background: #188d36;
  padding: 10px 12px 10px 12px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}

.breadcrumb-area {
  background-image: url(/uploads/home-page-image/clippasia-office-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full_services_topbar {
  padding-top: 40px;
  background: white;
  padding-bottom: 40px;
  margin-left: 125px;
  margin-right: 125px;
  height: 100%;
  width: 100%;
}

p.full_services_topbar-text {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 676px) {
  .full_services_topbar {
    padding-top: 40px;
    background: white;
    padding-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    height: 100%;
    width: 100%;
  }
}
