:root {
  --theme-color: #f26b38;
  --theme-color-50: #f26b3850;

  --design-line-thickness: 20px;

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 13px;
  margin: 0 auto;
  color: #363636;
  text-decoration: none;
  max-width: 450px;
  text-align: center;
  background-color: #fff;
  word-break: break-word;
  padding: 20px 10px 90px 10px;
}

a {
  text-decoration: none;
  color: var(--theme-color);
}

h1 {
  font-family: "Roboto Mono";
  color: #000;
}

h2 {
  font-family: "Roboto Mono";
  color: #000;
}

strong, b {
  font-family: "Roboto Mono";
}

.line {
  content: '';
  position: fixed;
  background: var(--theme-color);
  z-index: 105;
}

.line.top {
  left: 0;
  top: 0;
  width: 100%;
  height: var(--design-line-thickness);
}

.line.bottom {
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: var(--design-line-thickness);
}

.line.left {
  left: 0;
  top: 0;
  width: var(--design-line-thickness);
  height: 200%;
}

.line.right {
  left: auto;
  right: 0;
  top: 0;
  width: var(--design-line-thickness);
  height: 200%;
}


/* Main section */

.page-wrapper {
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  padding: 30px;
}

.upper {
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
}

.views-label {
  top: 15px;
  right: 25px;
  border: 1px solid #ddd;;
  /* border: 2px solid #4c4c4c; */
  padding: 7px 10px;
  position: absolute;
  /* color: #4c4c4c; */
  font-size: 12px;
  margin-bottom: 0px;
  opacity: 0.7;
}

.seperator {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 75px 0 40px 0;
}

.profile-pic-img {
  max-width: 120px;
  border: 2px solid var(--theme-color);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.profile-pic-img.no-border {
  border: 0;
  border-radius: 0;
}

.firmname {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 24px;
  font-weight: 500;
}

.firmname-underline {
  width: 30%;
  background-color: var(--theme-color);
  height: 1px;
  margin-bottom: 10px;
  margin: 0 auto;
}

.name {
  margin: 10px 0 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px;
  padding-left: 20px;
}

.contact-info-item {
  text-align: left;
  padding: 0 0 23px 0;
  display: flex;
}

.contact-info-heading {
  color: var(--theme-color);
  margin-right: 10px;
  min-width: 80px;
  display: inline-block;
}

.contact-info-text {
  display: block;
  color: #363636;
}

.shadow-buttons {
  display: flex;
  justify-content: center;
}

.shadow-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  /* box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, .22); */
  /* border: 2px solid #fff; */
  position: relative;
  z-index: 0;
  padding: 10px 10px;
  flex: 1;
  background-color: var(--theme-color);
  margin: 5px;
  color: #fff;
}

.shadow-button .shadow-button-icon {
  /* color: #F1F1F1; */
  vertical-align: middle;
  font-size: 15px;
  margin-right: 10px;
  margin-top: -2;
}

.share-section-buttons {
  margin-top: 25px;
  margin-bottom: 50px;
}

.share-section-button {
  color: #fff;
  background-color: var(--theme-color);
  border: 0;
}

.share-section-button .shadow-button-icon {
color: #fff;
}

.save-card-button {
  display: none;
}

/* Main section End */


/* Section CSS Starts */

.section-header {
  display: inline-block;
  color: #0a1a2b;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  box-shadow: inset 0 -7px 0px var(--theme-color-50);
}

.section-container {
  /* background-color: #fff; */
  /* border: 0;
  border-radius: 6px;
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07); */
  position: relative;
  padding: 30px;

  text-align: left;
  margin-top: 40px;
  line-height: 22px;
  font-size: 13px;
  word-break: break-word;
  /* color: #555; */

}
/* Section CSS Completed */

/* Card CSS Starts */

.card {
  border-radius: 8px;
  background-color: #f8f8f8;
  border: 0;
  z-index: 0;
  text-align: left;
  padding: 25px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.card .card-title {
  font-size: 15px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
/* Card CSS Completed */

/* About us info classes start */
.about-us-table {
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.about-us-table tr {
  text-align: -webkit-left;
  vertical-align: top;
}

.about-us-table .table-row-label {
  text-align: left;
  min-width: 160px;
  vertical-align: top;
  position: relative;
}

.about-us-table .table-row-label .table-row-label-text {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: var(--theme-color);
  font-weight: 400;
}

.about-us-table .table-row-label .table-row-label-separator {
  position: absolute;
  right: 0;
}

.speciality-label {
  font-weight: 500;
}

.about-us-text {
  text-align: left;
  max-width: 95%;
  /* font-size: 13px; */
  font-weight: 400px;
}

.document-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #555;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #555;
}

.document-wrapper .pdf-icon {
  padding: 12px;
  padding-right: 5px;
  font-size: 18px;
}

.document-wrapper .pdf-number {
  padding: 10px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-wrapper .download-icon {
  font-size: 18px;
  padding: 12px;
  border-left: 2px solid #555555;
  color: var(--theme-color);
}

.other-links-wrapper .other-links-header {
  font-family: "Roboto Mono";
}

.other-links-wrapper .other-links-link {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  word-break: break-all;
}

.other-links-wrapper .other-links-link i {
  margin-right: 10px;
}

/* About us info classes completed */

/* Product css starts */
.product-description {
  text-align: left;
  max-width: 100%;
  font-weight: 400;
  font-size: 13px;
}

.product-enquiry-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 14px;
  color: var(--theme-color);
}

.product-enquiry-btn {
  /* background: transparent;
  color: var(--theme-color);
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, .22);
  border: 2px solid var(--theme-color); */
  position: relative;
  padding: 7px 15px;
  font-size: 13px;
  display: inline-block;
  z-index: 0;
  color: #fff;
  background-color: var(--theme-color);
  border: 0;
  margin-left: 5px;
}

.product-enquiry-section button:disabled {
  opacity: 0.3;
}

#downloading {
  display: none;
}
/* Product css completed */

/* Payment CSS Start */
.qr-image {
  max-width: 250px;
  width: 100%;
}
/* Payment CSS Completed */

/* Gallery CSS Starts */
.images-container {
  column-count: 3;
  -webkit-column-count: 3;
  column-gap: 0;
  -webkit-column-gap: 0;
}

.images-container .image-wrapper {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding: 3px;
}

.images-container .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.images-container .image-wrapper img:hover {
  opacity: 0.7;
}
/* Gallery CSS Completed */

/* Feedback form CSS start */
.feedback-form input[type=text],select,textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
  outline: none;
  font-size: 13px;
  font-family: "Roboto Mono";
}

