@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600&family=Ubuntu:wght@300;400;500;700;800&display=swap');

:root {
  --primary-color: #084c05;
  --secondary-color: #fdc123;
  --black-color: #000000;
  --text-color: #505050;
  --white-color: #ffffff;
  --gray-color: #666666;
  --primary-font: 'Ubuntu', sans-serif;
  --secondary-font: 'Domine', serif;
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

body {
  font-family: var(--primary-font);
  margin: 0;
  background: var(--white-color);
  padding: 25px;
}

body:before,
body:after {
  content: '';
  height: 25px;
  width: 100%;
  display: block;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99;
}

body:after {
  top: auto;
  bottom: 0;
}

a {
  transition: all ease 0.3s;
  color: var(--black-color);
  font-size: 17px;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  padding: 0px;
  list-style: none;
}

p {
  line-height: 28px;
  font-size: 18px;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

.elementor-section-wrap {
  background: none !important;
}

.hidden {
  display: none;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}

.sharedaddy {
  display: none !important;
}

section .inner-section-wrap.index-about-wrap {
  max-width: 1100px;
}

.index-about-wrap h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
  font-family: var(--secondary-font);
}

.index-about-wrap p.about-sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
  color: var(--secondary-color);
}

.index-about-wrap hr {
  margin: 24px 0;
  max-width: 140px;
  height: 2px;
  border: none;
  background: var(--secondary-color);
}

.index-about-wrap p {
  color: var(--text-color);
}

section {
  padding: 80px 0;
}

section .inner-section-wrap {
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
}

@media all and (max-width: 1024px) {
  body {
    padding: 13px;
  }

  body:before,
  body:after {
    content: '';
    height: 13px;
    width: 100%;
    display: block;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
  }

  body:after {
    top: auto;
    bottom: 0;
  }

  header {
    top: 13px;
  }

  section {
    padding: 60px 0;
  }
}

@media all and (max-width: 768px) {
  section {
    padding: 40px 0;
  }

  section .inner-section-wrap {
    padding: 0 3%;
  }

  .index-about-wrap h2 {
    font-size: 26px;
  }
}


/* footer */
footer {
  width: 100%;
  position: relative;
  z-index: 9998;
  margin-top: 20px;
}

.footer-inner {
  display: flex;
  background: var(--black-color);
  background-size: cover;
  /* margin: 0 20px 20px; */
  padding: 50px 40px;
  min-height: 40vh;
}

.footer-inner-wrap {
  width: 100%;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.logo-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-right: 1px solid rgb(255 255 255 / 14%);
  max-width: 30%;
  flex-direction: column;
}

.logo-footer img {
  width: 100%;
  max-width: 300px;
  align-items: center;
  align-self: center;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4));
}

.footer-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  width: 100%;
  max-width: 300px;
}

.footer-social h3 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--white-color);
  letter-spacing: 2px;
}

.footer-social .social-icons {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.footer-social .social-icons a {
  padding: 0 14px;
  /* width: 100%; */
  text-align: center;
  color: var(--white-color);
}

.footer-social .social-icons a:hover {
  color: var(--primary-color);
}

.footer-social .social-icons a i {
  font-size: 30px;
  /* color: var(--white-color); */
  display: table;
  margin: auto;
}

.footer-links-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: center;
  /* align-items: center; */
}

.footer-page-link {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  height: fit-content;
}

.footer-page-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.footer-page-link ul li {
  margin: 10px;
  flex-grow: 1;
  text-align: center;
  width: fit-content;
}

.footer-page-link ul li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: var(--white-color);
  /* display: table; */
  font-weight: 600;
  padding: 5px 0;
}

.footer-page-link ul li a:hover {
  color: var(--primary-color);
}

.footer-contact-details {
  flex-grow: 1;
  height: auto;
  width: 100%;
  /* margin: 10px; */
  display: flex;
  align-items: center;
}

.footer-contact-details ul {
  display: flex;
  flex-direction: column;
}

.footer-contact-details ul li {
  margin: 9px 0;
  color: var(--white-color);
  font-size: 13px;
}

.footer-contact-details ul li a {
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  display: flex;
  letter-spacing: 0;
  font-family: var(--primary-font);
}

.footer-contact-details ul li a span {
  padding-left: 5px;
}

.footer-contact-details ul li a:hover {
  color: var(--primary-color);
}

