
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

:root {
  /* --color-1: #849376; */
  --color-1 : #707a67;
  --color-1-a: #2b3d2d;
  --green : #464f47;
  --color-2: #727272;
  --color-3: #c39f75;
  --color-4 : #ff7f00;
  --color-dark-1: #333;
  --color-lite-1: #eee;
  --tableColor1 : #CCD3BF;
  --tableColor2 : #F0B9B4;
  --family-1 : 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
h2 {
  font-size: 24px;
}
.just-a:hover {
  color: #000;
}
.width-100 {
  width : 100%;
}
.auto {
  margin: auto;
}
.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: var(--color-1);
  /* display: none; */
  display: flex;
}
.pageloader img {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  margin: auto;
  width: 200px;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
body {
  font-family: var(--family-1);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: var(--color-dark-1);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
button,
ul,
ol,
li,
p {
  padding: 0;
  margin: 0;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}
p {
  font-size: 14px;
  line-height: 27px;
}
a {
  text-decoration: none !important;
  color: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
ul,
ol,
li {
  list-style: none;
}

.btn-style-1 {
  display: inline-block;
  text-transform: uppercase;
  margin: 20px auto 0;
  font-weight: normal;
  background : #222;
  color : #fff;
}
.btn-style-1:hover {
  color : #fff;
}
.btn-style-1 span {
  position: relative;
}
.btn-style-1 span::before {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
  opacity: 0;
  width: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0.2em 0 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
  -moz-transform: translateX(-75%) scaleX(0.1);
  -ms-transform: translateX(-75%) scaleX(0.1);
  transform: translateX(-75%) scaleX(0.1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn-style-1:hover span::before {
  opacity: 1;
  width: 10px;
  margin: 0.2em 1em 0 0;
  -webkit-transform: translateX(0) scaleX(1);
  -moz-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.btn-style-1 span:after {
  content: "\f178";
  font-family: "FontAwesome";
  padding-left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.btn-style-1:hover span::after {
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-transform: translateX(75%) scaleX(0.1);
  -moz-transform: translateX(75%) scaleX(0.1);
  -ms-transform: translateX(75%) scaleX(0.1);
  transform: translateX(75%) scaleX(0.1);
}
input:focus {
  outline: none !important;
}
input:autofill-selected {
  background: transparent !important;
}
button,
.btn {
  outline: none !important;
  border: none !important;
}
.pad0 {
  padding: 0 !important;
}
.w100 {
  width: 100%;
}
.flex {
  display : flex;
}
.auto {
  margin: auto;
}
img {
  max-width : 100%;
}

/* FLOATING INPUT */
.floating-field-box {
  padding: 0px;
  margin-bottom : 10px;
}
.content-3 .floating-field-box {
  margin-bottom: 10px;
}
.user-input-wrps {
  position: relative;
  margin: 0 auto;
}
.user-input-wrps .inputText {
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none !important;
  padding: 25px 13px 10px;
  background: transparent;
  border: 2px solid #111;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}
.user-input-wrps .inputText:focus {
  border-color: var(--theme-color);
  border-width: medium medium 2px;
}
.user-input-wrps .floating-labels {
  position: absolute;
  pointer-events: none;
  top: 18px;
  left: 15px;
  transition: 0.2s ease all;
  color: #111;
  font-size: 16px;
}
.floating-labels.active,
.user-input-wrps input:focus ~ .floating-labels,
.user-input-wrps input:not(:focus):valid ~ .floating-labels {
  top: 8px;
  left: 15px;
  font-size: 13px;
  opacity: 1;
  color : #312e2d;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.type-field {
  display : none;
}
.type-field.active {
  display : block;
}
.checkbox-holder {
  margin-top : 20px;
}
/* MATERIALIZE CHECKBOX */
.materialize-checkbox {
  position: relative;
}
.materialize-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.materialize-checkbox label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.materialize-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 2px solid #000;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.materialize-checkbox input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 10px;
  height: 18px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.materialize-checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.title {
  font-size : 24px;
  margin-bottom : 10px;
}
.img-success {
  --value: 80px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin: 20px auto;
}
ul, ol {
  list-style: none;
  padding: 0;
}
ul.style-1 {
  margin-bottom: 15px;
}
ul.style-1 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.style-1 li::before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 3px;
}
body.template-1-page {
  background : url(../../images/background/bg-1.gif);
  background-size : cover;
  position : relative;
}
body.template-1-page > .container-fluid {
  width : 100%;
  height : 100%;
  min-height : 100vh;
  background : rgba(0, 0, 0, .75);
  display : flex;
}
.btn-1 {
  display : block;
  width : 100%;
  padding : 12px;
  margin-top : 20px;
  background: #cc0000;
  color: #fff;
  border-radius: 6px;
}
.wrapper {
  height : 100%;
  min-height : 100vh;
  display : flex;
  background : rgba(0, 0, 0, .65);
}
.template-box-1 {
  width : calc(100% - 40px);
  margin : auto;
  max-width : 450px;
  min-height : 50px;
  background : rgba(255, 255, 255, .65);
  border-radius : 7px;
  overflow : hidden;
}
.template-box-1.success {
  padding : 45px 30px;
}
.template-box-1.privacy {
  background : #fff;
  margin : 40px auto;
  max-width : 500px;
}
.template-box-1 .header {
  border-bottom : 1px solid rgba(255, 255, 255, .2);
  margin-bottom : 20px;
  background: #fff;
  padding : 20px;
}
.template-box-1.privacy .header {
  padding: 20px;
  border-radius: 6px;
}
.template-box-1 .header img {
  width : 300px;
  max-width : 100%;
  margin : auto;
}
.back-option {
  margin-top : 15px;
}
.back-option a {
  color: #ecdc16;
  font-weight: bold;
  display: inline-block;
  padding: 4px 16px;
  background: #222;
  border-radius: 20px;
}
.template-box-1 .body {
  padding : 20px 30px 30px;
}
.template-box-1 .body p {
  line-height : 22px;
  margin-bottom : 20px;
}
.template-box-1 .footer {
  border-top : 1px solid #ddd;
  padding-top : 20px;
  text-align : center;
  margin-top : 25px;
}

.call-or-chat {
  display : grid;
  grid-template-columns : 1fr 1fr;
  grid-column-gap : 15px;
  margin-bottom : 15px;
}
.call-or-chat a {
  display : block;
  padding : 7px 12px;
  text-align : center;
  color : #fff;
  background : #3b3d3b;
  border-radius : 6px;
}
.call-or-chat a.whatsapp {
  background : #25D366;
}

.splitter-2 {
  display : grid;
  grid-template-columns : 1.5fr 1fr;
  grid-gap : 15px;
}

.number-type {
  text-transform: capitalize;
}

.modal-1 * {
  border-radius : 0;
  border : none;
}
.modal-1 .modal-dialog {
  width : calc(80% - 40px);
  margin : 20px auto;
}
.modal-1.xs .modal-dialog {
  max-width : 575px;
}
.modal-1 img.layout {
  width : 100%;
}
span.close-modal {
  position : absolute;
  right : 15px;
  top : 15px;
  background : #222;
  color : #fff;
  opacity : 1;
  padding : 10px 10px 5px;
  cursor : pointer;
  z-index : 10;
}
span.close-modal svg {
  width : 12px;
  height : 12px;
}
.view-plans a {
  background : #222;
  display : inline-block;
  padding : 2px 7px 0;
  border-radius : 20px;
  color : white;
  font-size : 12px;
  font-weight : normal;
}
@media(max-width : 767px) {
  .view-plans {
    display : block;
    margin-bottom : 10px;
  }
  .splitter-2 {
    display : block;
  }
}

#plotDetailsModal .modal-body {
  padding : 0;
  border : none;
}
.table-plot-details {
  margin-bottom : 0;
}
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.table-plot-details thead tr th {
  background : gray;
  color : #fff;
  padding : 12px 15px;
  font-size : 16px;
}
.table-plot-details tr td {
  color : #222;
}
.table-plot-details tr td {
  background : var(--tableColor1);
}
.table-plot-details tr.south td {
  background : var(--tableColor2);
}
.table-plot-details tr td:nth-child(3) {
  background : #E9CBA9;
}
.detail-holder {
  height : auto;
  max-height : 85vh;
  overflow : auto;
}
.detail-holder::-webkit-scrollbar {
  width: 4px;
}
.detail-holder::-webkit-scrollbar-thumb {
  background-color: #222;
}
.footer-modal {
  text-align : center;
  background : #222;
  border : none;
  padding : 5px;
  cursor : pointer;
}
.btn-close {
  display : inline-block;
  padding : 6px 24px;
  background : #222;
  color : yellow;
}
.back {
  display : block;
  background : #999;
  margin-bottom : 20px;
  padding : 4px 12px;
  border-radius : 20px;
  color : #000;
  width : 100px;
  font-weight : bold;
}
.back:hover {
  background : #cc0000;
  color : #fff;
}