@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.font_n {
  font-family: "Noto Serif", serif;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.dark_overlay {
  background: #0000004f;
  width: 100%;
  height: 100%;
  padding-top: 185px;
  padding-bottom: 185px;
}
.scrolled {
  background: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff !important;
}
.navbar-fixed-top {
  transition: 0.3s;
}
.navbar-fixed-top .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  margin-left: 24px;
  padding: 12px 10px;
      margin-top: 27px;
}
.navbar-toggler img {
  width: 30px;
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.bsr_SideBar {
  border: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: 300px;
  background: #0F5E9C;
}
.side_bar li a {
  color: #fff;
}
.side_bar li a:hover {
  color: #fff;
}
.offcanvas-header IMG {
  width: 150px;
}
.nav_whatsapp {
  background: #0ba139;
  padding: 10px 35px !important;
  border-radius: 50px;
  border: 2px solid #0ba139;
  box-shadow: 0px 3px 6px #00000052;
  font-weight: 600;
  transition: 0.3s;
}
.nav_whatsapp:hover {
  background: #0ba139;
  color: #fff;
  transition: 0.3s;
}
.scrolled .nav_whatsapp {
  background: #06c16d;
  border: 2px solid #fff;
  color: #fff !important;
}
.scrolled .nav_whatsapp:hover {
  background: #06c16d;
  color: #fff !important;
  transition: 0.3s;
}
.banner_title p {
  color: #0F5E9C;
  border-bottom: 2px solid #0F5E9C;
  display: inline-block;
  margin-bottom: 30px;
}
.banner_title h1 {
  font-size: 55px;
  font-weight: 700;
}
.banner_title .date_hero {
     font-size: 60px;
    color: #0ba139;
    background-color: #ffffff;
    padding: 0px 20px;
    margin-top: 20px;
       width: 79%;
    margin-bottom: 30px;
}

.banner_btn {
  background: #0ba139;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  border: 2px solid #0ba139;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}
.banner_btn:hover {
      background: #fffcfc;
    color: #000000;
    transition: 0.3s;
}
.banner_text p {
  line-height: 1.8;
  margin-right: 110px;
     font-size: 18px;
}
.banner_text p b {
  font-weight: 500;
  border-bottom: 2px solid #0F5E9C;
}
.whats_info {
     background: #0ba139;
  padding: 30px 0;
}
.info_whatsapp {
  color: #000000;
    background: #ffffff;
    padding: 14px 50px !important;
    border-radius: 50px;
    border: 2px solid #fff;
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000052;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    display: inline-block;
}
.info_whatsapp:hover {
  background: transparent;
  color: #fff;
  transition: 0.3s;
  box-shadow: unset;
}
.whats_info {
  position: relative;
  overflow: hidden;
}
.whats_info h3 {
         font-size: 28px;
   text-align: center;
    margin: auto;
}
.text_align_center{
      font-size: 28px;
       text-align: left;
    margin: auto;
}
.info_whatsapp img {
  width: 23px;
  position: relative;
  top: -1px;
  right: -12px;
  /* filter: invert(54%) sepia(99%) saturate(419%) hue-rotate(86deg)
    brightness(100%) contrast(83%); */
}
/* .info_whatsapp:hover img {
  filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg)
    brightness(108%) contrast(106%);
} */

.garden_icons {
  position: absolute;
  bottom: -10px;
  right: 17px;
  height: 62px;
  opacity: 0.8;
}
.about_section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.section_title {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
}
.section_title::after {
  content: "";
  height: 3px;
  background: #0ba139;
  width: 100px;
  display: inline-block;
  margin-left: 15px;
}

.sec_title {
  font-weight: 800;
  color: #333333;
  margin-bottom: 25px;
}
.sec_text {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.two_img_grid {
  display: flex;
  justify-content: space-around;
}
.two_img_grid img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 14px 14px 20px #00000021;
}
.two_img_grid img:first-child {
  position: relative;
  top: 30px;
}
.two_img_grid img:last-child {
  position: relative;
  bottom: 30px;
}

.border_btn {
  background: transparent;
  text-decoration: none;
  color: #0ba139;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  border: 2px solid #0ba139;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}
.border_btn:hover {
  background: #0ba139;
  color: #fff;
  transition: 0.3s;
}
.text-green {
  color: #0ba139;
}
.contact {
  background: url(../../images/images/contact2.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.contact_left {
  background: #ffffffc7;
  padding: 40px;
  border-radius: 20px;
}
.contact_left h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bg_overlay {
  background: #00000040;
  padding-top: 100px;
  padding-bottom: 100px;
}
.con_title {
  text-align: center;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 30px;
}
.form-control {
  padding: 12px 15px;
  font-size: 15px;
  border: 2px solid #fff;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #0F5E9C;
}
.form-label {
  margin-bottom: 5px;
  font-size: 14px !important;
  font-weight: 500;
}
.form-select {
  padding: 12px 15px;
  font-size: 15px;
  border: 2px solid #fff;
}
.form-select:focus {
  box-shadow: unset;
  border-color: #0F5E9C;
}
.submit-request {
  background: #0F5E9C;
  width: 100%;
  border: 2px solid #0F5E9C;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 10px;
  border-radius: 5px;
  margin-top: 21px;
  font-weight: 500;
  transition: 0.3s;
}
.submit-request:hover {
  background: transparent;
  color: #0F5E9C;
  transition: 0.3s;
}
.contact_right {
  background: #141414cc;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.contact_right h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_right p {
  color: #fff;
}
.contact_details {
  margin-bottom: 25px;
}
.contact_details span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #22b14c;
  text-align: center;
  line-height: 2.8;
}
.contact_details span i {
     font-size: 25px;
    color: #0ba12e;
    font-weight: 400;
    line-height: 50px;
}
.contact_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact_details_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.contact_details_body h4 {
  color: #0ba139;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  margin: 0;
  text-transform: uppercase;
}
.contact_details_body h5,
.contact_details_body a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}
.contact_details span img {
  height: 24px;
  /* filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg)
    brightness(108%) contrast(106%); */
}
.garden_i {
  position: absolute;
  bottom: -31px;
  right: 0;
  width: 150px;
}
.home_title {
  text-align: center;
  color: #000;
  font-size: 50px;
  font-weight: 800;
  /* margin-bottom: 30px; */
}
.our_services {
  
  padding-bottom: 100px;
}
.service_box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.service_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.service_box h4 {
  margin: 0;
  position: absolute;
}
.service_body {
  background: #0F5E9C;
  padding: 15px;
  z-index: 8;
  position: relative;
}
.service_img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.modal_img img {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 25px;
}
.service_img::after {
  content: "";
  background: #0F5E9C;
  width: 120%;
  height: 61px;
  display: block;
  position: absolute;
  bottom: -18px;
  left: -4px;
  z-index: 0;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.service_body h4 {
  margin: 0;
  position: absolute;
  top: -30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.service_body p {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.service_body .wp_btn {
  background: #fff;
  padding: 10px 35px !important;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #0F5E9C;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.service_body .wp_btn:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.service_body img {
  width: 17px;
  position: relative;
  top: -2px;
  right: -12px;
  /* filter: invert(59%) sepia(88%) saturate(766%) hue-rotate(75deg)
    brightness(86%) contrast(83%); */
}
.service_body:hover img {
  filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(245deg)
    brightness(104%) contrast(101%);
}
.quick_text {
  font-weight: 600;
  font-size: 26px;
}
.quick_service img {
  height: 30px;
  margin-bottom: 15px;
  /* filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg)
    brightness(84%) contrast(82%); */
}
.quick_service {
  text-align: center;
}
.quick_service {
     background: #000000;
    padding: 45px 0;
}
.bg-green {
  background: #0F5E9C;
}
.why_box {
  display: flex;
  align-items: center;
  background: #ffffff70;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.why_box:hover {
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.why_box img {
  height: 60px;
  margin-right: 10px;
}
.why_box h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
.why_choose {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eeeeee57;
}
#columns {
  /* column-width: 320px; */
  column-width: 255px;
  column-gap: 15px;
  width: 100%;
  margin: 50px auto;
}

div#columns figure {
  background: #fefefe;
  margin: 0 2px 15px;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

div#columns figure img {
  width: 100%;
  height: auto;
  /* min-height: 200px; */
  object-fit: cover;
}

div#columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}

div#columns small a {
  color: #666;
  text-decoration: none;
  transition: 0.4s color;
}
div#columns figure a {
  text-decoration: unset !important;
}

@media screen and (max-width: 835px) {
  #columns {
    column-gap: 15px;
    column-width: 240px;
  }

  #columns figure {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #columns {
    column-gap: 15px;
    column-width: 140px;
  }

  #columns figure {
    width: 100%;
  }
}
.garden-clean {
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 50px;
    color: black;
}