#feedback-section input[type=button] {
  padding: 12px 20px;
  cursor: pointer;
  margin: 6px 0;
  color: #fff;
  background-color: var(--theme-color);
  border: 0;
  font-family: "Roboto Mono";
}

#feedback-section input[type=button]:disabled {
  opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
  flex: 1;
  margin-right: 5px;
}

.feedback-form .feedback-email {
  flex: 1;
  margin-left: 5px;
}

.feedback-list .feedback-wrapper {
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars > span {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

#feedback-section hr {
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0.5px;
}

.feedback-form {
  margin-bottom: 0;
  padding: 15px;
  margin-top: 20px;
}

.feedback-form .feedback-form-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.feedback-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.feedback-button-wrapper input[type=button] {
  padding: 6px 12px !important;
}
/* Feedback form CSS Completed */

/* Enquiry form CSS start */
.enquiry-form input[type=text],select,textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
  outline: none;
  font-size: 13px;
  font-family: "Roboto Mono";
}

.enquiry-form input[type=button] {
  color: #fff;
  background-color: var(--theme-color);
  border: 0;
  font-family: "Roboto Mono";

  padding: 12px 20px;
  cursor: pointer;
  margin: 6px 0;
}

.enquiry-form input[type=button]:disabled {
  opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
  flex: 1;
  margin-right: 5px;
}

.enquiry-form .enquiry-email {
  flex: 1;
  margin-left: 5px;
}
/* Enquiry form CSS Completed */

/* Social links CSS specific to template Starts */
.social-links {
  justify-content: center;
}
.social-links .social-link i {
  background: none;
  color: #363636;
  border-radius: 0;
  box-shadow: none;
}
/* Social links CSS specific to template Completed */

/* Footer Menu CSS Starts */
.footer {
  position: fixed;
  bottom: var(--design-line-thickness);
  left: var(--design-line-thickness);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.footer-menu {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0;
  list-style-type: none;
  overflow: auto;
  position: relative;
  background: white;
  /* border-radius: 20px 20px 0 0; */
  display: flex;

  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
  flex: 1;
  min-width: 80px;
}

.footer-menu li:last-child {
      margin-right: 40px;
}

.footer-menu .footer-menu-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  color: #555555;
}

.footer-menu .footer-menu-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--theme-color);
}

.footer-menu .footer-menu-text {
  font-size: 12px;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
  text-align: center;
  border-top: 1px solid #e9e3e2;
  padding-top: 20px;
  margin-top: -40px;
}
/* Copyright css completed */

/* Extra util classes */
.p-30 {
  padding-top: 30px;
}

.p-20 {
  padding-top: 20px;
}
.orderedList {
  list-style: decimal;
  padding-left: 16px;
}

.unorderedList {
  list-style: disc;
  padding-left: 16px;
}

.flex {
  display: flex;
}
/* Extra util classes completed */


/* whatsapp input flag css */
.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.3/img/flags@2x.png");}
}

.iti {
  width: 100%;
}

.iti__country-name, .iti__flag-box {
  color: #555555;
}
/* whatsapp input flag css completed */

/* Overriding common CSS for this theme start */
.whatsapp-share-container {
  margin-bottom: 30px;
}
/* Overriding common CSS for this theme completed */




@media only screen and (min-width: 960px) {
  :root {
      --design-line-thickness: 30px;
  }

  body {
      min-width: 960px;
      padding: 40px 10px 90px 10px;
  }

  /* Main section */
  .page-wrapper { 
      padding: 20px 50px;
  }

  .firmname {
      font-size: 18px;
      margin: 0 0 16px 0;
  }

  .contact-info {
      flex-wrap: wrap;
      flex-direction: unset;
  }
  
  .contact-info-item {
      flex: 0 0 47%;
      margin-right: 25px;
  }
  /* Main section ends*/

  /* Section CSS Starts */
  .section-container { 
      padding: 20px 50px;
  }
  .section-header {
      font-size: 20px;
      margin-bottom: 42px;
  }
  /* Section CSS ends */

  /* Product Section Start */
  .product-section-wrapper {
      display: flex;
      flex-wrap: wrap;
  }

  .product-card {
      flex: 0 0 40%;
      margin: 0;
      margin-right: 30px;
      margin-bottom: 30px;
  }
  /* Product Section end */

  /* Payment options section Start */
  .qr-codes-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .po-qr-code-wrapper {
    flex: 0 0 30%;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* Payment options section End */

  .social-links .social-link i {
    height: 40px;
    width: 40px;
  }
}



/* ===================================
  Scrollbar
====================================== */

/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  width: 12px;
  background: #ffffff;
  border-left: 0 solid white;
  border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
  background: #ec3737;
  width: 0;
  height: 25%;
} */