@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=PT+Serif:wght@400;700&family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* font-family: 'Outfit', sans-serif;
font-family: 'Prompt', sans-serif;
font-family: 'PT Serif', serif; */

* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Prompt", sans-serif;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
p {
  font-family: "Prompt", sans-serif;
  line-height: 26px;
  font-size: 16px;
}
section {
  padding: 100px 0px;
  position: relative;
}
.gray_bg {
  background: #f7f8fb;
}
.main_heading h5 {
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #212020;
  font-family: "Prompt", sans-serif;
}
.main_heading h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 58px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
  font-family: "PT Serif", serif;
}
.main_heading h2 span {
  color: #42ac35;
}
.main_heading p {
  color: #212020;
  margin-bottom: 50px;
}
.main_heading.text-center.white_txt h5,
.main_heading.text-center.white_txt h2 {
  color: #fff;
}

.main_heading p span {
  color: #42ac35;
}
.custom_btn {
  background-color: #71b931;
  color: #fff;
  font-family: "Prompt", sans-serif;
  border-radius: 50px;
  padding: 11px 35px 10px;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.5s;
}
/* =========header =========*/

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.5s;
}
.header.sticky {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgb(135 135 135 / 17%);
}
.header .navbar-light .navbar-nav .menu-item a {
  color: #fff;
  text-align: center;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0px 20px;
}
#home .header .navbar-light .navbar-nav .menu-item a {
  color: #fff;
}
.header .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .show > .nav-link,
.header.sticky .navbar-light .navbar-nav .nav-link.active {
  color: #42ac35;
}
#home .header.sticky .navbar-light .navbar-nav .menu-item a {
  color: #212020;
}
.inner-page .header .navbar-light .navbar-nav .menu-item a {
    color: #212020 !important;
}
.inner-page .address_bar ul li p {
    color: #212020 !important;
}
.inner-page .header.inner_header .navbar {
    background: #ffffff !important;
}
/* =========header =========*/

/* =========banner =========*/

.banner {
  padding: 0px;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}

.banner_video_frame {
  height: 592px;
  position: relative;
  width: 298px;
  margin: 10px auto 0px;
}
.banner_video_frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 10px;
  border-radius: 50px;
}
.banner_overlay {
  width: 100%;
  background: linear-gradient(rgb(9 11 13 / 89%), rgb(8 12 20 / 82%));
  display: flex;
  align-items: center;
  padding: 167px 0px;
}
.banner_caption {
  max-width: 800px;
}
.banner_caption h1 {
  color: #fff;
  font-family: "PT Serif";
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.banner_caption p {
  color: #fff;
  font-family: Prompt;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 123.077% */
  margin: 0px;
  max-width: 530px;
}
.mobile_frame {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
}
.mobile_frame img {
  height: 100%;
}
/* =========banner =========*/
.diy_detail {
  margin-top: -100px;
  padding-top: 0px;
  z-index: 99;
}
.diy_detail_caption {
  margin-right: 100px;
  isolation: isolate;
}
.diy_detail_caption h2 {
  background: #42ac35;
  color: #fff;
  font-family: "PT Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  padding: 30px;
  margin-bottom: 70px;
  position: relative;
}
.diy_detail_caption h2::after {
  content: "";
  background: #293131;
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}
.diy_detail_caption p {
  color: #212020;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin: 0px;
}
.diy_detail_caption p span {
  color: #42ac35;
  font-weight: 500;
}
.diy_detail_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.diy_detail_card img {
  border-radius: 15px;
}
.diy_detail_card_info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 49%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
}
.diy_detail_card_info img {
  margin-bottom: 15px;
}
.diy_detail_card_info p {
  font-size: 22px;
  color: #fff;
  width: 185px;
  margin: 0px;
  font-weight: 400;
}
/* about section */
.about_img {
  position: relative;
  margin-right: 43px;
}
.about_info {
  padding-right: 65px;
}
.about_info p {
  margin-bottom: 20px;
}
.abo_img_text {
  position: absolute;
  background: #42ac35;
  bottom: 0px;
  right: 0px;
  padding: 30px 40px;
  max-width: 483px;
}
.abo_img_text p {
  color: #fff;
  margin-bottom: 0px;
}
.about_info p a {
  color: #42ac35;
  font-weight: 600;
  text-decoration: none;
}