.garden-clean h2 {
  font-size: 40px;
  font-weight: 600;
}

footer {
  /* background: #333333; */
  background: #000;
  padding-top: 80px;
  padding-bottom: 40px;
  color: #fff;
  margin-top: -8px;
}
footer .nav a {
  color: #fff;
  padding-left: 0;
}
footer .nav a:hover {
  color: #0F5E9C;
}
.footer_logo p {
  font-size: 14px;
}
.footer_title {
  margin-bottom: 15px;
  color: #0F5E9C;
}
.footer_details h5 {
  font-size: 14px;
}
.footer_details span {
  width: 35px;
  height: 35px;
  background: unset;
}
/* .footer_details span img {
  filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg)
    brightness(84%) contrast(82%);
} */
.wp_fix {
  display: flex;
  /* background: red; */
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}
.wp_fix p {
  background: #f5f7f9;
  margin: 0;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.wp_fix img {
  width: 50px;
  margin-left: 10px;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
}

/* responsive  */

@media only screen and (max-width: 500px) {
}
@media only screen and (max-width: 992px) {
  .banner_text p {
    margin-right: 0;
  }
  .banner_title h1 {
    font-size: 40px;
  }
  .banner_title h1 span {
    font-size: 40px;
  }
  .whats_info h3 {
    margin: 0;
    font-size: 24px;
            margin: auto;
    }
    .date_sec {
    background-color: #fff;
    color: #0ba139;
    width: 85% !important;
    padding: 6px 0px;
    margin-top: 10px !important;
    font-weight: 700;
    text-align: center !important;
}
.why_choose1 {
    padding-top: 0px;
    padding-bottom: 50px !important;
    background: #eeeeee57;
}
.garden-clean1 {
    background: #fff;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    color: #fff;
}
/* .img_bg_registration {
    background: url(../../images/bg-registration-two.jpg);
    background-size: cover;
    width: 100%;
    padding: 75px 27px;
} */
/* .img_bg_registration {
    background: url(../../images/bg-registration-two.jpg) !important;
    background-size: cover !important;
    width: 100% !important;
    padding: 37px 1px !important;
} */
.media_bottom_flex_text h3 {
    color: #fff;
    font-size: 22px !important;
    text-align: left;
    font-weight: 600;
}
.media_bottom_flex i {
    font-size: 20px !important;
    color: #0ba139 !important;
    margin-right: 10px !important;
    margin-top: 4px !important;
    background-color: #ffffff !important;
    height: 37px !important;
    padding: 7px 8px 0px !important;
    width: 40px !important;
}
.event_venu_bgcolor {
    background-color: #0ba1397d;
       padding: 22px;
    width: 80%;
    margin: auto;
    text-align: center;
}
    .progress-steps {
    display: flex
;
    justify-content: space-between;
    position: absolute;
    width: 89% !important;
    top: 18px;
    transform: translateY(-50%);
}
.col_margin {
    margin: 0px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
  .info_whatsapp {
    color: #ffffff;
    background: #0ba139;
    padding: 8px 35px !important;
    border-radius: 50px;
    border: 2px solid #fff;
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000052;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    display: inline-block;
}
  .about_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .our_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_right {
    margin-top: 20px;
  }
  .dark_overlay {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .d_none{
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .landsca_bgcolor {
    padding: 50px 0;
  }
  .service-single {
    padding: 50px 0px 50px !important;
  }
  .page-banner {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .info_whatsapp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .whats_info {
    text-align: center;
  }
  .sec_text {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
  }
  .about_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .two_img_grid {
    margin-top: 50px;
  }
  .home_title {
    font-size: 35px;
  }
  .quick_service .col-md-6 {
    margin-bottom: 20px;
  }
  .why_choose {
           padding-top: 50px;
        padding-bottom: 0px;

  }
  .why_box h4 {
    font-size: 17px;
  }
  .garden-clean h2 {
    font-size: 27px;
    font-weight: 600;
  }
  .garden-clean {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .con_title {
    font-size: 35px;
  }
  .bg_overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_details_body h5,
  .contact_details_body a {
    color: #fff;
    font-size: 11px;
  }
  .landscaping-item_second {
    padding: 40px 22px;
  }
  .landsca-item-text h2 {
    padding-bottom: 25px;
  }
  .garden_i {
    width: 100px;
  }
  .footer_logo p {
    font-size: 13px;
  }
  footer .nav a {
    font-size: 13px;
  }
  .footer_title {
    margin-bottom: 15px;
    color: #0F5E9C;
    font-size: 16px;
  }
  .contact_details_body {
    margin-left: 7px;
  }
  .m-mt-0 {
    margin-top: 0 !important;
  }
}

/* --------------------service-inner----------------- */
.service_nav {
  background-color: #0F5E9C !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.page-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../images/banner/landscaping-services.jpg);
  text-transform: capitalize;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner .sec_title1 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}
.landscaping-list a {
  color: #fff;
  text-decoration: none;
}
.landscaping-list .primary-color {
  color: #0F5E9C;
}
.service-single-left-item .image_width_fix img {
  width: 100%;
}
.service-single-left-item .top_gap {
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-single-left-item p {
  color: #575656;
  text-align: justify;
}
.service-single-left-item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  padding: 0px;
      line-height: 35px;
}
.service-single-left-item ul li:not(:last-child) {
  margin-right: 25px;
}
.service-single-left-item ul li {
  display: flex;
  align-items: center;
}
.service-single-left-item ul li span {
  width: 6px;
  height: 6px;
  background-color: #0F5E9C;
  border-radius: 50%;
  margin-right: 5px;
}
.service-single-left-item .land_top {
  margin-top: 30px;
  margin-bottom: 40px;
}
.service-single-left-item .service_bottom_text {
  margin-bottom: 40px;
}
.service-single-right-item .item-one_right {
  text-align: center;
  background-color: #000;
  padding-bottom: 50px;
}
.item-one_right .image img {
  width: 100%;
}
.service-single-right-item .item-one_right a {
  color: #fff;
  padding: 12px 22px;
  background-color: #4baf47;
  border-radius: 10px;
  font-weight: 600;
}
.item-one_right h2 {
  color: #fff;
}
/* .service-single-right-item .item-one a i {
  padding: 10px;
  background-color: #fff;
  color: #4baf47;
  border-radius: 5px;
  margin-left: 10px;
} */
.item-one_right h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.landscaping-item_second {
  background: url(../../images/images/landscaping-services4.jpg);
  text-align: center;
  padding: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  position: relative;
}
.service-single-right-item .wrpper_landscaping h2 {
  color: #fff;
  font-size: 25px;
  position: relative;
}
.service-single-right-item .wrpper_landscaping h3 {
  color: #fff;
  font-size: 25px;
  position: relative;
}
.landscaping-item_second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 14, 14, 0.8);
}
.service-single-right-item .line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-single-right-item .line .small_line {
  width: 48px;
  height: 2px;
  background-color: #4baf47;
  margin-right: 10px;
  position: relative;
}
.service-single-right-item .line .big_line {
  width: 100%;
  height: 2px;
  background-color: #4baf47;
  position: relative;
}
.wrpper_landscaping a {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.animate_call {
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.animate_call img {
  width: 70px;
  padding: 15px !important;
}

.c-white {
  color: white !important;
}

.bgc-blue {
  background-color: #4baf47 !important;
}

.circle {
  border-radius: 50%;
}

.icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #00aada;
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.icon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 170, 218, 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}
/* 
.icon {
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
} */

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }
  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}
@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.sub-bg {
  background-color: #f5f5f5;
  padding: 70px 0px;
}
.section-header h5 {
  color: #4baf47;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 0px;
  font-size: 18px;
}
.section-header h2 {
  text-transform: capitalize;
  font-weight: 600;
}
.margin_landscaping ul {
  margin: 0px;
  padding: 0px;

}
.margin_landscaping11 {
  width: 100%;
}
.margin_landscaping ul li {
  font-size: 15px;
  list-style: none;
  padding-bottom: 16px;
  font-weight: 500;
}
.margin_landscaping ul li img {
  font-size: 10px;
  width: 5%;
  margin-right: 5px;
  color: red;
}
.margin_landscaping11 ul li .img_icon_right{
  width: 3%;
}
.landscaping-services5 img {
  width: 100%;
}
.service-single {
  padding: 130px 0px 110px;
}
.landsca_bgcolor {
  background: url(../../images/images/achievement-bg2.jpg);
  overflow: hidden;
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 55px 10px rgba(75, 175, 71, 0.0784313725);
  position: relative;
}
.landsca_bgcolor::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landsca-item-text h2 {
  position: relative;
  color: #fff;
}
.image img {
  width: 100%;
}
.counter {
  color: #0F5E9C;

  font-family: "Poppins", sans-serif;
  text-align: center;

  margin: 0 auto;

  position: relative;
  z-index: 1;
}

.counter .counter-icon {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 14px;
}
.counter h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 13px;
}
.counter .counter-value {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.counter.orange {
  --main-color: #0F5E9C;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }
}




/* ---------------------new-css-------------------------- */

.wranty_images img{
     width: 90%;
    margin-top: 10px;

}
.wranty_images_responsive_show{
   width: 90%;
    margin-top: 10px;
}






/* .client_google_logo ul {
    margin: 0px;
    padding: 0px;
    display: flex
;
    justify-content: center;
}
.client_google_logo ul li {
    list-style: none;
}
.client_google_logo ul li i {
    color: #28a745;
} */
.client_google__brnad_logo .review_star_img{
         margin: auto;
    display: block;
    width: 50%;
}
.client_google__brnad_logo p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 600;
}
.client_google__brnad_logo h6 {
    text-align: center;
    color: #0f5e9c;
}

.client_google__brnad_logo .star_img{
 width: 75%;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}
.about_img img{
     margin: auto;
    display: block;
    width: 85%;
    margin-top: 35px;
    border-radius: 10px;
}

.media_landing_page {
    margin: 20px 0px 20px;
    text-align: center;
}
.media_landing_page .service__landing_icon {
       margin: 0 auto 15px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
      border-radius: 15%;
    width: 80px;
    height: 80px;
    border: 2px solid #030303;
    background-color: #fff;
}


.media_landing_page .service__landing_icon img {
    width: 75%;
    line-height: 1;
    color: #0F5E9C;
    margin: auto;
}
.media_landing_page p {
    font-weight: 600;
}
.review_bgcolor{
     /* padding: 100px 0px 0px; */
     padding: 50px 0px 50px;
     background: #ebf3e1;
}

.card_review{
  margin: 0px 8px;
    background-color: #fff;
        padding: 15px 15px 15px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 2px 4px #ccc;
}
.d-flex_review {
     display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.d-flex_review > img{
  width: 11%;
}
.card-text .testimonial__month {
    font-size: 14px;
    color: #6c757d !important;
}
.margin-top_container{
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
.wranty_images_responsive_show img{
  display: none;
}

}
@media only screen and (max-width: 768px) {
.wranty_images img{
  display: none;
}
.wranty_images_responsive_show img{
   width: 85%;
}
.about_img_responsive_gap{
  margin-top: 30px;
}
.nav_whatsapp {
          padding: 7px 0px !important;
        width: 80%;
        text-align: center;
        font-size: 6px;
    }
.navbar-fixed-top .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    margin-left: 24px;
    padding: 12px 10px;
        margin-top: 0px;
}
.logo_head img {
    width: 100% !important;
}
.logo_head {
    width: 75% !important;
}
.navbar {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 1.5rem; */
    /* padding-bottom: 1.5rem; */
    padding: 15px 0px !important;
}
.img_bg_registration img {
    height: 355px !important;
    width: 100%;
}
}

.logo_head img {
        width: 72%;
    margin-top: 27px;
}
.logo_head{
  width: 50%;
}
.footer_logo img{
     width: 45%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;

}
.about_text p{
  text-align: justify;
}
.navbar {
    /* position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px; */
        position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 8px;
}

/* .navbar {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .6rem;
    padding-bottom: .6rem;
        background-color: #fff;
} */



/* .readmore__content {
  max-width: 45rem;
  width: 100%;
  display: flex;
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg, rgba(23,111,234,1) 0%, rgba(4,38,252,1) 100%);
  color: #ffffff;
  padding: .8rem;
  cursor: pointer;
  border-radius: 2rem;
} */


details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}


details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}

