#businessCardPage body, #businessCardModal body {
  background: white;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

/* Media Query Mixins */
#businessCardPage a, #businessCardModal a {
  text-decoration: none;
  transition: all 0.25s ease 0s;
}

#businessCardPage h2, #businessCardModal h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  #businessCardPage h2, #businessCardModal h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 230px) {
  #businessCardPage h2, #businessCardModal h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

#businessCardPage a:hover,
#businessCardPage a:focus,
#businessCardModal a:hover,
#businessCardModal a:focus {
  text-decoration: none;
}

#businessCardPage .container-fluid,
#businessCardModal .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}

#businessCardPage .container,
#businessCardModal .container {
  width: 100%;
  max-width: 800px;
}

/* Nav */
#header-biz {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--cover-image);
  min-height: 300px;
  padding-bottom: 80px;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0, 100% 82%, 23% 100%, 0 81%);
}
#header-biz img {
  max-width: 200px;
  margin-top: 30px;
}
@media only screen and (max-width: 300px) {
  #header-biz img {
    height: 150px;
    width: 150px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 260px) {
  #header-biz img {
    height: 140px;
    width: 140px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 230px) {
  #header-biz img {
    height: 125px;
    width: 125px;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 260px) {
  #header-biz .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#header-biz .navbar-brand {
  float: right;
  color: #fff;
}
#header-biz .navbar-default {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
#header-biz .navbar-header {
  float: none;
}
#header-biz .navbar-left, #header-biz .navbar-right {
  float: none !important;
}
#header-biz .navbar-toggle {
  display: block;
  border-color: #fff;
  border-radius: 50%;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px 13px;
  background-color: none;
}
#header-biz .navbar-toggle:hover, #header-biz .navbar-toggle:focus {
  background-color: var(--primary-bg-color);
}
#header-biz .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#header-biz .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#header-biz .navbar-collapse.collapse {
  display: none !important;
}
#header-biz .navbar-nav {
  float: none !important;
  background-color: #fff;
}
#header-biz .navbar-nav li a {
  font-size: 15px;
  font-weight: 300;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#header-biz .navbar-nav li a:hover, #header-biz .navbar-nav li a:focus {
  background-color: var(--primary-bg-color);
  color: #fff;
}
#header-biz .navbar-nav li.active a {
  background-color: var(--secondary-bg-color);
  color: #fff;
}
#header-biz .navbar-nav li.active a:hover, #header-biz .navbar-nav li.active a:focus {
  background-color: var(--primary-bg-color);
  color: #fff;
}
#header-biz .navbar-nav > li {
  float: none;
}
#header-biz .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-biz .collapse.in {
  display: block !important;
}
#header-biz .icon-bar {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}

#section-details-biz li {
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 40px;
  overflow: visible;
  height: 80px;
  position: relative;
  padding-left: 120px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