.footer-contact-details ul li a i {
  font-size: 12px;
  display: table;
  position: relative;
  top: 3px;
  padding-right: 5px;
  color: var(--primary-color);
}

.footer-contact-details ul li.social-icons {
  display: flex;
  margin-top: 10px;
}

.footer-contact-details ul li.social-icons a {
  display: inline-block;
  padding: 0 10px;
}

.footer-contact-details ul li.social-icons a i {
  font-size: 24px;
  display: table;
  top: 0;
}

.footer-google-map {
  height: 400px;
  margin-top: 10px;
}

.footer-google-map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .footer-inner {
    padding: 50px 10px;
    flex-direction: column;
  }

  .footer-inner-wrap {
    flex-direction: column;
  }

  .logo-footer {
    padding: 0px;
    border-right: 0;
    padding-bottom: 30px;
    max-width: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links-wrap {
    padding: 0;
  }

  .footer-page-link ul li {
    margin: 5px;
  }

  .footer-page-link ul li a {
    padding: 10px;
    border: 1px solid var(--white-color);
    display: inline-block;
    width: 100%;
  }

  .footer-contact-details {
    width: 100%;
    padding: 0 10px;
  }

  .footer-google-map {}

  .footer-google-map iframe {}
}

.about-bg-pattern {
  background: #ffffff url(https://divyamanagementgroup.com/wp-content/uploads/2022/03/about-wrap-bg.png) center center;
}

/* index-featured-wrap */

.index-featured-wrap {
  display: flex;
  padding: 120px 5%;
}

.index-featured-wrap .index-featured-wrap-inner {
  width: 100%;
  display: flex;
  max-width: 1440px;
  margin: auto;
  align-items: center;
}

.index-featured-wrap .index-featured-wrap-inner .index-featured-text-sec {
  width: 100%;
  margin-right: 0;
}

.index-featured-wrap .index-featured-wrap-inner .index-featured-text-sec h2 {
  margin-bottom: 15px;
  color: var(--primary-color);
  text-align: center;
}

.index-featured-wrap .index-featured-wrap-inner .index-featured-text-sec p.about-sub-title {
  margin-bottom: 26px;
  color: var(--text-color);
  text-align: center;
}

.index-featured-wrap .index-featured-wrap-inner .index-featured-img-sec {
  width: 100%;
  max-width: 540px;
  background: var(--secondary-color);
  margin-top: 30px;
  border-radius: 10px;
  display: none;
  margin-left: 100px;
}

.index-featured-wrap .index-featured-wrap-inner .index-featured-img-sec img {
  display: table;
  display: table;
  width: 100%;
  position: relative;
  /* margin-right: 40px; */
  right: 30px;
  bottom: 30px;
  filter: grayscale(1);
  border-radius: 10px;
}

.featured-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 20px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.featured-icons .featured-icons-wrap {
  width: calc(33% - 16px);
  flex-grow: 1;
}

.featured-icons .featured-icons-wrap .featured-icon-img {}

.featured-icons .featured-icons-wrap .featured-icon-img img {
  display: table;
  width: 100%;
  max-width: 60px;
  margin: auto;
}

.featured-icons .featured-icons-wrap .featured-icon-text {
  margin-top: 16px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .index-featured-wrap .index-featured-wrap-inner .index-featured-img-sec {
    max-width: 360px;
  }
}

@media all and (max-width: 1024px) {
  .index-featured-wrap .index-featured-wrap-inner {
    flex-direction: column-reverse;
  }

  .index-featured-wrap {
    padding: 50px 0;
  }

  .index-featured-wrap .index-featured-wrap-inner .index-featured-text-sec {
    margin-right: 0;
  }

  .index-featured-wrap .index-featured-wrap-inner .index-featured-img-sec {
    margin-top: 0;
    max-width: none;
    max-height: 320px;
    /* overflow: hidden; */
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .index-featured-wrap .index-featured-wrap-inner .index-featured-img-sec img {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media all and (max-width: 768px) {
  .featured-icons {
    margin-top: 50px;
  }

  .featured-icons .featured-icons-wrap {
    width: calc(50% - 16px);
  }
}

p.about-btn {
  margin-top: 17px;
}

p.about-btn a {
  color: var(--primary-color);
  font-weight: 600;
}

p.about-btn a i {
  position: relative;
  top: 2px;
}

p.about-btn a:hover {
  color: var(--secondary-color);
}

h2 {
  font-family: var(--secondary-font);
  margin-bottom: 24px;
  color: var(--primary-color);
  font-size: 32px;
}

/* index-tabs */
.index-tabs-btns {
  padding: 10px 0 10px;
  background: var(--white-color);
  display: flex;
  background-size: contain;
}

.index-tabs-btn-left-wrap {
  display: flex;
  width: 100%;
  max-width: 30%;
  margin: 10px 0 10px 20px;
}

.index-inside-tab-left {
  display: flex;
  width: 100%;
}

.index-inside-tab-left a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  width: 100%;
}

.index-inside-tab-left a h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-shadow: 0 0 20px rgb(0 0 0 / 80%);
  font-size: 45px;
}

.index-tabs-btn-right-wrap {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin: 0 10px 0 10px;
}

.index-inside-tab-right {
  width: calc(50% - 20px);
  margin: 10px;
  flex-grow: 1;
  height: 35vh;
  overflow: hidden;
  transition: all ease 0.3s;
}

.index-inside-tab-right:hover {
  transform: scale(1);
}

.index-inside-tab-right a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 10px 20px;
  transform: scale(1);
  overflow: hidden;
}