::-webkit-details-marker {display: none;}





@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about_pragraph_bottom{
      margin-bottom: 20px;
    padding-bottom: 20px;
}

.date_sec{
        background-color: #fff;
    color: #0ba139;
    width: 60%;
    padding: 6px 0px;
    margin-top: 10px !important;
    font-weight: 700;
    text-align: center !important;
}









.our-team{
       text-align: center;
    transition: all 0.5s ease 0s;
      margin: 20px 10px 0px;

}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
       background: rgb(11 161 57 / 51%);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000000;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
        text-decoration: none;
}
.our-team .social li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0ba139;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.why_choose1{
      padding-top: 0px;
    padding-bottom: 100px;
    background: #eeeeee57;
}

  .accordion {
        width: 100%;
        margin: 0 auto;
      }

      .accordion input {
        display: none;
      }

      .accordion-item {
        position: relative;
              margin-bottom: 14px;
                background-color: #0ba139;
      }

      .accordion-header {
           width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    /* border-bottom: 1px solid #cecece; */
    color: #ffffff;
    font-weight: 600;
      }

      .accordion-text {
        width: 100%;
        font-size: 11pt;
        color: #555555;
        display: block;
        height: 0;
        overflow: hidden;
        opacity: 0;
        position: relative;
        top: -10px;
            background-color: #fff;
      }

      .accordion-text p {
        padding: 10px 30px;
        line-height: 1.68em;
      }

      .closing {
        position: absolute;
        height: 50px;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
      }

      .inputfeild:checked + .accordion-item {
        height: auto;
      }

      .inputfeild:checked + .accordion-item .accordion-text,
      .inputfeild:checked + .accordion-item .closing {
        display: block;
      }

      .inputfeild:checked + .accordion-item .accordion-text {
        height: auto;
        opacity: 1;
        top: 0;
      }

      .dropdown-arrows .accordion-header {
        padding: 0 0 0 30px;
      }

      .dropdown-arrows .accordion-header:before {
           position: absolute;
    display: block;
    content: "\203a";
    font-size: 18pt;
    left: 12px;
    top: -2px;
    color: #ffffff;
      }

      .inputfeild:checked + .accordion-item .accordion-header:before {
        transform: rotate(90deg);
        top: 1px;
      }

      .dropdown-arrows_top{
           margin-top: 25px;
      }
      .garden-clean1 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}