#section-details-biz li i {
  background-color: var(--secondary-bg-color);
  color: #fff;
  width: 120px;
  height: 78px;
  text-align: center;
  padding: 20px 15px;
  display: inline-block;
  font-size: 36px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 575px) {
  #section-details-biz li i {
    width: 63px;
    height: 100%;
    font-size: 21px;
  }
}
@media only screen and (max-width: 360px) {
  #section-details-biz li i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 300px) {
  #section-details-biz li i {
    font-size: 16px;
    width: 47px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li i {
    font-size: 14px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  #section-details-biz li .fa::before {
    margin-top: -7px;
    position: absolute;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 300px) {
  #section-details-biz li .fa::before {
    margin-top: -8px;
    margin-left: -7px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li .fa::before {
    margin-top: -7px;
    margin-left: -6px;
  }
}
@media only screen and (max-width: 575px) {
  #section-details-biz li .fa.fa-map-marker::before {
    margin-top: -9px;
    position: absolute;
    margin-left: -7px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 360px) {
  #section-details-biz li .fa.fa-map-marker::before {
    font-size: 21px;
    margin-top: -7px;
    margin-left: -6px;
  }
}
@media only screen and (max-width: 300px) {
  #section-details-biz li .fa.fa-map-marker::before {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li .fa.fa-map-marker::before {
    font-size: 17px;
    margin-top: -9px;
    margin-left: -5px;
  }
}
#section-details-biz li i.last {
  position: absolute;
  right: 0;
  left: auto;
}
#section-details-biz li p {
  display: inline-block;
  color: #6a6a6a;
  font-size: 20px;
  line-height: 1em;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 20px;
  word-break: break-word;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #section-details-biz li p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  #section-details-biz li p {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #section-details-biz li p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  #section-details-biz li p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li p {
    font-size: 8px;
  }
}
#section-details-biz li p span {
  color: #000;
  font-size: 28px;
  display: block;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  #section-details-biz li p span {
    font-size: 22px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  #section-details-biz li p span {
    font-size: 16px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 480px) {
  #section-details-biz li p span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  #section-details-biz li p span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  #section-details-biz li p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li p span {
    margin-top: 3px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 230px) {
  #section-details-biz li p span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 575px) {
  #section-details-biz li {
    height: 50px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 300px) {
  #section-details-biz li {
    height: 40px;
    padding-left: 42px;
  }
}
@media only screen and (max-width: 260px) {
  #section-details-biz li {
    padding-left: 35px;
  }
}
#section-details-biz li.with-extra-icon {
  padding-right: 75px;
}
@media only screen and (max-width: 260px) {
  #section-details-biz li.with-extra-icon {
    padding-right: 40px;
  }
}
#section-details-biz li a:hover,
#section-details-biz li a:focus {
  background-color: #333;
}
#section-details-biz li + li {
  margin-top: 10px;
}
#section-details-biz li:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (max-width: 230px) {
  #section-details-biz.container-fluid {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
  }
}

#after-header-biz h1 {
  font-family: "Open Sans", sans-serif;
  color: var(--secondary-bg-color);
  line-height: 1;
  margin-bottom: 5px;
  word-break: break-word;
  font-weight: 550;
}
@media only screen and (max-width: 575px) {
  #after-header-biz h1 {
    font-weight: 550;
  }
}
@media only screen and (max-width: 360px) {
  #after-header-biz h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 230px) {
  #after-header-biz h1 {
    font-size: 22px;
  }
}
#after-header-biz h2 {
  margin-top: 0;
}

#section-contact-biz {
  background-color: var(--primary-bg-color);
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
.rounded-circle-button{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-top: -10%;
}
.btn-dig-card {
  position: relative;
  margin: 0;
  border: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 23px;
  box-shadow: none !important;
  outline: none !important;
}
.my-profile-button{
  margin-bottom: 2%;
}
.digital-card-name{
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1pc;
  line-height: 0.25;
}

@media only screen and (max-width: 700px) {
  #section-contact-biz {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
  }
}

@media only screen and (max-width: 550px) {
  #section-contact-biz {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
  }
}


#section-contact-biz a {
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  white-space: nowrap;
  display: block;
  margin-left: -5%
}
@media only screen and (max-width: 480px) {
  .btn {
    white-space: normal;
  }

}

@media only screen and (max-width: 480px) {
  #section-contact-biz a {
    font-size: 20px;
  }
  #qr-code-image {
    margin-top: -1%;
  }
}
@media only screen and (max-width: 360px) {
  #section-contact-biz a {
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 230px) {
  #section-contact-biz a {
    font-size: 13px;
  }
  #qr-code-image {
    margin-top: -1%;
  }
}
@media only screen and (max-width: 230px) {
  #section-contact-biz {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #qr-code-image {
    margin-top: -1%;
  }
}
@media only screen and (max-width: 230px) {
  #section-contact-biz .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#section-social-biz li {
  display: inline-block;
  margin: 0 3px;
}
#section-social-biz li a {
  display: block;
  background-color: var(--primary-bg-color);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 12px;
}
#section-social-biz li a:hover, #section-social-biz li a:focus {
  background-color: var(--secondary-bg-color);
}
@media only screen and (max-width: 360px) {
  #section-social-biz li a {
    width: 42px;
    height: 42px;
    padding: 8px;
  }
}
@media only screen and (max-width: 300px) {
  #section-social-biz li a {
    width: 35px;
    height: 35px;
    padding: 3px;
  }
}
@media only screen and (max-width: 260px) {
  #section-social-biz li a {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 300px) {
  #section-social-biz li a .fa {
    font-size: 17px;
  }
}
@media only screen and (max-width: 260px) {
  #section-social-biz li a .fa {
    font-size: 15px;
  }
}
@media only screen and (max-width: 300px) {
  #section-social-biz li {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 260px) {
  #section-social-biz li {
    margin: 0;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #qr-code-biz a{
    float: right;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #qr-code-biz a{
    float: right;
  }
}
@media only screen and (max-width: 230px) {
  #section-social-biz .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 230px) {
  #section-social-biz.container-fluid {
    padding-top: 0;
  }
}

