/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.customSpacing p{
text-align: justify;
}


#payment_hidden_details{
    display: none !important;
}


.call-now-container {
  position: fixed;
  cursor: pointer;
  bottom: 30px; /* Adjust as needed */
  left: 30px; /* Adjust as needed */
  height: 46px;
  width: 146px;
  z-index: 100000000000000000000; /* Ensure it appears above other content */
  cursor: pointer;
  background-color: #978667;
  display: block;
  border-radius: 50px;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: inset 0 0 0 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 14px 25px 14px 25px;
  font-weight: 600;
  z-index: 9999999;
}
.call-now {
  color: white;
}

.call-now-container.whts {
	right: 46px !important;
	width: 156px;
	transform: translateX(15px);
	left: unset;
	bottom: 14px;
	
}

@media (max-width: 767px) {

  .call-now-container {
    width: 40% !important;
    left: 8px;
  }
  .call-now-container.whts {
    width: 40% !important;
    right: 23px !important;
  }
}