.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}



.tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    color: #0ba139;

}

/* .tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
      background: #ffffff;
} */

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
     color: #0ba139;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
     background: #ffffff;
}

.tabset > input:checked + label {
      border: 2px solid #000000;
    margin-bottom: -1px;
    border-radius: 38px;
    color: #0ba139;
}

.tab-panel {
   padding: 30px 0 0px;
    border-top: 1px solid #8b8b8b73;
}


.tabset {
     max-width: 100%;
    margin-top: 30px;
}

.text-white{
 color: rgb(11 161 57) !important;
}
.tab-panels{
  margin-top: 30px;
}
.tab-panel p{
  color: #000;
}
.tab-panel p i{
       color: rgb(11 161 57) !important;
}






/* Form Container Styles */
.form-container {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-header {
    background-color: #0ba139;
    color: white;
    padding: 30px;
    text-align: center;
}

.form-header h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-header p {
    font-size: 16px;
    opacity: 0.9;
}

/* Form Progress Bar */
.form-progress {
       padding: 20px 30px;
    position: relative;
    margin-top: 30px;
}

.progress-bar {
    height: 4px;
    background-color: #e9ecef;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
}

.progress-fill {
    position: absolute;
    height: 100%;
    background-color: #0ba139;
    border-radius: 4px;
    transition: width 0.3s ease;
    width: 33.33%; /* Start at step 1 */
}

.progress-steps {
        display: flex
;
    justify-content: space-between;
    position: absolute;
    width: 95%;
    top: 18px;
    transform: translateY(-50%);

}

.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
        background-color: white;
    border: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: var(--transition);
}

