
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-repeat: repeat;
  background: #f2f4f6;
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 400;
  overflow-x: hidden;
  height: auto !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #fff;
}
.btn{
  border-radius: 10px !important;
}
.navbar {
  border: 1px solid #eaeaea;
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.profile_details {
  background-image: url("https://cdn.outreachcenter.us/public/images/background_grid.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.profile-photo {
  width: 100px;
  height: 100px;
}

.profilebanner {
  background: #0057fc;
}

label {
  color: #0078e7;
  font-weight: 500;
}
.persondetails .details p {
  margin-bottom: 5px;
}
.persondetails .details p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.industryname,
.industryname:hover {
  color: #0088cc;
}
a:hover,
a {
  color: #0088cc;
}
.viewcontact:hover,
.viewcontact {
  background: #0057fc;
  box-shadow: 0px 4px 8px 0px #0000001f;
  color: #ffffff;
}
.getaccesstext {
  color: #727272;
}
.emailphonenumber_area {
  border: none;
  background: #f3f3f3;
}
.profile-photo-others {
  width: 65px;
  height: 65px;
  border: 1px solid #ddd;
}
.viewBtn:hover,
.viewBtn {
  background: #0057fc;
  box-shadow: 0px 4px 8px 0px #0000001f;
  color: #ffffff;
}

.otherContactdetils_table .card {
  border-radius: 10px;
  overflow: hidden;
}
.otherContactdetils_table .card-header {
  background: #ffffff;
  color: #727272;
}
.otherContactdetils_table .card-body {
  color: #727272;
  background: #f3f3f3;
}
.viewsimilarproduct:hover,
.viewsimilarproduct {
  background: #0057fc;
  color: #ffffff;
}
.table tr:first-of-type td {
  border-top: none;
}
.blogcards .card {
  /* box-shadow: 0px 1px 2px 0px #1018280F; */
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px #1018281a;
  background: #ffffff;
  border: none;
  height: 100%;
}
.blogcards .card:hover {
  background: linear-gradient(195.72deg, #e7ecff 6.73%, #ffffff 89.02%);
}
.blogcards .card img {
  max-height: 215px;
  object-fit: contain;
}

.requestaDemo:hover,
.requestaDemo {
  background: #0057fc;
  color: #ffffff;
}
.createAccount:hover,
.createAccount {
  background: #d1f701;
  color: #111827;
}
.footer-socialicons:hover,
.footer-socialicons {
  background: #0057fc;
  color: #f8f8f8;
  border-radius: 4px;
  padding: 5px;
  width: 25px;
  display: inline-flex;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul {
  list-style: none;
}
footer ul li {
  margin: 0 5px;
}
.scheduleDemo:hover,
.scheduleDemo {
  background: #0057fc;
  color: #ffffff;
  border-radius: 10px;
}

.loginbtn {
  color: #000000;
  font-weight: 600;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.viewemailphonebtn {
  font-weight: 600;
}
.emailphonenumber_area {
  width: 21rem;
}

.table-responsive p,
.table-responsive a{
font-size: 0.9em;
}
.lead_person_phonenumber {
  width: 130px;
}

.card-header.collapsed .collapse-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.hidden-skill,
.hidden-job {
    display: none;
}
#accordion p{
    font-size:1em;
}

#searchform{
  padding-top: 60px;
}
.profile_details{
  padding-top: 80px;
}
.footer{
  position: fixed;bottom: 0;width: 100%;background: white;
}

.leadcontacticons{
  margin-bottom: 10px;
}
.leadcontacticons:last-child{
  margin-bottom: 0;
}

.leadsplaeholder_image{
  /* height: calc(100vh - 390px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

#loader {
  display: none;
  /* display: flex; */
  height: calc(100vh - 370px);
  overflow: auto;
}
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.pagenotfound_404{
  width: 25%;
}

.banner {
  background-image: url(https://www.sendbuzz.io/wp-content/uploads/2024/09/grow_business_banner.svg);
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner h1{
  color:#fff;
  font-size: 2.8rem;
}
.createAccont{
  background: #D1F701;
  border-radius: 50px;
  color: #000000;

}
.scheduledemo,
.scheduledemo:hover{
  background: #111827;
  color: #FFFFFF;
  border-radius: 50px;
}

.rocket {
  max-width: 50%;
}

.thankyou_img{
  max-width: 32%;
  height: auto;
}

@media only screen and (max-width: 1870px) {
  .banner h1{
    color:#fff;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1753px) {
  .banner h1{
    color:#fff;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1643px) {
  .banner h1{
    color:#fff;
    font-size: 2.5rem;
  }     
  .rocket{
    max-width:65%;
  }
}
@media only screen and (max-width: 1480px) {
  .banner h1{
    color:#fff;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 1366px) {
  .profile-name {
    font-size: 1.5em;
  }
  .profile-post {
    font-size: 0.9em;
  }
  .profile-photo {
    width: 100px;
    height: 100px;
  }
  .viewemailphonebtn {
    font-weight: 500;
    font-size: 0.9em;
  }
  .rocket{
    max-width:65%;
  }
  .thankyou_img{
    max-width: 45%;
    height: auto;
  }
}

@media (max-width: 1259px) {
  .banner h1 {
    color: #fff;
    font-size: 1.9rem;
}
}
@media (max-width: 1199px) {
  .banner h1 {
    color: #fff;
    font-size: 1.7rem;
}
.rocket {
  max-width: 75%;
}
}
@media (max-width: 1136px) {
  .leadsplaeholder_image {
    height: calc(100vh - 424px);
  }
  #loader {
    /* display: none; */
    height: calc(100vh - 432px);
    overflow: auto;
  }
}
@media (max-width: 1050px) {
  .rocket {
    max-width: 80%;
  }
  .blogcards .card-title {
    font-size: 1.1em;
  }
  .leadsplaeholder_image,
  #loader {
    height: calc(100vh - 430px);
  }
  .loader{
    left: 44%;
    top: 44%;
    left: 38%;
    top: 50%;
    transform: translate(-44%, -44%);
  }
}
@media (max-width: 996px) {
  .blogcards h1 {
    font-size: 2rem;
  }
  .pagenotfound_404{
    width: 30%;
  }
}
@media (max-width: 900px) {
  .leadsplaeholder_image,
  #loader {
    height: calc(100vh - 470px);
  }
}
@media (max-width: 785px) {
  /* .searchbuttonforms{
    width: 100%;
    justify-content: space-between;
  } */
  #searchform {
    padding-top: 90px;
}
}
@media (max-width: 768px) {

  .getaccesstext {
    font-size: 0.9em;
  }
  .emailphonenumber_area {
    width: 100%;
  }
  .leadcontacticons{
    margin-bottom: 0;
  }
  .leadsplaeholder_image,
  #loader {
    height: calc(100vh - 440px);

}
.pagenotfound_404{
  width: 40%;
}
}

@media (max-width: 630px) {
  .searchbuttonforms{
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .blogcards h1 {
    font-size: 1.5rem;
  }
  .profile-name {
    font-size: 1.1em;
  }
  .profilebanner p {
    font-size: 0.9em;
  }
  label {
    font-size: 0.9em;
  }
  .persondetails .details p {
    font-size: 0.9em;
  }
  .profile-photo-others {
    width: 55px;
    height: 55px;
  }
  .leadsplaeholder_image h2{
    font-size:1.2em;
  }
  .findcontacttxt h2{
    font-size:1.2em;
  }
  .leadsplaeholder_image p{
    font-size:0.9em;
  }
  .loader {
    position: fixed;
    left: 38%;
    top: 50%;
    transform: translate(-44%, -44%);
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}
  .pagenotfound_404{
    width: 50%;
  }
  .thankyou_img{
    max-width: 45%;
    height: auto;
  }

#searchform {
  padding-top: 150px;
}

}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 470px) {
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 470px) {
  .ml-xs-0{
    margin-left: 0 !important ;
  }
  .banner h1 {
    color: #fff;
    font-size: 1.4rem;
}
.thankyou h1{
  font-size: 1.8em;
}
}
@media only screen and (max-width: 444px) {
  .redirectbtns{
    justify-content: center;
  }
  .redirectbtns .createAccont {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .otherContactdetils_table .h4 {
    font-size: 1.1em ;
  }
  .otherContactdetils_table h4 {
    font-size: 1.1em;
  }
  .otherContactdetils_table p {
    font-size: 0.9em;
  }
  .otherContactdetils_table h5 {
    font-size: 1.05em;
  }
  #searchform {
    padding-top: 152px;
}
  #searchform h4{
   font-size:1.3em
  }
  .profile_details{
    padding-top: 130px;
  }
}
@media only screen and (max-width: 370px) {
.pagenotfound_404{
  width: 60%;
}
}
