* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  outline: none;
}

/************************************************************************************
   
     RESET
  
     *************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0;
}
img,
fieldset {
  border: none;
}
/* set image max width to 100% */
img {
  max-width: 100%;
  height: auto;
  /*width:auto\9;*/ /* ie8 */
}
/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

.pr {
  padding-right: 15px;
}
.pl {
  padding-left: 15px;
}

.section-padding {
  padding: 100px 0;
}
.other-page-padding {
  padding: 60px 0;
}

/************************************************************************************
     GENERAL STYLING
    
     *************************************************************************************/

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-decoration: none;
  background-color: #fff;
}
a {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  color: #111111;
  outline: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover {
  text-decoration: none !important;
  color: #104090;
}
p {
  font-size: 18px;
  font-family: "Ubuntu";
  font-weight: 400;
  padding: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
/* list */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu";
  line-height: normal !important;
  font-weight: bold;
}
h1 {
  font-size: 47px;
  line-height: 56px;
  margin-bottom: 15px;
}
h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 10px;
}
h3 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 39px;
}
h4 {
  font-size: 22px;
  line-height: 22px;
}
h5 {
  font-size: 20px;
  line-height: 24px;
}
h6 {
  font-size: 18px;
  line-height: 28px;
}

/* reset webkit search input styles */
input[type="search"] {
  webkit-appearance: none;
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  isplay: none;
}
.clear-fix {
  height: 0;
  line-height: 0;
  content: ".";
  border: none;
  font-size: 0px;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

/************************************************************************************
  STRUCTURE
  *************************************************************************************/

/* Lucky Draw Style Start Here */

.template-menu {
  position: relative;
  padding: 0;
  transition: 0.8s all;
  z-index: 0;
}
.template-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 7px #0000005c;
  transition: 0.8s all;
  z-index: 9999;
}
.draw-logo a img {
  width: 90px;
}
.draw-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-content h1 {
  text-align: center;
  font-size: 75px;
  line-height: normal;
  font-family: "Khand";
  font-weight: bold;
  letter-spacing: 2px;
  color: #a56891;
  margin-bottom: 0;
}
.online-registration ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.online-registration ul li a {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background: #e76329;
  padding: 15px 10px;
  display: block;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #fff;
}
.online-registration ul li:nth-child(2) a,
.online-registration ul li:nth-child(3) a,
.online-registration ul li:nth-child(4) a,
.online-registration ul li:nth-child(5) a {
  background: none;
  color: #19a011;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0;
}

.online-registration ul li a i {
  margin-right: 10px;
}
.online-registration ul li a b {
  margin-left: 10px;
  font-size: 14px;
}
/* Lucky Draw Style Start End */

/* Banner Style Here */

.template-banner {
  position: relative;
  z-index: 0;
  border-top: solid 2px #e46713;
  overflow: hidden;
}
.template-banner.for-mobile {
  display: none;
}
.banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner-caption h2 {
  font-size: 70px;
  line-height: normal;
  color: #fff;
  text-shadow: 2px 2px #000;
}
.banner-caption h4 {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
  margin: 20px 0px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
}
.online-registration {
  height: 100%;
  display: flex;
  align-items: center;
}
.online-registration a {
  background-color: #735879;
  border: none;
  color: #fff;
  width: 100%;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 10px;
  border-radius: 8px;
  font-size: 25px;
}
.template-banner img {
  width: 100%;
}

/* Banner Style End */

/* Registration-sec style here */

.registration-sec {
  background: #a56891;
  padding: 50px 20px;
}
.flat-fees {
  display: block;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 20px;
}
.flat-fees h4 {
  font-size: 35px;
  line-height: 40px;
  font-family: "Khand";
  font-weight: 600;
  color: #fff;
}

/* Registration-sec style end */

/* Welcome to awas yojna style here */

.registration-details h2 span {
  font-weight: 800;
}
.registration-details h2 {
  font-weight: 450;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 35px;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column;
  line-height: 40px;
  margin-bottom: 10px;
}
.welcome-awas-yojna {
  padding: 0 20px;
}
.registration-details p {
  margin-bottom: 20px;
  padding: 0% 15%;
  text-align: center;
}
.registration-details .table-bordered {
  margin-bottom: 0;
}
.table-disccription {
  color: #735879;
  font-weight: bold !important;
  margin-bottom: 10px;
  display: inline-block;
}
.registration-details .table-bordered thead tr:nth-child(1) th {
  background: #e46713;
  color: #fff;
}
.registration-details .table-bordered tbody tr {
  background: #f0f0f0;
}
.registration-details th a,
.registration-details td a {
  font-weight: 600;
}
.site-build img {
  width: 100%;
}
.build-details {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  float: left;
  background: #754383;
  padding: 20px 0;
  min-height: 233px;
}
.site-build {
  height: 100%;
  width: 100%;
  display: flex;
}

/* Welcome to awas yojna style end */

/* Payment Plan Style Here */

