

.sticky-btn-enquire {
    position: fixed !important;
    top: 300px!important;
    right: -56px;
    padding: 10px 30px !important;
    z-index: 9999999 !important;
    transform: rotate(-90deg);
    background: #fff;
    color: #000 !important;
  /* border: 1px solid #fff; */
    border-radius: 0px 10px 0px 0px !important;
    font-size: 16px;
	text-decoration:none;
}

.sticky-btn-enquire {
  color: #fff;
  overflow: hidden;
  border-radius: 10px 10px 0 0 !important;
  z-index: 1111111111111 !important;
}

.sticky-call-customcss{
  position: fixed !important;
  top: 447px;
  right: -42px;
  padding: 10px 30px !important;
  z-index: 9999999 !important;
  transform: rotate(-90deg);
  background: #c85832;
  color: #fff !important;
  /* border: 1px solid #fff; */
  border-radius: 10px 0px 0px 0px !important;
  font-size: 16px;
	text-decoration:none;


}

.sticky-call-customcss::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sticky-btn-enquire::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background: #c85832;
  z-index: -1;
  border-radius: 0px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theme-btn:hover::before {
  height: 100%;
  background: #c85832;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 10px 0px 0px 0px !important;
}
.sticky-call-customcss:hover::after{
  height: 100%;
  background: #fff;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 10px 0px 0px 0px !important;
}
.sticky-btn-enquire:hover::after {
  height: 100%;
  background: #c85832;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0px 0px 0px 0px !important;
}
.sticky-call-customcss:hover {
  color: #000 !important
}
.sticky-btn-enquire:hover {
  color: #fff !important
}

