.vistingContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* overflow-x: scroll; */
}

.scroll {
  overflow-x: scroll;
}

.visting-header {
  width: 100%;
  /* height: 200px; */
  /* background-color: #746fbf; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/assests/Image/cardBackground.png");
}

.visting-card {

  width: 500px;
  /* height: 100%; */
  background-image: url("/assests/Image/vistingbanner.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  /* padding: 20px; */

  /* align-items:center; */
}

.visiting-seprator {
  /* margin-left: 21px; */
  /* padding-left: 5px;
    padding-right: 5px; */
  width: 0px;
  height: 25px;
  opacity: 0.5;
  border: 1px solid #abb2bb;
}

.visting-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-top: -25%;
}

.profile-avatar {
  /* position: relative; */
  width: 100px;
  height: 100px;
  /* border: 2px solid #746fbf; */
  border-radius: 50%;
  z-index: 100;
}

.profile-info {
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border-radius: 25px;
  /* height: 200px; */
  background-color: white;
  margin-top: -80px;
  padding: 10px;
}

.visiting-divider {
  margin-top: 5px;
  width: 50%;
  height: 3px;
  background: #746fbf;
  /* border: 2px solid #36a9c3; */
  /* border-radius: 10px; */
}

.visting-icons {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #746fbf;
  margin: 10px;
}

.visting-hr {
  margin-top: 30px;
  width: 100%;
  height: 0.5px;
  border: 0.5px;
  margin: 20px;
}

.visting-funnel-card {
  background-color: white;
  /* height: 170px; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  box-shadow: 1px 2px 24px -4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;

}

body::-webkit-scrollbar {
  width: 0.5em !important;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  outline: 1px solid rgb(255, 255, 255);
}

.contact-info {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;

}

@media screen and (max-width: 600px) {
  .visting-card {
    width: 100%;
  }

  .contact-info {
    flex-direction: column;
  }
}