@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: 'Source Sans Pro', sans-serif;
}

.wrapper {
  border-radius: 8px;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
  position: relative;
}

.wrapper .topBg {
  /* max-width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; */

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  right: 0;
  z-index: -111;
}

.wrapper .download img {
  position: absolute;
  top: -42px;
  /* right: 15px; */
  z-index: 100;
  width: 40px;
  left: 10px;
}

.download {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;

}

.download a {
  text-decoration: none;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 600;
  color: #323232;
}


.logoBox {
  padding-top: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.businessLogo {
  width: 150px;
}

.businessContent {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.businessName {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 26px;
  color: #323232;
  line-height: 25px;
  /* margin-top: 50px; */
}

.businessTitle {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #323232;
}

.businessDesc {
  font-family: var(--primary-font);
  font-size: 12px;
  color: #323232;
  word-break: break-word;
  line-height: 12px;
}

.divider {
  width: 90%;
  text-align: center;
  background: #2a4464;
  height: 1px;
  margin: 5px auto;
}

.contactDetails {
  height: auto;
  gap: 15px;
  margin: 18px auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contactDetails a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.contactDetails .firstspan {
  /* width: 20%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactDetails .firstspan img {
  width: 30px;
  margin-bottom: 15px;
}

.contactDetails .secondspan {
  /* width: 80%; */
}

.contactDetails .secondspan p {
  font-family: var(--primary-font);
  color: #323232;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.mediaIcons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 15px;

}

.mediaIcons img {
  width: 35px;
}

pre {
  font-family: var(--primary-font);
  font-size: 12px;
  color: #323232;
  word-break: break-word;
  text-align: justify;
}

.linethrough {
  text-decoration: line-through;
}

.aboutUs {
  border-radius: 8px;
  margin: 20px auto;
  max-width: 450px;
  width: 100%;
}

.aboutUs .aboutUsHead {
  background-color: #FFBCD0;
  border-radius: 31px 0;
  font-family: var(--secondary-font);
  text-align: center;
  font-size: 20px;
  color: #FF155B;
  padding: 18px 0;

}

.aboutUs .aboutUsTitle {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  padding: 10px 0;
}

.aboutUs .aboutUsDesc {
  text-align: left;
  word-wrap: break-word;
}

.aboutUs .aboutUsDesc .aboutUsDesctext {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
}

.aboutUs .aboutUsDesc i,
.aboutUs .aboutUsDesc b {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #323232;
}

.aboutUs .aboutUsDesc .underline {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #323232;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.aboutUs .innerWrapper {
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

/* .innerWrapper{
  background-image: url(/images/websites/websites3/bg-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
} */

.aboutUs .innerWrapper img {
  width: 150px;
}

.productsAndServices {
  border-radius: 8px;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.productsAndServices .productAndServicesHead {
  margin-bottom: 10px;
  border-radius: 31px 0;
  padding: 18px 0;
  font-family: var(--secondary-font);
  font-size: 20px;
  background-color: #FFBCD0;
  color: #FF155B;
  text-align: center;



}

.productsAndServices .cardWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.productsAndServices .cardWrapper .productbox {
  /* width: 45%; */
  width: 200px;
  margin: 0 5px;
  display: inline-block;
}

.productsAndServices .cardWrapper a {
  display: block;
  width: 50%;
  text-decoration: none;
}

.productsAndServices .cardWrapper .card {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  width: 100%;
  margin: 8px auto;
  border-radius: 8px;
  padding-bottom: 5px;

  /* margin-bottom: 40px; */
}

.productbox>a {
  width: 200px;
  height: 200px;
}



.productsAndServices .cardWrapper .card img {
  margin: 0 auto;
  width: 100%;
  /* height: 200px; */
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.productsAndServices .cardWrapper .productTitle {
  text-align: justify;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: #323232;
}

.productsAndServices .cardWrapper .productDesc {
  text-align: justify;
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
  word-break: break-word;
}

.imageGallery {
  border-radius: 8px;
  margin: 10px auto;
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imageGallery .imageGalleryHead {
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  font-family: var(--secondary-font);
  font-size: 20px;
  padding: 10px 0;
  background-color: #FFBCD0;
  color: #FF155B;
  border-radius: 31px 0;
  padding: 18px 0;
}

.imageGallery .galleryImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.galleryImage a {
  display: inline-flex;
  width: 140px;
  height: 140px;
}


.imageGallery .galleryWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.copyInput:focus {
  outline: none;
}

.copyInput {
  height: 0px;
  border: none;
  background: none;
  cursor: default;
  padding: 0px;
}

.upiSection {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.upiHead {
  text-align: center;
  border-radius: 4px;
  font-family: var(--secondary-font);
  font-size: 20px;
  padding: 10px 0;
  background-color: #FFBCD0;
  color: #FF155B;
  border-radius: 31px 0;
  padding: 18px 0;
}

.upiWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 10px;
  width: 88%;
  margin: 0 auto 15px auto;
}

.upiIconText {
  width: 60%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}

.upiIconText span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.upiCopy {
  width: 20%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}

.upiCopy span {
  padding-left: 8px;
}

.upiCopy {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 5px 8px;
}

.upiIconText img {
  width: 25px;
  padding-right: 8px;
}

.upiCopy img {
  width: 15px;
}

.conatctUs {
  border-radius: 8px;
  margin: 10px auto;
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.conatctUs .conatctUsHead {
  text-align: center;
  border-radius: 4px;
  font-family: var(--secondary-font);
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  background-color: #FFBCD0;
  color: #FF155B;
  border-radius: 31px 0;
  padding: 18px 0;
}

.conatctUs .formWrapper {
  width: 95%;
  margin: 20px auto;
  border: none;
  padding: 20px 0;
  border: 1px solid #FF155B;
  border-radius: 8px;
}

.conatctUs #submitForm {
  text-align: center;
}

.conatctUs #submitForm input,
.conatctUs #submitForm textarea {
  width: 95%;
  padding: 12px 10px;
  margin: 5px 0;
  outline: none;
  /* border: 1px solid #ccc; */
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  padding-left: 35px;
}

.conatctUs #submitForm input::-webkit-input-placeholder,
.conatctUs #submitForm textarea::-webkit-input-placeholder {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
  font-weight: 600;
  opacity: 0.2;
}

.conatctUs #submitForm input:-ms-input-placeholder,
.conatctUs #submitForm textarea:-ms-input-placeholder {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
  font-weight: 600;
}

.conatctUs #submitForm input::-ms-input-placeholder,
.conatctUs #submitForm textarea::-ms-input-placeholder {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
  font-weight: 600;
}

.conatctUs #submitForm input::placeholder,
.conatctUs #submitForm textarea::placeholder {
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #323232;
  font-weight: 600;
}

.conatctUs #submitForm .inputSection {
  position: relative;
}

.conatctUs #submitForm .inputIcon {
  position: absolute;
  top: 16px;
  left: 18px;
}

