@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600&display=swap');

.White_arrow{
        position: absolute;
        top: 21px;
        right: 10px;
        color: var(--colorBtn);
        font-size: 22px !important;
        fill: var(--colorPrimary);
        width:22px;
}

.primary_arrow{
     position: absolute;
        top: 21px;
        right: 10px;
        color: var(--colorPrimary);
        font-size: 22px !important;
}
.top-bar {
  font-family: 'Raleway', sans-serif;
  background: rgba(255, 255, 255, 0.8509803922);
  box-shadow: 5px 2px 6px 0 rgba(0, 0, 0, 0.1215686275), inset 0 -1px 0 0 #dadce0;
  width: 100%;
}
.top-bar .hide-notice {
  display: block;
}
.top-bar .nav-link {
  color: #333;
  font-weight: 700;
  padding: 15px 20px;
}
.top-bar .header-first-row {
  padding: 5px 0px;
  background: #fff;
}
.top-bar .header-first-row .Logo {
  display: inline-block;
  padding: 5px;
  width: 180px;
}
.top-bar .header-first-row .ph-no {
  border: 1px solid var(--colorPrimary);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}
.top-bar .header-first-row .ph-no a {
  text-decoration: none;
}
.top-bar .header-first-row .phone_no {
  color: #666;
}
.top-bar .header-first-row .phone_no:hover {
  color: #000;
}
.top-bar .header-first-row .navbar.navbar-expand-md.navbar-light {
  padding: 0 10px;
  background: #fff;
}
.top-bar .header-first-row .navbar-nav li .phone_url {
  font-size: 16px;
}
.top-bar .header-first-row .navbar-expand-lg {
  padding: 0 10px;
}
.top-bar .header-first-row .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.top-bar .header-first-row .navbar-light .navbar-nav .active > .nav-link,
.top-bar .header-first-row .navbar-light .navbar-nav .nav-link.active,
.top-bar .header-first-row .navbar-light .navbar-nav .nav-link.show,
.top-bar .header-first-row .navbar-light .navbar-nav .show > .nav-link {
  color: #666;
}
.top-bar .header-first-row .navbar-light .navbar-nav .nav-link {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.top-bar .header-first-row .navbar-light .navbar-nav .nav-link:focus, .top-bar .header-first-row .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  transition: 0.5s ease all;
}
.top-bar .header-first-row .navbar-light .navbar-toggler {
  border: none;
  padding: 0px;
}
.top-bar .header-first-row .navbar-light .navbar-toggler .navbar-toggler-icon {
  line-height: 1.25em;
  color: #000;
}
.top-bar .header-first-row .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.top-bar .header-first-row .nav-item {
  transition: all ease 0.3s;
}
.top-bar .header-first-row .nav-item a {
  text-decoration: none;
  color: var(--colorPrimary);
}
.top-bar .header-first-row .nav-item:last-child {
  margin-bottom: 24px;
}
.top-bar .header-first-row .icon-menu {
  color: #333;
  font-size: 1.5em;
}
.top-bar .header-first-row .mb-number {
  margin-top: 7px;
  font-size: 0.875em;
}

