@font-face {
  font-family: "futurabookbt";
  src: url("../fonts/futurabookbt.eot");
  src: url("../fonts/futurabookbt.eot") format("embedded-opentype"),
    url("../fonts/futurabookbt.woff2") format("woff2"),
    url("../fonts/futurabookbt.woff") format("woff"),
    url("../fonts/futurabookbt.ttf") format("truetype"),
    url("../fonts/futurabookbt.svg#futurabookbt") format("svg");
}

/*COMMON CSS==================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-family: "futurabookbt";
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  /* background-color: #ffffff; */
  background-color: #3c374d;
}

body,
html,
div,
p,
span,
ul,
li,
ol,
a,
img,
label,
form,
iframe,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px;
  text-decoration: none;
  list-style-type: none;
}

/*--------------------*/
a {
  color: #f5f5f5;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* a:hover{color:#f5f5f5;} */
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  /* width: 100%; */
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

tr {
  border-bottom: 1px solid #a0a0a0;
}

td {
  position: relative;
}

em {
  color: #ff0000;
}

/*--------------------*/
input,
textarea,
select,
form,
label {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-family: "futurabookbt";
}

button {
  outline: 0;
}

a img {
  border: 0px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #646464;
}

/*--------------------*/
th {
  font-weight: 500;
  min-height: 42px;
}

/*ERROR MESSAGE==================================================*/
p.e {
  float: left;
  width: 100%;
  margin: 1px 0;
  padding: 0;
  line-height: 12px !important;
  font-size: 12px !important;
  color: red !important;
  font-weight: normal;
  text-align: left;
}

.err input[type="text"],
.err input[type="password"],
.err textarea,
.err .mx-list {
  border: 1px solid #f5f5f5;
}

/*--------------------*/
label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #222222;
}

p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  line-height: 22px;
}

.editor-data {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.editor-data li,
.editor-data p,
.accrd-content li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.editor-data ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
}

.editor-data ul li {
  list-style: disc;
}

/*BUTTON CSS==================================================*/
.button,
input.button {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.button i,
input.button.fa,
.view-btn i {
  font-size: 14px;
}

.button:hover,
input.button:hover,
.view-btn:hover {
  /* background:#222222; */
  color: #ffffff;
}

.button:before,
input.button:before,
.view-btn:before {
  font-family: "FontAwesome";
  margin-right: 10px;
}

.fa-save:before,
.fa-floppy-o:before {
  display: none;
}

.button.arrow:after {
  content: "\f105";
  margin: -2px 0 0 10px;
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
}

/*BTN CSS==================================================*/
a.btn,
input.btn {
  display: inline-block;
  line-height: 1;
  background-color: #ffffff;
  padding: 12px 20px 10px 20px;
  color: #f5f5f5 !important;
  border: 1px solid #f5f5f5;
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  min-width: 80px;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
}

a.btn i,
input.btn.fa {
  font-size: 14px;
}

a.btn:hover,
input.btn:hover {
  color: #222222 !important;
  border: 1px solid #222222;
}

a.btn:before,
input.btn:before {
  font-family: "FontAwesome";
}

/*DEL BUTTON CSS==================================================*/
div.mxdialog a.del {
  display: inline-block;
  width: 25px;
  height: 26px;
  border: 1px solid #a0a0a0;
  position: relative;
}

div.mxdialog a.del:before,
div.mxdialog a.del:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5px;
  margin-top: -7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.mxdialog a.del:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.mxdialog a.del:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.mxdialog a.del:hover {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

/* div.mxdialog a.del:hover:before,div.mxdialog a.del:hover:after{background:#f5f5f5;} */
div.mxdialog a.del:hover:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*background:#fff;*/
}

div.mxdialog a.del:hover:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*background:#fff;*/
}

/*ADD BUTTON CSS==================================================*/
a.add {
  display: inline-block;
  width: 26px;
  height: 27px;
  border: 1px solid #a0a0a0;
  position: relative;
}

a.add:after,
a.add:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #a0a0a0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5px;
  margin-top: -7px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a.add:after {
  width: 1px;
  height: 13px;
  margin-top: -7px;
  margin-left: 0px;
}

a.add:before {
  width: 13px;
  height: 1px;
  margin-top: -1px;
  margin-left: -6px;
}

a.add:hover {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

a.add:hover:after,
a.add:hover:before {
  background: #fff;
}

a.add:hover:after,
a.add:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*FORM INPUT CSS==================================================*/
input[type="text"],
input[type="password"],
textarea,
div.select-box,
div.select-box select,
i.chk,
i.rdo {
  font-size: 14px;
  color: #808080;
}

input[type="text"],
input[type="password"],
textarea {
  display: inline-block;
  width: 100%;
  height: 38px;
  color: #808080;
  background: transparent;
  padding: 0px 10px;
  resize: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid #6d6d6d;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  overflow: auto;
  padding: 10px;
  overflow-y: auto;
  scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
  scrollbar-width: thin;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  outline: none;
  border: 1px solid #222;
  -webkit-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222;
}

input[xtype="date"],
input[xtype="time"],
input[xtype="datetime"] {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  min-width: 110px;
}

/*--------------------*/
input[xtype="date"] {
  background-image: url(../images/ico-date.png);
}

input[xtype="time"] {
  background-image: url(../images/ico-time.png);
}

input[xtype="datetime"] {
  background-image: url(../images/ico-date-time.png);
  background-size: 18px;
}

/*MX DIALOGUE==================================================*/
div.mxdialog,
div#mxloader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
  scrollbar-width: thin;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
}

