* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

:root {
    --black: #f0f4cd;
    --themdefault: #fff;
    --green: #507434;
}

header {
    background-color: var(--black);
    /* background-color: #880808; */
}
.padding{
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    margin: 4px 10px;
}

.navbar-brand {
    width: 110px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.callbtn a {
    background-color: #093a2f;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
}

.bannersection {
    background-image: url(../raynash/T6Lobby.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 700px;
}

.bannerptag {
    padding: 12px 20px;
    text-align: left;
    background-color: var(--themdefault);
    margin: 0px;
    margin-top: 5px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding-left: 100px;

}

.bannerpdiv {
    width: 38%;
    position: absolute;
    top: 30%;
    left: 0px;
    
}
/* .bannerpdiv p
{
   color:#880808
} */

.formcontainr {
    width: 28%;
    background-color: #fff;
    position: absolute;
    right: 100px;
    top:17%;
}

.formhding {
    background-color: var(--black);
    text-align: center;
    padding: 9px 10px;
    
} 

.formhding p {
    margin: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.formhding h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 0px;
}

.formhding h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0px;
}

.formdiv {
    padding: 0px 30px;
    margin-bottom:10px;
}

.btn-light {
    background-color: #093a30;
    /* background-color: #880808; */
    font-weight: 600;
    color: #fff;
}

.btn-light:hover {
    /* border: 1px solid var(--themdefault); */
    /* color: var(--themdefault); */
    border: 1px solid #880808; 
    color: #880808;

}

.imgtag {
    width: 100%;
    height: 100%;
}

.imgtag img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.h5hding {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
}
.h1{
    font-size: 30px !important;
}

.h4hding {
    font-weight: bold;
    margin: 8px 0px;
    text-transform: capitalize;
    font-size: 22px;
}

.ptag {
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    color: #000;
    margin: 0px;
    margin-bottom: 10px;
}
.h2{
    font-size: 20px;
}
#floor .text-center{
    font-size: 20px;
}

.projdesc {
    text-align: center;
    display: inline-block;
}

.projdesc h4 {
    margin: 5px 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}

.projdesc p {
    text-align: center;
    margin: 0px;
    margin-bottom: 3px;
}

.projdesc b {
    text-align: center;
}

.thembtn {
    display: inline-block;
    color: var(--black);
    border: 2px solid var(--black);
    padding: 10px 35px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.bd11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bd11 a
{
   color:#880808;
   border: 2px solid #880808;
}



.projdetsec1innr {
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0px 0px 10px #aaa;
    position: relative;
    top: -100px;
    background-color: #fff;
}

.fetur {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.fetur::before {
    content: '';
    width: 50%;
    position: relative;
    left: 0%;
    height: 1px;
    background-color: var(--black);
    flex-shrink: 1;
}

.fetur::after {
    content: '';
    width: 50%;
    position: relative;
    right: 0%;
    height: 1px;
    background-color: var(--black);
    flex-shrink: 1;
}

.fetur span {
    text-transform: uppercase;
    padding: 0px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.imgt {
    margin-bottom: 30px;
}

.imgt img {
    width: 100%;
    height: 100%;
}

.titls {
    margin-bottom: 50px;
}

.titls h4 {
    text-align: center;
}

.offerdiv {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.offerdiv i {
    font-size: 43px;
    width: 40px;
    color: var(--green);
}

.ofrsinr {
    margin-left: 5px;
}

.ofrsinr p {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black);
    margin: 0px;
    font-size: 16px;
    text-align: left;
}

.offsection {
    background: #f1f1f1;
    padding: 50px 0px;
    margin-top: 50px;
}

.bd2 {
    justify-content: space-around;
}

.acord {
    border-bottom: 1px solid #aaa;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    border-top: 1px solid #aaa;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion:hover {
    background-color: #ddd;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\002B';
    /* Unicode character for "plus" sign (+) */
    font-size: 30px;
    color: #777;
    float: right;
    margin-left: 0px;
}

.active:after {
    content: "\002D";
    /* Unicode character for "minus" sign (-) */
}

.btndivs {
    width: 50%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
}

.btnsec {
    text-align: center;
}
.btnsec a{
    text-align: center;
    color: #880808;
    border: 2px solid #880808;
}

.btndivs span {
    display: block;
    width: 1px;
    background-color: #aaa;
}


.ullist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


.ullist li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    margin: 5px 0px;
}

.ullist li::before {
    content: "\2022";
    color: var(--green);
    font-weight: bold;
    display: inline-block;
    font-size: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 21px;
}
#loc
{
  color: #880808;
  border: 2px solid #880808;
}

.tnk {
    margin-top: 20px;
}

footer {
    background-color: var(--black);
    padding: 20px 0px;
    margin-top: 30px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(9 58 48);
}

@media(max-width:768px) {
    .navbar-toggler {
        background-color: var(--themdefault);
    }

    .callbtn {
        display: none !important;
    }

    .bannerpdiv {
        width: 100%;
        position: relative;
        top: 10%;
        left: 0px;
        padding: 15px 15px;
    }
    .padding{
            padding-left: var(--bs-gutter-x,.75rem);
    }

    .bannerptag {
        padding-left: 50px;
    }

    .bannersection {
        width: 100%;
        height: 100%;
        position: relative;
        padding-bottom: 30px;
    }

    .formcontainr {
        width: 91%;
        background-color: #fff;
        position: relative;
        right: 0px;
        bottom: 0%;
        margin: 30px auto;
    }

    .projdetsec1innr {
        margin-top: 50px;
        position: relative;
        top: 0px;
        padding: 0px;
        box-shadow: none;

    }

    .bd11 {
        flex-wrap: wrap;
        text-align: center;
    }

    .bd11 .thembtn {
        text-align: center;
        display: block;
        width: 100%;
        margin: 27px 30px 10px;
    }

    .offsection {
        margin-top: 10px;
    }

    .btndivs {
        width: 100%;
    }

    .btndivs .thembtn {
        padding: 10px 25px;
    }

    .ullist li {
        text-align: justify;
    }
}
.large-size{
    font-size: 22px;
    font-weight: 700;
}

/* CSS Multiple Whatsapp Chat */
/*}*/
a {
  text-decoration: none;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.whatsapp-chat-header h3 {
  margin: 0 0 10px;
}

.whatsapp-chat-header p {
  font-size: 14px;
  line-height: 1.7;
  margin: -10px;
}

.whatsapp-chat-header .whatsapp-chat-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

.whatsapp-chat-header p span,
.whatsapp-chat-header p small {
  color: #fff;
}

.whatsapp-chat-avatar {
  position: relative;
}

.whatsapp-chat-avatar::after {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #4ad504;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #095e54;
  left: 40px;
  top: 38px;
}

.whatsapp-chat-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
  /* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  /* font-size: 14px; */
  line-height: 20px;
}

a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 0px;
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }

  15% {
    background-color: #111;
  }

  25% {
    background-color: #b6b5ba;
  }
}

@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }

  25% {
    background-color: #111;
  }

  35% {
    background-color: #b6b5ba;
  }
}

@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }

  35% {
    background-color: #111;
  }

  45% {
    background-color: #b6b5ba;
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-footer {
  font-size: 10px;
  text-align: center;
  background-color: #fff;
}



.formdiv ul li {list-style: none; padding-top: 25px;}

.pricelist_box {
  position: relative;
  padding: 30px;
  color: #000;
  background-color: #f0f4cd;
  border-radius: 5px;
  transition: 0.6s ease-in-out;
}

.project-box {
  background-color: #fdfdfd;
  padding: 25px;
  color: #000;
  position: relative;
}