.payment-plan {
  padding: 0 20px;
}
.payment-plan h2 {
  display: inline-block;
  text-align: center;
  padding: 15px 0 5px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
}
.payment-plan h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
}
.playment-plan-inner {
  padding: 20px;
  background-color: #f4f4f4;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #d5d6d7;
  vertical-align: middle !important;
  text-align: center;
}
th.highlights {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0 !important;
}
th.highlights strong {
  color: #fff;
  width: 100%;
  background: #735879;
  padding: 10px 0px;
  margin: 10px 0px 0;
}
.playment-plan-inner .table thead th {
  border: 1px solid #ffffff;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  background: #b87aa9;
  color: #fff;
  vertical-align: middle;
}
.playment-plan-inner table td a {
  color: #a56891;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Payment Plan Style End */

/* Term & Conditions Style Here */

.term-conditions {
  padding: 30px 20px;
  background: #754383;
}
.term-inner h4 {
  font-weight: 550;
  color: #fff;
  margin-bottom: 20px;
}
.terms-conts p {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  font-family: "Khand";
  letter-spacing: 1px;
}
.terms-conts ul {
  list-style: disc;
  padding-left: 20px;
}
.terms-conts ul li {
  color: #fff;
  font-weight: 400;
  font-family: "Khand";
  font-size: 18px;
}
.terms-conts {
  padding-left: 30px;
}
.term-conditions strong {
  font-weight: 600;
}

/* Term & Conditions Style End */

/* Layout PLan Style Here */

.layout-plan {
  padding: 30px 20px;
}
.layout-plan .row {
  justify-content: center;
}
h3.floor-head {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
}
.layout-plan h5 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
.floor-inner {
  background: #7543837d;
  padding: 5px;
}
.floor-inner .thumbnail {
  display: block;
  position: relative;
}

.floor-inner .thumbnail:before {
  content: "Click Here";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #735879ba;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s;
  transition: all 1s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.floor-inner .thumbnail:hover:before {
  content: "Click Here";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #735879ba;
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
  transition: all 1s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.layout-plan .row .col-12:nth-child(-n + 4) {
  margin-bottom: 40px;
}
.floor-conts h4 .fa {
  color: #a56891;
}
.floor-conts h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 550;
  letter-spacing: 1px;
  border-bottom: solid 1px #b87aa9;
}
.floor-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px 0;
  background: #a56891;
}
.floor-inner ul li {
  color: #fff;
  line-height: normal;
  font-size: 17px;
}
.floor-inner ul li .fa {
  color: #fff;
  margin-right: 7px;
}
.floor-inner ul li {
  color: #fff;
  line-height: normal;
}
.floor-inner h5 {
  display: none;
  margin-bottom: 0;
  padding: 10px 0;
  line-height: normal;
  text-align: center;
  font-size: 13px;
  background-color: #71baaf;
  color: #735879;
  font-weight: 550;
  letter-spacing: 0px;
}
.floor-inner h5 a {
  margin-left: 5px;
}
.floor-inner h5 a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #b87aa9;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: 500;
}

/* Layout PLan Style End */

/* Location Map Style Here */

.location-map {
  padding: 50px 20px;
  background: #a56891;
}
.location-inner h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 500;
}
.map-img {
  padding: 20px;
  border: 1px solid #6f6f6f;
}

/* Location Map Style End */

/* Popular Section Style Here */

.popular-place {
  padding: 30px 20px;
  background: #754383;
}
.popular-hdng h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
}
.popular-hdng p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.5px;
}
.place-inner img {
  width: 100%;
  margin-bottom: 15px;
}
.place-inner {
  border: solid 1px #ccc;
}
.place-content {
  text-align: center;
  display: block;
  padding: 0 60px;
}
.place-content h3 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 25px;
}
.place-content p {
  color: #fff;
}
.location-box.nerbly-place {
  margin-top: 0;
  padding: 0;
  background: transparent;
}
.location-box.nerbly-place h2,
.Location-title.nerbly-place h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
}
.location-box.nerbly-place h2:before,
.Location-title.nerbly-place h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 2px;
  width: 100%;
}
.Location-title.nerbly-place {
  margin-bottom: 0;
}

/* Popular Section Style End */

/* Footer Style Here */

.footer {
  background-color: #a56891;
  padding: 60px 0 120px;
}
.footer-inner h2 {
  margin-bottom: 15px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-content p {
  color: #fff;
}
.online-registration.quadrat {
  padding: 8px 24px;
  display: inline-block;
  color: #fff;
  background: #735879;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  width: max-content;
}
.footer-content ul li a,
.footer-content ul li {
  color: #fff;
}
.why-conts ul li {
  color: #fff;
  font-size: 15px;
  font-family: "Khand";
}
.footer-content h6 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.footer-content .fa {
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
}
.footer-content h5,
.footer-content h5 a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.footer-content h5 {
  border-bottom: solid 1px #c3c1c1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer-disclaimer p {
  margin-bottom: 0;
}
.footer-disclaimer {
  text-align: center;
}
.footer-disclaimer {
  text-align: center;
  border-top: solid 1px #aeaeae;
  margin-top: 50px;
  padding-top: 20px;
}
.footer-disclaimer p:first-child {
  font-size: 15px;
  color: #fff;
}
.footer-disclaimer p {
  color: #fff;
}

/* Footer Style End */

/* Registration-Fees Style Here */

.registration-fees {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}
.fees-inner {
  position: relative;
  height: calc(100% - 0px);
}
.registration-fees .col-12:nth-child(2n) .fees-inner project {
  background: #a56891;
}
.fees-inner project a {
  padding: 10px 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}
.fees-inner project {
  position: absolute;
  top: 64px;
  text-align: center;
  left: auto;
  background: #735879;
  color: #fff;
  text-shadow: 0px 1px 0px #000000;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: solid 1px #fff;
}
.fees-inner h3 {
  display: none;
  padding: 15px 0;
  background: #71baaf;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Ubantu";
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
}
.fees-inner project {
  top: 0;
}
.fees-inner span {
  font-size: 22px;
  font-weight: 400;
}
.fees-inner img {
  width: 100%;
  /* 	height: calc(100% - 65px); */
}
.facilities-details {
  background: #5b1f69d4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.facilities-details h4 {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 21px;
  font-family: "Khand";
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-bottom: dashed 3px #fff;
}
.facilities-details h2 {
  text-align: center;
  line-height: normal;
  padding: 5px 0;
  font-family: "Khand";
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 35px;
  border-bottom: dashed 3px #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}
.all-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.all-icons p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 550;
}
.all-icons .col-6 img {
  width: 40px;
  margin: 0 auto 10px;
  display: block;
}
.facilities-details .col-12 {
  margin-bottom: 10px;
  padding: 0 10px;
}
.facilities-details {
  min-height: 504px;
}
.registration-fees .col-12:nth-child(2n) .facilities-details,
.registration-fees .col-12:nth-child(2n) .fees-inner h3 {
  background: #a56891;
}
.fclts-btn {
  position: relative;
}
.fclts-btn a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #b87aa9;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 18px;
}
.fclts-btn a:hover {
  color: #fff;
}