div.mxdialog h2.title {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div.mxdialog div.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 90%;
  background: #c1a46a;
  border: 0px solid #a0a0a0;
  padding: 25px 12px 20px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  min-width: 500px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

div.mxdialog div.content {
  /* float: left; */
  width: 100%;
  margin: 0px;
  padding: 0px 12px 0px 0px;
  max-height: 75vh;
  overflow: auto;
  overflow-y: auto;
  scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
  scrollbar-width: thin;
  font-size: 14px;
  color: #fff;
}

div.mxdialog div.mx-btn {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

div.mxdialog div.mx-btn a.button {
  margin: 0px 5px;
}

div.mxdialog h2 {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

div.mxdialog textarea,
  /* div.mxdialog input[type=text], div.mxdialog input[type=password]{border:1px solid #dcdcdc;} */
  div.mxdialog h1,
  div.mxdialog h3,
  div.mxdialog h4,
  div.mxdialog h5,
  div.mxdialog h6 {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

div.mxdialog ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

div.mxdialog ul li {
  width: 100%;
  margin-bottom: 15px;
}

div.mxdialog ul li.cta {
  text-align: center;
}

div.mxdialog ul li.cta input[type="button"],
div.mxdialog ul li.cta .button {
  float: none;
  display: inline-block;
}

div.mxdialog ul li:last-child {
  margin-bottom: 0;
}

div.mxdialog ul li.half {
  width: calc(50% - 10px);
  margin: 5px 5px 15px;
}

div.mxdialog ul li.one-third {
  width: calc(33.3333% - 10px);
  margin: 5px 5px 15px;
}

div.mxdialog ul li.one-fourth {
  width: calc(25% - 10px);
  margin: 5px 5px 15px;
}

div.mxdialog a.del {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  right: -12px;
  top: -12px;
  background: #f5f5f5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 0;
}

div.mxdialog a.del:before,
div.mxdialog a.del:after {
  background: #222222;
}

div.mxdialog input.button {
  background-color: #c1a46a;
  color: #fff;
  border: 1px solid transparent;
}

div.mxdialog input.button:hover {
  background-color: #c1a46a;
  color: #fff;
}

/*SELECT BOX CSS==================================================*/
div.select-box {
  display: inline-block;
  float: left;
  width: 100%;
  height: 38px;
  position: relative;
  border: 1px solid #6d6d6d;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.select-box select {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0px 10px;
  outline: none;
  display: inline-block;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

div.select-box select option {
  background: #ffffff;
  color: #828282;
  padding: 5px 20px;
  border: 0px;
  cursor: pointer;
  border-bottom: 1px solid #a0a0a0;
}

div.select-box select option:hover {
  background: #ffffff;
}

div.select-box:after {
  color: #222222;
  right: 13px;
  top: 5px;
  padding: 0px;
  position: absolute;
  pointer-events: none;
}

div.select-box:after {
  content: "\f0d7";
  right: 0px;
  top: 0px;
  width: 38px;
  height: 36px;
  font-family: "FontAwesome";
  position: absolute;
  pointer-events: none;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  font-size: 16px;
  color: #808080;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/*CUSTOM CHECKBOX CSS==================================================*/
i.chk {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 14px;
  min-height: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  font-style: normal;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none !important;
  line-height: 14px;
}

i.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

i.chk em {
  position: absolute;
  top: -1px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: rgba(130, 130, 130, 0.4);
  z-index: 0;
  font-style: normal;
}

i.chk:hover input ~ em {
  background-color: #828282;
}

i.chk input:checked ~ em {
  background-color: #f5f5f5;
}

i.chk em:after {
  content: "";
  position: absolute;
  display: none;
}

i.chk input:checked ~ em:after {
  display: block;
}

i.chk em:after {
  left: 5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*CUSTOM RADIO CSS==================================================*/
i.rdo {
  display: inline-block;
  width: auto;
  min-width: 14px;
  min-height: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  font-style: normal;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none !important;
}

i.rdo input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

i.rdo em {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: rgba(130, 130, 130, 0.4);
  z-index: 0;
  font-style: normal;
}

i.rdo:hover input ~ em {
  background-color: #828282;
}

i.rdo input:checked ~ em {
  background-color: #f5f5f5;
}

i.rdo em:after {
  content: "";
  position: absolute;
  display: none;
}

i.rdo input:checked ~ em:after {
  display: block;
}

i.rdo em:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

i.rdo input[type="radio"] ~ em {
  border-radius: 100%;
}

i.rdo input[type="radio"] ~ em:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/*MX-LIST CSS==================================================*/
.mx-list {
  float: left;
  width: 100%;
  padding: 2px 0px 14px 14px;
}

.mx-list li ul {
  margin-left: 20px;
}

.mx-list li {
  padding: 12px 7px 0px 0px !important;
  width: 100%;
  float: left;
}

.mx-list.linear li,
.linear li {
  width: auto;
  margin-right: 10px;
}

/*FILE UPLOAD==================================================*/
div.mx-file-upload {
  clear: both;
  float: left;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
}

div.mx-file-upload div.drop {
  float: right;
  width: 70px;
  height: 70px;
  background: #bebebe;
  text-align: center;
  vertical-align: middle;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}

table td div.mx-file-upload div.drop {
  width: 40px;
  height: 40px;
}

div.mx-file-upload div.drop:hover {
  background: #f5f5f5;
}

div.mx-file-upload div.drop a {
  display: block;
  /* background: #170F0F; */
  float: left;
  width: 100%;
  height: 100%;
  color: transparent;
  line-height: 14px;
  padding: 5px;
  cursor: pointer;
  vertical-align: middle;
  background-image: url(../images/ico-upload-file.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
}

table td div.mx-file-upload div.drop a {
  background-size: 20px;
}

div.mx-file-upload div.drop input {
  display: none;
}

div.mx-file-upload ul {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: calc(100% - 80px);
}

div.mx-file-upload ul li {
  position: relative;
  width: 65px;
  height: 66px;
  margin: 2px;
  float: left;
  background-color: rgba(220, 220, 220, 0.7);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: 1px solid #a0a0a0;
}

div.mx-file-upload ul li a {
  float: left;
  width: 100%;
  height: 64px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

div.mx-file-upload ul li img {
  max-width: 100%;
  max-height: 96%;
}

div.mx-file-upload ul li a.del {
  font-size: 10px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: -8px;
  top: -8px;
  background-color: #f5f5f5;
  color: white;
  border-radius: 50%;
  text-align: center;
  display: none;
  border: 0;
  z-index: 1;
}

div.mx-file-upload ul li:hover a.del {
  display: block;
}

div.mx-file-upload a.del:before,
div.mx-file-upload a.del:after {
  height: 9px;
  margin-top: -4.5px;
  border: 0;
  background: #fff;
}

div.mx-file-upload ul li a.no-img {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/no-file.png);
  background-size: cover;
  line-height: 200px;
  overflow: hidden;
}

a[ext="xlsx"] {
  background-image: url(../images/ico-excel.png);
}

a[ext="docx"] {
  background-image: url(../images/ico-doc.png);
}

a[ext="pdf"] {
  background-image: url(../images/ico-pdf.png);
}

a[ext="pptx"] {
  background-image: url(../images/ico-ppt.png);
}

a[ext="csv"] {
  background-image: url(../images/ico-csv.png);
}

a[ext="zip"] {
  background-image: url(../images/ico-zip.png);
}

a[ext="xlsx"] img,
a[ext="docx"] img,
a[ext="pdf"] img,
a[ext="pptx"] img,
a[ext="csv"] img,
a[ext="zip"] img {
  display: none;
}

/*SCROLL BAR CSS===================================*/
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgba(130, 130, 130, 0.3);
}

::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  padding: 0px 0px;
}

/*PLACEHOLDER CSS==================================================*/
::-webkit-input-placeholder {
  color: rgb(128, 128, 128);
}

::-moz-placeholder {
  color: rgb(128, 128, 128);
}

:-ms-input-placeholder {
  color: rgb(128, 128, 128);
}

:-moz-placeholder {
  color: rgb(128, 128, 128);
}

/*PROGRESS BAR==================================================*/
div#mxloader {
  display: block;
  position: relative;
  z-index: 6;
}

div#mxmsg {
  display: none;
  min-height: 30px;
  min-width: 100%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #f5f5f5;
  background-color: #fff;
}

div.progress {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  background: #828282;
}

.spinner div {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../images/logo-m.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 20px rgba(220, 0, 0, 0.4);
  box-shadow: inset 0 0 20px rgba(220, 0, 0, 0.4);
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  vertical-align: top;
  color: #dc0000;
  padding: 3px;
}

.spinner .f1 {
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}

.spinner .f2 {
  -webkit-transform: rotateY(90deg) translateZ(50px);
  transform: rotateY(90deg) translateZ(50px);
}

.spinner .f3 {
  -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
  transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
}

.spinner .f4 {
  -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
  transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f5 {
  -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
  transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f6 {
  -webkit-transform: rotateX(-90deg) translateZ(50px);
  transform: rotateX(-90deg) translateZ(50px);
}

.spinner {
  -webkit-animation: spincube 8s ease-in-out infinite;
  animation: spincube 8s ease-in-out infinite;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50px 50px 0;
  transform-origin: 50px 50px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -50px;
}

div.progressall,
div.progressall span {
  display: block;
  float: left;
  width: 30%;
  height: 1px;
  margin: 10px;
  padding: 0px;
  background-color: blue;
  clear: both;
}

div.progressall span {
  margin: 0px;
  background-color: red;
}

@-webkit-keyframes spincube {
  16% {
    -webkit-transform: rotateY(-90deg);
  }

  33% {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateY(180deg) rotateZ(90deg);
  }

  66% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
  }

  83% {
    -webkit-transform: rotateX(90deg);
  }
}

@keyframes spincube {
  16% {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  33% {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg);
    transform: rotateY(-90deg) rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateY(180deg) rotateZ(90deg);
    transform: rotateY(180deg) rotateZ(90deg);
  }

  66% {
    -webkit-transform: rotateY(90deg) rotateX(90deg);
    transform: rotateY(90deg) rotateX(90deg);
  }

  83% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
}

fieldset {
  float: left;
  width: calc(100% - 30px);
  margin-left: 15px;
  border: 2px solid #dcdcdc;
  padding: 15px;
}

fieldset legend {
  font-size: 18px;
}

fieldset legend h3 {
  font-size: 100%;
}

/*FORM CSS=====*/
div.form-wrap {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.form-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

ul.form-list li {
  float: left;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0 0px;
}

ul.form-list li.w35 {
  width: 40%;
}

ul.form-list li.w65 {
  width: 60%;
}

ul.form-list li.center {
  text-align: center;
}

ul.form-list li .cta {
  text-align: center;
}

ul.form-list li.cntry-code {
  width: 35%;
}

ul.form-list li.mob-no {
  /* width: 65%; */
}

#nav-icon {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 98;
  display: none;
  margin-top: -2px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#nav-icon span:nth-child(odd) {
  left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 9px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 18px;
}

#nav-icon.open span {
  background: #ffffff;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 4px;
  top: 5px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 5px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 4px;
  top: 12px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 12px;
}

.desk-only {
  display: block !important;
  font-size: 18px;
  color: #7a0f19;
  font-weight: 500;
}

.mob-only {
  display: none !important;
}

.container {
  float: left;
  width: 100%;
  margin: 80px 0 0;
  padding: 0;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.wrapper-900 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 0;
}

section.home-banner {
  padding: 0;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background: #000; */
  background-color: #7a0f19;

  z-index: 10;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.sticky-header {
  /* height: 50px; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header.sticky-header .logo {
  width: 180px;
  max-width: 100%;
}

.logo {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  width: 180px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}

.logo img {
  width: 140px;
  max-width: 100%;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

#nav-icon {
  display: none;
}

.menu-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.menu-box .headerCall {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c1a46a;
  padding: 6px 6px;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

.menu-box ul li {
  float: left;
  width: auto;
  margin: 0px 15px;
}

.menu-box ul li:nth-child(3) {
  /* margin-right: 120px; */
}

.menu-box ul li:nth-child(4) {
  /* margin-left: 120px; */
}

.menu-box ul li a {
  color: #ffffff;
}

.menu-box .headerCall a {
  color: #fff;
}

.menu-box .headerCall:hover {
  background-color: #fff;
}

.menu-box .headerCall:hover a {
  color: #c1a46a;
}

.menu-box ul li a:hover,
.menu-box ul li a.active {
  color: #fff;
}

div.form-wrap.ask-expert {
  display: none;
  position: absolute;
  right: 35px;
  top: 0px;
  width: 370px;
  padding: 0px 10px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
  /* border-bottom-left-radius:30px;-webkit-border-bottom-left-radius:30px;border-bottom-right-radius:30px;-webkit-border-bottom-right-radius:30px; */
}

div.form-wrap.ask-expert h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
}

div.form-wrap.ask-expert div.select-box,
div.form-wrap.ask-expert input[type="text"] {
  background: #000;
}

section.thank-you-wrap {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background: #121b40;
}

section h4 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #7a0f19;
  text-align: center;
  font-weight: normal;
}

section h5 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}

section.thank-you-wrap h4 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url(../images/ttl-bg.png);
  padding-bottom: 20px;
}

section.thank-you-wrap p {
  text-align: center;
}

/* home banner */
.hm-banner {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
}

.hm-banner li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.hm-banner img {
  max-width: 100%;
}

/* rera-info */
section.about {
  text-align: center;
  /* background-color: #fff;
  color: #000; */
  /* padding-bottom: 60px; */
}

section.about h6 {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 22px;
}

section.about span {
  font-size: 12px;
}

.rera-info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  background: #9d162b;
  /* text-align: center; */
  /* border-bottom: 1px solid #fff; */
}

