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

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"),
    url("../fonts/GothamBold.woff2") format("woff2"),
    url("../fonts/GothamBold.woff") format("woff"),
    url("../fonts/GothamBold.ttf") format("truetype"),
    url("../fonts/GothamBold.svg#GothamBold") format("svg");
  font-display: swap;
}
.banner-qr {
  position: absolute;
  left: 0px;
  bottom: 10px;
  right: unset;
  z-index: 2;
}

.qrcode {
  width: 10%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: Gotham;
  font-weight: 400;
  color: #1f1f21;
  line-height: 26px;
  overflow-x: hidden;
}

a,
img,
button,
input[type="submit"] {
  text-decoration: none;
  outline: none;
  border: 0;
}

button,
input,
select,
textarea {
  font-family: Gotham;
}

b,
strong {
  font-weight: 700;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
ol {
  padding: 0;
  margin: 0;
}

ul {
  padding-left: 20px;
}

p {
  padding: 5px 0;
}

.container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 95%;
  margin: 0px auto;
  padding: 0 15px;
}

.container.small {
  max-width: 850px;
  padding: 0 20px;
}

.container.medium {
  max-width: 1000px;
  padding: 0 20px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-light {
  font-weight: 300;
}

.text-medium {
  font-weight: 400;
}

.text-bold {
  font-weight: 600;
}

.text-bolder {
  font-weight: 700;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #8187a3;
}

.text-brown {
  color: #ba8a2d;
}

.text-dark-green {
  color: #073b3a;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.center-block {
  margin: 0 auto;
}

.bg-black {
  background-color: #000;
}

.bg-cover {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.col-1 {
  width: 8.333333333333333%;
}

.col-2 {
  width: 16.66666666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333333333%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333333%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-12 {
  width: 100%;
}

.col-12-5 {
  width: 20%;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.h100 {
  height: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70,
.w20 {
  float: left;
}

.mg-5 {
  margin: 5px;
}

.mg-10 {
  margin: 10px;
}

.mg-20 {
  margin: 20px;
}

.mg-30 {
  margin: 30px;
}

.mg-tp-5 {
  margin-top: 5px;
}

.mg-tp-10 {
  margin-top: 10px;
}

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-bt-5 {
  margin-bottom: 5px;
}

.mg-bt-10 {
  margin-bottom: 10px;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-rt-5 {
  margin-right: 5px;
}

.mg-rt-10 {
  margin-right: 10px;
}

.mg-rt-20 {
  margin-right: 20px;
}

.mg-rt-30 {
  margin-right: 30px;
}

.mg-lt-5 {
  margin-left: 5px;
}

.mg-lt-10 {
  margin-left: 10px;
}

.mg-lt-20 {
  margin-left: 20px;
}

.mg-lt-30 {
  margin-left: 30px;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-20 {
  padding: 20px;
}

.pd-30 {
  padding: 30px;
}

.pd-tp-5 {
  padding-top: 5px;
}

.pd-tp-10 {
  padding-top: 10px;
}

.pd-tp-20 {
  padding-top: 20px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-bt-5 {
  padding-bottom: 5px;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-rt-5 {
  padding-right: 5px;
}

.pd-rt-10 {
  padding-right: 10px;
}

.pd-rt-20 {
  padding-right: 20px;
}

.pd-rt-30 {
  padding-right: 30px;
}

.pd-lt-5 {
  padding-left: 5px;
}

.pd-lt-10 {
  padding-left: 10px;
}

.pd-lt-20 {
  padding-left: 20px;
}

.pd-lt-30 {
  padding-left: 30px;
}

.h500 {
  height: 500px;
}

.h600 {
  height: 600px;
}

.h700 {
  height: 700px;
}

.h800 {
  height: 800px;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.bottom {
  bottom: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.bpct {
  background-position: center top !important;
}

.bpcb {
  background-position: center bottom !important;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after,
.clearfix {
  clear: both;
}

.disptable {
  display: table;
  height: 100%;
}

.dispblock {
  display: block;
}

.disInBlock {
  display: inline-block;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.Yoverflowhidden {
  overflow-y: hidden;
}

.Xoverflowhidden {
  overflow-x: hidden;
}

.overflowhidden {
  overflow: hidden;
}

.fontB {
  font-family: "GothamBold";
}

.fontM {
  font-family: "GothamMedium";
}

section {
  float: left;
  width: 100%;
}

section.padding {
  padding: 70px 0;
}

section.padding-top {
  padding: 120px 0 70px;
}

/*Header Section*/

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0 10px 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 5px grey;
}

header .brand-logo {
  padding-top: 2px;
}

header .brand-logo .logo-header img {
  width: 150px;
}

header .brand-logo .logo-header img,
.runwal-logo {
  display: block;
}

header .upper {
}

header .upper .number-wrapper {
  margin-right: 20px;
  margin-top: 10px;
}

header .upper .ctc-wrapper {
  margin-right: 20px;
}

header .enq-btn-wrapper {
  padding: 15px 10px 0 0;
  margin: 0px 40px;
}

.sell_do_virtual_numbers,
.sell_do_virtual_number_mobile {
  color: #000 !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.mob-icon {
  vertical-align: middle;
  width: 16px;
}

.download-icon {
  width: 20px;
  vertical-align: sub;
}

header .lower {
}

header .lower .nav-links {
  text-align: right;
  padding-top: 12px;
}

header .lower .nav-links a {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  margin-top: 10px;
  color: #000;
  position: relative;
}

header .lower .nav-links a:hover {
  font-weight: bold;
}

header .lower .nav-links a.active {
  color: #ba8a2d;
  font-weight: bold;
}

header .form-container {
  position: absolute;
  width: 300px;
  top: calc(100% + 10px);
  right: 15px;
  background-color: #fff;
  padding: 20px 20px 20px;
  display: none;
  color: #fff;
  box-shadow: 0px 1px 10px 6px rgb(0 0 0 / 6%);
}

header .form-container .frmclose {
  display: inline-block;
  position: relative;
  top: -10px;
  right: -10px;
  color: #ba8a2d;
  font-size: 20px;
  border: 1px solid #ba8a2d;
  padding: 3px 8px;
  line-height: 20px;
}

header .form-container .thankyou {
  margin-bottom: 10px;
  text-align: center;
}

.success {
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  color: #000;
}

/* .form-group {
  position: relative;
}

.form-control {
  width: 100%;
  height: 40px;
  margin-bottom: 22px;
  padding: 10px;
  border: 1px solid gray;
} */

.submit-btn {
  width: 100%;
  height: 48px;
  margin: 0px auto 0;
  display: block;
  background-color: #ba8a2d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.84px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
}

label.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.checkbox-check {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.checkbox-check input {
  width: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}
.checkbox-check span,
.checkbox-check a {
  color: #000;
  font-size: 11px;
  line-height: 12px;
  vertical-align: text-top;
}
.checkbox-check label.error {
  bottom: -15px;
}

.bg-wht {
  background-color: #fff;
  box-shadow: 0 0 5px grey;
}

.selldof .help-block {
  position: absolute !important;
  margin-top: 0px !important;
  font-size: 12px;
  line-height: 16px;
  color: #5f0909 !important;
}

.selldof .title {
  display: none;
}

.selldof textarea.form-control {
  height: 43px !important;
  resize: none;
}

.selldof .form-group {
  margin-bottom: 10px !important;
}

.form-group label:nth-child(1) {
  display: block;
}

.selldof .checkbox input[type="checkbox"] {
  height: 25px;
}

.selldof label.checkbox,
.selldof label.radio {
  margin-bottom: -5px;
  display: inline-block;
  color: #fff !important;
  margin-left: 4px;
  margin-top: 0;
}

.selldof .btn,
.sell_do_ctc_btn,
.selldof .btn,
.sell_do_verify_btn {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #cc8500 !important;
  border: 1px solid #cc8500 !important;
}

.sell_do_verify_btn {
  padding: 5px 12px !important;
}

.sell_do_verify_container {
  padding: 5px 0 0 5px !important;
}

.sell_do_verify_resend_link {
  color: #fff !important;
}

/*Footer Section*/

footer {
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

footer a {
  color: rgba(255, 255, 255, 0.6);
}

footer .address-div {
  background-color: #211d14;
  padding: 30px 0;
}

footer .lower {
  background-color: #000;
  padding: 20px 0 15px;
}

.callwrap {
  background-color: #ba8a2d;
  padding: 5px 10px;
  position: fixed;
  right: -195px;
  z-index: 9;
  top: 74%;
  width: 40px;
  box-shadow: 1px 0px 6px rgb(0 0 0 / 60%);
  width: 240px;
  display: table;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  z-index: 99;
  margin-top: 5px;
  cursor: pointer;
}

.callwrap.active {
  right: 0px;
}

.callme,
.callmeon {
  display: table-cell;
  vertical-align: middle;
}

.callmeon p.callnumber {
  margin-bottom: 0 !important;
}

.callmeon p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.callme img {
  vertical-align: middle;
}

/*Common CSS Start*/

.sec-title {
  color: #ba8a2d;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 20px;
}

.sec-heading {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 10px;
}

.sec-subHeading {
  font-size: 20px;
  line-height: 30px;
}

.theme-btn {
  display: inline-block;
  padding: 0px 15px;
  color: #fff;
  background-color: #ba8a2d;
  line-height: 40px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 8px;
}

.bx-wrapper .bx-pager {
  padding-top: 10px;
  margin-left: -30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cc8500;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #cc8500;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cc8500;
  width: 20px;
  transition: width 0.5s ease;
}

.img-desc,
.banner-rera {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 5px 4px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

#home .img-desc {
  transform: rotate(-90deg);
  bottom: 60px;
  right: -50px;
  left: initial;
}

/*.left-arrow, .right-arrow{width: 50px;}*/

/*Common CSS End*/

/*Home Start*/

.banner-top .silderwrap {
  position: relative;
}

.banner_ht {
  height: calc(92vh - 40px);
}
.slide.banner_ht {
  height: 86vh !important;
}

.slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.slide{background-position:center;background-repeat: no-repeat;background-size: 100% 100%}*/

/*.slide-11{background-image: url('../images/banner/10aug/Runwal_EIRENE_dk_10Aug.jpg?v1.1');}*/

.slide-1 {
  background-image: url("../images/banner/Eiren-banner-1.jpg");
}

.slide-2 {
  background-image: url("../images/banner/Eiren-banner-2.jpg");
}

.slide-3 {
  background-image: url("../images/banner/runwal-banner-new-3.jpg");
}

.slide-5 {
  background-image: url("../images/banner/desktop/READY-Web-Banners_1920x1113-2-021222_02.jpg");
  background-position: 100% 0px;
}

.slide-6 {
  background-image: url("../images/banner/desktop/READY-Web-Banners_1920x1113-3-021222_03.jpg");
}

.slide-4 {
  background-image: url("../images/banner/desktop/READY-Web-Banners_1920x1113-1-021221_01.jpg");
  background-position: 100% 0px;
}

/*.slide-7 {*/
/*    background-image: url("../images/banner/banner-desktop-7.jpg");*/
/*}*/

.slide-7 {
  background-image: url("../images/banner/desktop/ei-022022-1.png?v=1.5") !important;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url("../images/banner/runwat-eirene-banner-7.jpg?v=1.7") !important;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url("../images/banner/runwat-eirene-banner-5.jpg?v=1.7") !important;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url("../images/banner/runwat-eirene-banner-3.jpg?v=1.7") !important;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url("../images/banner/runwat-eirene-banner-1.jpg?v=1.7") !important;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.the-final-call {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: 100%;
}

.tag1 svg,
.tag2 svg {
  width: 350px;
  max-width: 100%;
}

.tag1,
.tag2 {
  padding-bottom: 20px;
}

.tag3 {
  background-color: #805f17;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
}

.tag4 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 20px;
}

.tag5 {
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}

/*CountDown Timer Css Start*/

.clock {
  padding-top: 50px;
}

.flip-clock-divider .flip-clock-label {
  font-size: 16px;
  color: #fff !important;
}

.flip-clock-wrapper {
  margin: 0px !important;
  width: auto !important;
  display: inline-block;
}

.flip-clock-wrapper ul {
  width: 30px !important;
  height: 40px !important;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 20px !important;
  line-height: 40px !important;
  background-color: #805f17 !important;
}

.flip-clock-dot {
  background-color: #805f17 !important;
}

.flip-clock-divider {
  height: 50px !important;
}

.flip-clock-divider .flip-clock-label {
  right: -60px !important;
}

/*.countdown-heading{
          text-align: center;
        }
        .timer-block{
          width: 400px;
          text-align: center;
          display: inline-block;
          max-width: 100%;
          margin-top:20px;
          padding-top:10px;
          background-color: #805f17;
          border-radius: 6px;
        }
        .timer-block .col-3{       
          padding: 5px 6px 0;
          text-align: center;
        }   
        .timer-caption{
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600;
          font-size: 14px;
          line-height: 24px;
        }
        .expired-text{
          font-size: 1.7em;
          letter-spacing: 1px;
          font-weight: 600;
          text-transform: uppercase;
        }
        .num-text{font-weight: bold;font-size: 20px;min-height: 36px;}*/

/*CountDown Timer Css End*/

/*.slide-5{background-image: url('../images/banner/READY-Web-Banners_1920x910-2.jpg');*/

/*    background-position: 100% 2px;*/

/*}*/

/*.slide-6{background-image: url('../images/banner/READY-Web-Banners_1920x910-3.jpg');*/

/*        background-position: 100% 2px;*/

/*}      */

.tagline-wrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 10px;
}

.tag-1 {
  font-size: 42px;
  line-height: 45px;
  text-transform: uppercase;
}

.tag-2 {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}

.twinsline {
  height: 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.tag-3 {
  color: #353b56;
  background-color: #fff;
  padding: 8px 15px 5px;
  font-weight: bold;
  margin: 20px 0 5px;
}

.tag-3:before,
.tag-3:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.tag-3:before {
  left: -30px;
}

.tag-3:after {
  right: -30px;
}

.offer-div {
  padding: 10px 0;
  text-align: left;
}

.tag-4 {
  font-size: 28px;
  line-height: 26px;
  padding: 0 20px;
}

.tag-4 span {
  font-size: 14px;
  line-height: 16px;
  font-family: "Gotham" !important;
}

.bdr {
  border-right: 1px solid #fff;
}

.bedroom-view-wrapper {
  position: absolute;
  right: 8%;
  top: 40%;
  color: #fff;
  transform: rotate(-90deg);
}

.bedroom-view-wrapper img {
  vertical-align: middle;
}

.bedroom-view-wrapper a {
  color: #fff;
}

.bedroom-view-wrapper span {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

/*Home End*/

/*Overview Start*/

#overview {
}

/*.overview-img{margin-top: -30px;}*/

.overview-content {
  padding: 70px 30px 70px 0;
}

.highlights-wrapper {
  margin-bottom: 500px;
  padding-top: 50px;
}

.proj-high {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

/*Overview End*/

/*Amenities Start*/

#amenities {
  background-color: #211d14;
  margin-top: -2px;
}

.ame-wrapper {
  padding: 50px 0 0;
}

.ame {
  vertical-align: top;
}

.ame-box-wrapper {
  padding: 20px;
}

.ame-box {
  background-color: #2e291e;
  padding: 40px 10px 10px;
  border-radius: 6px;
  width: 180px;
  height: 180px;
}

.ame-img {
  max-height: 60px;
  min-height: 60px;
}

.ame-img img {
  max-height: 60px;
}

.ame-box p {
  color: #fff;
  padding: 10px 0 0;
}

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

.ame-box:hover p {
  color: #000000;
}

.l-arrow,
.r-arrow {
  margin: 5px;
}

/*Amenities End*/

/*Happy*/

#happy {
  background-image: url("../images/happy.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 50vh;
}
.happy-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.happy-title {
  font-size: 150px;
  line-height: 170px;
  font-weight: 600;
}
.happy-para {
  font-size: 30px;
  line-height: 40px;
}

.infra-slider {
  padding: 70px 0 0;
}

.sub-title {
  font-size: 18px;
  line-height: 22px;
  color: #211d14;
  font-weight: 500;
}
.infra-slide p {
  font-size: 16px;
  list-style-position: 20px;
  color: #211d14;
}

/*Configuration Start*/

.config-tabs-wrapper {
  padding: 30px 0 50px;
}

.gallery-tabs-wrapper {
  padding: 30px 0;
}
.disclaimer-link {
  text-align: left;
}
.disclaimer-link a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  color: #000;
}

.config-tabs,
.gallery-tabs {
  color: #ba8a2d;
  background-color: #f5f5f5;
  border: 1px solid #ba8a2d;
  padding: 11px 25px;
  margin-right: -5px;
  display: inline-block;
}

.config-tabs.active-config,
.gallery-tabs.active-gallery {
  color: #f5f5f5;
  background-color: #ba8a2d;
}

.table_config {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
}

.table_config th {
  font-size: 18px;
  text-align: center;
  background-color: #2e2209;
  color: white;
  font-weight: normal;
}

.table_config td {
  color: #333333 !important;
}

.table_config td,
.table_config th {
  border: 1px solid #d4d4d4;
  padding: 15px 0;
  text-align: center;
}

table td {
  border-collapse: collapse;
  padding: 10px;
  border: 1px solid #dcdcdc;
}

td,
td img {
  vertical-align: middle;
}

.price {
  font-size: 22px;
}

.request-more-btn {
  color: #ba8a2d;
  text-decoration: underline;
  cursor: pointer;
}

.request-more-btn:hover {
  text-decoration: underline !important;
}

/*Configuration End*/

/*Walkthrough Start*/

.walkthrough-content,
.zoom-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*Walkthrough Start*/

/*Gallery Start*/

.video-wrapper {
  padding: 10px;
}

.apart-img-wrapper {
  margin: 10px;
}

.zoom-icon-wrapper {
  display: none;
}

.apart-img-wrapper:hover .zoom-icon-wrapper {
  display: inline-block;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  z-index: 0;
}

.apart-img-wrapper .overlay {
  display: none;
}

.apart-img-wrapper:hover .overlay {
  display: block;
}

.gAmenity-slider,
.gView-slider {
  margin-left: 25%;
  margin-right: 25%;
  position: relative;
}

.ame-item .overlay,
.view-item .overlay {
  top: 19px;
  bottom: 19px;
}

.active-ame .overlay,
.active-view .overlay {
  display: none;
}

.ame-item .img-desc,
.view-item .img-desc {
  display: none;
}

.active-ame .img-desc,
.active-view .img-desc {
  display: inline-block;
}

.ame-item img,
.view-item img {
  transform: scale(1, 0.9);
  width: 100%;
  display: block;
}

.ame-item.active-ame img,
.view-item.active-view img {
  transform: scale(1, 1);
  transition: transform 0.4s ease;
}

#ame-img-prev,
#ame-img-next,
#view-img-prev,
#view-img-next,
#banner-prev,
#banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ame-img-prev,
#view-img-prev {
  left: 10%;
}

#ame-img-next,
#view-img-next {
  right: 10%;
}

#banner-prev {
  left: 0px;
}

#banner-next {
  right: 0px;
}

/*Gallery End*/

/*Floor Plans Start*/

#floor-plans {
  padding: 150px 0;
}

#floor-plans .theme-btn {
  margin: 0 5px;
}

.dplan {
  background-color: #fff;
  color: #ba8a2d;
}

/*Floor Plans End*/

/*Location Start*/

.loc-iframe {
  border: 2px solid #ba8a2d;
}

.loc-iframe iframe {
  display: block;
}

/*Location End*/

/*About Us Start*/

#about-us {
  background-color: #f9f9f9;
}

.abt-content {
  padding-right: 60px;
}

.pion-div {
  padding-top: 40px;
}

.pion-div-wrap {
  box-shadow: 0px 0px 6px #00000029;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
}

.pion-num {
  font-size: 45px;
  line-height: 55px;
}

.pion-desc {
  font-size: 18px;
}

.team {
  margin: 10px;
  background: #fff;
  padding: 5px 10px 10px;
  border: 1px solid #e6edf5;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.team:hover {
  box-shadow: 0px 24px 48px #00115614;
}

.team img {
  width: 100%;
}

.team h3 {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  padding-left: 15px;
  font-weight: 500;
}

.team p {
  color: #8187a3;
  font-size: 15px;
  line-height: 32px;
  padding-left: 15px;
}

.about_icons {
  text-align: center;
}

.img_about {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
  background: #211d14;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about_icons p {
  margin-top: 20px;
}

.abt-icon-wrapper {
  border-top: 1px solid rgba(70, 70, 70, 0.2);
  padding-top: 50px;
  margin-top: 50px;
}

/*About Us End*/

/*Privacy Policy Start*/

.pp-list {
  padding: 5px 0 5px 30px;
}

.pp-list li {
  padding: 5px 0;
}

#privacy-policy a {
  color: #ba8a2d;
}

#disclaimer {
  padding: 10px;
}

#disclaimer p {
  font-size: 14px;
  line-height: 24px;
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1600px) {
  .bedroom-view-wrapper {
    right: 14%;
  }
}

@media only screen and (max-width: 1366px) {
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape while not allowing user zoom */
    text-size-adjust: none;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  /*.slide-1{background-image: url('../images/banner/Eiren-banner-1-tab.jpg');}*/
  /*.slide-2{background-image: url('../images/banner/Eiren-banner-2-tab.jpg');}*/
  #home .banner_ht,
  #home.banner_ht {
    max-height: 520px;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
  .col-md-1 {
    width: 8.333333333333333%;
  }
  .col-md-2 {
    width: 16.66666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333333333%;
  }
  .col-md-8 {
    width: 66.66666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333333%;
  }
  .col-md-11 {
    width: 91.66666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-12-5 {
    width: 20%;
  }
  .pion-div-wrap {
    padding: 15px;
  }
  .ame-item .overlay,
  .view-item .overlay {
    top: 15px;
    bottom: 15px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .banner-qr {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: unset;
    z-index: 2;
    width: 16% !important;
  }
  .qrcode {
    width: 50%;
  }
  .col-sm-1 {
    width: 8.333333333333333%;
  }
  .col-sm-2 {
    width: 16.66666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333333333%;
  }
  .col-sm-8 {
    width: 66.66666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333333%;
  }
  .col-sm-11 {
    width: 91.66666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-12-5 {
    width: 20%;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .menu-icon-mobile {
    display: block;
    width: 40px;
    padding: 14px 8px 4px 8px;
    /*background-color: #6b6b6b;*/
    border-radius: 0px;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 80px;
    height: 40px;
  }
  .menu-icon-mobile > span {
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 4px;
    background-color: #000;
  }
  header .nav-links {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    background-color: #6a7337;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  header .nav-links a {
    display: block !important;
    text-align: center;
    line-height: 40px !important;
    color: #fff;
    margin-top: 0px;
    margin-right: 0px;
  }
  header .lower .nav-links a:last-child {
    margin-right: 0px;
  }
  header .lower .nav-links a {
    margin-right: 0px;
    color: #fff;
  }
  .bar1,
  .bar2,
  .bar3 {
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
  }
  header .upper .enq-btn-wrapper {
    margin-right: 50px;
    margin-top: 15px;
  }
  header .upper .ctc-wrapper {
    margin-right: 5px;
  }
  header .upper .number-wrapper {
    margin-right: 15px;
    margin-top: 25px;
  }
  header .enq-btn-wrapper {
    padding: 15px 70px 0 0;
  }
  #home {
    background-color: #ba8a2d;
  }
  .slide-11 {
    background-image: none;
    background-position: center bottom;
  }
  .slide-1 {
    background-image: none;
    background-position: center bottom;
  }
  .slide-2 {
    background-image: none;
    background-position: center bottom;
  }
  .slide-3 {
    background-image: none;
    background-position: center bottom;
  }
  .tagline-wrapper {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    padding: 10px 10px;
  }
  .offer-div {
    text-align: center;
  }
  .oveImg {
    text-align: center;
    margin: 20px 0;
  }
  .overview-content {
    padding: 70px 0 0;
  }
  .bedroom-view-wrapper {
    top: 20%;
  }
  #home .img-desc {
    transform: none;
    bottom: 5px;
    right: unset;
    left: 5px;
  }
  .highlights-wrapper {
    padding-top: 0;
    margin-bottom: 950px;
  }
  .ame br {
    display: none;
  }
  .ame-box-wrapper {
    vertical-align: top;
  }
  .price {
    font-size: 18px;
  }
  #walkthrough .walkImg {
    height: 400px;
  }
  .team h3 {
    font-size: 22px;
  }
  .team p {
    font-size: 14px;
  }
  .abt-content {
    padding-right: 0;
  }
  .gAmenity-slider,
  .gView-slider {
    margin: 0;
  }
  .ame-item img,
  .view-item img {
    transform: scale(1, 1);
    width: 100%;
  }
  .ame-desc {
    font-size: 20px;
    opacity: 1;
  }
  .ame-item .overlay,
  .view-item .overlay {
    display: none;
  }
  #happy {
    background-image: url("../images/happy-mob.jpg");
    height: 50vh;
    margin-top: -2px;
  }
  .happy-title {
    font-size: 60px;
    line-height: 60px;
  }
  .happy-para {
    font-size: 16px;
    line-height: 20px;
  }
  button.slick-next,
  button.slick-prev {
    display: none !important;
  }

  .slider-drag-btn-wrapper {
    width: 350px;
    display: inline-block;
    position: relative;
    z-index: 0;
  }

  .slider-drag-btn-wrapper .slider-drag-btn {
    z-index: 5;
    top: -3px;
    left: 0;
  }
  .slider-drag-btn-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 88%;
    height: 1px;
    background-color: #5391459e;
    z-index: -1;
  }
  .pagingInfo {
    position: absolute;
    right: 0;
    color: #ba8a2d;
  }
  .slick-slide img {
    display: inline-block !important;
  }
  .infra-img img {
    width: 100%;
    padding: 10px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 700px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .col-xs-1 {
    width: 8.333333333333333%;
  }
  .col-xs-2 {
    width: 16.66666666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333333333333%;
  }
  .col-xs-5 {
    width: 41.66666666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333333333333%;
  }
  .col-xs-8 {
    width: 66.66666666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333333333333%;
  }
  .col-xs-11 {
    width: 91.66666666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-12-5 {
    width: 20%;
  }
  .container {
    padding: 0 10px;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .sell_do_virtual_numbers {
    font-size: 14px !important;
  }
  .sell_do_verify_container {
    padding: 50px 20px 0 20px !important;
  }
  .menu-icon-mobile {
    height: auto;
    padding: 18px 8px 4px 8px;
    top: 5px;
  }
  header .nav-links a {
    text-align: left;
  }
  header .lower .nav-links a.active {
    color: #fff;
  }
  header {
    padding: 5px 0;
  }
  header .nav-links {
    padding: 10px 20px;
    top: 65px;
  }
  header .brand-logo img {
    width: 90px;
  }
  header .form-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0% !important;
    bottom: -100% !important;
    width: 100% !important;
    padding: 30px 20px !important;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 300;
  }
  header .form-container.show {
    top: 0 !important;
    bottom: 0 !important;
    display: block !important;
  }
  header .form-container .thankyou {
    padding: 50px 20px;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .lower div {
    text-align: center !important;
  }
  .mob-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 99;
    border-top: 1px solid #ccc;
  }
  .mob-footer a {
    display: block;
    line-height: 30px;
  }
  .mob-footer a.mob-enq-btn {
    background-color: #ba8a2d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0 2px;
  }
  .mob-footer a.mob-call-btn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0 0;
  }
  section.padding {
    padding: 30px 0;
  }
  .bx-wrapper .bx-pager {
    margin-left: 0;
  }
  header .brand-logo .logo-header img {
    width: 120px;
  }
  .runwal-logo {
    width: 40px;
  }
  .bedroom-view-wrapper img {
    width: 30px;
  }
  .bedroom-view-wrapper span {
    font-size: 14px;
    line-height: 20px;
  }
  .bedroom-view-wrapper {
    top: 18%;
    right: 0;
  }
  /*.tagline-wrapper{padding:20px 5px 10px;}*/
  .the-final-call {
    width: 300px;
    padding: 0 10px;
  }
  .tag1 svg,
  .tag2 svg {
    width: 250px;
  }
  .tag1,
  .tag2 {
    padding-bottom: 10px;
  }
  .tag3 {
    font-size: 14px;
    line-height: 18px;
  }
  .tag4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
  }
  .timer-block {
    margin-top: 10px;
  }
  .countdown-heading {
    font-size: 16px;
    line-height: 26px;
  }
  .tag-1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .tag-3 {
    margin: 15px 0 5px;
  }
  .tag-4 {
    font-size: 18px;
    padding: 0 5px;
  }
  .tag-4 span {
    font-size: 13px;
  }
  .sec-heading {
    font-size: 24px;
    line-height: 35px;
  }
  #overview {
    background-image: none !important;
  }
  #overview .container {
    padding: 0;
  }
  .oveImg img {
    display: block;
  }
  .overview-content {
    padding: 30px 15px 0;
  }
  .highlights-wrapper {
    height: 600px;
    margin-bottom: 0;
    padding: 70px 15px 0;
    background-position: center;
  }
  .highlights-wrapper .sec-heading {
    text-align: left;
  }
  .highlights-div::before {
    white-space: nowrap;
    background: #fff;
    content: "";
    display: table-cell;
    position: absolute;
    top: 39px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: auto;
    right: 20px;
  }
  .highlights-div::after {
    border-top: 2px dashed #fff;
    content: "";
    display: table-cell;
    position: absolute;
    top: 43px;
    width: 50px;
    right: 0px;
  }
  .proj-high {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .highlights-div {
    display: flex;
    align-items: center;
  }
  .high-icon {
    padding-right: 10px;
  }
  .img-desc {
    z-index: 9;
  }
  .ame-box {
    width: 150px;
    min-height: 160px;
  }
  .ame-box-wrapper {
    padding: 5px;
  }
  .ame-wrapper {
    padding: 30px 0 0;
  }
  .config-tabs {
    padding: 10px;
  }
  #walkthrough .walkImg {
    height: 300px;
  }
  #floor-plans {
    padding: 50px 0 40px;
  }
  #floor-plans .theme-btn {
    margin: 0px 0 15px;
  }
  .loc-iframe iframe {
    height: 300px;
  }
  .pion-div-wrap {
    padding: 10px;
  }
  .team h3 {
    font-size: 24px;
  }
  .team p {
    font-size: 16px;
  }
  .i3 {
    clear: both;
  }
  .about_icons {
    padding: 5px;
    margin: 5px 0;
  }
  .set {
    position: relative;
    width: 95%;
    height: auto;
    margin: auto;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    /*box-shadow: 0px 3px 6px #00000029;*/
  }
  .set a {
    display: block;
    text-align: left;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #2e2209;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    height: auto;
    line-height: 22px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    letter-spacing: 1px;
  }
  .set a.active {
    color: #fff;
    background-color: #2e2209;
    border-bottom: 0px solid rgb(255 255 255 / 18%);
  }
  .set a i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 0px solid #fff;
    width: 20px;
    height: 20px;
    font-weight: bold;
  }
  .set .content {
    padding: 0px 0;
    margin-top: 0px;
    display: none;
    text-align: center;
  }
  ul.config_ul {
    list-style: none;
    text-align: left;
    padding: 0px 0px;
  }
  ul.config_ul li {
    color: #000;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }
  .request-more-btn {
    background-color: #ba8a2d !important;
    color: #fff !important;
    padding: 10px 15px 8px !important;
    font-size: 13px !important;
    display: inline-block !important;
    width: auto;
    text-align: center;
  }
  #ame-img-next,
  #view-img-next {
    right: 0;
  }
  #ame-img-prev,
  #view-img-prev {
    left: 0;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 360px) {
  .tag-4 {
    font-size: 17px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 320px) {
  /*.tagline-wrapper{padding:10px 5px 10px;} */
  .slider-drag-btn-wrapper:after {
    width: 74%;
  }
  .tag-4 {
    font-size: 15px;
  }
  .offer-div {
    padding: 0 0 10px;
  }
  .ame-box-wrapper {
    padding: 2px;
  }
  .ame-box {
    width: 135px;
    padding: 40px 5px 10px;
  }
  .config-tabs {
    display: block;
  }
  .pion-div-wrap {
    padding: 5px;
    margin: 5px;
  }
}

/*banner slider   */

.banner-top .slick-next,
.banner-top .slick-prev {
  /*display:none;*/
}

.banner-top .slick-next {
  width: 44px;
  height: 44px;
  background: url(../images/mob-nxt-arw1.png) no-repeat left top;
  transform: translateY(-50%);
  right: 10px !important;
  top: 50%;
}

.banner-top .slick-prev {
  width: 44px;
  height: 44px;
  background: url(../images/mob-prv-arw1.png) no-repeat left top;
  left: 10px !important;
}

@media screen and (min-width: 640px) and (max-width: 991px) {
  .callwrap {
    top: 35% !important;
  }
  .banner-top .slick-next,
  .banner-top .slick-prev {
    top: 42%;
  }
  .banner_slider .slide,
  .banner_ht {
    height: auto !important;
  }
  .banner_slider .slide,
  .banner_ht {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .banner_slider .slide,
  .banner_ht {
    height: auto !important;
  }
  .banner-top .mob_view {
    display: block !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1440px) {
  .slide-4 {
    background-image: url("../images/banner/desktop/READY-Web-Banners_1920x1113-1-021221_01.jpg");
    background-position: 100% 0px;
  }
  /*.banner_ht{height:555px!important;}*/
  /*.slide{background-position:0px -90px!important;}*/
}

/* Style the button that is used to open and close the collapsible content */
.collapsible1 {
  background-color: #ba8a2d;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible1:hover {
  background-color: #ebbf6c;
  color: #000;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #dfd8cc;
}

.collapsible1:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.padTopBottom {
  padding: 30px 0;
}

.contentCenter {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .collapsible1 {
    font-size: 15px;
  }
}

/* modal CSS */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-content {
  /* border-radius: 21px; */
  background: unset;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  width: 600px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border: none;
  background: #ba8a2d;
  font-weight: 600;
  color: #ffff;
  padding: 10px !important;
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  position: relative;
  padding: 15px;
}

.modal-dialog {
  top: 15% !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 15px 34%;
}

.modal-header .closebtn {
  opacity: 1;
  color: #fff;
  font-size: 30px !important;
  box-shadow: none;
  top: 11px;
  font-weight: 700;
  position: absolute;
  right: 17px;
  background: transparent;
  outline: none;
}

.form-group {
  height: 40px;
  margin-bottom: 23px;
}

.input-group {
  position: relative;
  border-collapse: separate;
}

.input-group-addon input {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

.price-btn {
  margin: 0px auto;
  display: block !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  border: 2px solid #ba8a2d;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  background: #ba8a2d;
}

input,
select {
  height: 38px;
  width: 500px !important;
  margin-left: 44px;
  padding-left: 10px;
  border: none;
  background: #e4e4e4;
  letter-spacing: 1px;
}
.input-group-addon {
  background: #ba8a2d;
  color: #fff;
  border: 0;
  width: 45px;
  padding: 6px 15px;
  position: absolute;
  font-size: 20px;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px;
  }

  .modal-content {
    width: 401px;
  }

  input,
  select {
    width: 85% !important;
  }
}

@media only screen and (max-width: 767px) {
  .closed-widget-bottomLeft {
    bottom: 35px !important;
  }
}

a {
  text-decoration: none !important;
}

.dbtn {
  position: fixed;
  bottom: 100px;
  left: 30px;
}

.ebtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
