<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
body, html{
  background: #F9F9FA;
  overflow-x: hidden;
  font-family: "Inter Tight", sans-serif;
}

#exampleModal {
  background: #00000094;
}
#exampleModal2 {
  background: #00000094;
}
#exampleModal3 {
  background: #00000094;
}
#location_map {
  background: #00000094;
}
.btn-close:focus {
  box-shadow: none;
}
.modal-open {
  padding-right: 0!important;
}
#exampleModal {
  padding-right: 0!important;
}
::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #04BE57;
}
.common_top_padding{
  padding-top: 70px;
} 
.common_bottom_padding{
  padding-bottom: 70px;
}
.common_paragraph p {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
.bg_green {
  background: #E6FBEE;
}
.bg_gray{
  background: #EDF1F4;
}
.text_dark{
  color: #242725!important;
}
.common_title {
  color: #04BE57;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.common_btn:hover {
  color: #04BE57;
}
.common_btn {
  background: transparent;
  border: 0;
  color: #04BE57;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all .5s linear;
  display: flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
}
.common_btn iconify-icon{
  font-size: 22px;
  margin-left: 10px;
  animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
  }
}
.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.flex_title .common_title{
  margin: 0;
}

/* fix icons */
.fix_icons {
  position: fixed;
  right: 0px;
  top: 43%;
  z-index: 99;
}
.fix_icons a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0px;
  border: 1px solid #ffffff12;
}
.fix_icons a img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.phone {
  background: #04BE57;
}
.email {
  background: #e2b432;
}
.whatsapp {
  background: #29a71a;
}
.whatsapp img {
  filter: unset!important;
  width: 35px !important;
}

/* thank you style */
.thankyou_right p {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 400;
}
#thank_you {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank_you img {
  width: 350px;
}

.thank_you {
  width: 790px;
  margin: auto;
  box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
  padding: 30px;
}
.thank_you h1 {
  font-size: 42px;
  font-weight: 600;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.thankyou_right {
  height: 100%;
  display: flex;
  align-items: center;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
.section{
  position: relative;
}
.position_text {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 80px;
  font-weight: 500;
  color: #00000008;
  text-transform: capitalize;
  z-index: 9;
}
.title_centre {
  text-align: center;
  margin-bottom: 35px;
}


.fixed_section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #04BE57;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-top: 1px solid #ffffff24;
}

.fixed_section div {
  position: relative;
  padding: 18px;
  border-right: 1px solid #ffffff24;
  width: 33.3%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.fixed_section a {
  color: #fff;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.fixed_section a iconify-icon {
  margin-right: 10px;
  font-size: 20px;
}


.common_form .modal-content {
  border: 0;
  border-radius: 0;
}
.form_content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .5;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 12px;
}
.input_common_btn {
  position: relative;
}
.input_common_btn::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2304BE57' fill-rule='evenodd' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m.47-13.53a.75.75 0 0 1 1.06 0l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06l1.72-1.72H8a.75.75 0 0 1 0-1.5h6.19l-1.72-1.72a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.input_common_btn {
  background: #04BE57;
  color: #fff;
  border: 0;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 50px;
  width: 100%;
  text-transform: uppercase;
  animation: zoom-in-zoom-out2 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1);
  }
}
.downld_input {
  width: 100%;
  border: 1px solid #dfdfdf !important;
  outline: none;
  box-shadow: none;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.downld_input::placeholder{
  font-size: 14px;
  text-transform: capitalize;
}
.form_title {
  text-align: center;
  margin-bottom: 20px;
}
.form_title h6 {
  font-size: 30px;
  font-weight: 500;
  color: #04be57;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.form_title p {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.popup_form {
  padding: 40px 20px;
}
.offer_text {
  color: #dc3545;
  font-weight: 600;
}

.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #00000094;
  filter: alpha(opacity=85);
  z-index: 101;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    /* height: 310px; */
    top: 50%;
    left: 50%;
    /* margin-left: -260px; */
    /* margin-top: -180px; */
    background-color: #ffffff;
    z-index: 102;
    padding: 10px 20px;
    transform: translate(-50%, -50%);
}
/*   This is the closing button  */
#btnClose {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
</pre></body></html>