.rera-info p {
  margin: 0;
  font-size: 13px;
}

.rera-info a {
  color: #ffffff;
}
/* 
  .rera-info img {
	  margin-top: 10px;
  } */

/* project history */
.synophsis {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

.synophsis p {
  font-size: 16px;
  margin-bottom: 30px;
}

.project-story .img-box {
  float: left;
  width: 100%;
}

.project-story .img-box img {
  width: 100%;
}

.discription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  /* background-color: #C1A46A; */
}

.discription .left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #d9b26a;
  color: #333333;
  text-align: center;
  padding: 20px 20px;
  margin: 0;
  min-height: 50px;
}

.discription .left h5 {
  margin: 0;
}

.discription .right {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #d9b26a;
  color: #333333;
  padding: 20px 20px;
  min-height: 50px;
}

.discription ul {
  list-style-type: disc;
  padding-left: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.discription ul li {
  font-size: 18px;
  margin: 8px 0;
  list-style-type: square;
  float: left;
  width: 100%;
  text-align: left;
}

/* configuration */
.config-sec div.config-wrap {
  float: left;
  width: 100%;
  padding: 0 40px 0 0;
  margin: 0;
}

.config-sec ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.config-sec ul li.row {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}

.config-sec ul li.row .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}

.config-sec ul li.row:first-child {
  margin: 0;
}