.step.active {
    background-color:#0ba139;
    border-color: #0ba139;
    color: white;
}

/* Form Steps */
.form-step {
    display: none;
    padding: 20px 30px 30px;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.form-step h2 {
    font-size: 22px;
    margin-bottom: 20px;
      color: #000;
}

/* Form Fields */
.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
       color: #000;
}

input, select, textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #0ba139;
    border-radius: 5px;
    font-size: 16px;
    transition: var(--transition);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(74, 108, 247, 0.1);
}

/* Checkbox Style */
.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input {
    width: auto;
    margin-right: 10px;
}

.checkbox-group label {
    margin-bottom: 0;
    font-size: 14px;
}

/* Buttons */
.form-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn {
   background-color: #0ba139;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #0ba139;
    border-radius: 50px;
    display: inline-block;
    transition: var(--transition);
}

.prev-btn {
    background-color: var(--light-color);
    color:#000;
}

.next-btn, .submit-btn {
    background-color: #0ba139;
    color: white;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.prev-btn:hover {
    background-color: #e9ecef;
}

.next-btn:hover, .submit-btn:hover {
    background-color: #fff;
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 40px 30px;
    animation: fadeIn 0.5s ease;
}

.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--success-color);
    color: green;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.success-message h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.success-message p {
    color: var(--secondary-color);
    margin-bottom: 25px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer_upar_form h2 {
    font-size: 15px  !important;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    width: 100%;
    text-align: left;
}
.event_venu_bgcolor {
    background-color: #0ba1397d;
           padding: 50px 20px !important;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 131px;
    padding-bottom: 130px;
}
  .banner_title .date_hero {
    font-size: 34px;
    color: #0ba139;
    background-color: #ffffff;
    padding: 0px 20px;
    margin-top: 20px;
    width: 79%;
    margin-bottom: 30px;
}
  .logo_head img {
   width: 100% !important;
    margin-top: 0px;
}
    .form-header {
        padding: 20px;
    }
    
    .form-header h1 {
        font-size: 24px;
    }
    
    .form-step {
        padding: 15px 20px 25px;
    }
    
    .form-progress {
        padding: 15px 20px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
       .registration_btn {
        position: absolute;
        bottom: 49% !important;
        /* margin-top: -60px; */
        right: 44px !important;
    }
.registration_btn a {
    width: 106px !important;
    color: #fff;
    display: block;
    text-align: center;
    /* margin: 10px 0px; */
    padding: 7px !important;
    border-radius: 50px;
    cursor: pointer;
    background-color: #0c522d;
    transition: 0.3s;
    font-size: 11px !important;
    font-weight: 600 !important;
    border: 2px solid #fff;
    text-decoration: none;
}
}

@media (max-width: 480px) {
    .form-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        width: 100%;
    }
}