.index-inside-tab-right a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.index-inside-tab-left a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.index-inside-tab-right:hover a {
  transform: scale(1);
}

.index-inside-tab-right a h2 {
  margin: 0;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-shadow: 0 0 20px rgb(0 0 0 / 80%);
  font-size: 45px;
}

.index-tab-btn {
  margin-top: 20px;
  padding: 19px 10px;
  /* border: 1px solid var(--white-color); */
  max-width: fit-content;
  width: 100%;
  min-width: 200px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1px;
  font-size: 15px;
  /* text-shadow: 0 0 20px rgba(0, 0, 0, 0.61); */
  background: var(--white-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.44);
}

.one-bd-th-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_141103.jpg) no-repeat center center;
  background: radial-gradient(rgba(0, 0, 0, 0), #ffffff00),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_141103.jpg) no-repeat center center;
  background-size: cover;
}

.two-bd-th-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_140017.jpg) no-repeat center center;
  background: radial-gradient(rgba(0, 0, 0, 0), #ffffff00),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_140017.jpg) no-repeat center center;
  background-size: cover;
}

.one-bd-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_134642.jpg) no-repeat center center;
  background: radial-gradient(rgba(0, 0, 0, 0), #00000000),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_134642.jpg) no-repeat center center;
  background-size: cover;
}

.two-bd-index {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_135942.jpg) no-repeat center center;
  background: radial-gradient(rgba(0, 0, 0, 0), #00000000),
    url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_135942.jpg) no-repeat center center;
  background-size: cover;
}

/* Sweep To Right */
.index-inside-tab-right a:hover .hvr-sweep-to-right,
.index-inside-tab-left a:hover .hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  color: var(--white-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-shadow: none;
}

.index-inside-tab-right a:hover .hvr-sweep-to-right:before,
.index-inside-tab-left a:hover .hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border-color: var(--primary-color); */
  background: var(--primary-color);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media all and (max-width: 1024px) {
  .index-tabs-btn-left-wrap {
    max-width: 35%;
  }

  .index-tab-btn {
    min-width: 140px;
    font-size: 14px;
    padding: 14px 8px;
    letter-spacing: 0.3px;
    background: var(--primary-color);
    color: var(--white-color);
  }
}

@media all and (max-width: 768px) {
  .index-tabs-btns {
    flex-direction: column;
  }

  .index-tabs-btn-left-wrap {
    max-width: calc(100% - 30px);
    margin: 0px 15px 0;
  }

  .index-tabs-btn-right-wrap {
    margin: 0 0;
  }

  .index-inside-tab-left {
    height: 35vh;
  }

  .index-inside-tab-right {
    margin: 15px 15px 0px;
    width: calc(50% - 30px);
  }

  .index-inside-tab-left a h2 {
    font-size: 8vw;
  }

  .index-inside-tab-right a h2 {
    font-size: 7vw;
  }

  .index-inside-tab-left a h2 {}
}

@media all and (max-width: 600px) {
  .index-inside-tab-left {
    height: 25vh;
  }

  .index-tabs-btns {
    padding: 0;
  }

  .index-inside-tab-right {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    height: 25vh;
  }

  .index-tabs-btn-left-wrap {
    max-width: 100%;
    margin: 0;
  }
}