#section-before-footer {
  background-color: var(--tertiary-bg-color);
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-before-footer a {
  width: 100%;
  max-width: 510px;
  font-size: 24px;
  line-height: 1;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--primary-bg-color);
  display: block;
  margin-top: 15px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  #section-before-footer a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #section-before-footer a {
    padding: 17px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 260px) {
  #section-before-footer a {
    padding: 13px;
    font-size: 11px;
    margin-top: 0;
  }
}
#section-before-footer a:hover, #section-before-footer a:focus {
  background-color: var(--secondary-bg-color);
  color: #fff;
}
#section-before-footer a + a {
  margin-top: 15px;
}
@media only screen and (max-width: 260px) {
  #section-before-footer a + a {
    margin-top: 12px;
  }
}
#section-before-footer .row:first-child a {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  #section-before-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 230px) {
  #section-before-footer {
    padding: 13px 5px;
    font-size: 10px;
  }
}

#footer-biz {
  font-size: 20px;
  font-weight: 300;
}
#footer-biz a {
  color: #000;
}
@media only screen and (max-width: 575px) {
  #footer-biz {
    font-size: 14px;
  }
}
@media only screen and (max-width: 230px) {
  #footer-biz img {
    width: 140px;
  }
}

.para-section-details {
  width: 80%;
  height: 70%;
  margin-top: auto;
  margin-bottom: auto !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

/* total width */
.scrollbar::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
  height: 3px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track:hover {
  background-color: transparent;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 0px;
  border: 0px solid #fff;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 0px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/* div box */
#businessCardPage .scrollbar,
#businessCardModal .scrollbar {
  height: 7vh;
  margin-top: 2vh;
  width: 38vw;
  min-width: 150px;
  background: transparent;
  overflow-y: hidden;
  scrollbar-width: thin;
}

#previewModal p {
  font-size: 15px;
}

#bizCardCompanyLogo img {
  margin-top: 0;
  max-height: 150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#businessCardPage .modalImg, #businessCardModal .modalImg {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

#businessCardPage .imageClose, #businessCardModal .imageClose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

#businessCardPage .modalImgcontent, #businessCardModal .modalImgcontent {
  margin: auto;
  display: block;
  width: 500px;
  max-width: 100%;
}

#businessCardPage .modalImgcontent, #businessCardPage #caption,
#businessCardModal .modalImgcontent, #businessCardModal #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

#businessCardPage .enlargeImage,
#businessCardModal .enlargeImage {
  cursor: pointer;
}

#section-custom-booking-link-biz a {
  width: 100%;
  max-width: 510px;
  font-size: 24px;
  line-height: 1;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  color: var(--primary-bg-color);
  display: block;
  border: 1px solid var(--primary-bg-color);
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  #section-custom-booking-link-biz a {
    padding: 17px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 360px) {
  #section-custom-booking-link-biz a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 260px) {
  #section-custom-booking-link-biz a {
    padding: 13px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 230px) {
  #section-custom-booking-link-biz a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 230px) {
  #section-custom-booking-link-biz .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#saveContactInfoModal .modal-body p {
  font-size: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

#businessCardPage .modal .modal-footer,
#businessCardModal .modal .modal-footer {
  text-align: center !important;
}

#businessCardModal .img-thumbnail {
  border-radius: 50% !important;
}

/*# sourceMappingURL=style.css.map */