.text-white_text{
  color: #fff;
}





table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
      border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: #000;
    background-color: #fff;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.position_form{
  position: relative;
}
/* .img_bg_registration{
  background: url(../../images/bg-registration-two.jpg);
      background-size: cover;
      width: 100%;
    
         padding: 58px 50px;
} */
.map iframe{
  width: 100%;
    height: 450px;
}
.img_bg_registration img{
      height: 450px;
    width: 100%;
}
/* .container-fluid{
       padding-right: 0px !important;
    padding-left: 0px !important;
} */

.img_bg_registration_text h3{
     color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.img_bg_registration_text p{
  color: #fff;
    text-align: center;
}
.label_text{
  color: #fff !important;
}
.banner_text_center .banner_btn_center{
  text-align: center;
}
.banner_text_center{
      text-align: center;
    margin-top: 20px;
}
.col_margin{
      margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.row_margin-top{
  /* margin-top: 30px; */
}

.event_venu_bgcolor{
       background-color: #0ba1397d;
    padding: 45px;
       width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 131px;
    padding-bottom: 130px;
}
.footer_upar_form h2{
          font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    width: 100%;
    text-align: left;
}
.contact_img {
      padding-top: 20px;

}
.media_bottom_flex{
      display: flex
;
      padding-top: 15px;
}
.media_bottom_flex i{
  font-size: 26px;
    color: #0ba139;
    margin-right: 10px;
    margin-top: 4px;
    background-color: #ffffff;
    height: 37px;
    padding: 5px 8px 0px;
    width: 42px;
}
.media_bottom_flex_text h3{
      color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}
.media_bottom_flex_text p{
 color: #fff;
    margin: 0px;
    font-size: 18px;
    text-align: left;
}

.media_bottom_flex_top{
  margin-top: 20px;
}


.Copyright_bgcolor{
      padding: 14px 0px;
    background-color: #000;
   
}
small{
  color: #fff;
}

.banner_hero_1 img{
  width: 100%;
      position: relative;
}
.registration_btn{
  position: absolute;
    bottom: -20%;
}
.registration_btn a{
      width: 210px;
    color: #fff;
    display: block;
    text-align: center;
    /* margin: 10px 0px; */
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #0c522d;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600 !important;
    border: 2px solid #fff;
    text-decoration: none;
}
.registration_btn a:hover {
    color: #196b47;
    background-color: #fff;
    border: 2px solid #196b47;
    text-decoration: none;
}


.heading > h2{
  margin-top: 60px;
}

.form-step h3 {
      text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 30px;
}