@font-face {
  font-family: "Avenir LT Std";
  src: url("AvenirLTStd-Black.woff2") format("woff2"),
    url("AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit";
  src: url("Kanit-SemiBold.woff2") format("woff2"),
    url("Kanit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit";
  src: url("Kanit-Regular.woff2") format("woff2"),
    url("Kanit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Impact";
  src: url("Impact.woff2") format("woff2"), url("Impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brush-Script";
  src: url("Brush-Script.woff2") format("woff2"),
    url("Brush-Script.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("AvenirLTStd-Roman.woff2") format("woff2"),
    url("AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit";
  src: url("Kanit-Light.woff2") format("woff2"),
    url("Kanit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit";
  src: url("Kanit-Medium.woff2") format("woff2"),
    url("Kanit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Light.woff2") format("woff2"),
    url("Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MyriadPro-Semibold.woff2") format("woff2"),
    url("MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rupee Foradian";
  src: url("RupeeForadian.woff2") format("woff2"),
    url("RupeeForadian.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MyriadPro-SemiboldIt.woff2") format("woff2"),
    url("MyriadPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.woff2") format("woff2"),
    url("Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  height: 100%;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #212529;

  /* font-family: "Avenir LT Std";
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px; */
  overflow-x: hidden;
}
a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  font-family: sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  line-height: 1.4em;
  color: #111;
}
a {
  outline: 0;
  color: #222;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
a:hover {
  color: #00a3c8;
  text-decoration: none;
}
.btn {
  outline: 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.main_section {
  width: 100%;
  margin: 0px;
  padding: 80px 0;
}
p {
  padding: 0px 0px 1em;
  margin: 0;
}
/*****button********/
.button {
  border-radius: 50px;
  border: 1px solid #166337;
  color: #166337;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 5px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover {
  background-color: #fff;
  border: 1px solid #ffc107;
}
.button:hover span {
  padding-right: 20px;
  color: #8c5038;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/****bg color ******/
.bg-gray {
  background-color: #f6f4ee;
}
/******* Header ************/

.header {
  padding: 0px;
  z-index: 1034;
  text-align: center;
}

.banner {
  background-image: url(../images/image-1349X657.jpg);
  background-size: cover;
  padding: 2px 0 0px;
  height: 100vh;
  position: relative;
  background-position: center;
}

.banner h2 {
  font-family: "Brush-Script";
  color: #000;
  font-size: 67px;
  line-height: 53px;
  margin-top: 120px;
}

.banner h6 {
  font-family: "Avenir LT Std";
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: -857px;
}

.enquire {
  /*background-image: url(../images/bg.jpg);*/
  border-top: 3px solid #f69220;
  padding: 10px 0 30px;
}
.enquire-form {
  padding: 10px 10px 10px 40px;
  position: fixed;
  background: #ddd;
  z-index: 9;
  left: 0px;
  right: 0;
  bottom: 0px;
  border-top: 2px solid #f69220d6;
}
.enquire-form .button {
  width: 90px;
  border: #afafaf solid 1px;
  color: #8b4f38;
  margin-top: 10px;
  padding: 5px 0;
}

.enquire-form .button:hover {
  background-color: #fff;
  border: 1px solid #ffc107;
}

.enquire-form h4 {
  font-family: "Avenir LT Std";
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.enquire-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 1.3rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b7b9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Kanit";
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.enquire-form .btn-warning {
  color: #fff !important;
  background-color: #7bac5a;
  border-color: #f69220;
  text-transform: uppercase;
  font-family: "Kanit";
  font-size: 20px;
  background: -moz-linear-gradient(top, #f48f21 0%, #d76c27 100%);
  padding: 7px 45px;
  margin-top: 7px;
}
.enquire-form1 p {
  font-family: "Avenir LT Std";
  font-size: 19px;
  color: #000;
  margin-top: 17px;
  line-height: 25px;
}
.bedroom {
  position: relative;
  padding: 70px 0 0 100px;
}
.bedroom-box {
  background: #7bac5a;
  position: relative;
  text-align: center;
  width: 380px;
  height: 380px;
  border-radius: 100%;
  padding: 80px 0 0 0;
  -webkit-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
}
.bedroom-box h6 {
  font-family: "Avenir LT Std";
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 27px;
}
.bedroom-box h2 {
  color: #fff;
  font-size: 80px;
  line-height: 50px;
  text-shadow: 0px 2px 5px #333;
}

.bedroom-box h4 {
  color: #fff;
  font-size: 60px;
  text-shadow: 0px 2px 5px #333;
}

.eran {
  background-color: #8c5038;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
  width: 290px;
  height: 290px;
  border-radius: 100%;
  padding: 83px 39px 0 37px;
  margin: -120px 0px 0 240px;
}

.eran h6 {
  font-family: "Avenir LT Std";
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
}

.eran h2 {
  color: #fff;
  font-size: 70px;
  line-height: 50px;
}
.eran h2 span {
  font-size: 40px;
}
.price {
  white-space: nowrap;
  position: absolute;
  top: 365px;
  left: -239px;
  transform: rotate(270deg);
}
.price p {
  font-family: "Avenir LT Std";
  font-size: 12px;
  color: #000;
  line-height: 16px;
}
.ready {
  padding: 130px 0 0 100px;
}

.move {
  background: #7bac5a;
  padding: 20px 42px;
  text-align: right;
  width: 410px;
  float: right;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-box-shadow: inset 0px -17px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px -17px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px -17px 22px 0px rgba(0, 0, 0, 0.16);
}
.move h4 {
  font-family: "Avenir LT Std";

  font-size: 27px;

  color: #fff;

  line-height: 30px;
}
.move h4 span {
  font-size: 24px;
}
.registry {
  width: 500px;
  background: #231f20;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding: 22px 42px;
  -webkit-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
}

.received {
  width: 500px;
  background: #7bac5a;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding: 8px 35px;
  -webkit-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
}
.basic {
  background: #231f20;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding: 12px 42px;
  -webkit-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 13px 22px 0px rgba(0, 0, 0, 0.16);
}

.property {
  margin-top: 100px;
  width: 95%;
  position: relative;
}

.property p {
  white-space: nowrap;
  position: absolute;
  top: 187px;
  right: -119px;
  transform: rotate(270deg);
  font-family: "Montserrat";
  font-weight: 300;
  color: #000;
  font-size: 13px;
}

.property1 {
  margin-top: 100px;
  width: 95%;
  position: relative;
}

.property1 p {
  white-space: nowrap;
  position: absolute;
  top: 178px;
  right: -119px;
  transform: rotate(270deg);
  font-family: "Montserrat";
  font-weight: 300;
  color: #000;
  font-size: 13px;
}
.property2 {
  margin-top: 100px;
  width: 90%;
  position: relative;
}

.property2 p {
  white-space: nowrap;
  position: absolute;
  top: 175px;
  right: -124px;
  transform: rotate(270deg);
  font-family: "Montserrat";
  font-weight: 300;
  color: #000;
  font-size: 13px;
}

.feature {
  margin-top: 50px;
}

.feature h2 {
  font-family: "Avenir LT Std";
  font-size: 36px;

  color: #000;
}
.feature-text {
  padding: 50px 100px;
}
.feature-box {
  margin-bottom: 50px;
}
.feature-box img {
  width: 30%;
}

.feature-box p {
  font-family: "Avenir LT Std";
  font-size: 18px;
  color: #000;
  margin-top: 15px;
  line-height: 22px;
}

.border-right {
  border-right: 1px solid #a8aaab !important;
}

.best {
  padding: 0 80px;
}

.best-box {
  background: #7bac5a;
  padding: 40px;
}

.best-box h3 {
  font-family: "Avenir LT Std";
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}
.best-box ul {
  padding: 0px 0 0 23px;

  margin: 0px;
}

.best-box ul li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Avenir LT Std";
  line-height: 19px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  background-color: #7bac5a;
}

.get-touch {
  background: #fff;
  width: 100%;
  padding: 70px;
}
.get-touch h2 {
  font-family: "Avenir LT Std";
  font-size: 35px;
  color: #000;
  line-height: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.get-touch .form-control {
  padding: 1.375rem 0.75rem;

  font-family: "Avenir LT Std";

  font-size: 1rem;

  color: #59595c;

  border: 1px solid #272727;
}

.get-touch .btn-primary {
  color: #fff !important;
  background-color: #272727;
  border-color: #f69220;
  font-family: "Avenir LT Std";
  font-weight: 600;
}
.footer-address {
}

.footer-address ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer-address ul li {
  position: relative;
  margin-bottom: 28px;
}

.footer-address ul li .icon i {
  font-size: 23px;
  color: #19263a;
  position: absolute;
  left: 0;
  top: 0px;
  background: #ffffff;
  padding: 9px;
  width: 43px;
  height: 43px;
  text-align: center;
}

.footer-address ul li .cont {
  padding-left: 65px;
}

.footer-address ul li .cont p {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
}

.footer-address ul li .cont p a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
}
.icon {
  margin-bottom: 30px;
}

.best-box h6 {
  font-family: "Avenir LT Std";
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-top: 45px;
}
.best-box span {
  font-family: "Avenir LT Std";
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  display: block;
}

.logos {
  margin-top: 70px;
}

.logos img {
  margin-bottom: 25px;
  width: 70%;
}
.logos h3 {
  font-family: "Avenir LT Std";
  font-size: 18px;
  color: #000;
  margin-top: 0px;
  line-height: 26px;
}

.logos h3 a {
  font-family: "Avenir LT Std";
  font-size: 20px;
  color: #000;
  margin-top: 0px;
}

.project {
  padding: 70px 80px;
}

.project-box {
}

.project-box h3 {
  font-family: "Montserrat";
  color: #000;
  font-size: 22px;
}

.project-box h3 span {
  font-family: "Montserrat";
  color: #b32322;
  font-size: 37px;
  font-weight: 800;
}

.footer {
  background: #000;
  padding: 12px 0;
}

.footer a {
  margin-right: 10px;
}

.footer a i {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #353535;
  font-size: 27px;
  border-radius: 100px;
  padding: 7px 0 0 0;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  font-size: 21px;
  padding: 11px 0;
  background-color: #00974a;
  border-color: #00974a;
}
.footer1 {
  display: none;
}

.modal-backdrop.show {
  /* opacity: .5; */
  z-index: 999999999;
  display: none;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin-top: 100px;
}

.call .modal-title {
  font-family: "Avenir LT Std";
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.call .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 1.3rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b7b9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Kanit";
  -webkit-box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 16%);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 16%);
}
.call .btn-warning {
  color: #fff !important;
  background-color: #7bac5a;
  border-color: #7bac5a;
  text-transform: uppercase;
  font-family: "Kanit";
  font-size: 20px;
  background: -moz-linear-gradient(top, #f48f21 0%, #d76c27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48f21', endColorstr='#d76c27',GradientType=0 );
  padding: 7px 45px;
}

.thank {
  background: #f7f7f7;
}
.thank h2 {
  color: #000;
  font-size: 70px;
  line-height: 100px;
  font-family: "Avenir LT Std";
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.thank h4 {
  color: #000;
  font-size: 40px;
  line-height: 100px;
  font-family: "Avenir LT Std";
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width: 1170px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  .banner {
    height: 1000px;
  }
  .banner h2 {
    font-size: 100px;
    line-height: 88px;
  }
  .banner h6 {
    bottom: -697px;
  }
  .bedroom {
    position: relative;
    padding: 50px 0 0 33px;
  }
  .bedroom-box {
    width: 390px;
    height: 390px;
    padding: 70px 0 0 0;
  }
  .bedroom-box h6 {
    font-size: 32px;
    line-height: 37px;
  }
  .bedroom-box h2 {
    font-size: 90px;
    line-height: 60px;
  }
  .eran {
    width: 290px;
    height: 290px;

    padding: 65px 0 0 0;

    margin: -50px 0px 0 110px;
  }

  .eran h2 {
    color: #fff;
    font-size: 60px;
    line-height: 50px;
  }
  .eran h6 {
    font-family: "Avenir LT Std";
    font-size: 26px;
    color: #fff;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .project {
    padding: 70px 20px;
  }
  .property p {
    top: 110px;
    right: -109px;
  }
  .property1 p {
    top: 103px;
    right: -120px;
  }
  .property2 p {
    top: 95px;
    right: -124px;
  }
}

@media only screen and (max-width: 990px) {
  .banner h6 {
    bottom: -387px;
  }
  .banner {
    padding: 110px 0 400px;
    height: auto;
  }
  .banner h2 {
    font-size: 80px;
    line-height: 68px;
  }
  .enquire-form {
    padding: 0 0px;
  }
  .enquire-form h4 {
    font-family: "Avenir LT Std";
    color: #000;
    font-size: 19px;
    font-weight: 600;
  }
  .property p {
    white-space: inherit;
    position: relative;
    top: 5px;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }

  .property1 p {
    white-space: inherit;
    position: relative;
    top: 5px;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }

  .property2 p {
    white-space: inherit;
    position: relative;
    top: 5px;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }

  .property2 {
    margin-top: 30px;
    width: 95%;
    position: relative;
  }
  .feature-text {
    padding: 50px 0px;
  }
  .feature-box {
    margin-bottom: 50px;
  }
  .feature-box img {
    width: 50%;
  }
  .feature-box p {
    font-family: "Avenir LT Std";
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    line-height: 20px;
  }
  .best {
    padding: 0 10px;
  }

  .best-box {
    background: #7bac5a;
    padding: 26px;
    width: 100%;
  }
  .best-box ul li {
    color: #fff;
    margin-bottom: 9px;
    font-size: 15px;
    font-family: "Avenir LT Std";
    line-height: 17px;
  }
  .get-touch {
    background: #fff;
    width: 100%;
    padding: 40px;
  }
  .get-touch h2 {
    font-size: 30px;
  }
  .footer-address ul li .cont p {
    font-size: 16px;
  }

  .footer-address ul li .cont p a {
    font-size: 16px;
  }
  .logos h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .project {
    padding: 30px 10px;
  }
  .project img {
    margin-bottom: 30px;
  }
  .project-box h3 {
    padding: 0 0 0 0px;
  }
  .project-box h3 span {
    font-size: 22px;
  }
  .bedroom-box {
    background: #7bac5a;
    position: relative;
    text-align: center;
    width: 430px;
    height: 430px;
    border-radius: 100%;
    padding: 90px 0 0 0;
    -webkit-box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
  }

  .eran {
    background-color: #8c5038;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 22px 0px rgb(0 0 0 / 16%);
    width: 330px;
    height: 330px;
    border-radius: 100%;
    padding: 86px 24px 0 32px;
    margin: -160px 0px 0 280px;
  }

  .bedroom {
    position: relative;
    padding: 70px 0 0 100px;
  }

  .bedroom-box h6 {
    font-family: "Avenir LT Std";
    font-size: 42px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 27px;
  }

  .bedroom-box h2 {
    color: #fff;
    font-size: 100px;
    line-height: 70px;
    text-shadow: 0px 2px 5px #333;
  }
  .bedroom-box h4 {
    color: #fff;
    font-size: 60px;
    text-shadow: 0px 2px 5px #333;
  }
  .eran h6 {
    font-family: "Avenir LT Std";
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .eran h2 {
    color: #fff;
    font-size: 84px;
    line-height: 70px;
  }
  .header img {
    width: 50%;
  }
}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width: 728px) {
  .banner {
    padding: 80px 0 235px;
    height: auto;
    position: relative;
    background-position: right;
  }
  .project img {
    margin-bottom: 10px;
  }
  .banner h6 {
    bottom: -227px;
  }

  .banner h2 {
    font-size: 30px;
    line-height: 33px;
    text-shadow: 0px 3px 4px #7d7d7d;
    margin-top: 0px;
  }

  .enquire-form {
    padding: 0 10px;
  }
  .enquire-form .pr-0,
  .px-0 {
    padding-right: 1em !important;
  }
  .enquire-form1 p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
  .price {
    white-space: inherit;
    position: relative;
    top: 0px;
    left: 0px;
    transform: inherit;
  }

  .bedroom {
    position: relative;
    padding: 20px 0 0 0px;
  }
  .ready {
    padding: 70px 0 0 0px;
  }
  .move h4 {
    font-family: "Avenir LT Std";
    font-size: 20px;
    color: #fff;
    line-height: 25px;
  }
  .move {
    padding: 20px 42px;
    width: 300px;
  }
  .registry {
    width: 367px;
    padding: 12px 42px;
  }
  .received {
    width: 367px;
    padding: 12px 42px;
  }

  .basic {
    padding: 12px 42px;
  }
  .property {
    width: 100%;
  }

  .property1 {
    margin-top: 10px;
    width: 100%;
  }
  .property2 {
    margin-top: 10px;
    width: 100%;
  }

  .property p {
    white-space: inherit;
    position: relative;
    top: 0;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }

  .property1 p {
    white-space: inherit;
    position: relative;
    top: 0;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }
  .property2 p {
    white-space: inherit;
    position: relative;
    top: 0;
    right: 0;
    transform: inherit;
    font-family: "Montserrat";
    font-weight: 300;
    color: #000;
    font-size: 13px;
  }

  .eran {
    width: 260px;
    height: 260px;
    margin: -61px 0px 0 69px;
  }
  .eran h6 {
    font-size: 23px;
    line-height: 24px;
  }
  .eran h2 {
    color: #fff;
    font-size: 54px;
    line-height: 50px;
  }

  .best {
    padding: 0 0px;
  }

  .best-box {
    width: 100%;
    padding: 25px;
  }
  .best-box h3 {
    font-size: 23px;
  }
  .footer-address ul li .cont p {
    font-size: 14px;
  }
  .footer-address ul li .cont p a {
    font-size: 14px;
  }
  .footer-address ul li .icon i {
    font-size: 19px;
    color: #19263a;
    position: absolute;
    left: 0;
    top: 0px;
    background: #ffffff;
    padding: 9px;
    width: 37px;
    height: 37px;
    text-align: center;
  }
  .footer-address ul li .cont {
    padding-left: 50px;
  }

  .get-touch {
    padding: 40px;
  }
  .get-touch h2 {
    font-size: 30px;
  }

  .bedroom-box {
    width: 350px;
    height: 350px;
    padding: 78px 0 0 0;
  }

  .bedroom-box h6 {
    font-size: 28px;
    line-height: 32px;
  }
  .bedroom-box h2 {
    font-size: 70px;
    line-height: 40px;
  }
  .bedroom-box h4 {
    font-size: 40px;
  }

  .feature {
    margin-top: 20px;
  }

  .feature h2 {
    font-size: 28px;
  }
  .feature-text {
    padding: 30px 0px;
  }

  .feature-text .border-right {
    border-right: 0px solid #a8aaab !important;
  }
  .feature-box {
    margin-bottom: 30px;
  }

  .feature-box img {
    width: 47%;
  }
  .feature-box p {
    font-size: 16px;
    line-height: 19px;
  }
  .logos {
    margin-top: 40px;
  }

  .logos h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .project {
    padding: 30px 10px 0;
    text-align: center;
  }
  .project .border-right {
    border-right: 0px solid #a8aaab !important;
  }
  .project-box {
    margin-top: 20px;
  }
  .project-box h3 {
    font-size: 19px;
    padding: 0px;
  }
  .project-box h3 span {
    font-size: 24px;
  }
  .footer {
    background: #483531;
    padding: 12px 0;
    margin-bottom: 50px;
  }
  .footer1 {
    padding: 0px;
    position: fixed;
    bottom: 0px;
    display: block;
    z-index: 999;
  }
  .footer1 .btn-primary {
    color: #fff !important;
    background-color: #7bac5a;
    border-color: #7bac5a;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px;
    z-index: 999999;
  }

  .footer1 .btn-secondary {
    color: #333 !important;
    background-color: #ffffff;
    border-color: #ca1213;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px;
    z-index: 999999;
  }

  .footer1 .btn-primary i {
    font-size: 20px;
  }

  .footer1 .btn-secondary i {
    font-size: 20px;
  }

  .back-to-top {
    position: fixed;
    bottom: 58px;
    right: 8px;
  }
  .enquire-form {
    position: relative;
    background: rgba(255, 255, 255, 0);
  }

  .thank h4 {
    color: #000;
    font-size: 26px;
    line-height: 39px;
    font-family: "Avenir LT Std";
  }
  .thank h2 {
    color: #000;
    font-size: 50px;
  }
}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width: 550px) {
}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
}

.main_section.header {
  background-color: #7bac5a;
}
span.tp {
  color: #8c5038;
}
span.bt {
  color: #ffc107;
}
h2.nav-rft {
  line-height: 30px;
  padding-top: 8px;
  font-size: 1.7rem;
}
.property img,
.property1 img,
.property2 img {
  height: 297px;
}

span.numa {
  font-weight: bold;
  color: #000;
  font-size: 21px;
  height: 46px;
  width: 42px;
  background-color: #7bac5a;
  border-radius: 60%;
  display: inline-block;
  padding-top: 10px;
}
@media screen and (max-width: 1239px) {
  .logo h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1158px) {
  .logo h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1131px) {
  .logo h2 {
    font-size: 13px;
    font-weight: bolder;
    line-height: normal;
  }
}
@media screen and (max-width: 1031px) {
  .logo h2 {
    font-size: 15px;
    font-weight: 600;
  }
}
@media screen and (max-width: 320px) {
  .eran {
    width: 235px;
    height: 235px;
    margin: -61px 0px 0 69px;
  }
}
@media screen and (max-width: 320px) {
  .bedroom-box h6 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .bedroom-box {
    width: 304px;
    height: 310px;
    padding: 78px 0 0 0;
  }
}

/* additional css  */

/* ------------------------popup css--------------------- */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade {
  transition: opacity 0.8s linear;
}
.modal {
  z-index: 99999;
}
.show {
  transition: 0.5s;
}

#disclaimer.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
#disclaimer .modal-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
}

#disclaimer .modal-title {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}
.popup-box p {
  font-size: 15px;
  text-align: justify;
}
.popup-box p,
p {
  line-height: 1.5;
}
.lodebtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnwrapone {
  width: auto;
  height: auto;
  font-size: 14px;
  display: inline-flex;
  font-weight: 700;
  text-align: center;
  border: 1px solid #6c9392;
  border-radius: 50px;
  position: relative;
  background: linear-gradient(to left, transparent 50%, #203d3b 50%) right;
  background-size: 210%;
  transition: 0.6s ease-in;
  cursor: pointer;
  line-height: 1.2;
  margin-bottom: 1.5rem !important;
}
.btnwrapone a {
  color: #7bac5a;
  display: block;
  border: none;
  padding: 13px 26px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btnwrapone a:hover {
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #7bac5a;
  transition: 0.6s ease-in;
  background-size: 210%;
}
.btnwrapone a svg {
  width: 15px;
  stroke: #6c9392;
  margin-left: 15px;
  position: relative;
  top: -2px;
}

.btnwrapone a:hover svg {
  color: #fff;
}

/* side inquery  */

/* .en_btn {
    position: absolute;
    top: 180px;
    left: 107px;
    box-shadow: 0 0 8px grey;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.en_tag {
    background-color: #fff;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 20px;}
 
} */
.en_tag {
  background-color: #fff;
  padding: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 20px;
  border: solid 2px #ffc107ad;
}
#slider {
  width: 500px;
  top: 100px;
  position: fixed;
}

#form_slider {
  width: 500px;
  top: 100px;
  position: fixed;
  z-index: 99;
}
#header {
  width: 300px;
  /* height: 520px; */
  height: auto;
  position: absolute;
  right: 0;
  border: 1px solid #d8d8d8;
  margin-left: 40px;
  padding: 20px 40px;
  border-radius: 3px;
  box-shadow: 0 0 8px gray;
  background-color: #fff;
}
#sidebar {
  position: absolute;
  top: 180px;
  left: 65px;
  box-shadow: 0 0 8px gray;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  cursor: pointer;
}
#sidebar1 {
  position: absolute;
  top: 180px;
  left: 107px;
  box-shadow: 0 0 8px gray;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
h3 {
  font-family: "Roboto Slab", serif;
}
input[type="text"] {
  margin-top: 10px;
  padding: 6px;
  width: 100%;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid #ffd556;
}
h4 {
  font-size: 15px;
}
div#title {
  position: absolute;
  top: 300px;
  left: 650px;
}
select {
  padding: 6px;
  width: 100%;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid #ffd556;
}
textarea {
  padding: 6px;
  font-size: 15px;
  border-radius: 2px;
  border: 2px solid #ffd556;
  margin-top: 10px;
  height: 80px;
  width: 100%;
}
button {
  background: #fff;
  color: inherit;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  padding: 8px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 25px;
  border: solid 2px #ffd556;
}

.btn_pdf a {
  padding: 4px;
  border-radius: 5px;
  font-size: 1rem !important;
  background-color: #8c5038;
}

/* home page header  */
#stk_bnr img {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: solid 1px #3c3c3c; */
  width: 100%;
  height: 500px;
  margin-top: 100px;
}
/* res plot css  */

#sec_1 {
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  position: relative;
  bottom: -100px;
  background-color: #f6f4ee;
  min-height: 89vh;
}
.title_undr_line {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}
.title_undr_line:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #5c9022;
  bottom: 20px;
  left: 0;
}

/* image hover style  */
.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: "";
  clear: both;
  display: block;
}
.column a {
  position: relative;
  float: left;
  /* width: 495px; */
  width: auto;
  height: auto;
  margin: 0 0 0 25px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.column h3 {
  text-align: center;
}
.column a:first-child {
  margin-left: 0;
}
.column a span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  /* width: 495px; */
  width: auto;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
/* 
@media screen and (max-width: 1897px) {
  .column a {
    width: 32%;
  }
  .column a span {
    width: 32%;
  }
}

@media screen and (max-width: 1555px) {
  .column a {
    width: 30%;
  }
  .column a span {
    width: 30%;
  }
}
@media screen and (max-width: 668px) {
  .column a {
    width: 47%;
    margin: 0 10px 10px 0;
  }
  .column a span {
    width: 47%;
  }
}
@media screen and (max-width: 400px) {
  .column a {
    width: 97%;
    margin: 0 10px 10px 0;
  }
  .column a span {
    width: 97%;
  }
} */

figure {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
/* Zoom In */
.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.column a h3 {
  padding-bottom: 0.8rem;
}

/* Greencircle-Homes-1  */
.list {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #5c9022;
  z-index: 2;
}

.rit_side_con {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.fixedpostion {
  margin: 100px 0;
}

/* #Ambala,
#Overview,
#Features,
#Plot,
#Locality,
#Connectivity,
#Bank, */
section h2::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}
.rit_side_con .card {
  border-radius: 0px;
  border-right: gray solid 1px;
  border-left: gray solid 1px;
  border-top: none;
  border-bottom: gray solid 1px;
}
/* .rit_sidelist ul {
  margin-left: 5%;
} */
.rit_sidelist ul li a {
  text-align: left;
  border-bottom: 1px solid;
  line-height: 35px;
  display: block;
  color: gray;
}

/* direct realestate  */
#directrealestate {
  background-color: #f6f4ee;
}

.locality ul li {
  list-style-type: decimal;
}

/* home banner  */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 35%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: #00000052;
}

.carousel-caption h2 {
  font-size: 4rem;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 974px) {
  .carousel-caption {
    bottom: 25%;
  }
  .carousel-caption h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .carousel-caption {
    bottom: 15%;
  }
  .carousel-caption h2 {
    font-size: 1.5rem;
  }
}

/* career page css  */

.bnr h1 {
  font-weight: 800;
  color: #fff;
  width: 100%;
  font-size: 4rem;
  text-shadow: 2px 2px #000;
  text-transform: capitalize;
}

.let_grow {
  padding: 2rem 0;
  background: #304354;
  padding-bottom: 0;
}

.let_grow h2 {
  font-weight: 800;
  color: #fff;
  font-size: 4rem;
  text-shadow: 2px 2px #000;
  text-transform: capitalize;
}

/****accordionin*****/
/* .accbodyinnertext strong,
.card .showhead,
.accordioninner .card .card-head,
.bannertext h1,
.bon_vivant,
.btnwrapone a,
.career-form .form-control,
.career-form .labels,
.career-form textarea,
.efforts-content strong,
.gridheading strong,
.headingtag,
.innerpolicy b,
.paywithEmi,
.popup-title,
.projectsbtn strong,
.pupup-content span,
.sttextul strong,
.subnavdown strong,
.title-sec p,
.title-sec span,
h5 {
  font-family: "Bon Vivant Family Serif";
} */

.accordion .card .card-head:hover:after,
.card .card-head:hover:after,
.accordioninner .card .card-head:hover:after,
.btnclick span:hover:after,
.btnclickln a:hover:after,
.navbar-dark .navbar-nav .nav-link:hover:after,
.subnavdown ul li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.accordion .card .card-head:after,
.card .card-head:after,
.accordioninner .card .card-head:after,
.btnclick span:after {
  content: "";
  position: absolute;
  right: 0;
  border: 0;
  width: 0%;
  background: #203d3b;
  height: 1px;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
.accordion .card,
.accordioninner .card {
  border: none;
  background-color: transparent;
}
.accordioninner .card {
  margin-bottom: 10px;
}

.card-head .mb-0 {
  display: block;
  position: relative;
}
.card-head .mb-0:after {
  content: "View More";
  position: absolute;
  top: 19px;
  right: 2rem;
}
.card-head .mb-0[aria-expanded="true"]:after {
  content: "View Less";
  text-transform: uppercase;
}
.accordioninner .card .card-head {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.accordioninner .card strong {
  padding: 10px;
  background: url(../images/black-mn.svg) right center/15px no-repeat;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}
.accordioninner .card strong b {
  width: 90%;
  display: block;
  font-weight: 400;
}
.card .showhead.collapsed,
.accordioninner .card strong.collapsed {
  background-image: url(../images/black-pl.svg);
}
.accordioninner .card-body {
  padding: 10px;
  background: #ebe8e1;
}

.accbodyinnertext strong {
  width: 100%;
  display: block;
  font-size: 20px;
  color: #000;
}
.accbodyinnertext p {
  font-size: 16px;
  color: #000;
}
.accbodyinnertext ul li {
  width: 95%;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  list-style: disc;
  margin-left: 5%;
}
.accbodyinnertext table tr th,
.innerpolicy table tr th {
  text-transform: uppercase;
  background: #203d3b;
  color: #fff;
}
.accbodyinnertext table tr td,
.csinnerbg .caretext p a {
  color: #000;
}
.accbodyinnertext table tr td,
.accbodyinnertext table tr th {
  letter-spacing: 1.2px;
  vertical-align: middle;
}
.accbodyinnertext table tr td a,
.notificationtable table tr td a {
  color: #000;
  display: flex;
  align-items: center;
}
.specetd table tr td:first-child {
  width: 300px;
}

.customerwrap .accbodyinnertext {
  padding: 25px 30px;
}
.customerwrap .accordioninner .card strong {
  padding: 15px 10px;
}
.customerwrap .accbodyinnertext ul li {
  width: auto;
  margin-left: 17px;
}
.customerwrap .accbodyinnertext p {
  line-height: normal;
}
.customerwrap .accbodyinnertext h6:first-child {
  margin-top: 0 !important;
}
.customerwrap .accbodyinnertext h6 {
  margin: 30px 0 24px;
  font-weight: 600;
  font-size: 17px;
}

/* apply online page  */

.group-box {
  width: 99.9%;
  /* border: 1px solid #6c9392c7; */
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pay-online .logo-thumb:first-child {
  border-right: 0;
  border-top: 0;
}
.logo-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 33.33%;
}
.logo-thumb .box-head {
  position: absolute;
  top: 0;
}
.logo-thumb {
  justify-content: center;
  align-items: center;
  border-left: #6c9392c7 solid 1px !important;
  border-right: 1px solid #6c9392c7 !important;
  border-bottom: 1px solid #6c9392c7 !important;
  border: 0;
  padding: 100px 40px;
}
.logo-thumb:first-child {
  border-right: 0;
  border-top: 0;
}
.logo-thumb:nth-child(2) {
  border-top: 0;
}
.logo-thumb:nth-child(3) {
  border-left: 0;
  border-top: 0;
}
.group-box,
.group-pay,
.inner-thumb,
.key-slider,
.logo-thumb,
.park-thumb,
.readmore-btn > div {
  display: flex;
  justify-content: center;
}
.inner-thumb .clabtn1 {
  width: 60%;
  position: relative;
  top: 0;
  text-align: center;
  justify-content: center;
}
.clabtn1 {
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.logo-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 33.33%;
}
.logo-thumb img {
  z-index: 1;
}

.inner-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateY(120%);
  transition: 0.8s ease-out;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.logo-thumb:hover .inner-thumb {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  box-shadow: inset 0 -100vh 0 0 #203d3b;
}
.inner-thumb .clabtn1 .abtn {
  border: 1px solid #f6f4ee;
  color: #f6f4ee;
  float: inherit;
  margin: 15px 0;
  opacity: 1;
}
.inner-thumb .clabtn1 {
  width: auto;
  position: relative;
  top: 0;
  text-align: center;
  justify-content: center;
}
.inner-thumb .clabtn1 .abtn:hover {
  background: #f6f4ee;
  color: #203d3b;
  opacity: 1;
}
.inner-thumb .clabtn1 .abtn:hover svg .cls-1 {
  stroke: #203d3b !important;
}
.inner-thumb .clabtn1 .abtn svg {
  stroke: #f6f4ee;
  width: 15px;
}
.inner-thumb .cls-1 {
  fill: none;
  stroke: #f6f4ee;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.inner-thumb .clabtn1 .abtn {
  border: 1px solid #f6f4ee;
  color: #f6f4ee;
  float: inherit;
  margin: 15px 0;
  opacity: 1;
  width: 220px;
}
.clabtn1 .abtn,
.csrbtn .abtn {
  width: 220px;
  height: 50px;
  background: 0 0;
  border: 1px solid #6c9392;
  border-radius: 50px;
  font-size: 0.99rem;
  display: inline-block;
  display: flex;
  justify-content: center;
  transition: 0.5s ease-out;
}
.clabtn1 .abtn,
.csrbtn .abtn,
.pronavbtn .abtn {
  opacity: 0.7;
  color: #000;
  align-items: center;
  text-transform: capitalize;
  text-align: center;
  /* float: left; */
}
.inner-thumb .clabtn1 .abtn svg {
  stroke: #f6f4ee;
  width: 15px;
}
.bg-color .park-thumb svg,
.clabtn1 .abtn svg,
.csrbtn .abtn svg {
  width: 18px;
  height: 18px;
  stroke: #203d3b;
  margin-left: 15px;
  transition: 0.5s ease-out;
  position: relative;
  top: -1px;
}
.pdf_had h2 {
  padding: 0px 0 0 0;
  text-transform: uppercase;
  font-size: 1.5rem;
}
/* contact us  */

.tp-care,
a {
  color: white;
}

.tp-care .fa-mobile {
  font-size: 2.2rem;
  padding-right: 1rem;
}

.tp-care .fa-envelope {
  font-size: 1.5rem;
  padding-right: 1rem;
}

address {
  padding: 1.5rem;
  line-height: 2;
  color: black;
  font-size: large;
}

address a {
  color: black;
}

address .fa-mobile {
  font-size: 2.2rem;
  padding-right: 1rem;
  color: #304354;
}
address .fa-envelope {
  font-size: 1.5rem;
  padding-right: 1rem;
  color: #304354;
}

address .fa-map-marker {
  font-size: 2rem;
  padding-right: 1rem;
  color: #304354;
}

.form_con input[type="text"] {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  background-color: transparent;
}
.form_con textarea {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  background-color: transparent;
}

.form_con input[type="submit"] {
  background-color: #5c9022;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.form_con input[type="submit"]:hover {
  background-color: #04aa6d;
}

.form_con {
  border-radius: 5px;
  /* background-color: #fff; */
  padding: 20px;
}
.form_con .button {
  width: 90px;
  border: #afafaf solid 1px;
  color: #8b4f38;
  margin-top: 10px;
  padding: 5px 0;
}