/* What we Provide */
.what_we_prvd {
  background: linear-gradient(rgb(8 12 20 / 60%), rgb(8 12 20 / 60%)),
    url(../images/what-we-provide-bg.png) no-repeat center;
  background-size: cover;
  isolation: isolate;
}
.what_we_prvd_lis {
  position: relative;
}
.what_we_prvd_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.list {
  display: grid;
  gap: 20px;
  margin-left: 150px;
  padding: 0px;
  margin-bottom: 0px;
}
.list li {
  display: flex;
  background: #fff;
  border-radius: 80px;
  max-width: 598px;
  padding: 10px 15px;
  gap: 15px;
  align-items: center;
}
.list li:nth-child(2) {
  margin-left: 110px;
}
.list li:nth-child(3) {
  margin-left: 187px;
}
.list li:nth-child(4) {
  margin-left: 150px;
}
.list_info {
  flex: 1;
}
.icon {
  width: 60px;
  height: 60px;
  background: #42ac35;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.list_info h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Prompt", sans-serif;
}
.list_info p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
.what_we_prvd_heading {
  padding: 55px 0px 55px 30px;
  position: relative;
  isolation: isolate;
  left: -30px;
}
.what_we_prvd .main_heading h5 {
  color: #fff;
}
.what_we_prvd .main_heading h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 40px;
}

.what_we_prvd_heading::after {
  content: "";
  background: rgb(66 172 53 / 70%);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
}
.what_we_prvd_heading::before {
  content: "";
  border: #fff 5px solid;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
/* service */

.service {
  background: #f6f7fb;
}
.service_cards .row:first-child {
  margin-bottom: 50px;
}
.service_page .service_cards .row:first-child {
  margin-bottom: 0px;
}
.service_card {
  background: #fff;
  box-shadow: 0px 10px 20px rgb(135 135 135 / 17%);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.card_img img {
  width: 100%;
}
.service_card_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42ac35;
  border-radius: 50%;
  position: absolute;
  top: -14%;
  box-shadow: 0px 0px 0px 5px rgb(66 172 53 / 36%);
}
.service_card_icon img {
  width: 50px;
  height: 50px;
}
.card_info {
  padding: 60px 30px 30px;
  position: relative;
}

.card_info p {
  margin: 0px;
}
.card_info h3 {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
/* how it work */
.how_it_work::after {
  content: "";
  position: absolute;
  background: url(../images/dashline.svg) no-repeat center;
  width: 100%;
  height: 365px;
  top: 27%;
  left: 0px;
  background-size: 100%;
  z-index: -1;
}
.how_it_work .main_heading {
  margin-bottom: 80px;
}
.how_it_work_card {
  width: 290px;
  height: 290px;
  background: #42ac35;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  gap: 15px;
}
.how_it_work_card .tag {
  background: #fff;
  color: #212020;
  border-radius: 50px;
  width: 110px;
  font-family: "Prompt", sans-serif;
}
.how_it_work_card h5 {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  margin: 0px;
  color: #fff;
}
.how_it_work_card p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #fff;
}
/* contact us */
.contact_us_img {
  position: relative;
}
.contact_us_img img {
  width: 100%;
}
.review {
  max-width: 402px;
  position: absolute;
  right: 0px;
  padding: 25px;
  box-shadow: 0px 5px 8px rgb(64 62 62 / 17%);
  bottom: -35px;
  background: #fff;
  border-radius: 15px;
}

.star-rating {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.review p {
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
  border-left: #42ac35 4px solid;
}
.degignation h5 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #1f2122;
  margin-bottom: 0px;
}
.degignation span {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #42ac35;
  font-weight: 600;
}

.contact_us_info {
  padding-left: 50px;
}
.contact_address {
  display: grid;
  gap: 20px;
}
.contact_address li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.adr_info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.adr_icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #42ac35;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adr_info a {
  font-family: "Outfit", sans-serif;
  color: rgb(66, 172, 53);
  font-size: 24px;
}
.contact_para {
  margin-bottom: 30px;
}
a.link-home {
  color: #42ac35;
  font-weight: 600;
  text-decoration: none;
}
.membership {
  padding: 0px;
}
.membership video {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
}
.membership .member_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
}
.bottom_banner {
  background: linear-gradient(rgb(8 12 20 / 60%), rgb(8 12 20 / 60%)),
    url(../images/membership-bg.jpg) no-repeat center;
  background-size: cover;
}
.membership .main_heading h5,
.membership .main_heading h2,
.bottom_banner .main_heading h2 {
  color: #ffffff;
}
.membership .main_heading p,
.bottom_banner .main_heading p {
  color: #fff;
  max-width: 600px;
  margin: 0px auto 50px;
}
.play_btn {
  margin: 0px auto 30px;
  display: table;
}
.play_btn {
  background: rgb(67, 172, 53);
  width: 91px;
  height: 91px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin: auto;
  margin-top: 50px;
  animation: ripple 1s linear infinite;
  margin-bottom: 40px;
}
.play_btn i {
  font-size: 30px;
  color: #fff;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0px rgba(67, 172, 53, 0.5),
      0 0 0 10px rgba(67, 172, 53, 0.5), 0 0 0 20px rgba(67, 172, 53, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(67, 172, 53, 0.5),
      0 0 0 20px rgba(67, 172, 53, 0.5), 0 0 0 30px rgb(197, 157, 95, 0);
  }
}
/* inner banner */
.inner_banner {
  padding: 0px;
  position: relative;
  margin-top: 100px;
}
.inner_banner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #232428b5;
  top: 0;
  left: 0;
  z-index: 0;
}
.inner_banner img {
  width: 100%;
}
.inner_title {
  position: absolute;
  z-index: 1;
  bottom: 10rem;
  left: 0;
  width: 100%;
}
.inner_title h3 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "PT Serif", serif;
}
.navbar-light .navbar-brand img {
  width: 115px;
}
.breadcrumb_list {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.breadcrumb_list li,
.breadcrumb_list li a {
  color: #fff;
  font-size: 18px;
}
.header.inner_header .navbar {
  background: #fff;
  padding: 15px 0px;
  transition: 0.5s;
}
#home .header.inner_header .navbar {
  background: transparent;
}
.header.inner_header .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.header.inner_header .navbar-light .navbar-nav .nav-link.active {
  color: #42ac35;
}
.header.sticky .navbar {
  padding: 8px 0px;
}
/* about page */
.iconbox_list {
  margin-top: 30px;
  display: grid;
  gap: 30px;
  border-top: #ddd 1px solid;
  padding-top: 30px;
  padding-right: 150px;
}
.who_we_are {
  background: #fff;
}
.who_we_are_img img {
  border-radius: 20px;
}
.who_we_are-icon-box-icon {
  background: #42ac35;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who_we_are-icon-box-icon img {
  width: 50px;
  height: 50px;
}
.who_we_are-icon-box {
  display: flex;
  gap: 15px;
}

