@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/bg-light-red.png );
  max-width: 450px;
  margin: 0 auto;
  background-attachment: fixed;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  color: #484848;
}
p{
  font-size: 14px;
  color: #484848;
}
.card-body{
  background-color: #dfe2cd;
  /* border-top: 8px solid #d4423b; */
  padding: 20px;
  margin-bottom: 15px;
}
.top-border{
  height: 8px;
  /* background-image: url(../images/border-bg.png); */
  background-repeat: repeat-x;
  background-color: #f56823;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.d-flex{
  display: flex;
}
.flex-1{
  flex: 1;
}
.d-bw{
  justify-content: space-between;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.mb-10{
  margin-bottom: 10px;
}
img{
  width: 100%;
  border-radius: 6px;
}
ul{
  padding-left: 18px;
}
ul li{
  color: #4a4a4a;
  font-size: 14px;
}
.visitors-block{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.visitors{
  background-color: rgba(255, 255, 255, 0.50);
  display: inline-flex;
  padding: 4px;
  align-items: center;
  border-radius: 4px;
  color: #484848;
  font-size: 14px;
}
.visitors span{
  margin-left: 5px;
}
.visitors span:nth-child(3){
  font-weight: 600;
}
.logo-block{
  display: flex;
  justify-content: center;
}
.logo{
  margin-bottom: 15px;
}
.business-details{
  text-align: center;
}
.business-name{
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #616161;
}
.business-owner-name{
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #5B5B5B;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.business-profile-tag{
  font-style: italic;
  font-size: 12px;
  margin: 0px;
  color: #4a4a4a;
  margin-bottom: 15px;
}
.border-custome{
  width: 50%;
  background-color: #f56823;
  height: 3px;
}
.contact-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #484848;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 10%);
}
.contact-link i{
  margin-right: 10px;
  color: #484848;
}
.contact-details{
  margin-bottom: 10px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
  border-radius: 8px;
}
.whatsApp-share{
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
  border-radius: 8px;
}
.whatsApp-share .form-control{
  border: unset;
  border-radius: 6px;
  height: 42px;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0.50);
  margin-bottom: 0px;
  color: #484848;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.whatsApp-share .form-control:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.whatsApp-share .btn{
  background-color: #dfe2cd;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  color: #484848;
  font-weight: 500;
  border: unset;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.about-content{
  margin-top: 20px;
}
.field-name{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #484848;
}
.field-details{
  font-size: 14px;
  color: #4a4a4a;
}
.product-name{
  margin-bottom: 10px;
}
.product-card{
  background-color: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 10%);
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.two-images-row{
  display: flex;
  justify-content: space-between;
}
.two-images-row .cols{
  width: 49%;
}
.button{
  background-color: #f56823;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 18px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}
.garllery-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0px;
}
.garllery-block .galley-image-card{
  flex: 0 1 32.5%;
  position: relative;
}
#hide{
  display:none;
}
.show {
  display:block !important;
  position: absolute;
  z-index: 999;
  width: 90%;
  margin: 0 auto;
}
.video-gallery{
  margin: 10px 0px;
}
.video-gallery .videos{
  margin-bottom: 10px;
}
.b-bottom{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.payment-block{
  margin: 10px 0px;
}
.feedback-list{
  padding-top: 20px;
}
.feedback-wrapper{
  background-color: rgba(255, 255, 255, 0.50);
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 15px;
}
.feedback-name-date{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback-name-date .name{
  font-size: 14px;
  font-weight: 600;
  color: #484848;
}
.feedback-name-date .date{
  font-size: 14px;
  color: #484848;
}
.star-rating{
  margin: 4px 0px;
}
.star-rating i{
  color: #909090;
  font-size: 20px;
}
.star-rating span .yellow-color{
  color: #feb91f;
}
.select-star span i:hover{
  color: #feb91f;
}
.feedback-form{
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 8px;
  padding: 10px;
}
.star-ratings {
  display:flex;
  flex-direction: row-reverse;
  font-size:30px;
  justify-content:space-around;
  text-align:center;
  width:5em;
}
.star-ratings input {
  display:none;
}
.star-ratings label {
  color:#6d6d6d;
  cursor:pointer;
}
.star-ratings :checked ~ label {
  color:#feb91f;
}
.star-ratings label:hover,
.star-ratings label:hover ~ label {
  color:#feb91f;
}
.form-control{
  width: 100%;
  height: 40px;
  border: 0px solid #CCC;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 10%);
}
.form-control:focus, .textarea-control:focus{
  outline: none;
}
.textarea-control{
  width: 100%;
  border: 0px solid #CCC;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  resize: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 10%);
}
.enquiry-form{
  margin-top: 15px;
}
.footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.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 .footer-menu-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  color: #484848;
  font-weight: 600;
}
.footer-menu .footer-menu-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #f56823;
}
.footer-menu .footer-menu-text {
  font-size: 12px;
}
a, a:focus, a:hover, a:link {
  text-decoration: none !important;
}
.template-bg{
  background-image: url("../images/blur-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.template-bg .card-body{
  background-color: transparent;
  max-width: 70%;
  margin: 0 auto;
  margin-right: 0;
  margin-bottom: 15px;
}
.template-bg .business-name,
.template-bg .business-owner-name{
  color: #4a4a4a;
}
.template-bg .border-custome{
  width: 50%;
  background-color: #f56823;
  height: 3px;
  margin: 0 auto;
}
body{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/dark.jpg );
  max-width: 450px;
  margin: 0 auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.last-margin{
  margin-bottom: 100px;
}
.action-buttons{
  display: flex;
  align-items: center;
}
.action-buttons a, 
.action-buttons button{
  margin-right: 10px;
}
.action-buttons a:last-child,
.action-buttons button:last-child{
  margin-right: 0px;
}
.share-to-social-links label i{
  margin-right: 5px;
  color: #484848;
}
.share-to-social-links label{
  color: #484848;
  font-weight: 600;
  font-size: 14px;
}
.share-to-social-links{
  margin-top: 15px;
  border-radius: 6px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
}
.social-icons{
  display: flex;
  align-items: center;
}
.social-icons a{
  width: 30px;
  height: 30px;
  border: 1px solid #dfe2cd;
  background-color: #dfe2cd;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons a{
  margin-right: 10px;
}
.social-icons a:last-child{
  margin-right: 0px;
}
.social-icons a i{
  color: #484848;
  font-size: 16px;
}
.user-profile{
  width: 150px;
  height: 150px;
  margin-bottom: 10px;  
}
.user-profile img{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 3px solid #f56823;
}
.business-details{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.feedback-status{
  color: #484848;
}
.load-more{
  border: 1px solid #f56823;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  color: #f56823;
  background-color: rgba(255, 255, 255, 0.50);
}
.share-link{
  margin-bottom: 10px;
  justify-content: unset;
  flex-direction: column;
}
.share-link label{
  margin-bottom: 10px;
}
.share-link .social-icons{
  flex-wrap: wrap;
  justify-content: center;
  max-width: 246px;
}
.share-link .social-icons a{
  margin-bottom: 10px;
}