.config-sec ul li.row:last-child {
  margin: 0;
}

.config-sec ul li.row.title .col-wrap {
  background: #9d162b;
  color: #fff;
}

.config-sec ul li.row div.col {
  float: left;
  width: 33.3333%;
  padding: 18px 0 15px;
  margin: 0;
  text-align: center;
  border-right: 2px solid #121b40;
  border-bottom: 2px solid #121b40;
}

.config-sec ul li.row div.col:last-child {
  border-right: 0;
}

.config-sec ul li.row div.col span {
  color: #000;
  font-size: 16px;
}

.config-sec ul li.row.title div.col span {
  color: #fff;
  font-weight: 600;
}

.config-sec ul li.row div.col span a {
  color: #000;
  border-bottom: 1px solid #121b40;
}

.config-sec ul li.row div.heading {
  background: #f2d379;
  padding: 15px 0;
  text-align: center;
}

.config-sec ul li.row div.heading span {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.config-sec ul li.row ul,
.config-sec ul li.row ul li {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.config-sec ul li.row ul li div.col-wrap {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.config-sec ul li.row ul li div.col {
  display: inline-block;
}

.config-sec ul li.row ul li div.price-form {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #121b40;
}

.config-sec ul li.row ul li div.price-form-inside {
  float: left;
  width: 100%;
  padding: 20px 50px;
  margin: 0;
}

div.price-form-inside p {
  color: #484848;
}

.config-sec ul li.row ul li div.price-form ul.form-list li {
  display: inline-block;
  width: 29%;
  margin: 0 5px;
  padding: 0 0px;
  position: relative;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .form-icon {
  position: absolute;
  top: 13px;
  left: 13px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .form-icon img {
  width: 18px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .text {
  float: left;
  width: 100%;
  color: #000;
  padding: 10px 10px 10px 40px;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #abaaaa;
  line-height: 22px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.config-sec ul li.row ul li div.price-form ul.form-list li select.text {
  padding: 5px 10px 5px 10px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li.full {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

.config-sec ul li.row ul li div.price-form ul.form-list li div.select-box {
  background: transparent;
  border: 0;
}

.config-sec
  ul
  li.row
  ul
  li
  div.price-form
  ul.form-list
  li
  div.select-box:after {
  height: 34px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .button {
  background: #c1a46a;
  color: #fff;
  /*    border: 1px solid #000;*/
}

.config-sec ul li.row ul li div.price-form ul.form-list li .button:hover {
  background-color: #c1a46a;
  color: #fff;
}

.config-sec::-webkit-input-placeholder {
  color: #9b968e;
  font-size: 16px;
  opacity: 1;
}

.config-sec::-moz-placeholder {
  color: #9b968e;
  font-size: 16px;
  opacity: 1;
}

.config-sec:-ms-input-placeholder {
  color: #9b968e;
  font-size: 16px;
  opacity: 1;
}

.config-sec:-moz-placeholder {
  color: #9b968e;
  font-size: 16px;
  opacity: 1;
}

.config-sec div.img-box {
  float: left;
  position: relative;
  width: 35%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.config-sec div.data {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.config-sec div.data a.play-btn {
  display: inline-block;
}

.config-sec div.data a.play-btn img {
  width: 60px;
  max-width: 100%;
}

.config-sec div.data p {
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0;
  text-transform: capitalize;
}

.config-sec div.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* Aminities gallery */
ul.amenities-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 80px;
}

ul.amenities-slider li {
  position: relative;
}

ul.amenities-slider li div.img-box {
  width: 100%;
  opacity: 0.2;
  padding: 0px 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}

ul.amenities-slider li.slick-slide.slick-current div.img-box {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  opacity: 1;
}

ul.amenities-slider li div.img-box img {
  width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

ul.amenities-slider li.slick-slide.slick-current div.img-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}

ul.amenities-slider li p {
  display: none;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333333;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 18px;
}

ul.amenities-slider li.slick-slide.slick-current p {
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 55px;
  margin: 0;
  padding: 0;
  background: center no-repeat;
  border: 0;
  line-height: 200px;
  overflow: hidden;
  background-size: 100%;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.slick-arrow.slick-next {
  margin: 0 0 0 5px;
  right: 10px;
  left: auto;
  z-index: 1;
  background-image: url(../images/next-arrow.png);
  background-size: 16px;
  background-position: center;
}

.slick-arrow.slick-prev {
  margin: 0 5px 0 0;
  left: 10px;
  right: auto;
  z-index: 1;
  background-image: url(../images/prev-arrow.png);
  background-size: 16px;
  background-position: center;
}

.slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
  div.tab-menu {margin: 0 0 30px;padding: 0;text-align: center}
  ul.tab-list {display: inline-block;width: auto;margin: 0;padding: 0}
  ul.tab-list li {display: inline-block;margin: 0 8px;padding: 0}
  ul.tab-list li a {display: inline-block;position: relative;font-size: 16px;line-height: 24px;margin: 15px 20px 0;padding: 8px 0;color: #aaaaaa;text-transform: uppercase;}
  ul.tab-list li a:hover, ul.tab-list li a.active{color:#000000;}
  .gallery ul.tab-list{border-bottom:1px solid #666666;}
   div.tab-content ul {float: left;width: 100%;margin: 0;padding: 0;list-style: none}
  div.tab-content ul .slick-track {margin: 0 auto}
  div.tab-content ul li {display: inline-block;width: 100%;margin: 0;padding: 0;position: relative;text-align: center}
  div.tab-content ul li a.fancybox-thumb {display: inline-block;position: relative;width: 100%;margin: 0;padding: 0;z-index: 1}
  div.tab-content ul li:focus {outline: 0}
  div.tab-content ul li div.img-box {float: left;position: relative;width: 100%;margin:0;padding: 0 10px;text-align: center; }
  div.tab-content ul li figcaption {float:left; width:100%; margin:10px 0px;}
  div.tab-content ul li figcaption h6{float:left; width:100%; margin:0; padding:0; font-size:16px; font-weight:normal; color:#484848;}
  div.tab-content ul li div.img-box img {width: 100%;}
  div.tab-content ul li div.img-box div.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url(../images/play-btn.png) no-repeat rgba(0, 0, 0, .5);background-position: center center;background-size: 60px}
  div.floor-plan.gallery div.tower-wrap div.tab-content ul li div.img-box img,div.floor-plan.gallery div.tower-wrap div.tab-content ul li.slick-current div.img-box img {border: 0}
  div.tab-content ul li a.plan-download {display: inline-block;width: auto;font-size: 16px;color: #f5f5f5;background-image: url(../images/icon-imgs.png);background-repeat: no-repeat;background-size: 58px;background-position: 155% -118px;padding: 0 26px 3px 0;border-bottom: 1px solid #f5f5f5;margin: 15px 0 0}
  div.tab-content ul li a.plan-download{display:none !important;}
  
  
  div.floor-plan.gallery div.tower-wrap div.tab-content ul li a.plan-download {color: #ba8a2d;border-bottom: 1px solid #ba8a2d;background-position: 155% -118px}
  
  div.tab-content ul.slick-dots {position: absolute; display:block; width:100%; padding:0; margin:0; list-style:none; text-align:center; bottom:-15px;}
  div.tab-content ul.slick-dots li{ float:none; position:relative; display:inline-block; width:6px; height:4px; margin:0 3px; padding: 0;cursor: pointer; border-radius:2px; -webkit-border-radius:2px; overflow:hidden;}
  div.tab-content ul.slick-dots li button{width:100%; height:100%;background:#b8b8bc; padding:0; border:0; line-height:50px;}
  div.tab-content ul.slick-dots li button:hover, 
  div.tab-content ul.slick-dots li.slick-active{width:24px; }
  div.tab-content ul.slick-dots li.slick-active button{ background:#222222;}
  div.tab-content ul.slick-dots li button:before{display:none; }
   */
/* legacy video */
.legacy-wrap {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  height: 100%;
  justify-content: center;
  /* background: #9d162b; */
  /* border: 1px solid #9d162b; */
}

.video-wrap {
  float: left;
  width: 50%;
}

.video-wrap iframe {
  height: 100%;
}

/* .map {
  width: 585px !important;
  height: 400px;
} */

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
}

.icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* //accodian */
.accordion-item {
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 10px;
}

.accordion-header {
  width: 100%;
  background: #f7f7f7;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header .arrow {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content.open {
  max-height: 1000px;
  padding: 0;
}

.story-wrap {
  float: left;
  width: 40%;
  background: #9d162b;
  padding: 25px 25px;
  text-align: center;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.story-wrap h6 {
  font-weight: normal;
  margin-bottom: 15px;
}

/* contact-sec */
.contact-wrap {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px 0 0;
  padding: 0;
}

.contact-wrap div.form-wrap {
  float: left;
  width: 50%;
  padding: 30px 30px 0;
  background-color: #ffffff;
}

.contact-wrap input[type="text"],
.contact-wrap input[type="password"],
.contact-wrap textarea,
.contact-wrap div.select-box {
  font-family: "futurabookbt";
  border: 0;
  border-bottom: 1px solid #6d6d6d;
}

.contact-wrap input.button {
  background: #9d162b;
  color: #fff;
  /* border:1px solid #000; */
}

.contact-wrap input.button:hover {
  background-color: #c1a46a;
  color: #fff;
}

.contact-wrap div.address-wrap {
  float: left;
  width: 50%;
  color: #ffffff;
  background-color: #9d162b;
  background-image: url(../images/location.png);
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: 15px -15px;
  padding: 50px 100px;
}

.contact-wrap div.address-wrap h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 25px;
}

.locate-wrap .location-list h3 {
  margin-bottom: 25px;
}

.contact-wrap div.address-wrap a {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 25px;
}

.contact-wrap div.address-wrap a.footerCall {
  margin-bottom: 0;
}

/* laocation advantage */
.locate-wrap {
  float: left;
  width: 100%;
  background: #f3f3f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 0px;
}

.locate-wrap .location-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.locate-wrap .location-list li {
  width: 13.16%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locate-wrap .location-list li div.item {
  float: left;
  width: 100%;
  text-align: center;
}

.locate-wrap .location-list h3 {
  float: left;
  width: 100%;
  font-size: 28px;
  line-height: 30px;
  color: #222222;
}

.locate-wrap .location-list h3 span {
  font-size: 70%;
}

.locate-wrap .location-list p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

/* map section */
.location-map div.img-box {
  float: left;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
}

.location-map div.img-box img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

/* disclaimer */
.disclaimer-popup .content a {
  color: #0845ed;
  margin: 0 0 0 5px;
}

.disclaimer {
  /* padding: 50px 0; */
  /* text-align: center; */
  float: none;
  padding: 0;
}

.disclaimer .content {
  float: left;
  width: 100%;
  background: #f3f3f3;
  text-align: center;
  padding: 20px 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

.disclaimer .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.disclaimer .content a {
  color: #285edb;
}

.disclaimer a {
  text-decoration: underline;
  color: #fff;
  margin: 0 0 0px;
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  padding: 5px 0;
}

/* footer */
footer {
  float: left;
  width: 100%;
  /* height: 85px; */
  /* position: relative; */
  padding-bottom: 75px;
}

.footer-wrap {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 15px 0;
}

.footer-wrap p {
  color: #fff;
  margin: 0;
}

/* sticky form */
footer .sticky-form {
  float: left;
  width: 100%;
  background: #ffffff;
  color: #333333;
  padding: 10px 0 5px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.sticky-form .title {
  float: left;
  width: 12%;
}

.sticky-form .form-wrap {
  float: left;
  width: 88%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sticky-form .form-wrap ul.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-form .form-wrap ul.form-list li {
  width: 19%;
  margin: 0 5px;
  height: 40px;
}

.sticky-form .form-wrap ul.form-list li.cntry-code {
  width: 16%;
}

.sticky-form .form-wrap ul.form-list li.send-btn {
  width: 15%;
}

.sticky-form .form-wrap div.select-box,
.sticky-form .form-wrap input[type="text"] {
  background: #fff;
  border-color: #000;
}

.sticky-form input.button {
  /* border:1px solid #ffffff; */
  background: #9d162b;
  padding: 8px 25px;
  height: 40px;
}

.sticky-form input.button:hover {
  /* border:1px solid #ffffff; */
  background: #c1a46a;
  color: #fff;
}

.copy {
  /* float: left; */
  width: 100%;
  /* margin: 0; */
  /* padding: 20px; */
  background: #c1a46a;
  /* text-align: center; */
  color: #ffffff;
  /* position: absolute; */
  bottom: 75px;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/pre-loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 64px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
}

.callback-div {
  padding: 0 0 24px;
  position: fixed;
  right: -242px;
  top: 22%;
  vertical-align: top;
  z-index: 10000;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.callback-div ul.form-list li.w35,
.callback-div ul.form-list li.w65 {
  width: 100%;
}

.callback-div h5 {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 16px;
}

.callback-div h6 {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.callback-div.active {
  right: -1px;
}

.instant-switch {
  background: url(../images/handle.png) no-repeat scroll 0 0;
  border-radius: 5px 3px 0 4px;
  cursor: pointer;
  display: inline-block;
  height: 182px;
  vertical-align: top;
  width: 36px;
}

.content-switcher {
  background-color: #fff;
  border: 1px solid #cccccc;
  display: inline-block;
  margin: 2px 0 0 -4px;
  padding: 16px 16px 0;
  vertical-align: top;
  width: 242px;
  color: #484848;
}

.content-switcher input.button {
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}

.content-switcher input.button:hover {
  background-color: transparent;
  color: #000;
}

.hide {
  background-color: #ffffff;
  color: #484848;
  border-radius: 0 5px 0 0;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 4px;
  width: 40px;
  cursor: pointer;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

/*div.mxdialog.popup-form .body{
	  background-repeat:no-repeat; background-position:center; background-size:cover; background-image:url(../images/popup-bg.jpg);
  
  
  /* ---- .element-item ---- */
.grid {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.grid-item {
  float: left;
}

.grid-item img {
  margin: 0;
  padding: 0;
  border: 5px solid #fff;
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

.grid-item img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.fp-tab-header {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.fp-tab-header a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 20px;
  color: #ffffff;
  background-color: #d9b26a;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  margin: 0 5px;
}

.fp-tab-header a.active {
  background-color: #ffffff;
  color: #000000;
}

.fp-tab-body {
  position: relative;
}

.fp-tab-panel {
  position: relative;
  display: none;
}

.fp-list {
  position: relative;
}

.fp-list-item {
  float: left;
  width: 25%;
  padding: 15px;
}

.fp-list-item a {
  display: block;
}

.fp-list-item a img {
  display: block;
  width: 100%;
  height: auto;
}

.fp-list-item span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}

.body {
  background-color: #121b40;
}

.desk-only {
  margin: 0 auto;
}

.video-wrap img {
  width: 100%;
}

.build {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
}

.connect-box {
  text-align: center;
  width: 33.33%;
  float: left;
  padding: 10px;
  margin: 30px 0 0;
  /*    background: #fff;*/
}

.connect-txt p {
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 16px;
  padding-bottom: 10px;
  color: #fff;
}

.connect-txt strong {
  color: #fff;
}

.icon-bxo {
  background: #c1a46a;
  /* padding: 20px; */
  height: 0px;
  /* position: absolute; */
}

.build-1 {
  width: 60%;
  float: left;
  background: #6a442b;
  height: 200px;
}

.build-1 p {
  margin-bottom: 0;
  font-size: 20px;
}

.box-1 {
  width: 33.33%;
  float: left;
}

.build-2 {
  width: 40%;
  float: left;
  background: #c1a46a;
  background: #6a442b;
  height: 200px;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#project-story {
  /*	padding: 0;*/
}

.footer-box {
  float: left;
  width: 33.33%;
  text-align: center;
}

.build-2 p {
  font-size: 18px;
  margin-bottom: 0;
}

.build-2 img {
  width: 150px;
}

.bannerSlider img {
  width: 100%;
  max-width: 100%;
}

.bannerSlider .slick-arrow {
  z-index: 9;
  color: #fff;
  font-size: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}

.bannerSlider .slick-arrow.next-arrow {
  left: auto;
  right: 0;
}

.bannerSlider .slick-arrow:hover {
  color: #fff;
  background-color: #c1a46a;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.build-1 .row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .bannerSlider .slick-arrow {
    font-size: 26px;
  }

  .desk-only {
    display: none;
  }

  .menu-box .headerCall {
    position: relative;
    top: auto;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background-color: #c1a46a;
    padding: 0px 0px;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
  }
}

.story-wrap p {
  font-size: 16px;
  margin-bottom: 0;
}
/* Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal container */
.modal-container {
  background: #fff;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Modal header */
.modal-header {
  /* display: flex; */
  /* justify-content: end; */
  /* align-items: center; */
  /* padding: 16px; */
  background: #333333;
  color: #fff;
  position: relative;
  /* right: 0; */
}

.modal-header h3 {
  margin: 0;
}

.modal-header .close-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background: #fff;
}

/* Modal body */
.modal-body {
  padding: 16px;
}

.modal-body img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.modal-body p {
  text-align: center;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}

.form-check-label {
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
}

.form-check-label a {
  color: #007bff;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

/* .popup-btn {
			  background: #007bff;
			  color: #fff;
			  padding: 10px 20px;
			  border: none;
			  border-radius: 4px;
			  cursor: pointer;
		  }
  
		  .popup-btn:hover {
			  background: #0056b3;
		  } */
.modal-body h3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: bold;
}
.modal-body p,
.sliderform-wrap p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.modal-container {
  background: #000;
  background-size: cover;
}
@media (max-width: 576px) {
  .modal-container {
    width: 95%;
  }

  .modal-body img {
    max-width: 80px;
  }
}
.logo-wrapper {
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}
.logo-wrapper .logoSlider .item .logo-box {
  background: #fff;
}
.logo-wrapper .logoSlider .item img {
  width: 100%;
}
.logo-wrapper .logoSlider .item p {
  color: #333333;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
}
/* the slides */
.logo-wrapper .logoSlider .slick-slide {
  margin: 0 15px;
}

/* the parent */
.logo-wrapper .logoSlider .slick-list {
  margin: 0 -15px;
}
.floor-plan-box a img {
  width: 80%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  filter: blur(3px);
}
@media (max-widht: 767px) {
  .logo-box {
    padding: 30px 15px 60px;
  }
}
.rera-info .wrapper {
  padding-bottom: 30px;
}
.rera-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  gap: 20px;
}
.qr-code img {
  display: block; /* Ensures the image is block-level for proper alignment */
  margin: 0 auto; /* Centers the image horizontally inside the container */
}
.rera-txt {
  display: grid;
}
.codenamelink {
  position: fixed;
  top: 56%;
  right: 0;
}
.topt {
  top: 65% !important;
}
button#submitModal {
  padding: 10px 30px;
  background: #9d162b;
  border: 0;
  color: #fff;
}
.logo-wrapper p.disclaim {
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}
#contact {
  padding: 65px 0;
  background-color: #f9f4ec;
}

.connectivity {
  background-color: #fff;
}

.legacy-video {
  background-color: #fff;
}

.logo-wrapper {
  background-color: #f9f4ec;
}

/* custom */
.floor-plan {
  /* display: none !important; */
  background-color: #f9f4ec;
}

.config-sec {
  background-color: #f9f4ec;
}

.gallery {
  /* background-color: #f6f6f6; */
  background-color: #7a0f19;
}
.project-story {
  /* background-color: #f6f6f6; */
  background-color: #f9f4ec;
}

.section-padding {
  padding: 60px 0;
}

.logo-wrapper {
  overflow: hidden;
}

.about {
  /* background-color: #f6f6f6; */
  background-color: #f9f4ec;
  color: #333333;
  /* color: #000; */
}

/* MAIN WRAPPER */
.project-hallmark-section {
  display: flex;
  width: 100%;
  background: #f9f4ec;
}

/* LEFT IMAGE */
.hallmark-left {
  flex: 1.5;
}

.hallmark-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT SIDE */
.hallmark-right {
  flex: 1;
  background: #7a0f19;
  padding: 50px 40px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
}

/* TITLE CENTERED LIKE IMAGE */
.hallmark-title {
  background: #f2d48f;
  color: #7a0f19;
  padding: 6px 22px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}

/* TWO COLUMNS SIDE BY SIDE */
.hallmark-lists {
  display: flex;
  position: relative;
}

/* DOTTED CENTER DIVIDER */
.hallmark-lists::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;

  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.45) 0px,
    rgba(255, 255, 255, 0.45) 6px,
    transparent 6px,
    transparent 14px
  );
}

/* COLUMNS */
.hallmark-column {
  width: 50%;
  padding: 0 25px;
  list-style: none;
}

/* ITEMS */
.hallmark-column li {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* left aligned */
  margin-bottom: 35px;
  gap: 12px;
}

.hallmark-column li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.hallmark-column li span {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  min-height: 45px;
}

@media (max-width: 1024px) {
  .project-hallmark-section {
    flex-direction: column;
  }

  .hallmark-left {
    height: 350px;
  }

  .hallmark-right {
    padding: 40px 30px;
  }

  .hallmark-column li span {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .fp-tab-header a {
    padding: 8px 8px;
    font-size: 11px;
  }
  .accordion-header{
    font-size: 16px;
  }
  .hallmark-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
  }
  section.about h6 {
    font-size: 18px;
  }
  /* Divider hide */
  /* .hallmark-lists::before {
    display: none !important;
  } */

  .hallmark-column {
    width: 100%;
    /* padding: 0; */
  }

  .hallmark-column li {
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
  }

  .hallmark-column li img {
    width: 36px;
    height: 36px;
  }

  .hallmark-title {
    font-size: 18px;
    padding: 6px 18px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .hallmark-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }

  .hallmark-column li span {
    font-size: 11px;
  }

  .hallmark-title {
    font-size: 16px;
  }

  .hallmark-left {
    height: 260px;
  }
}


.connectivity.section-padding{
  padding: 30px 0;
}

/* Connectivity grid: column layout with 3 columns */
.connect-grid {
  display: block;
  columns: 3;
  column-gap: 12px;
  margin: 0;
  color: #000;
  padding: 15px 25px;
  background-color: #f7f7f7;
}

.connect-grid .item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  break-inside: avoid;
}

.connect-grid .item p {
  font-size: 16px;
  margin-bottom: 0;
}

/* Responsive: 2 columns on tablets */
@media (max-width: 991px) {
  .connect-grid {
    columns: 2;
  }
}

/* Responsive: 1 column on mobile */
@media (max-width: 767px) {
  .connect-grid {
    columns: 1;
    column-gap: 5px;
  }
  
  .connect-grid .item {
    width: 100%;
  }

  .connect-grid .item p {
    text-align: left;
    font-size: 14px;
  }

  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .map {
    width: 500px !important;
    height: auto;
  }
}

@media (max-width: 576px) {
  .map {
    width: 100% !important;
    height: auto;
  }
}