.who_we_are-icon-box-content {
  flex: 1;
}
.who_we_are-icon-box-title span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.who_we_are-icon-box-description {
  margin-bottom: 0px;
}

.our_value {
  background: linear-gradient(#232121d9, #000000c2),
    url(../images/value-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 150px;
}
.our_value .main_heading p {
  color: #ffffff;
}
.our_all_services {
  margin-top: -200px;
  position: relative;
}
.service_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.services_icon_cnt {
  display: flex;
  gap: 10px;
  align-items: center;
}
.our_services_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #42ac35;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.our_services_area {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 18px 0 rgb(77 76 76 / 13%);
  transition: 0.5s;
}
.service_page .main_heading p {
  color: #212020;
  margin-bottom: 50px;
}
.facility_info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #1a1a1a;
}
.facility_info p {
  font-weight: 400;
  margin-top: 15px;
  color: #5e6980;
  margin-bottom: 0px;
}
.contact_us {
  background: #fff;
}

.contact_us_img_grid {
  display: grid;
  gap: 10px;
  align-items: flex-start;
  grid-template-columns: 340px 1fr;
}
.contact_us_img_video {
  max-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact_us_img_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* about page */

/* package */

.package_sec {
  background: #f5f3f3;
}

.package_sec .custom_heading h2 {
  text-align: center;
  margin-bottom: 50px;
}
.pricing .main_heading p {
  color: #212020;
}
.package_item {
  border-radius: 10px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 751px;
  isolation: isolate;
}
.pricing_list {
  margin-top: 50px;
}
.pricing .col-sm-4:nth-child(4) .package_item,
.pricing .col-sm-4:nth-child(5) .package_item {
  min-height: 600px;
}
.package_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0px;
  left: 0px;
  background-color: rgb(67 172 53 / 23%);
  border-radius: 10px 10px 50% 50%;
  z-index: -1;
}
.price_containe {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.package_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
  color: #42ac35;
}

