body {
  font-family: "Open Sans", sans-serif;
  background-color: #35378b;
}

#share-btn path,
#qrcode-btn path,
#qrcode-btn rect {
  fill: #f38020;
}

.container {
  max-width: 1200px;
}

.bcard {
  background-color: #34378b !important;
  padding: 30px !important;
  padding-top: 0 !important;
}

#top-buttons {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}

#top-buttons .col-9 {
  width: 60%;
}

#contact-position {
  color: #34378b;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 20px;
}

#contact-name {
  color: #34378b;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px;
}

.btn.add-contact {
  font-weight: 400;
  background-color: #f38020;
  border-radius: 12px;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  /* width: 82%; */
  margin: auto;
  max-width: 340px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: -25px;
}

/* end basic customize area */

.header {
  background-color: #f5f5f5;
  margin: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 0 !important;
}

.footer {
  padding: 20px;
  padding-top: 40px;
  margin: auto;
  position: relative;
  width: 50%;
}

.top-orange-border {
  width: 35%;
  height: 7px !important;
  margin: auto;
  margin-bottom: -3px;
  background-color: #f38020;
  padding: 0px !important;
  border-radius: 15px;
}

#logo {
  text-align: center;
}

#logo img {
  max-width: 150px !important;
  width: 100%;
}

.profile_pic {
  border-radius: 50%;
  width: 150px;
  height: 150px;

  position: relative;
  object-fit: cover;
  margin-top: 30px;
}

.profile_pic2 {
  max-width: 180px;
  display: none;
}

.profile-name-position {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

#qr-code {
  margin: auto;
  background: #fff;
  border-radius: 51px;
  padding: 30px;
}

.social-icon {
  position: relative;
}

.social-icons {
  margin: 0;
}

.social-icons .col-2 {
  margin: 5px;
}

.orange-border {
  height: 50px !important;
  background-color: #f38020;
  margin: 0 !important;
  padding: 8px !important;
  margin-right: 10px !important;
  border-radius: 15px;
  position: relative;
  z-index: 3;
  margin-left: -4px !important;
}

.contact-info {
  padding: 0;
  max-width: 410px;
  margin: auto;
  color: #fff;
}

.contact-info .col-icon {
  display: flex;
  align-items: center;
  margin-right: 15px !important;
  border-left: 1px solid #fff;
  padding-left: 0;
}

.contact-info .col {
  display: flex;
  align-items: center;
}

.contact-info div {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0px !important;
}

.contact-info div .icon svg {
  margin: auto;
  width: 35px;
}

.contact-info div a,
.ext {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.contact-info div a:hover {
  color: #34378b;
  background-color: #f3cdcd;
}

.btns-container {
  margin: 10px;
}

/* New Media Queries */

@media (max-width: 767px) {
  body {
    background: #34378b;
  }

  #logo img {
    max-width: 200px !important;
  }

  #top-buttons .col-9 {
    width: 60%;
  }

  .footer {
    padding: 20px;
    padding-top: 40px;
    margin: auto;
    position: relative;
    width: 90%;
  }

  .side-rorange-border {
    margin-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bcard {
    padding-bottom: 30px !important;
  }
  
  #contact-name {
    margin-top: 5px;
  }

  .header {
    margin: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    /*margin-left: 20px;*/
    margin-top: 0 !important;
  }

  .footer {
    width: 50%;
    margin-top: 0px;
  }

  #top-buttons .col-9 {
    width: 55%;
  }

  #logo img {
    max-width: 160px !important;
  }

  .side-rorange-border {
    margin-left: 35px;
  }

  .profile_pic {
    margin-top: 40px;
  }
}