.index-about-bg-sec {
  background: radial-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 60%)), url(https://divyamanagementgroup.com/wp-content/uploads/2022/03/featured-image-index.jpg) no-repeat center center / cover;
  height: auto;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}

.index-about-bg-sec-inner {
  max-width: 900px;
  text-align: center;
}

.index-about-bg-sec-inner p {
  color: var(--white-color);
  font-size: 27px;
  line-height: 40px;
  text-shadow: 0 0 12px rgb(0 0 0 / 61%);
}

@media all and (max-width: 600px) {
  .index-about-bg-sec-inner p {
    font-size: 24px;
    line-height: 31px;
  }
}

#subfooter {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 20px;
  margin-top: 20px;
}

#subfooter:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#subfooter:after {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
}

#subfooter:hover:after,
#subfooter:active:after {
  height: 100%;
}

#subfooter .schedule-now-bar {
  padding: 70px 10px;
  z-index: 9;
  position: relative;
  text-align: center;
  display: table;
  width: 100%;
}

.schedule-now-bar-inner p.schedule-now-btn {
  margin: auto;
  margin-top: 30px;
  max-width: 200px;
  padding: 10px;
  background: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
}

.schedule-now-bar-inner h3 {
  font-family: var(--secondary-font);
  font-size: 35px;
  color: var(--primary-color);
}

#subfooter:hover .schedule-now-bar-inner h3 {
  color: var(--white-color);
}

#subfooter:hover .schedule-now-bar-inner p.schedule-now-btn {
  background: var(--secondary-color);
}

/* about */

.head-banner {
  display: flex;
  height: 50vh;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.about-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2021/02/Front-View.jpg) center center no-repeat;
  background-size: cover;
}

.one-bd-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_134642.jpg) center center no-repeat;
  background-size: cover;
}

.one-bd-th-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_141103.jpg) center center no-repeat;
  background-size: cover;
}

.two-bd-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_135942.jpg) center center no-repeat;
  background-size: cover;
}

.two-bd-th-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2022/01/20220115_140017.jpg) center center no-repeat;
  background-size: cover;
}

.contact-head {
  background: #000000 url(https://divyamanagementgroup.com/wp-content/uploads/2021/02/South-Elevation.jpg) center center no-repeat;
  background-size: cover;
}

.head-banner h2 {
  margin: 0;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 5vw;
  text-shadow: 0 0 20px rgb(0 0 0 / 43%);
  font-family: var(--secondary-font);
  color: var(--white-color);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 18%);
}

@media all and (max-width: 600px) {
  .head-banner {
    height: 32vh;
    margin-bottom: 0;
  }

  .head-banner h2 {
    font-size: 10vw;
  }
}

/* inside page */

section.inner-page-sec {
  /* margin-bottom: 20px; */
}

section.inner-page-sec .inner-page-sec-inner {
  max-width: 1440px;
  padding: 0 5%;
  margin: auto;
}

section.inner-page-sec .inner-page-sec-inner p {
  margin-bottom: 24px;
}


.contact-form-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-inner form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

.contact-form-inner form .form-wrap {
  width: 100%;
  margin: 10px 0 0;
  flex-grow: 1;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
}

.contact-form-inner form .form-wrap label {
  font-size: 17px;
  color: var(--primary-color);
}

.contact-form-inner form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.contact-form-inner form label input,
.contact-form-inner form label textarea {
  padding: 10px;
  border: 2px solid var(--secondary-color);
  background: none;
  border-radius: 4px;
  outline: 0;
  margin-top: 3px;
  color: var(--black-color);
  font-size: 16px;
  font-family: var(--primary-font);
}

.contact-form-inner form label textarea {
  max-height: 90px;
}

.contact-form-inner form .form-wrap input,
.contact-form-inner form .form-wrap textarea {
  font-family: var(--primary-font);
  padding: 7px 10px;
  border-radius: 2px;
  border: 2px solid var(--white-color);
  margin-top: 4px;
  background: none;
  color: var(--white-color);
  outline: 0;
  font-size: 17px;
  max-height: 110px;
}

.contact-form-inner form button.sbt-btn {
  max-width: 220px;
  margin: auto;
  min-width: 200px;
  background: var(--primary-color);
  border: none;
  font-size: 20px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease 0.3s;
  cursor: pointer;
  display: table;
  font-family: var(--primary-font);
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
}

.contact-form-inner form .form-wrap input.sbt-btn {
  max-width: 200px;
  margin: auto;
  min-width: 200px;
  background: var(--btn-color);
  border: none;
  font-size: 20px;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease 0.3s;
  cursor: pointer;
}