.price h4 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  font-family: "PT Serif", serif;
}
.price h4 span {
  color: #5e6980;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}

.price h4 span,
.pricing_list li {
  font-size: 14px;
  text-transform: capitalize;
}

.price h4 span {
  color: #5e6980;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Prompt", sans-serif;
}

.pricing_list li {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.pricing_list li svg path {
  stroke: #42ac35;
}
.package_btn.custom_btn {
  display: table;
  padding: 20px 60px;
  text-align: center;
  margin: 70px auto 0;
  color: #fff !important;
  border-radius: 3rem 0.5rem;
  box-shadow: 0 5px 15px 0 #62953280;
}
.tax {
  margin: 20px 0px 0px;
  color: #525151;
}
.faq {
  background-color: #fff;
}
.faq .main_heading {
  margin-bottom: 50px;
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 20px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.faq .faq-list a {
  display: flex;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  color: #42ac35;
  gap: 10px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #e82c88;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq_title {
  font-weight: 500;
  font-size: 18px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 0px;
}
.faq .faq-list .package_para p {
  padding: 10px 0px 0px;
}
.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #212020;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #42ac35;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq .faq-list i {
  transform: rotate(180deg);
  font-size: 20px;
}
.faq .faq-list .collapsed i {
  transform: rotate(0deg);
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/* contact us */
.contact_card {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  gap: 15px;
  height: 100%;
}
.contact_card_icon {
  font-size: 35px;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  background: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact_card_info {
  flex: 1;
}
.contact_card_info h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_card_info p,
.contact_card_info a {
  font-size: 18px;
  margin: 0px;
  color: #212020;
}
.contact_page .main_heading {
  margin-bottom: 50px;
}
.contact_page_form {
  background: #fff;
}
.contact_form {
  padding: 30px;
  background: #f9f9f9;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: #ddd 1px solid;
}
.contact_map {
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  border: #ddd 1px solid;
}
.contact_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
/* ===========footer ========*/
.footer {
  padding: 100px 0px;
  background: #fff;
  border-top: #ddd 1px solid;
}
.ftr_item p {
  margin: 30px 0px;
}
.social_link {
  display: flex;
  gap: 10px;
}
.social_link li a {
  background: #42ac35;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social_link li a:hover {
  transform: translateY(-10px);
}
.footer .row .col-sm-5 .ftr_item {
  padding-right: 160px;
}
.ftr_title {
  font-size: 20px;
  text-transform: uppercase;
  color: #67a33b;
  margin-bottom: 20px;
}
.ftr_link {
  display: grid;
  gap: 15px;
}
.ftr_item.opening_hour {
  padding-left: 50px;
}
.ftr_item.opening_hour ul {
  display: grid;
  gap: 12px;
}
.ftr_item.opening_hour ul li {
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftr_item.opening_hour ul li p {
  margin: 0px;
}
.ftr_link li a {
  color: #212020;
}
.ftr_link li a:hover {
  color: #42ac35;
}
.copy_right_sec {
  padding: 20px;
  background: #71b931;
}
.copy_right_sec p {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin: 0px;
}
.copy_right_sec a {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  color: #ffffff;
  padding-right: 10px;
  border-right: 2px solid #fff;
}
.copy_right_sec a:last-child {
  border-right: none;
}

@media (max-width: 575.98px) {
  .custom_btn {
    padding: 8px 14px 7px;
    font-size: 14px;
  }
  section {
    padding: 50px 0px;
  }
  .header.inner_header .navbar-light .navbar-nav .nav-link,
  .header.sticky .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-light .navbar-brand img {
    width: 90px;
  }
  .navbar-light .navbar-toggler {
    background: #fff;
    height: 40px;
    font-size: 29px;
    color: #000;
    margin-right: 10px;
  }
  .header .navbar-nav {
    background: #232222;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  .banner video {
    object-fit: cover;
  }
  .banner_overlay {
    padding: 150px 0px 50px;
    align-items: self-start;
  }
  .banner_caption h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .banner_caption p {
    font-size: 20px;

    line-height: 30px;
  }
  .diy_detail_card {
    height: 345px;
  }
  .diy_detail_caption {
    margin-right: 0;
  }
  .what_we_prvd_heading {
    left: 0;
    padding-left: 30px;
  }
  .what_we_prvd_img {
    display: none;
  }
  .list,
  .list li:nth-child(2),
  .list li:nth-child(3),
  .list li:nth-child(4) {
    margin-left: 0px;
  }
  .list li {
    border-radius: 18px;
    padding: 20px;
    display: block;
  }
  .icon {
    float: left;
  }
  .list_info h4 {
    margin-top: 10px;
    margin-left: 70px;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .list_info p {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .main_heading h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .main_heading h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .main_heading p {
    margin-bottom: 30px;
  }
  .membership .main_heading p {
    margin-bottom: 20px;
  }
  .pricing .main_heading p {
    margin-bottom: 30px;
  }
  .diy_detail_caption h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
  }
  .abo_img_text {
    padding: 15px 20px;
  }
  .diy_detail {
    margin-top: 0;
    padding-top: 50px;
    z-index: 99;
  }
  .service_cards .row:first-child {
    margin-bottom: 30px;
  }
  .card_info {
    padding: 50px 20px 20px;
  }
  .card_info h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .diy_detail_caption p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .diy_detail_card img {
    width: 100%;
  }
  .diy_detail_card_info img {
    width: 50px;
  }
  .about_section .row {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .what_we_prvd_heading::after {
    top: 0;
    left: 0;
  }
  .about_img {
    margin-right: 0px;
  }
  .about_info {
    padding-right: 0px;
  }
  .what_we_row {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .how_it_work .main_heading {
    margin-bottom: 40px;
  }
  .how_it_work_card {
    margin: 0px auto;
  }
  .review {
    max-width: 402px;
    bottom: -140px;
  }
  .contact_us_info {
    padding-left: 0px;
    margin-top: 130px;
  }
  .adr_info {
    flex: 1;
  }
  .adr_info a {
    font-size: 20px;
  }
  .inner_banner {
    margin-top: 100px;
    height: 300px;
  }
  .inner_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner_title {
    bottom: 90px;
  }
  .inner_title h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .iconbox_list {
    padding-right: 0;
  }
  .who_we_are-icon-box-icon {
    width: 70px;
    height: 70px;
  }
  .who_we_are-icon-box-icon img {
    width: 40px;
    height: 40px;
  }
  .service_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .package_item {
    padding: 25px 15px;
    min-height: auto;
  }
  .pricing_list {
    padding: 0px 20px;
  }
  .tax {
    margin: 20px 22px 0px;
  }
  .contact_map {
    height: 400px;
  }
  .faq .main_heading,
  .service_page .main_heading p,
  .contact_page .main_heading {
    margin-bottom: 30px;
  }
  .footer {
    padding: 60px 0px;
  }
  .footer .row .col-sm-5 .ftr_item {
    padding-right: 0px;
  }
  .ftr_item.opening_hour {
    padding-left: 0px;
  }
  .ftr_logo img {
    width: 110px;
  }
  .ftr_item.opening_hour ul li {
    gap: 33px;
    justify-content: flex-start;
  }
  .ftr_item.opening_hour ul li p {
    width: 90px;
  }
  .facility_info h3 {
    margin-top: 2px;
    margin-left: 85px;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .our_services_area {
    padding: 20px;
  }
  .our_services_icon {
    float: left;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    padding: 14px;
  }
  .facility_info p {
    margin-top: 0;
    width: 100%;
    float: left;
  }
  .contact_form {
    padding: 8px 0px;
  }
  .banner_video_frame {
    height: 491px;
    width: 248px;
    margin: 30px auto 0px;
  }
  .contact_us_img_grid {
    grid-template-columns: 1fr;
  }
  .contact_us_img_video {
    max-height: 464px;
  }
  .contact_us_img img {
    display: none;
  }
  .membership video {
    height: 370px;
  }
}
.vertical-text {
  transform: rotate(-90deg);
}
.contact-info {
  position: fixed;
  top: 40%;
  z-index: 99999;
  right: -161px;
}
.banner-info {
  box-shadow: 0px 0px 30px #555;
  font-weight: bold;
  background-color: #f64a4a;
  color: #fff;
  padding: 8px 15px;
  text-align: center;
  cursor: default;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
}

.banner-info:hover {
  text-decoration: none;
  color: #fff;
  background: #101010;
}

.address_bar ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 30px;
}
.address_bar ul li,
.address_bar ul a {
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}
.address_bar ul li i,
.address_bar ul a i {
  font-size: 20px;
  color: #71b931;
}
.address_bar ul li p,
.address_bar ul a p {
  margin: 0px;
}
.header.sticky .address_bar ul li,
.header.sticky .address_bar ul a {
  color: #212020;
}
li.nav-item:last-child .nav-link {
  padding-right: 0px !important;
}

@media (max-width: 575.98px) {
  #home .header.inner_header .navbar .container {
    align-items: flex-start;
  }
  .address_bar ul {
    display: flex;
    justify-content: flex-end;
    gap: 0px;
    margin-bottom: 0px;
    flex-flow: wrap;
    margin-top: -54px;
    margin-left: 108px;
  }
  .address_bar ul li p,
  .address_bar ul a p {
    margin: 0px;
    font-size: 13px;
  }
}
#about_page .address_bar ul li, #about_page .address_bar ul a, #package_page .address_bar ul li, #package_page .address_bar ul a, #services_page .address_bar ul li, #services_page .address_bar ul a, #contact_page .address_bar ul li, #contact_page .address_bar ul a{
	color:#000;
}
.contact-form .form-control {
    padding: 20px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
}
@media(max-width:991px){
  #home .header .navbar-light .navbar-nav .menu-item a {
    color: #fff !important;
}
}