/* Registration-Fees Style End */

/* Quick Query Fix Style */

.query-fix {
  position: fixed;
  right: 0;
  margin-right: -135px;
  top: 50%;
  z-index: 9999;
  transform: rotate(-90deg);
  display: block;
}
.query-fix a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
  background: #735879;
  box-shadow: 4px -10px 10px #222222ba;
  text-decoration: none;
}
.query-fix a:hover {
  background: #735879;
  color: #fff;
}
.build-details p {
  text-align: center;
  display: inline-block;
  color: #a56891;
  margin-bottom: 0;
  background: #fff;
  margin: 0 auto;
  padding: 5px 10px;
}

/* Blink Animation Css */

.blink-bg {
  width: 100%;
  height: 100%;
  -webkit-animation: blink-bg 1s infinite; /* Safari 4+ */
  -moz-animation: blink-bg 1s infinite; /* Fx 5+ */
  -o-animation: blink-bg 1s infinite; /* Opera 12+ */
  animation: blink-bg 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink-bg {
  0%,
  49% {
    background-color: #e76329;
  }
  50%,
  100% {
    background-color: #a56891;
  }
}

/* Blink Animation Css */

.registration-blink-bg {
  width: 100%;
  height: 100%;
  -webkit-animation: registration-blink-bg 1s infinite; /* Safari 4+ */
  -moz-animation: registration-blink-bg 1s infinite; /* Fx 5+ */
  -o-animation: registration-blink-bg 1s infinite; /* Opera 12+ */
  animation: registration-blink-bg 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes registration-blink-bg {
  0%,
  49% {
    background-color: #e56713;
  }
  50%,
  100% {
    background-color: #a56891;
  }
}

.quick-popup.privacy .modal-dialog {
  max-width: 800px;
}

.footer-blink-bg {
  width: 100%;
  height: 100%;
  -webkit-animation: footer-blink-bg 1s infinite; /* Safari 4+ */
  -moz-animation: footer-blink-bg 1s infinite; /* Fx 5+ */
  -o-animation: footer-blink-bg 1s infinite; /* Opera 12+ */
  animation: footer-blink-bg 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes footer-blink-bg {
  0%,
  49% {
    background-color: #e56713;
  }
  50%,
  100% {
    background-color: #735879;
  }
}

.quick-popup.privacy .modal-dialog {
  max-width: 800px;
}

/* Quick Query Fix End */

/* bottom fix form style here */

.bottom-fix {
  width: 100%;
  background: #735879;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 2px #e56713;
  z-index: 9998;
}
.footer-form {
  width: 100%;
}
.footer-form ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.footer-form ul li {
  width: 20%;
  padding: 15px 20px 2px 20px;
	height: 75px
}
.footer-form ul li input {
  padding: 12px 10px;
  height: 46px;
  line-height: 15px;
}
.footer-form .get-callback {
  width: 220px;
  height: 47px;
  background-color: #e76329;
  color: #fff;
  border: unset;
}
li.send-message,
li.send-message:hover {
  background: transparent;
}
li.send-message input {
  background: #b87aa9;
  border: none;
  display: block;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
li.send-message .ajax-loader {
  position: absolute;
}
.bottom-fix .wpcf7-mail-sent-ok,
.bottom-fix .wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  text-align: center;
  color: #fff;
}

/* bottom fix form style end */

/* Quick Query Style Here */

.quick-popup .modal-body {
  border: solid 1px #ccc;
  margin: 15px;
  background: #f7f7f7;
}
.quick-popup button.close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.quick-popup .modal-dialog {
  max-width: 600px;
}
.modal-form-img img {
  width: 100px;
  margin-bottom: 20px;
}
.modal-form-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal-form-img h3 {
  font-size: 32px;
  font-family: "Khand";
  font-weight: bold;
  letter-spacing: 1px;
  color: #735879;
}
.contact-form-submit.topmargin_10 input {
  background-color: #b87aa9;
  border-color: #b87aa9;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 16px;
  font-weight: 500;
  border-radius: 4px;
}
.contact-form-subject select {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  padding: 7px 10px;
  border-radius: 4px;
}
.quick-popup button.close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.quick-popup,
.unit-popup {
  z-index: 9999 !important;
}
.terms-conts p a {
  color: #fff;
  background: transparent;
  padding: 0;
}
.terms-conts a {
  color: #fff;
  background: #b87aa9;
  padding: 10px 20px;
  border-radius: 15px;
  line-height: normal;
}
.terms-conts a:hover {
  color: #fff;
}
.quick-popup.privacy .modal-body {
  background: #735879;
}
.quick-popup.privacy .modal-body span {
  color: #fff;
}
.quick-popup input::placeholder,
.quick-popup select {
  font-family: "Ubuntu" !important;
}
.quick-popup form label:nth-child(1) {
  margin-top: 0;
}
.quick-popup form label {
  margin-top: 15px;
  margin-bottom: 5px;
}

/* Quick Query Style End */

/* Toll Free Number Annimation  Style Here */

.online-registration ul li:nth-child(2) a {
  animation: zoominoutsinglefeatured 1s infinite;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.page-id-3673 .online-registration ul li a,
.page-id-3227 .online-registration ul li a {
  animation: zoominoutsinglefeatured 1s infinite;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Toll Free Number Annimation  Style End */

.flats-detail h2 {
  text-align: center;
  margin: 20px 0;
}
.build-details h4 {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}
.build-details ul {
  width: 33.33%;
}
.build-details ul li {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Khand";
  font-size: 18px;
  letter-spacing: 1px;
}
.welcome-awas-yojna .build-details:last-child {
  background: #a56891;
}
.why-conts ul li {
  color: #fff;
  font-size: 18px;
  font-family: "Khand";
  font-weight: 500;
}
.chat-btn {
  display: none;
}

/***** REGISTRATION FORM****/

.online-title h2 {
  text-align: center;
  color: #b32512;
  font-weight: 700;
  font-size: 42px;
}

section.Online-Registration {
  padding: 30px 0px;
}
.personal-line h4 {
  font-size: 28px;
  color: #7d9f2b;
  border-bottom: 2px solid;
  padding-bottom: 12px;
  margin-bottom: 0px;
  position: relative;
}
span.counting {
  font-size: 25px;
  color: #7d9f2b;
  font-weight: 500;
}
.online-content {
  display: inline-block;
  width: 100%;
}
.full-online-form {
  width: 100%;
}
input.name-input-online {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  margin-bottom: 10px;
}
.online-content label {
  margin: 7px 0px;
  font-size: 18px;
  color: #3e3d3d;
}
select.name-input-online {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  margin-bottom: 10px;
}
select.name-input-payment {
  width: 30%;
}
.online-content.payment label {
  font-size: 14px;
}
.online-content.payment {
  text-align: right;
  margin: 10px 0px;
}
.select-content span {
  margin: 0 2px;
  text-align: center;
}
.submit-registration input {
  background-color: #f6911e;
  border-color: #f6911e;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 28px;
  font-weight: 500;
  border-radius: 4px;
}
.submit-registration {
  text-align: center;
  margin: 30px 0px 0px;
}

input.countion-caption {
  width: 100%;
}
.cpation-name label {
  width: 100%;
  background-color: #a56891;
  padding: 10px 5px;
}
.cpation-name label {
  width: 100%;
  background-color: #a56891;
  padding: 0px 5px;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
span.K {
  margin: 0px 15px;
  font-size: 20px;
  font-weight: 500;
}
.cpation-name {
  margin: 10px 0px;
}
input.countion-caption {
  padding: 10px;
}

.error {
  color: red !important;
}
input.name-input-online.error {
  color: #222 !important;
}
select.inner-select {
  width: max-content;
  height: 30px;
  border: 1px solid #a56891;
  margin: 0 auto;
}
.select-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #a56891;
  padding: 10px;
}
.select-content h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.projects-type p {
  margin: 0px 10px 10px;
  color: #fff;
}
.projects-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #a56891;
  height: 38px;
}

/*************** Registrtion-Form Style Here ********************/

section.Online-Registration {
  padding: 30px 0px;
}
.personal-line h4 {
  font-size: 28px;
  color: #7d9f2b;
  border-bottom: 2px solid;
  padding-bottom: 12px;
  margin-bottom: 0px;
  position: relative;
}
.online-content {
  display: inline-block;
  width: 100%;
}
.full-online-form {
  width: 100%;
}
input.name-input-online {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  margin-bottom: 10px;
}
.online-content label {
  margin: 7px 0px;
  font-size: 18px;
  color: #3e3d3d;
}
select.name-input-online {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  margin-bottom: 10px;
}
select.name-input-payment {
  width: 30%;
}
.online-content.payment label {
  font-size: 14px;
}
.online-content.payment {
  text-align: right;
  margin: 10px 0px;
}
.submit-button {
  background-color: #f6911e;
  border-color: #f6911e;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 28px;
  font-weight: 500;
  border-radius: 4px;
}
.submit-registration {
  text-align: center;
  margin: 30px 0px 0px;
}

input.countion-caption {
  width: 100%;
}
.cpation-name label {
  width: 100%;
  background-color: #a56891;
  padding: 10px 5px;
}
.cpation-name label {
  width: 100%;
  background-color: #a56891;
  padding: 0px 5px;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
span.K {
  margin: 0px 15px;
  font-size: 20px;
  font-weight: 500;
}
.cpation-name {
  margin: 10px 0px;
}
input.countion-caption {
  padding: 10px;
}
.error {
  color: red !important;
}
input.name-input-online.error {
  color: #222 !important;
}
select.inner-select {
  width: 163px;
  height: 30px;
  border: 1px solid #a56891;
  margin: 0 auto;
}
.select-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #a56891;
  padding: 10px;
}
.select-content h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
body.page.page-id-3227 {
  padding-right: 0 !important;
}
.footer.online-footer {
  padding-bottom: 40px;
}

.build-details p {
  display: none !important;
}
.welcome-awas-yojna .build-details:last-child p {
  display: block !important;
}

/*************** Registrtion-Form Style Here ********************/

/* Awas Yojna 2nd Landing Page Style Here */

.page-id-3673 .welcome-awas-yojna .build-details:nth-child(2),
.page-id-3673 .welcome-awas-yojna .build-details:nth-child(3) {
  background: #a56891;
}
.page-id-3673 .welcome-awas-yojna .build-details:last-child {
  background: #71baaf;
}
.page-id-3673 .location-inner {
  margin-top: 40px;
}
.page-id-3673 .location-map .col-12:nth-child(-n + 2) .location-inner {
  margin-top: 0;
}
.page-id-3673 .facilities-details {
  min-height: 570px;
}
.page-id-3673 .facilities-details h4 {
  font-size: 17px;
  letter-spacing: 0px;
}
.page-id-3673 .fees-inner h3 {
  font-size: 25px;
}
.page-id-3673 .fees-inner span {
  font-size: 20px;
  margin-bottom: 7px;
}
.page-id-3673 .fees-inner project {
  top: 116px;
}
.page-id-3673 .fees-inner h3 {
  display: flex;
  flex-direction: column;
  height: 116px;
}
.page-id-3673 .fees-inner project a {
  font-size: 20px;
}
.page-id-3673 .facilities-details h2 {
  font-size: 30px;
}
.page-id-3673 .map-img img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
.build-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.build-main .build-details:nth-child(-n + 2) {
  border-bottom: solid 1px #c4c2c2;
}
.page-id-3673 ul.locations-list li {
  width: 10%;
}
.page-id-3673 ul.locations-list li:nth-child(9n + 0),
.page-id-3673 .keshwana-key ul.locations-list li:nth-child(10n + 0) {
  margin-right: 0;
}
.page-id-3673 .keshwana-key ul.locations-list li {
  width: 9%;
}
.page-id-3673 .keshwana-key ul.locations-list li:nth-child(9n + 0) {
  margin-right: 14px;
}
.page-id-3673 .bhiwadi-key ul.locations-list li {
}
.page-id-3673 .jaipur ul.locations-list li {
  width: 8.8%;
}
.page-id-3673 .jaipur ul.locations-list li:nth-child(9n + 0) {
  margin-right: 14px;
}
.page-id-3673 .location-box.nerbly-place h2,
.page-id-3673 .Location-title.nerbly-place h2 {
  margin-bottom: 25px;
}
.page-id-3673 .location-inner h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.page-id-3673 .Location-title {
  margin-bottom: 0;
}
.page-id-3673 .Location-title h2 {
  font-size: 25px;
}
.page-id-3673 .popular-hdng h2 {
  margin-bottom: 0;
}
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(-n + 2) td,
.page-id-3673
  .table-cover
  .page-id-3673
  .table-bordered
  tbody
  tr:nth-child(-n + 2)
  th,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(-n + 2) td a,
.page-id-3673 .table-bordered tbody tr:nth-child(-n + 2) th,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(5) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(5) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(5)
  td
  a,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(6) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(6) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(6)
  td
  a,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(7) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(7) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(7)
  td
  a,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(8) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(8) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(8)
  td
  a {
  background: #bca3b6;
  color: #fff;
}
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(3) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(3) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(3)
  td
  a,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(9) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(9) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(9)
  td
  a,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(10) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(10) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(10)
  td
  a {
  background: #735879;
  color: #fff;
}
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(4) td,
.page-id-3673 .table-cover .table-bordered tbody tr:nth-child(4) th,
.page-id-3673
  .page-id-3673
  .table-cover
  .table-bordered
  tbody
  tr:nth-child(4)
  td
  a {
  background: #735879;
  color: #fff;
}
.page-id-3673 th.highlights strong {
  width: 300px;
}
.page-id-3673 .playment-plan-inner table td a {
  color: #fff;
}
.page-id-3673 .build-details ul li {
  letter-spacing: 0;
}
.page-id-3673 .distance-title h2 {
  font-size: 25px !important;
}
.page-id-3673 .build-details p {
  display: block !important;
  line-height: 25px;
}
.page-id-3673 .welcome-awas-yojna .build-details:last-child p {
  height: auto;
  text-align: center;
  width: 33.33%;
}
.page-id-3673 .img-thumbnail {
  padding: 0;
  border: none;
}
.page-id-3673 .terms-conts h6 a {
  /*     display: none; */
}
.page-id-3227 .header-content h1,
.page-id-3673 .header-content h1,
.page-id-10866 .header-content h1 {
  font-size: 65px;
}
.page-id-3227 .template-menu,
.page-id-3673 .template-menu {
  padding: 10px 0;
}
.page-id-3673 .floor-conts h4 {
  text-transform: unset;
  font-size: 17px;
}
.page-id-3673 .template-menu .col-xl-2,
.page-id-3227 .template-menu .col-xl-2,
.page-id-10866 .template-menu .col-xl-2 {
  max-width: max-content;
}
.page-id-3673 .template-menu .col-xl-7,
.page-id-3227 .template-menu .col-xl-7,
.page-id-10866 .template-menu .col-xl-7 {
  max-width: max-content;
}
.page-id-3673 .header-content,
.page-id-3227 .header-content,
.page-id-10866 .header-content {
  width: 725px;
}
.page-id-3673 .flat-fees {
  background-size: cover !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-id-3673 .flat-fees:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #a56891;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-id-3673 .space-between-section ul {
  justify-content: flex-end;
}
.page-id-3673 .toll-free-bg {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: transparent;
  width: 100%;
}
.page-id-3673 .online-registration ul li a {
  margin-bottom: 0;
}
.page-id-3673 .flat-fees h4:first-child {
  display: none;
}

/* Awas Yojna 2nd Landing Page Style End */

/* Top-Bar Style Here */

.registration-top.online-registration {
  background: #71baaf;
  padding: 10px 0;
}
.registration-top.online-registration ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  flex-direction: row;
}
.registration-top.online-registration ul li {
  width: max-content;
  font-size: 29px;
  line-height: normal;
  color: #fff;
  margin-left: 20px;
  border-right: solid 2px #fff;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.registration-top.online-registration ul li:last-child {
  border-right: 0;
}
.registration-top.online-registration ul li .fa {
  margin-right: 5px;
}
.registration-top.online-registration ul li a {
  font-size: 29px;
  font-weight: 500;
  color: #a56891;
  margin-left: 25px;
  background: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

/* Topbar Style End */

/* Awas Yojna 2nd Registration Page Style Here */

.page-id-3227 .cpation-name label {
  padding: 7px 5px 0;
  font-size: 16px;
}
.page-id-3227 span.K {
  margin: 0px 15px;
  font-size: 16px;
}
.page-id-3227 .projects-type {
  height: auto;
}
.page-id-3227 select.inner-select {
  height: 30px;
  width: 100%;
}
.page-id-3227 .select-content .inner-select {
  margin-bottom: 10px;
}
.page-id-3227 .select-content .inner-select:last-child {
  margin-bottom: 0px;
}
.page-id-3227 .all-project {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.status {
  width: 100%;
  text-align: center;
}
.status p {
  margin-bottom: 0;
  position: relative;
  top: -10px;
}
.page-id-3673 .footer-form ul li {
  width: 16.6%;
}
.footer-form .contact-form-subject select {
  margin-bottom: 0;
  color: #6c757d;
  font-weight: 400;
  font-size: 16px;
  height: 46px;
}
.nd-price h2 {
  margin-top: 30px;
}

/* Awas Yojna 2nd Registration Page Style End */

/*********************    Responsive Style Here    ****************************/

@media (min-width: 1200px) and (max-width: 1599px) {
  .page-id-3673 .fees-inner span {
    font-size: 17px;
  }
  .page-id-3673 .fees-inner h3 {
    font-size: 18px;
  }
  .page-id-3673 .fees-inner project a {
    font-size: 18px;
  }
  .page-id-3673 .fees-inner project {
    top: 76px;
  }
  .page-id-3673 .facilities-details h4 {
    font-size: 16px;
  }
  .page-id-3673 .facilities-details h2 {
    font-size: 25px;
  }
  .page-id-3673 .all-icons p {
    font-size: 15px;
  }
  .page-id-3673 .build-details ul li {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .page-id-3673 .build-details {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .page-id-3673 .footer-form ul li {
    width: 33.33%;
  }
  .registration-top.online-registration ul li {
    font-size: 16px;
    margin-left: 10px;
    border-right: solid 1px #fff;
    padding-right: 8px;
  }
  .registration-top.online-registration ul li a {
    font-size: 16px;
    margin-left: 10px;
  }
  .registration-top.online-registration ul li:nth-child(2) a {
    font-size: 14px;
  }
  .page-id-3673 .draw-logo a img,
  .page-id-3227 .draw-logo a img {
    width: 70px;
  }
  .page-id-3673 .header-content,
  .page-id-3227 .header-content {
    width: 348px;
  }
  .page-id-3227 .select-content {
    height: auto;
  }
  .page-id-3227 .header-content h1,
  .page-id-3673 .header-content h1 {
    font-size: 30px;
  }
  .page-id-3673 .layout-plan .row .col-12:nth-child(-n + 7) {
    margin-bottom: 40px;
  }
  .page-id-3673 .location-inner h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .page-id-3673 .map-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .page-id-3673 .popular-hdng h2 {
    margin-bottom: 20px;
  }
  .page-id-3673 .jaipur ul.locations-list li {
    width: 31%;
  }
  .page-id-3673 .bhiwadi-key .distance-title h2 {
    margin-top: 0;
  }
  .page-id-3673 .location-box.nerbly-place h2,
  .page-id-3673 .Location-title.nerbly-place h2 {
    font-size: 25px;
  }
  .page-id-3673 .amenities-title,
  .page-id-3673 .training-title,
  .page-id-3673 .unit-title,
  .page-id-3673 .Location-title {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .header-content h1 {
    font-size: 35px;
  }
  .online-registration ul li a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .online-registration ul li:nth-child(2) a {
    font-size: 28px;
  }
  .registration-sec .row .col-12 {
    margin-bottom: 30px;
  }
  .online-registration ul {
    width: 100%;
  }
  .template-menu {
    padding: 10px 0;
  }
  .flat-fees h4 {
    margin-bottom: 0;
  }
  .registration-details p {
    padding: 0;
  }
  .facilities-details {
    min-height: 590px;
  }
  .fees-inner h3 {
    font-size: 22px;
  }
  .fees-inner project {
    top: 50px;
  }
  .registration-fees .col-12:nth-child(-n + 2) {
    margin-bottom: 30px;
  }
  .registration-fees {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .build-details {
    width: 100%;
  }
  .flats-detail h2 {
    margin: 40px 0 20px;
  }
  .chat-btn {
    display: block;
  }
  .footer-form ul {
    justify-content: center;
  }
  .footer-form ul li {
    width: 50%;
    padding: 10px 10px;
  }
  .bottom-fix {
    padding: 20px 0 20px;
  }
  .chat-btn {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background: #e56713;
    padding: 15px;
    font-size: 50px;
    color: #fff;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
  }
  .bottom-fix {
    display: none;
    overflow-y: auto;
  }
  .bottom-fix.active {
    display: block;
  }
  .close-icon {
    opacity: 0;
  }
  .chat-btn .fa {
    opacity: 1;
    visibility: visible;
    transition: 0.8s all;
  }
  .chat-btn.active .fa {
    opacity: 0;
    visibility: hidden;
    transition: 0.8s all;
  }

  .chat-btn .close-icon {
    opacity: 0;
    visibility: hidden;
    transition: 0.8s all;
    position: relative;
    bottom: 55px;
    font-weight: bold;
  }
  .chat-btn.active .close-icon {
    opacity: 1;
    visibility: visible;
    transition: 0.8s all;
    position: relative;
    bottom: 55px;
    font-weight: bold;
  }
  .cpation-name label {
    padding: 5px 5px 0;
    font-size: 16px;
  }
  span.K {
    margin: 0px 15px;
    font-size: 15px;
    font-weight: 500;
  }
  select.inner-select {
    width: 100%;
    margin: 0 auto 5px;
  }
  .select-content {
    height: 92px;
  }
  .page-id-3673 .table.table-bordered {
    width: max-content;
  }
  .page-id-3673 .table-cover {
    overflow: scroll;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .template-banner {
    display: none;
  }
  .template-banner.for-mobile {
    display: block;
  }
}

/*********** For Mobile *********************************/

@media (max-width: 576px) {
  /********************

*************/

  .page-id-3673 .flat-fees h4:first-child {
    display: block;
    font-size: 34px;
    color: #ffffff;
    text-shadow: 0px 3px 1px #000;
  }
  .page-id-3227 .header-content h1,
  .page-id-3673 .header-content h1 {
    font-size: 22px !important;
  }
  .registration-top.online-registration {
    margin-top: 0;
  }
  .page-id-3673 .footer-form ul li {
    width: 100%;
  }
  .registration-top.online-registration ul {
    justify-content: center;
  }
  .online-registration ul {
    width: 70%;
    margin: 0 auto 10px;
  }
  .registration-top.online-registration ul li {
    border-right: none;
  }
  .registration-top.online-registration ul li a {
    margin-left: 20px;
    color: #a56891;
  }
  .page-id-3673 .template-banner.for-mobile .toll-free-bg {
    bottom: 0;
    width: 50%;
    padding: 0;
  }
  .page-id-3673 .template-banner.for-mobile {
    position: relative;
  }
  .page-id-3673 .flat-fees h4:nth-child(n + 2) {
    display: none;
    font-size: 34px;
  }
  .page-id-3673 .flat-fees:before {
    background: transparent;
  }
  .page-id-3673 .flat-fees {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
  }
  .page-id-3673 .draw-logo a img,
  .page-id-3227 .draw-logo a img {
    width: 50px;
  }
  .page-id-3673 .header-content,
  .page-id-3227 .header-content {
    width: 100%;
  }
  .page-id-3673 .template-menu .col-xl-7,
  .page-id-3227 .template-menu .col-xl-7 {
    max-width: 100%;
    padding: 0;
  }
  .page-id-3673 .welcome-awas-yojna .build-details:nth-child(2),
  .page-id-3673 .welcome-awas-yojna .build-details:nth-child(4) {
    background: #a56891 !important;
  }
  .page-id-3673 .welcome-awas-yojna .build-details:nth-child(3) {
    background: #71baaf;
  }
  .online-title h2 {
    font-size: 30px;
  }
  .page-id-3673 .welcome-awas-yojna .build-details:last-child p {
    width: 100%;
  }
  .page-id-3673 .distance-title h2,
  .page-id-3673 .location-box.nerbly-place h2,
  .page-id-3673 .Location-title.nerbly-place h2 {
    font-size: 20px !important;
  }
  .page-id-3673 .online-title h2 {
    font-size: 30px;
  }
  .page-id-3673 .personal-line h4 {
    font-size: 24px;
  }
  .page-id-3673 .select-content {
    height: auto;
  }
  .page-id-3673 .facilities-details {
    min-height: auto;
  }
  .page-id-3673 .popular-hdng h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .page-id-3673 .build-main .build-details:nth-child(-n + 3) {
    border-bottom: none;
    padding: 21px 0;
  }
  .page-id-3673 .fees-inner h3 {
    font-size: 20px;
  }
  .page-id-3673 .fees-inner project {
    top: 112px;
  }
  .cpation-name label {
    font-size: 27px;
  }

  .brand-image.draw-bank {
    height: 100px;
  }
  .facilities-details {
    min-height: auto;
  }
  .all-icons .col-6 {
    text-align: center;
  }
  .all-icons img {
    width: 30%;
    text-align: center;
    margin: 0 auto 10px;
  }
  .all-icons p {
    font-size: 12px;
  }
  .select-content {
    padding: 5px 5px;
  }
  .header-content h1 {
    font-size: 26px;
  }
  .online-registration {
    margin-top: 10px;
  }
  .online-registration ul li:nth-child(2) a {
    font-size: 20px;
    justify-content: left;
  }
  .online-registration ul li a fa {
    margin-right: 5px;
  }
  .template-menu.sticky {
    position: inherit;
  }
  .registration-sec .row .col-12:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .registration-details h2 {
    font-size: 20px;
  }
  .registration-fees .col-12:nth-child(-n + 7) {
    margin-bottom: 30px;
  }
  .flats-detail h2 {
    font-size: 26px;
  }
  .build-details ul {
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
  }
  .build-details ul:last-child {
    border-bottom: none;
  }
  .table-cover {
    overflow: scroll;
  }
  .table.table-bordered {
    width: max-content;
  }
  .template-banner {
    display: none;
  }
  .template-banner.for-mobile {
    display: block;
  }
  .template-banner.for-mobile {
    padding: 0;
  }
  .footer-form ul li {
    width: 100%;
    padding: 10px 20px;
  }
  .footer-form ul {
    padding: 20px 0;
  }
  .footer-content {
    margin-bottom: 30px;
  }
  .location-box.nerbly-place h2,
  .Location-title.nerbly-place h2 {
    font-size: 22px;
  }
  .Location-title.nerbly-place {
    margin-top: 20px;
  }
  .popular-hdng h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .location-inner h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .map-img {
    border: 1px solid #fff;
    margin-bottom: 25px;
  }
  .terms-conts p a {
    width: 100%;
    display: block;
    word-break: break-all;
    padding: 5px 0 15px;
  }
  .fees-inner span {
    font-size: 16px;
  }
  .fees-inner h3 {
    font-size: 18px;
  }
  .footer-form {
    width: 100%;
    overflow: hidden;
  }
  .template-menu {
    display: block;
  }
  .template-menu.sticky {
    position: inherit;
    display: none;
  }
  .chat-btn {
    font-size: 30px;
    height: 70px;
    width: 70px;
    line-height: 38px;
  }
  .chat-btn .close-icon {
    bottom: 39px;
    font-weight: 500;
    font-size: 35px;
  }
  .chat-btn.active .close-icon {
    bottom: 39px;
    font-weight: 500;
    font-size: 35px;
  }
  .registration-sec .row .col-12:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .playment-plan-inner {
    padding: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  select.inner-select {
    font-size: 15px;
  }
  .page-id-3227 .header-content h1,
  .page-id-3673 .header-content h1 {
    font-size: 22px !important;
  }
  .fees-inner img {
    margin-top: 60px;
  }
  section.amenities .aments-thumb img.infographic {
    margin-top: 0;
  }
}

/*******************    Responsive Style End    *******************************/

section.logo-brand {
  background-color: #735879;
}

.build-main .build-details:nth-child(2) {
  background: #a56891;
}

/*******************    start: From template    *******************************/
select#property_type {
  height: 46px;
}
.col-6.col-sm-6.col-md-3.col-lg-2.col-xl-2:not(:nth-child(-n + 6))
  .aments-thumb
  .thubmnil-effect.infographic-img
  img {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .fees-inner project {
    top: 0px;
  }
  /*.layout-plan {*/
  /*	margin-top: 400px;*/
  /*}*/
}
.fclts-btn h2 {
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  padding: 5px 0;
  font-family: "Khand";
  color: #fff;
  border-bottom: dashed 3px #fff;
  margin-bottom: 20px;
}
.suvidhae {
  padding: 40px 40px;
  background-color: #754383;
}
.thubmnil-effect.infographic-img img {
  width: 77px;
  height: 77px;
}
.aments-thumb p {
  color: #fff;
}
.facilities-details {
  min-height: 0;
}
/*.table-bordered tbody tr:nth-child(3), .table-bordered tbody tr:nth-child(4), .table-bordered tbody tr:nth-child(5) {*/
/*	background: #735879;*/
/*	color: #FFF;*/
/*}*/
.playment-plan-inner table td a {
  color: #ffffff;
}
.registration-top.online-registration {
  background: #754383;
  padding: 10px 0;
}
.registration-top.online-registration ul li a {
  color: #f8e545;
}
.build-details:nth-child(2) {
  height: 76%;
}
.Offer-plan {
  text-align: center;
  margin: 30px;
  padding: 18px 0px 2px;
  color: red;
}
.Offer-plan p {
  font-weight: bolder;
}
.Offer-plan {
  -webkit-animation: Offer-plan 0.7s infinite; /* Safari 4+ */
  -moz-animation: Offer-plan 0.7s infinite; /* Fx 5+ */
  -o-animation: Offer-plan 0.7s infinite; /* Opera 12+ */
  animation: Offer-plan 0.7s infinite; /* IE 10+, Fx 29+ */
}

@keyframes Offer-plan {
    0%,
    49% {
      background-color: #e567134a;
    }
    50%,
    100% {
      background-color: #ffe400;
    }
  }

@-webkit-keyframes Offer-plan {
  0%,
  49% {
    background-color: #e567134a;
  }
  50%,
  100% {
    background-color: #ffe400;
  }
}
section.location-map .col-12.col-sm-12.col-md-6.col-lg-6.col-xl-6:last-child {
  margin: 0 auto;
}
/*******************    ends: From template    *******************************/