.conatctUs #submitForm .inputIcon img {
  width: 18px;
}

.conatctUs #submitForm #userName-error, .conatctUs #submitForm #userNumber-error, .conatctUs #submitForm #userEmail-error, .conatctUs #submitForm #message-error,
.conatctUs #submitForm .userNameError, .conatctUs #submitForm .userNumberError, .conatctUs #submitForm .userEmailError, .conatctUs #submitForm .messageError {
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  color: red;
  display: block;
  padding-left: 15px;
  text-align: left;
}

.conatctUs #submitForm #submit {
  cursor: pointer;
  width: 80%;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #FF155B;
  border-radius: 4px;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}

.conatctUs .conatctFooter {
  background-color: #3e6f78;
  text-align: center;
  margin: 50px 0;
}

.conatctUs .conatctFooter p {
  width: 80%;
  margin: 0 auto;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #fff;
  padding: 8px 5px;
}

.mainFooter {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 450px;
  width: 100%;
}

.footerContainer {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFBCD0;
  border-radius: 25px 0;
  padding: 10px 0px 4px 0px;
}

.footerContainer :last-child {
  border-right: none !important;
}

.footerContainer .footerIcons {
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 20%;
}

.footerContainer .footerIcons img {
  width: 30px;
}

.footerContainer .footerIcons p {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 14px;
  color: #FF155B;
}

/*# sourceMappingURL=wesiteTemplate-1.css.map */

/* .lb-dataContainer{
  width: 80% !important;
} */

@media only screen and (max-width: 600px) {
  .productsAndServices .cardWrapper .productbox {
    width: 145px;
    padding: 5px;
  }

  .mediaIcons {
    gap: 5px;
  }

  .imageGallery .galleryWrapper {
    display: flex;
    justify-content: center;
  }

  .productsAndServices .cardWrapper {
    display: flex;
    justify-content: space-around;

  }

  .imageGallery .galleryWrapper .galleryImage a {
    max-width: 114px;
    height: 114px;
    padding: 5px;

  }

}

@media only screen and (min-width: 320px) and (max-width:375px) {

  .imageGallery .galleryWrapper .galleryImage a {
    max-width: 100px;
    height: 100px;
    padding: 5px;

  }

}

.mobShow{
  display: none;
}


@media(max-width:500px){
  .mobShow{
      display: contents;
  }
  .mobHide{
      display: none;
  }

  .desk{
      display: none;
  }
}

.payNow {
  width: 28%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: white;
  font-weight: 600;
  background: #06BA59;
}

.payNow span {
  padding-left: 8px;
  font-size: 8px;
}

.payNow {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 5px 4px;
}

.payNow img {
  width: 12px;
}

.saveContact{
  font-weight: 700 !important;
}

@media (min-width:501px) {
  a.payNow{
      display: none !important;
  }
}

#combined-image-container {
  text-align: center;
  background-color: #f3f6fe;
  padding: 30px;
  position: absolute;
  left: -999999px;
}

#combined-image {
  margin-top: 20px;
}

#userName {
  font-weight: 700;
  margin: 5px 0;
  color: #53524f;
}

#upiID {
  position: relative;
  font-weight: 700;
  margin: 5px 0;
  color: #53524f;
  z-index: 9999999;
}

#qrContainer {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