.banner-box {
  font-family: 'Raleway', sans-serif;
  position: relative;
  /* padding-right: 320px; */
}
.banner-box .dtp-view-img {
  display: none;
}
.banner-box .banner-img img {
  height: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.banner-box .banner-form-part {
  border-radius: 5px;
  width: 340px;
  max-width: 100%;
  position: relative;
  margin: auto;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  /* right: 0; */
  /* top: 0; */
  z-index: 99;
}
.banner-box .banner-form-part .form-highlights {
  background: var(--colorPrimary);
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.banner-box .banner-form-part .form-highlights hr {
  margin-top: 0;
}
.banner-box .banner-form-part .form-highlights .offer-head-text {
  padding-bottom: 20px;
}
.banner-box .banner-form-part .form-highlights .offer-head-text p {
  margin-bottom: 0;
  font-size: 18px;
}
.banner-box .banner-form-part .form-highlights .offer-head {
  display: block;
  padding: 20px 20px 8px 20px;
  background: var(--colorPrimary);
  border-radius: 0 0 5px 5px;
  justify-content: space-between;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-price {
  display: flex;
  font-size: 14px;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-price .offer-text {
  text-align: left;
  font-size: 22px;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-price .offer-image img {
  margin: 4px 4px 0 0;
  width: 24px;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-typology {
  display: flex;
  font-size: 14px;
  margin-top:-8px;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-typology .offer-text {
  text-align: left;
  font-size: 22px;
}
.banner-box .banner-form-part .form-highlights .offer-head .offer-typology .offer-image img {
  margin: 4px 4px 0 0;
  width: 24px;
}

.offer-text p{
    display: inline-flex;
    margin-bottom:0.5rem;
}
.banner-box .form-offer {
  max-width: 366px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.banner-box .form-offer h4 {
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  color: #000;
}
.banner-box .form-offer hr {
  height: 2px;
  color: var(--colorPrimary);
  opacity: 1;
  width: 250px;
  margin: 0 auto;
}
.banner-box .form-offer b {
  display: block;
}
.banner-box .form-heading {
  margin-bottom: 20px;
}
.banner-box .form-heading h1 {
  font-size: 24px;
  text-align: center;
}
.banner-box .form-container {
  border-radius: 5px 5px 0 0;
  border-top: none;
  width: 340px;
  padding: 20px;
}
.banner-box .form-container .contact-group {
  display: flex;
}
.banner-box .form-container .contact-group .country-code {
  width: 34%;
}
.banner-box .form-container .contact-group .country-code select {
  border-right: none;
}
.banner-box .form-container .contact-group .m-number-cont {
  width: 66%;
}
.banner-box .form-container .contact-group .m-number-cont .form-control {
  border-left: none;
}
.banner-box .form-carousel {
  background: var(--colorPrimary);
  padding: 0px 20px 20px 20px;
}
.banner-box .form-carousel .form-card {
  display: flex;
  justify-content: space-around;
}
.banner-box .form-carousel .form-card .form-card-img {
  width: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-box .form-carousel .form-card .form-card-img img {
  margin: 10px auto;
}
.banner-box .form-carousel .form-card .form-card-img p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.banner-box .terms {
  color: var(--colorPrimary);
}
.banner-box .form-heading span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.banner-box .country-code select, .banner-box .name-cont .form-control, .banner-box .m-number-cont .form-control, .banner-box .register-submit {
  height: calc(2.3em + 0.75rem + 0px);
  width: 100%;
  font-size: 0.875em;
  border-radius: 0;
}
.banner-box .form-control {
  border: 1px solid #949494;
}
.banner-box .country-code select {
  padding: 0 10px;
  background: #fff;
}
.banner-box .term-condition {
  font-size: 0.875em;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.banner-box .country-code, .banner-box .name-cont, .banner-box .m-number-cont {
  margin-bottom: 15px;
  position: relative;
}
.banner-box .offer-banner {
  z-index: 9;
  width: 340px;
  max-width: 100%;
  padding: 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0 auto;
}
.banner-box .offer-banner .offer-head-text {
  padding: 20px 20px 20px 20px;
  text-align: center;
  background: var(--colorPrimary);
  border-radius: 5px;
}
.banner-box .offer-banner .offer-head-text p {
  margin-bottom: 0;
  font-size: 16px;
}
.banner-box .offer-banner .offer-head-text h2 {
  font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.banner-box .offer-banner .offer-note {
  padding: 0px 20px;
  background: var(--colorPrimary);
  font-size: 14px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
hr {
    margin: .5rem 0;
}
.banner-box .offer-banner .offer-note p {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.banner-box .offer-banner .offer-center {
  color: var(--colorPrimary);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 0;
}
.banner-box .offer-banner .offer-center img {
  width: 32px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.banner-box .offer-banner .offer-center p {
  text-align: center;
  margin-bottom: 0;
}
.banner-box .offer-banner .offer-bottom-txt {
  background: #fff;
    color: #000;
    margin: 0px 20px 10px;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 5px 10px;
}
.banner-box .offer-banner .offer-bottom-txt ul li {
  list-style-type: disclosure-closed;
}
.banner-box .offer-banner .offer-btn {
  padding: 20px;
  display: flex;
  justify-content: center;
  background: var(--colorPrimary);
}
.banner-box .offer-banner .offer-btn span .btn-triangle {
  width: 0;
  height: 0;
  position: relative;
  top: -34px;
  right: -41px;
  border-bottom: 45px solid #fff;
  border-left: 80px solid transparent;
}
.banner-box .offer-banner .offer-btn span .btn-triangle img {
  position: absolute;
  top: 41px;
  right: 10px;
}
.banner-box .offer-banner .offer-btn button {
  text-align: center;
    font-weight: 800;
    font-size: 18px;
}
.banner-box .offer-banner .icon-check-1:before {
  margin: 0;
  padding: 0;
  text-align: left;
}
.banner-box .op-bk {
  display: inline-block;
  background: var(--colorSecondary);
  padding: 5px 10px;
  margin: 0px 0 10px -20px;
}
.banner-box .stra {
  background: linear-gradient(45deg, black, var(--colorSecondary));
  padding: 10px;
  margin-bottom: 10px;
}
.banner-box .stra span {
  display: block;
}
.banner-box .rera-no {
  padding: 10px 0 0;
  margin: 0;
}
.banner-box .icon-check-1 {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
}
.banner-box .banner-content li {
  letter-spacing: 0.5px;
}
.banner-box .banner-content li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--colorSecondary);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.banner-box .banner-content li b {
  font-size: 18px;
}
.banner-box .banner-content li span {
  display: inline-block;
  vertical-align: middle;
}
.banner-box select {
  border: 1px solid #949494;
  color: #495057;
}
.banner-box .modal-header h4 {
  font-size: 16px;
  padding-right: 16px;
}

@media (max-width: 320px) {
  .banner-form-part {
    max-width: 100%;
  }
  .banner-form-part .form-container {
    width: 100%;
  }
  .banner-form-part .form-offer hr {
    width: 100%;
  }
  .offer-banner {
    width: 100%;
  }
}
/* cta video section css end */
.cta-section {
  font-family: 'Raleway', sans-serif;
  background: var(--colorPrimary);
  margin-top: 160px;
}
.cta-section .container .row {
  padding-left: 0px;
}
.cta-section .container .row .cta-image {
  margin-top: -93px;
  display: flex;
  justify-content: center;
}
.cta-section .container .row .cta-content {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.cta-section .container .row .cta-content h3 {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-bottom: 20px;
}
.cta-section .container .row .cta-content p {
  color: white;
}

/*  onoad popup css start */
.modal {
  font-family: 'Raleway', sans-serif;
}
.modal .modal-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-right: 20px;
}
.modal .popup-img {
  margin: 0 auto 10px;
  overflow: hidden;
}
.modal .popup-img img {
  height: 100%;
  width: 100%;
}
.modal .modal-dialog {
  max-width: 380px;
}
.modal .modal-dialog .contry-code-mb-number {
  display: flex;
}
.modal .modal-dialog .contry-code-mb-number .country-code {
  width: 34%;
}
.modal .modal-dialog .contry-code-mb-number .country-code select {
  border-right: none;
  background-color: #fff;
}
.modal .modal-dialog .contry-code-mb-number .m-number-cont {
  width: 66%;
}
.modal .modal-dialog .contry-code-mb-number .m-number-cont .form-control {
  border-left: none;
}
.modal .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: var(--colorSecondary);
  opacity: 1;
  color: #fff;
  border-radius: 0;
  line-height: 16px;
}
.modal .btn-close:hover {
  color: #fff;
  opacity: 0.9;
}
.modal .btn-close:focus {
  box-shadow: none;
}
.modal .country-code select, .modal .name-cont .form-control, .modal .m-number-cont .form-control {
  border: 1px solid #949494;
  margin-bottom: 16px;
  position: relative;
}
.modal .country-code select, .modal .country-code select, .modal .name-cont .form-control, .modal .m-number-cont .form-control {
  height: calc(2.3em + 0.75rem + 0px);
  width: 100%;
  font-size: 0.875em;
  border-radius: 0;
  color: #495057;
}
.modal .register-submit {
  width: 100%;
}

/*  onoad popup css end */
/* floor plan css */
/*.floor-plan {*/
/*  font-family: 'Raleway', sans-serif;*/
/*}*/
.floor-plan .floor-img-cont {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  background: var(--colorPrimary);
  margin-top: 24px;
}
.floor-plan .image-container {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--colorPrimary);
}
.floor-plan .btn-container {
  padding: 20px;
}

/* location */
/*.location {*/
/*  font-family: 'Raleway', sans-serif;*/
/*}*/
.location .accordion-body {
  background: white;
}
.location .accordion-body ul {
  margin-bottom: 0;
}
.location iframe {
  width: 100%;
  border-radius: 5px;
}
.location .location-content {
  width: 100%;
  padding: 2px;
  margin-top: 10px;
}
.location .location-content p {
  font-size: 14px;
  margin-bottom: 12px;
}
.location .loc-map-text {
  letter-spacing: 0.5px;
  line-height: 30px;
}
.location .loc-map-img {
  margin-top: 10px;
}

/* footer css  */
.footer-section {
  font-family: 'Raleway', sans-serif;
  background: #f0f2f3;
  padding: 20px 0 0;
}
.footer-section .footer-text-content {
  text-align: center;
  border-top: 1px solid #6c757d;
  padding: 10px;
  font-size: 0.6875em;
  margin-top: 20px;
}
.footer-section .term_sec a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.footer-section .copyright_sec {
  font-size: 0.6875em;
}
.footer-section .copyright_sec p {
  text-align: center;
  color: #757575;
  margin-bottom: 0;
}
.footer-section .fixed-social-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.footer-section .fixed-social-icon ul {
  margin-bottom: 0;
}
.footer-section .fixed-social-icon ul li {
  background: #000;
  margin-bottom: 5px;
  transition: 0.3s ease-out;
  border: 2px solid #fff;
  border-radius: 10px;
}
.footer-section .fixed-social-icon ul li:first-child {
  background-color: rgb(42, 114, 197);
}
.footer-section .fixed-social-icon ul li:last-child {
  background: rgb(64, 202, 60);
}
.footer-section .fixed-social-icon ul li:hover {
  box-shadow: 1px 2px 6px #000;
  border-radius: 15px;
}
.footer-section .fixed-social-icon ul li img {
  width: 40px;
  display: block;
  padding: 5px;
}
.footer-section .fixed-social-icon i {
  transition: 0.3s ease all;
}
.footer-section .fixed-social-icon .icon-whatsapp {
  color: #5afb76;
}
.footer-section .fixed-social-icon .icon-whatsapp:hover {
  color: #0cff37;
}

.price-section {
  font-family: 'Raleway', sans-serif;
}
.price-section table {
  border: 1px solid var(--colorPrimary);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  width: 100%;
  table-layout: fixed;
}
.price-section table .t-border {
  border: 1px solid var(--colorPrimary);
}
.price-section table .t-border-right {
  border-right: 1px solid var(--colorPrimary);
}
.price-section table .t-border-bottom {
  border-bottom: 1px solid var(--colorPrimary);
}
.price-section table .table > :not(:last-child) > :last-child > * {
  border-bottom: 1px solid var(--colorPrimary);
}
.price-section table tr {
  background-color: white;
  border: 1px solid var(--colorPrimary);
}
.price-section table th, .price-section table td {
  padding: 0.325em;
  text-align: center;
}
.price-section table th {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .price-section table {
    border: 0;
  }
  .price-section table .t-border {
    border: 0;
  }
  .price-section table .t-border-m {
    border-bottom: 1px solid var(--colorPrimary);
  }
  .price-section table .t-border-bottom {
    border-bottom: 1px solid var(--colorPrimary);
  }
  .price-section table tr {
    background-color: white;
    border: 1px solid var(--colorPrimary);
  }
  .price-section table tr:last-child .t-border-right {
    border-right: 0;
  }
  .price-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .price-section table tr {
    border-bottom: 1px solid var(--colorPrimary);
    display: inline-block;
    width: 48%;
    margin: 24px 2px 0 2px;
  }
  .price-section table td {
    border-bottom: 1px solid var(--colorPrimary);
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .price-section table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .price-section table td:last-child {
    border-bottom: 0;
  }
}
.fixed-social-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
.fixed-social-icon ul {
  margin-bottom: 0;
  list-style: none;
}
.fixed-social-icon ul li a {
  color: #0d6efd;
  text-decoration: underline;
}
.fixed-social-icon ul li a img {
  width: 40px;
  display: block;
  padding: 5px;
}
.fixed-social-icon ul li:first-child {
  background-color: #2a72c5;
  border-radius: 5px;
  margin-bottom: 12px;
}
.fixed-social-icon ul li:last-child {
  background: #40ca3c;
  border-radius: 5px;
}

#myModal2 .modal-header {
  border-bottom: none;
}
#myModal2 .success-content {
  text-align: center;
}
#myModal2 .success-content img {
  display: block;
  margin: -20px auto;
  padding-bottom: 38px;
}
#myModal2 .success-content h3 {
  margin-bottom: 12px;
}
#myModal2 .success-content p {
  margin-bottom: 12px;
}

/*# sourceMappingURL=style.css.map */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1em;
  letter-spacing: 0.2px;
  font-family: 'Raleway', sans-serif;
}

ul {
  padding: 0;
}

ul,
ol {
  list-style: none;
}

h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

section {
  margin-bottom: 110px;
}

.para-margin {
  margin: -10px 0px 10px 0;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.arrow-btn {
  width: 100%;
  max-width: 350px;
  min-width: 120px;
  position: relative;
  height: 48px;
  background: var(--colorSecondary);
  border-color: transparent;
  padding: 8px 0px;
  color: #fff;
}
.arrow-btn p {
  margin-bottom: 0;
}
.arrow-btn .btn-triangle-w {
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  border-bottom: 48px solid #fff;
  border-left: 56px solid transparent;
}
.arrow-btn .btn-triangle-w img {
  position: absolute;
  top: 30px;
  right: 6px;
}
.arrow-btn .btn-triangle-b {
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  right: -2px;
  border-bottom: 48px solid var(--colorPrimary);
  border-left: 56px solid transparent;
}
.arrow-btn .btn-triangle-b img {
  position: absolute;
  top: 30px;
  right: 6px;
}

.head-title {
  margin: 20px 0;
  position: relative;
}
.head-title .sub-title {
  display: flex;
}
.head-title .sub-title h2 {
  background-color: white;
  z-index: 99;
  text-transform: capitalize;
}
.head-title .sub-title span {
  color: var(--colorPrimary);
  margin-left: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.head-title h3 {
  position: absolute;
  top: 30px;
  font-weight: 700;
  font-size: 56px;
  line-height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--colorPrimary);
  margin-top: -84px;
  z-index: -1;
  left: 0;
  font-weight: 900;
}
.head-title h3:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 36px;
  bottom: 0;
  z-index: 99999;
  left: 0;
  position: absolute;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid var(--colorPrimary) !important;
  margin-bottom: 20px;
  border-radius: 5px;
}
.accordion-item .accordion-header {
  background-color: #fff;
  box-shadow: none;
  border-radius: 5px;
}
.accordion-item .accordion-header button {
  color: var(--colorSecondary);
  background: #fff;
  border-radius: 5px;
}
.accordion-item .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button::after {
    background-color: var(--colorPrimary);
    -webkit-mask-image: url("../img/icons/Iocns copy-02.svg");
    mask-image: url("../img/icons/Iocns copy-02.svg");
  /*background-image: url("../img/icons/Iocns copy-02.svg");*/
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-item .accordion-body {
  background: transparent;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--colorPrimary) !important;
}

.main-content {
  margin-top: 40px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #949494 !important;
}

.overview .over-tag {
  display: flex;
}
.overview .over-tag h2 {
  font-size: 15px;
}

/* highlight  start*/
.highlight .hl-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--colorPrimary);
  background-image: url("../img/amenities/card-bg.webp");
  background-size: cover;
  padding: 10px 10px;
  margin-top: 24px;
  text-align: center;
}
.highlight .hl-card span {
  margin-bottom: -22px;
}

/* highlight end */
/* amenities start*/
.amenities .amenities_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--colorPrimary);
  background-image: url("../img/amenities/card-bg.webp");
  background-size: cover;
  padding: 10px 10px;
  margin-top: 24px;
  height: 200px;
  text-align: center;
}
.amenities .amenities_card img {
  margin: 18px auto;
    opacity: 0.9;
    height: 102px;
    width: 172px;
    border-radius: 12px;
    /*box-shadow: 2px 3px 4px 3px lightgrey;*/
}

/* amenities end */
/* gallery  start*/
.gallery-box {
  margin-bottom: 200px;
}
.gallery-box .carousel {
  width: 100%;
  margin: 0px;
  text-align: center;
}
.gallery-box .carousel .carousel-inner {
  border-radius: 5px;
}
.gallery-box .carousel .carousel-control-prev {
  background-color: transparent;
}
.gallery-box .carousel .carousel-control-prev .carousel-control-prev-icon {
  /*background-image: url("../img/icons/prev.webp");*/
  background-color: var(--colorSecondary);
  margin-top: 510%;
  margin-right: -1010%;
}
.gallery-box .carousel .carousel-control-next {
  background-color: transparent;
}
.gallery-box .carousel .carousel-control-next .carousel-control-next-icon {
  /*background-image: url("../img/icons/next.webp");*/
  background-color: var(--colorPrimary);
  margin-top: 510%;
  margin-left: 40%;
}

/* gallery end */
@media (min-width: 641px) {
  .arrow-btn {
    width: 100%;
    max-width: 350px;
    min-width: 120px;
    position: relative;
    height: 48px;
    background: var(--colorSecondary);
    border-color: transparent;
    padding: 8px 0px;
    color: #fff;
  }
  .arrow-btn p {
    margin-bottom: 0;
  }
  .arrow-btn .btn-triangle-w {
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    border-bottom: 48px solid #fff;
    border-left: 88px solid transparent;
  }
  .arrow-btn .btn-triangle-w img {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .arrow-btn .btn-triangle-b {
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    right: -2px;
    border-bottom: 48px solid var(--colorPrimary);
    border-left: 88px solid transparent;
  }
  .arrow-btn .btn-triangle-b img {
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .banner-form-part {
    max-width: 340px;
    margin: 0 auto;
  }
  .banner-form-part .form-highlights {
    border-radius: 0 0 5px 5px;
  }
  .price-hd, .price-details span {
    font-size: 14px;
  }
  .ivr-header .container .ivr-group {
    flex-direction: row;
  }
  .ivr-header .container .ivr-group .contact-details {
    position: relative;
  }
  .ivr-header .container .ivr-group .social-details {
    justify-content: flex-end;
  }
  .ivr-header .container .ivr-group .contact-details::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -66px;
    border-top: 49px solid #f0564d;
    border-right: 68px solid transparent;
  }
  .gallery-box .carousel .carousel-control-prev {
    background-color: transparent;
  }
  .gallery-box .carousel .carousel-control-prev .carousel-control-prev-icon {
    background-color: var(--colorSecondary);
    /*-webkit-mask-image: url("../img/icons/Iocns copy-03.svg");*/
    /*mask-image: url("../img/icons/Iocns copy-03.svg");*/
    margin-top: 460%;
    margin-right: -1140%;
  }
  .gallery-box .carousel .carousel-control-next {
    background-color: transparent;
  }
  .gallery-box .carousel .carousel-control-next .carousel-control-next-icon {
     background-color: var(--colorPrimary);
    /*-webkit-mask-image: url("../img/icons/Iocns copy-01.svg");*/
    /*mask-image: url("../img/icons/Iocns copy-01.svg");*/
    margin-top: 460%;
    margin-left: 74%;
  }
}

@media screen and (min-width: 320px) and (max-width: 424px) {
    
  .amenities .amenities_card img{
    width: 100%;
  }
}


/*@media (min-width: 769px)*/
@media (min-width: 992px) {
  .main-content {
    margin-top: 0px;
  }
  .banner-box {
    flex-wrap: nowrap;
  }
  .banner-box .banner-form-part {
    border-radius: 5px;
    position: absolute;
    background: #fff;
    right: 18px;
    top: 380px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  }
  .banner-box .offer-banner {
    border-radius: 5px;
    position: absolute;
    left: 18px;
    top: 360px;
    background: var(--colorPrimary);
  }
  .banner-box .dtp-view-img {
    display: block;
  }
  .banner-box .mbl-view-img {
    display: none;
  }
  .banner-box .banner-img {
      height:100vh;
    /*-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 65%, 100% 65%, 56% 88%, 31% 71%, 0 89%);*/
    /*        clip-path: polygon(0% 0%, 100% 0, 100% 65%, 100% 65%, 56% 88%, 31% 71%, 0 89%);*/
  }
  .cta-image {
    margin-left: 40px;
  }
  .fixed-social-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-bar .hide-notice {
    display: block;
  }
  .top-bar .header-first-row .ph-no {
    margin-top: 8px;
  }
  .top-bar .header-first-row .nav-item:last-child {
    margin-bottom: 0px;
  }
  .banner-box {
    flex-wrap: nowrap;
  }
  .banner-box .banner-form-part {
    border-radius: 5px;
    position: fixed;
    background: #fff;
    right: 18px;
    top: 96px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  }
  .banner-box .offer-banner {
    border-radius: 5px;
    position: absolute;
    left: 18px;
    top: 25px;
    background: var(--colorPrimary);
  }
  .highlight .hl-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--colorPrimary);
    background-image: url("../img/amenities/card-bg.webp");
    padding: 10px 10px;
    min-height: auto;
  }
  .amenities .ameniteis-list ul li {
    width: 170px;
  }
  .price-section .price-hd {
    font-size: 16px;
  }
  .price-section .price-details span {
    font-size: 16px;
  }
  .price-section .price-content .form-group {
    display: flex;
  }
  .price-section .price-content .name-cont {
    width: 20%;
    margin: 0 10px;
  }
  .price-section .price-content .contry-code-mb-number {
    width: 55%;
    display: flex;
  }
  .price-section .price-content .contry-code-mb-number .country-code {
    margin: 0 10px 0 0;
    width: 40%;
  }
  .price-section .price-content .contry-code-mb-number .m-number-cont {
    width: 59%;
    margin: 0 10px 0 0;
  }
  .price-section .price-content .register-submit {
    width: 20%;
  }
}/*# sourceMappingURL=style.css.map */

/* Added CSS */
.white-arrow1{
    fill: var(--colorBtn);
}
.White_arrow.white-arrow1{
position: absolute;
    top: 21px;
    right: 10px;
    color: var(--colorBtn);
    font-size: 22px !important;
    width: 22px;
}
.nearby {font-family: 'Raleway', sans-serif;}
.floorplan-section {font-family: 'Raleway', sans-serif;}
.btn-info {
  color: #fff!important;
    background-color: var(--colorPrimary)!important;
    border-color: var(--colorPrimary)!important;
}
select.my_country_name.form-control.rounded-0.micro-form-field {
    float: left;
    display: inline-block;
    width: 40%;
    font-size: 0.875em;
    color: #495057;
    border: 1px solid #949494;
    margin-bottom: 16px;
    position: relative;
    height: calc(2.3em + 0.75rem + 0px);
    border-right: none;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
input#modal_my_mobile {
    width: 60%;
    border-left: none;
}
.form-side input {
    height: calc(2.3em + 0.75rem + 0px);
    width: 100%;
    font-size: 0.875em;
    color: #495057;
    border: 1px solid #949494;
    margin-bottom: 16px;
    position: relative;
}

@media (max-width: 992px){
    .banner-box .offer-banner {
        background: var(--colorPrimary);
    }
    .banner-box .form-container {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-bar .header-first-row .navbar-light .navbar-nav .nav-link {
        font-size:12px;
    }
}