.contact-form-inner form .form-wrap input.sbt-btn:hover {
  background: var(--primary-color);
}

.apartment-floorplan {
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}

.apartment-floorplan img {
  display: table;
  margin: auto;
  width: 100%;
  max-width: max-content;
}

.apartment-floor-plan-details {
  margin-top: 40px;
}

.apartment-floor-plan-details ul {}

.apartment-floor-plan-details ul li {
  display: flex;
  padding: 0;
  background: #efefef;
  border: 1px solid #333333;
  border-bottom: 0px;
}

.apartment-floor-plan-details ul li:last-child {
  border: 1px solid #333333;
}

.apartment-floor-plan-details ul li p {
  text-align: center;
  padding: 5px;
}

.apartment-floor-plan-details ul li p.floorplan-details-title {
  margin-bottom: 0;
  width: 100%;
  border-right: 1px solid #333333;
}

.apartment-floor-plan-details ul li p.floorplan-details-numbers {
  margin-bottom: 0px;
  width: 100%;
  background: #dfdfdf;
}

.apply-now-btn-inner {
  margin-bottom: 0px !important;
  margin-top: 40px;
  text-align: center;
}

.apply-now-btn-inner a {
  padding: 10px;
  display: table;
  margin: auto;
  background: var(--primary-color);
  width: 100%;
  max-width: 200px;
  color: var(--white-color);
  text-transform: uppercase;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.apply-now-btn-inner a:hover {
  background: var(--secondary-color);
}

.schedule-apply-bar {
  position: absolute;
  top: 0;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.schedule-apply-bar a {
  display: table;
  padding: 15px 10px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.schedule-apply-bar a:hover {
  background: var(--secondary-color);
  color: var(--black-color);
}

.privacy-policy-wrap {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.footer-contact-details ul li.privacy-policy-wrap a {
  margin-left: 5px;
  font-size: 12px;
  text-decoration: underline;
}

.footer-contact-details ul li.privacy-policy-wrap a:hover {
  color: var(--secondary-color);
}

.privacy-copy-wrap {}

.privacy-copy-wrap h1 {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  margin-bottom: 20px;
}

.privacy-copy-wrap h2 {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: normal;
  margin-top: 25px;
  font-family: var(--primary-font);
  font-weight: 500;
}

.privacy-copy-wrap p {
  margin-bottom: 16px !important;
  font-size: 16px;
  line-height: 24px;
}

.privacy-copy-wrap ul {
  padding-left: 20px;
}

.privacy-copy-wrap ul li {
  list-style: disc;
  line-height: 24px;
  color: var(--text-color);
}

.pet-friendly-wrap {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

.pet-friendly-wrap .pet-friendly-img {
  width: 100%;
}

.pet-friendly-wrap .pet-friendly-img img {
  display: table;
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.pet-friendly-wrap .pet-friendly-text {
  width: 100%;
}

.pet-friendly-wrap .pet-friendly-text h3 {
  font-size: 21px;
  margin-bottom: 5px;
}

@media all and (max-width: 600px) {
  .pet-friendly-wrap .pet-friendly-img img {
    max-width: 140px;
  }
  .pet-friendly-wrap .pet-friendly-img{
    max-width: max-content
  }
}


footer .footer-inner .footer-links-part {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .footer-inner .footer-links-part .footer-mail-subscribe #mc_embed_signup {
  width: 100%;
}


footer .footer-inner .footer-links-part .footer-mail-subscribe #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  width: 100%;
  max-width: 350px;
}

footer .footer-inner .footer-links-part .footer-mail-subscribe #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  display: flex;
}

footer .footer-inner .footer-links-part .footer-mail-subscribe #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input.email {
  border: 2px solid var(--primary-color);
  background: none;
  padding: 10px 20px;
  outline: 0;
  font-size: 17px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  max-width: 250px;
  color: var(--white-color);
}

footer .footer-inner .footer-links-part .footer-mail-subscribe #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input.button-sign-up {
  border: 2px solid var(--primary-color);
  padding: 10px;
  font-size: 17px;
  background: var(--primary-color);
  border-radius: 0 5px 5px 0;
  color: var(--white-color);
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  font-family: var(--primary-font);
}

footer .footer-inner .footer-links-part .footer-mail-subscribe p {
  color: var(--white-color);
  margin-bottom: 20px;
}