
@font-face {
  font-family: Miama;
  src: url(../font/miama/Miama.otf);
}

html{
  scroll-behavior: smooth;
}
body{
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
b, strong {
  font-weight: 600 !important;
}

svg{
  transition: .25s;
}

h1{
  font-family: 'Poppins', sans-serif;
}


p {

  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
}

header {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  
}
a{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img.img-responsive {
  width: 100%;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #ffffff;
}

.spinner-box {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ALTERNATING ORBITS */

.circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
  animation: spin .8s linear 0s infinite;
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
}



@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}


@media (min-width: 576px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 768px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 992px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 1200px) {
    .container-width {
      max-width: 90%;
    }
  }
  
  @media (min-width: 1400px) {
    .container-width {
      max-width: 95%;
    }
  }
  
  @media (min-width: 1650px) {
    .container-width {
      max-width: 82%;
  }
  }
  .container-width {
    max-width: 1300px;
  }
  
  
  
  /* 
  
  /////////////////////////////////////////////////////////////////////
  
                          header starts here
  
  ///////////////////////////////////////////////////////////////////// */
  
  header#header {
    position: absolute;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    z-index: 6;
    transition: 0.5s ease;
    background: #FFFFFF;
    height: 122px;
    left: 0;
    right: 0;
    width: 100% !important;
}
.header-block-content {
  box-shadow: 0px 4px 18px rgb(227 234 255 / 48%);
}

section#desai-home-banner{
  padding-top: 120px;
}

img.DD-Logo {
  display: none;
}




  header#header.nav-up.active{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: 0.5s ease;
    background-color: #16193B;
  }
  .header--fixed {
    z-index: 6 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(0%) !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    background-color: #fff !important;
    animation: slideDown 0.35s ease-out;
}

header#header li.project-menu-rev.nav-item {
  display: none;
}
header#header.header--fixed li.project-menu-rev.nav-item{
  display: block;
}


.inner-body   .header--fixed {
  z-index: 6 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-150%) !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff !important;
  animation: slideDown 0.35s ease-out;
}

/* .inner-body .header-scrolling_up {
  transform: translateY(0%)!important;
  z-index: 1000 !important;
} */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/* .header--fixed img.brand-logo {
  display: none;
} */

.nav-down.header--fixed.header-scrolling_up img.brand-logo{
  display: block;
  width: 40px;
  height: 60px;
  object-fit: contain;
  transition: .25s;
  transition: .25s;
}
.nav-down.header--fixed.header-scrolling_up img.DD-Logo{
  display: none;
}

/* .header--fixed img.DD-Logo {
  display: block;
  transition: .25s;
} */

.header--fixed a.navbar-brand img {
  width: 100%;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.header--fixed a.navbar-brand img {
  width: 100%;
  width: 45px;
  height: 65px;
  object-fit: contain;
}

img.DD-Logo-right {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-left: 10px;
}


.header--fixed a.navbar-brand {
  top: -6px;
}

.header--fixed section#subnavbar-section {
  opacity: 0;
  transition: .25s;
  visibility: hidden;
  display: none;
}

.header--fixed.header-scrolling_up {
  z-index: 3;
  pointer-events: all !important;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}

header#header.header--fixed.header-scrolling_up li.nav-item a {
  line-height: 24px;
  color: #626262;
  padding: 2px;
}

header#header.header--fixed.header-scrolling_up button.btn-header {
  border: 1px solid #EE3C35;
  background: #EE3C35;
  color: #fff;
  display:none;
}
header#header.header--fixed.header-scrolling_up button.btn-header:hover {
  border: 1px solid #EE3C35;
  background: #ffff;
  color: #EE3C35;
  transition: .25s;
}

header#header.header--fixed.header-scrolling_up button.btn-header:hover a {
  color: #EE3C35;
  transition: .25s;
}
header#header.header--fixed.header-scrolling_up button.btn-header a {
  color: #fff;
  transition: .25s;
}





header#header.header--fixed.header-scrolling_up .btn-header-menu a {
  color: #000;
  text-decoration: none;
}
header#header.header--fixed.header-scrolling_up .btn-header-menu::before {
  background-color: #000;
}
header#header.header--fixed.header-scrolling_up .btn-header-menu::after {
  background-color: #000;
}
body.navbar-open {
  overflow: hidden;
}
body.inner-body.navbar-open.nav-not-active {
  overflow: auto !important;
  height: auto !important;
}


header#header li.nav-item {
  padding: 0 10px;
  margin: 0 5px;
  display: flex;
  align-items: center;
}
  header#header li.nav-item a {
    padding: 2px;
    letter-spacing: 0.02rem;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #2A464F;
    transition: .25s;
}
header#header li.nav-item a:hover{
  color: #00A652 !important;
  transition: .25s;
}


a.navbar-brand {
  position: relative;
  margin-right: 30px;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 10px;
}

header#header.project-header a.navbar-brand {
  position: relative !important;
  top: auto;
  margin-right: 0;
  width: auto;
  height: auto;
}

.megamenu-browse-block-item .accordion-card h2 a {
  padding: 8px 0 !important;
}

.img-block img {
  margin-right: 0;
  width: 100%;
}
div#navbarSupportedContent {
  margin-left: 100px;
  padding: 5px 0;
  height: 54px;
}
a.navbar-brand img {
  width: 100%;
  width: 75px;
  height: 75px;
  object-fit: contain;
}

li.nav-item.dropdown.megamenu.project-active a {
  font-weight: 600 !important;
}

nav.navbar.navbar-expand-md {
  padding: 0;
}

  .header-btn-group {
    display: flex;
    gap:18px;
    grid-gap: 18px;
  }
  
  .footer-icon-block {
    flex-direction: column;
    align-items: end;
  }
  .footer-icon-block img {
    width: fit-content;
  }
  
  
  button.navbar-toggle{
    display: none;
  }
  button.btn-header img {
    margin-left: 5px;
  }
  img.app-str-icon-wt {
    display: none;
    transition: .25s;
  }
  
  .dropdown-toggle::after {
    display: none;
  }



li.nav-item.active {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1);
  border-radius: 1px;
}

li.nav-item.active a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #2A464F !important;
}

.service-mob-search-block form {
  margin-bottom: 0;
}
  
  .header-black .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 16px;
  }
  .header-black.header-fixed .icon-bar {
    background-color: #fff !important;
  }
  
  
  .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 16px;
  }


/* header#header.inner-header.project-header a.navbar-brand img {
  width: 100%;
  width: 60px;
  height: 60px;
  object-fit: contain;
} */


header#header.inner-header.project-header li.nav-item a {
  color: #2A464F;
}

header#header.inner-header.project-header  .nav-project-title {
  color: #2A464F;
}


  .project-header .icon-bar {
    background-color: #000;
  }
  .project-header button.navbar-toggle.x {
    color: #000;
  }
    
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .navbar-toggle.icon-bar:nth-of-type(3) {
    width: 22px;
  }
  .navbar-toggle .icon-bar:nth-of-type(2) {
    width: 36px;
    margin-left: 4px;
  }
  .navbar-toggle .icon-bar:nth-of-type(1) {
    width: 14px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 7px;
}
  
  button.navbar-toggle{
    background-color: transparent;
    border: 0;
  }
  button.btn-header {
    background: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 1px;
    padding: 0;
    transition: .25s;
    display:none;
  }
  button.btn-header a {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: #2A464F;
    padding: 8px 18px;
    display: block;
    text-decoration: none;
    transition: .25s;
}
button.btn-header:hover {
  border: 1px solid #EE3C35;
  background: #EE3C35;
  border-radius: 1px;
  padding: 0;
  transition: .25s;
}
button.btn-header:hover a {
  color: #fff;
  transition: .25s;
}




.navbar-open .btn-header {
  border: 1px solid #2A464F;
  background: transparent;
  color: #2A464F !important;
}
.navbar-open .btn-header:hover {
  border: 1px solid #2A464F;
  background: #ffff;
  color: #2A464F;
  transition: .25s;
}

.navbar-open .btn-header:hover a {
  color: #2A464F;
  transition: .25s;
}

li.dropdown.megamenu {
  list-style: none;
}

.btn-header-menu.desktop-menu-link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-open .btn-header a{
   color: #2A464F;
}

nav.navbar.navbar-expand-md.project-location-navbar {
  margin-left: 120px;
}


section#subnavbar-section {
  padding: 13px 0px;
  background: #EEF2FF;
  box-shadow: 0px 4px 18px rgb(227 234 255 / 48%);
}

nav.navbar.navbar-expand-md.project-location-navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
}
ul.dropdown-menu.submenu.main-sub {
  display: none !important;
}
ul.dropdown-menu.submenu.main-sub.show {
  display: block !important;
}
ul.dropdown-menu.submenu.main-sub.show li a {
  color: #2A464F !important;
}


li.nav-item.dropdown.megamenu {
  padding: 0;
}

.nav-project-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2A464F;
  margin-right: 15px;
}
li.nav-item.dropdown.megamenu a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #2A464F;
  padding: 0 15px;
  transition: .25s;
}

li.nav-item.dropdown.megamenu a:hover {
  color: #00A652 !important;
  transition: .25s;
}



nav.navbar.navbar-expand-md.project-location-navbar {
  justify-content: space-between;
}
.subnavbar-right-block {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
}

.subnavbar-right-block .nav-btn {
  padding: 12px 20px;
  background-image: linear-gradient(to right, #3529BF, #9EA9EA, #9EA9EA, #3529BF);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.subnavbar-right-block .nav-btn:hover{
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
  
body.navbar-open header#header {
  width: 100%;
  transition: .25s;
}
body.navbar-open section#subnavbar-section {
  top: 70px;
  z-index: 2;
  width: 100%;
  transition: .25s;
}


.nav-down.project-header.border-bottom.inner-header.header-scrolling_up .nav-project-title{
  color: #2A464F !important;
}



  /* ////////////////////meaga menu/////////////////////// */


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 768px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .megamenu .dropdown {position:static;}


.megamenu .dropdown-menu {
  position: absolute;
  opacity: 1;
}




  .navbar .megamenu .dropdown-menu {
    width:100%;
    left:0;
    right:0;
  /*  height of nav-item  */
    top:45px;
    display:block;
    visibility: hidden;
    transition: visibility 0s, opacity 0.3s linear;
    
  }
  
  .navbar .megamenu .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

  .navbar .megamenu .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    z-index: auto;
  }

}



#subnavbar-section.nav-down.header-nav-open{
  background-color: #fff;
}



  .RegionsDropdown-module--locationsDropdown--1-V_l {
    opacity: 0;
    padding: 0 0 0px;
    position: fixed;
    top: 118px;
    transform: translate(-50%, -100%);
    transition: all .3s cubic-bezier(.215,.61,.355,1) .3s;
    visibility: hidden;
    z-index: -2;
    width: 70%;
    left: 50%;
    border-radius: 0px 0px 18px 18px;
    /* overflow-x: hidden;
    overflow-y: scroll;
    height: auto; */
}

.megamenu-content-block-all {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-menu.show div#megamenu-block {
  opacity: 1;
  transform: translate(-50%, 0%);
  transition: all .3s cubic-bezier(.215,.61,.355,1);
  visibility: visible;
}
/* .navbar-open button.btn-header a {
  background: #FFFFFF;
  border: 1px solid #2A464F;
  border-radius: 1px;
} */

.megamenu-content-block {
  padding: 40px 70px;
}

.megamenu-content-block-list-item {
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity,transform;
  transition-duration: .25s,0;
  transition-delay: 0ms,.6s;
}

 .megamenu-content-block-list-item{
  opacity: 0;
  transform: translateX(5%);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity,transform;
  transition-duration: .25s,0;
  transition-delay: 0ms,.6s;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background: none;
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}


.dropdown-menu.show div#megamenu-block .megamenu-content-block-list-item{
  opacity: 1;
  transform: translateX(0%);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}


.dropdown-menu.show div#megamenu-block .megamenu-content-block-list-item:first-child {
  transition-delay: .4s;
}
.dropdown-menu.show div#megamenu-block .megamenu-content-block-list-item:nth-child(2) {
  transition-delay: .5s;
}
.dropdown-menu.show div#megamenu-block .megamenu-content-block-list-item:nth-child(3) {
  transition-delay: .6s;
}

.dropdown-menu.show div#megamenu-block .megamenu-content-block-list-item:nth-child(4) {
  transition-delay: .7s;
}
.megamenu-featured-project-text-block {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-gap: 20px;
}

.megamenu-content-block-list-item {
  padding: 0 10px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  background: none;
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
}

.RegionsDropdown-module--region--3e7CZ {
  border-top: 1px solid rgba(98, 98, 98, 0.19);

}

.nav-img-block.browse a {
  padding: 0 !important;
}

#subnavbar-section.header-nav-open .btn-header-menu::before {
  background-color: #2A464F;
}

.megamenu-ft-slider.slick-slider .slick-arrow {
  display: none;
}

#subnavbar-section.header-nav-open .btn-header-menu::after {
background-color: #2A464F;
}


#subnavbar-section.header-nav-open .btn-header-menu a {
  color: #2A464F;
  text-decoration: none;
}
.nav-img-block.browse {
  border-radius: 1px 1px 20px 20px;
  overflow: hidden;
  transition: .5s;

}


.nav-img-block.browse img {
  border-radius: 1px 1px 20px 20px;
  transition: .5s;
  height: 340px;
  object-fit: cover;
}

.nav-img-block.browse:hover img {
  transform: scale(1.1);
  transition: .5s;
}


.nav-browse-all {
  position: relative;
}

.nav-browse-all::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 95.31%);
  mix-blend-mode: multiply;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(180deg);
  z-index: 1;
}

.megamenu-inner-content-text-block {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.megamenu-inner-content-text-block h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform:none;

}

.megamenu-inner-content-text-block div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
}
.megamenu-inner-content-text-block div span {
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #CACACA;
  text-align: end;
}

.megamenu-inner-content-text-block h4 span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: none;
}




.nav-img-block.browse:hover .megamenu-inner-content-text-block div span.megamenu-inner-content-text-block-icon{

    background-color: #fff;
}

.nav-img-block.browse:hover span.megamenu-inner-content-text-block-icon svg path {
  stroke: #EE3C35;
}

.desaihomes-project-slider-main-block:hover span.megamenu-inner-content-text-block-icon{
  background-color: #fff;
  transition: .25s;
}
.desaihomes-project-slider-main-block:hover span.megamenu-inner-content-text-block-icon svg path {
  stroke: #EE3C35;
  transition: .25s;
}

.nav-img-block.browse hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  margin: 18px 0;
}
.megamenu-inner-content-text-block h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

span.megamenu-inner-content-text-block-icon {
  border: 0.5px solid #FFFFFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-explore-more {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 40px;
}

.menu-explore-more h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.185em;
  color: rgba(43, 63, 108, 0.44);
  min-width: 170px;
  margin-bottom: 0;
}
.menu-explore-more hr {
  border-top: 1px solid #D9DBE9;
  width: -webkit-fill-available;
}

button.view-all-projects {
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background: #D53548;
  border: 1px solid #D53548;
  border-radius: 1px;
  padding: 6px 15px;
  margin-left: 20px;
  transition:.25;
}
button.view-all-projects:hover {
    border: 1px solid #D53548;
    color: #D53548;
    background: transparent;
      transition:.25;
}


.menu-explore-more-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 25px;
}
.menu-explore-more-content-item {
  width: 17%;
}
.menu-explore-more-content-item a {
  display: flex;
  align-items: center;
}
.menu-explore-more-content-item-img img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

.menu-explore-more-content-item-text h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 92%;
    color: #2B3F6C;
    margin-bottom: 0;
    text-transform: capitalize;
}
.menu-explore-more-content-item-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(98, 98, 98, 0.72);
}
.menu-explore-more-content-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}



.dropdown-menu.show {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.row.megamenu-menu-block-content-block-01 .menu-explore-more-content {
  padding: 0;
}
.row.megamenu-menu-block-content-block-01 .menu-explore-more-content .menu-explore-more-content-item {
  width: 30%;
}
.megamenu-menu-block-content {
  padding: 40px 0;
}


.megamenu-menu-title-block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: #2A464F;
}



li.nav-item.dropdown.megamenu2.show .dropdown-menu.show div#megamenu-block-2{
  opacity: 1;
  transform: translateY(0);
  transition: all .3s cubic-bezier(.215,.61,.355,1);
  visibility: visible;
}







/* 

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
} */

.menu {
  position: fixed;
  z-index: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide-menu-right {
 top: -100vh;
  right: 0;
  height: 100vh;
  width: 100%;
}

button.close-menu {
  display: none;
  background: transparent;
  border: 0;
  padding:0;
}
button.toggle-slide-right {
  background: rgba(227, 227, 227, 0.33);
  border-radius: 27.5px;
  border: 0;
  padding: 10px 15px;
}
a.btn-header-menu.desktop-menu-link.menu-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2A464F;
  cursor: pointer;
}
button.btn-search {
  border: 0;
  background: #F5F5F5;
  border-radius: 27.5px;
  padding: 8px 15px;
  position: relative;
  z-index: 10;
}

button.btn-search a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2A464F;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

body.navbar-open a.btn-header-menu.desktop-menu-link.menu-btn {
  color: #000 !important;
}

button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn {
  color:#2A464F !important;
}


.slide-menu-right {
  left: 0;
  top: -100vh;
  height: 100vh;
  width: 100%;
}

body.smr-open .slide-menu-right {
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -2;
    padding-top: 80px;
    left: 0;
}



.search-container {
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  position: relative;
}

.search-container-block {
  position: relative;
  margin-bottom: 0;
}
.autocomplete-suggestions {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(183, 192, 235, 0.39);
  border-radius: 6px;
  overflow: scroll;
}
.autocomplete-suggestions div{
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #2A464F;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(112, 124, 186, 0.15);  
  cursor: pointer;
}


.search-container-block input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  right: 20px;
  top: 0;
  width: 0em;
  height: 36px;
  margin: 0em;
  background: #F7F7F7;
  border-radius: 27.5px;
  color: rgba(14, 38, 111, 0.56);
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  padding: 0px;
  border: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search-container-block.active input {
  width: 250px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 36px;
  right: 67px;
  z-index: 7;
  background: #F7F7F7;
  border-radius: 27.5px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: rgba(14, 38, 111, 1);
  padding: 10px 20px;
}

.btn-search a:active {
  border: 0 !important;
  text-shadow: 0 0 0;
}

.search-container-block.active button.btn-search {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  color: #fff;
}

.search-container-block.active button.btn-search.search-container svg ellipse{
  stroke: #fff;
}
.search-container-block.active button.btn-search.search-container svg path{
  stroke: #fff;
}

.search-container-block.active button.btn-search a{
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.search-container-block.active button.btn-search.search-container a svg ellipse {
  stroke: #fff;
}
.search-container-block.active button.btn-search.search-container a svg path {
  stroke: #fff;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 120%;
  left: auto;
  right: 0px;
  width: 320px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(183, 192, 235, 0.39);
  border-radius: 6px;
  height: 230px;
  overflow: scroll;
  z-index: 10000;
}

div#myInputautocomplete-list div {
  border-bottom: 1px solid rgba(112, 124, 186, 0.27);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #2A464F;
}

.autocomplete-items div {
  padding: 10px 15px;
  cursor: pointer;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}




.menu-top-slider-block {
  transform: translateY(-100%);
  transition: all .3s cubic-bezier(.215,.61,.355,1) .3s;
  visibility: hidden;
  opacity: 0;
}


.smr-open .menu-top-slider-block{
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
  visibility: visible;
  transition-delay:.3s;
}


body.smr-open button.close-menu{
  display: block;
}
body.smr-open button.toggle-slide-right{
  display: none;
}
body.smr-open.navbar-open button.close-menu {
  display: none;
}
body.smr-open header#header li.nav-item a{
  color:#2A464F !important;
}
/* body.smr-open .slide-menu-right::before{
  position: absolute;
  content: "";
  width: 100%;
  opacity: .5;
  height: 250px;
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.7) 0%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 1px 0px 0px 0px;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
} */


button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn::before {
  background-color: #2A464F;
}
button.close-menu a.btn-header-menu.desktop-menu-link.menu-btn::after {
  background-color: #EE3C35 !important;
}


body.smr-open button.btn-header{
  border:1px solid #2A464F;
}
nav.navbar.navbar-expand-md img.da2-logo {
  width: 50px;
}



.menu-top-slider-block{
  border-top:1px solid rgba(98, 98, 98, 0.19);
}
body.smr-open {
  overflow: hidden;
  height: 100vh;
}

a.video-link.mar-30 {
  margin-top: 50px;
}

.megamenu-menu-block-02-items ul {
  padding: 0;
}
/* 
body.navbar-open button.toggle-slide-right{
  display: none;
} */

.megamenu-menu-block-02-items ul li h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2A464F;
  padding: 6px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.megamenu-menu-block-02-items ul li a .dot {
  width: 3px;
  height: 3px;
  background-color: #EE3C35;
  border-radius: 50%;
  display: inline;
}

.megamenu-menu-block-02-items ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  text-transform: capitalize;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-gap: 8px;
}

.megamenu-menu-block-02-items .card-body {
  padding: 0;
}
.megamenu-menu-block-02-items .card-body ul{
  padding: 0px 0 8px 0;
}

.megamenu-menu-block-02 {
  padding-left: 10px;
  position:relative;
}

.row.megamenu-menu-block-content-block-01{
  position:relative;
  padding-right: 20px;
}
.row.megamenu-menu-block-content-block-01::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(270deg, rgba(192, 192, 192, 0.33) 1.67%, rgba(192, 192, 192, 0) 103%) !important;
}
.megamenu-menu-block-03 {
  position: relative;
  background: linear-gradient(180deg, rgba(211, 242, 255, 0.51) 0%, rgba(211, 242, 255, 0) 100%);
  border-radius: 11px; 
}

.megamenu-menu-block-03-content{
  padding: 50px 100px;
}


.megamenu-menu-block-03 h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #2B3F6C;
  text-align: center;
  text-transform: capitalize;
}
.megamenu-menu-block-03 h4 span {
  color: rgba(64, 182, 233, 1);
}

.megamenu-menu-block-02-items ul li h3[aria-expanded="true"] svg path{
  stroke: #EE3C35;
}
.megamenu-menu-block-02-items ul li h3[aria-expanded="true"] svg{
  transform: rotate(90deg);
}
.nav-down.header--fixed.header-scrolling_up a.btn-header-menu.desktop-menu-link.menu-btn{
  color: #2A464F !important;
}


ul.dropdown-menu.submenu.show {
  background: #FFFFFF;
  box-shadow: inset 0px 4px 4px #F7F9FF;
  border-radius: 0px 0px 10px 10px;
}
ul.dropdown-menu.submenu.main-sub li a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: capitalize;
  color: #2A464F;
}
ul.dropdown-menu.submenu.main-sub.show li {
  border-bottom: 0.5px solid #E2E2E2;
  padding: 10px 20px !important;
}
ul.dropdown-menu.submenu.main-sub.show li:last-child{
  border-bottom: 0px !important;
}

ul.dropdown-menu.submenu.show li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 92%;
  letter-spacing: 0.03em;
  color: rgba(43, 63, 108, 0.62);
  text-transform: capitalize;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  grid-gap: 5px;
}
/* ul.dropdown-menu.submenu.show li a span{
  background-color:#EE3C35;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  transition: .25s;
}
ul.dropdown-menu.submenu.show li:hover a span{
  opacity: 1;
  transition: .25s;
} */
ul.dropdown-menu.submenu.show li:hover a{
  color: #2A464F !important;
}




li.dropdown.nav-item.show a{
  transition: .25s;
}
li.dropdown.nav-item.show.active {
  background: #FFFFFF;
  border: 1px solid rgba(98, 98, 98, 1);
  border-radius: 1px;
}



li.dropdown.nav-item.show a.dropdown-toggle.nav-link{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #00A652 !important;
}
li.nav-item.dropdown.megamenu a.dropdown-toggle.nav-link::before{
  display: none;
}
header#header a.dropdown-toggle.nav-link::before{
  position: absolute;
  content: "";
  background-image: url(../img/menu-arrow.svg);
  right: 0px;
  top: 9px;
  height: 4px;
  width: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* header#header.header--fixed a.dropdown-toggle.nav-link::before {
  top: 13px;
} */

.megamenu-featured-project-text-block-content h2{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
}
.megamenu-featured-project-text-block-content a.view-all-btn {
  display: block;
  padding: 15px 20px !important;
}
.megamenu-project-item {
  position: relative;
  transition: .25s;
  border-radius: 10px;
  overflow: hidden;
}

section#explore-more-projects .megamenu-project-item .megamenu-project-item-img img {
  height: 360px;
  object-fit: cover;
}

.megamenu-project-text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background:linear-gradient(180deg, #040404b3 35.17%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px;
  transform: rotate(180deg);
  z-index: -2;
  transition: .25s;
}

.megamenu-project-item:hover .megamenu-project-item-img{
   transform: scale(1.1);
   transition: .25s;
} 
.megamenu-project-item-img {
  transition: .25s;
}

.megamenu-project-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 0;
  width: 100%;
}
.megamenu-project-text a {
  padding: 0px !important;
}


.megamenu-project-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.megamenu-project-text h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #D9D9D9;
}


.megamenu-project-link-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 7px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 10;
}


.explore-more-projects-slider-item .megamenu-project-link-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 10;
}

.explore-more-projects-slider-item:hover .megamenu-project-link-icon{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}

.megamenu-project-item:hover .megamenu-project-link-icon{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}


.explore-more-projects-slider-item .megamenu-project-link-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -7px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 10;
}


.megamenu-content-block-bottom {
  background: linear-gradient(330.41deg, #EAEFFF -40.72%, rgba(234, 239, 255, 0) 84.08%);
  border-radius: 17px;
  padding: 25px 60px;
}
.megamenu-browse-block-title {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 147%;
  text-transform: uppercase;
  color: #22365B;
  flex-basis: 40%;
}
.megamenu-browse-block-title svg {
  margin-right: 5px;
}
.megamenu-browse-block {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 95%;
}
.megamenu-browse-block-item{
  flex-basis: 60%;
}
.megamenu-accordion-header a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 254%;
  color: #22365B;
  background: transparent;
  border: 0;
  border: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
  align-items: center;
  transition: .25s;
}

.megamenu-accordion-header:hover button{
  color: #58625a;
  transition: .25s;
}

.megamenu-accordion-header button[aria-expanded="true"] svg{
  transform: rotate(90deg);
}


.megamenu-accordion-header h2{
  margin-bottom: 0;
}
.accordion-card {
  border-bottom: 0.5px solid #E2E2E2;
}
.accordion-body ul {
  flex-direction: column;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.accordion-body ul li a {
  padding: 5px 0px !important;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 254%;
  color: #2A464F;
}
.accordion-card:last-child{
  border-bottom: 0px;
}



/* ////////////////////////inner header/////////////////////////// */

header#header.project-header {
  background-color: transparent;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(23, 34, 50, 0.56) -75.37%, rgba(0, 0, 0, 0) 77.97%);
  padding-top: 0 !important;
  padding-bottom: 6px;
}


header#header.dropdown-active {
  background: transparent;
  background-color: #fff !important;
}
header#header.project-header.inner-header {
  background: #fff !important; 
}
header#header.project-header.inner-header .nav-project-title {
  color: #2A464F !important;
}
header#header.project-header.inner-header.interior {
  background: transparent !important;
}
header#header.inner-header.project-header li.nav-item a


header#header.project-header a.navbar-brand {
  position: relative !important;
  top: auto;
  margin-right: 0;
  width: auto;
  height: auto;
}


header#header.project-header .header-block-content{
  box-shadow: none;
}
header#header.project-header div#navbarSupportedContent {
  margin-left: 0;
  padding: 5px 0;
  height: 60px;
  justify-content: space-between;
}
.header-mob-right-block {
  display: none;
}
.navbar-mobile-top-block {
  display: none;
}

.project-header nav.navbar.navbar-expand-md.project-location-navbar {
  margin-left: 50px;
}
header#header.project-header li.nav-item a {
  color: #F1F1F1;
}
header#header.project-header .nav-project-title {
  color: #F1F1F1;
  margin-right: 15px;
}
body.modal-open header#header.project-header .nav-project-title {
  color: #2A464F;
  margin-right: 15px;
}


header#header.dropdown-active .nav-project-title{
  color: #2A464F !important;
}

header#header.project-header button.toggle-slide-right {
  background: #FBFBFB;
  cursor: pointer;
}
/* 
header#header.project-header.nav-down.project-header.header-scrolling_down{
  position: fixed;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 4px 18px rgb(227 234 255 / 48%);
} */

header#header.project-header.nav-down.project-header.header-scrolling_down a.navbar-brand img {
  width: 100%;
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: .25;
}


header#header.project-header.nav-down.project-header.header-scrolling_down li.nav-item a {
  color: #2A464F !important;
}
header#header.project-header.nav-down.project-header.header-scrolling_down.header--fixed .nav-project-title {
  color: #2A464F !important;
}
header#header.project-header.nav-down.project-header.header-scrolling_up.header--fixed .nav-project-title {
  color: #2A464F !important;
}

/* header#header.project-header.nav-down.project-header.header-scrolling_up .nav-project-title {
  color: #fff !important;
} */

header#header.project-header.inner-header.header-scrolling_up .nav-project-title {
  color: #fff !important;
}
/* header#header.project-header.nav-down.project-header.header-scrolling_up .nav-project-title {
  color: #fff !important;
} */


body.inner-body header#header.nav-down.project-header.border-bottom.header-scrolling_up .nav-project-title {
  color: #2A464F !important;
}

body.inner-body header#header.nav-down.project-header.border-bottom.header--fixed.header-scrolling_up .nav-project-title {
  color: #2A464F !important;
}



body.inner-body header#header.nav-down.project-header.border-bottom.header-scrolling_up .nav-project-title{
  color: #fff !important;
}

body.inner-body.navbar-open .header--fixed.header-scrolling_up .nav-project-title{
  color: #fff !important;
}


body.inner-body header#header.nav-down.project-header.border-bottom.header-scrolling_up a[aria-expanded="true"] .nav-project-title {
  color: #2A464F !important;
}

body.inner-body header#header.nav-down.project-header.border-bottom.header-scrolling_up.inner-header .nav-project-title {
  color: #2A464F !important;
}

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

  @media (max-width: 1100px) {
  
    button.btn-header {
      padding: 0px 0px;
    }

    button.btn-header a {
      padding: 5px 5px;
      font-size:12px;
    }

    .megamenu-menu-block-02{
      padding-left: 0;
    }
    .megamenu-menu-block-02-items ul li h3{
      font-size:13px;
    }
    .megamenu-menu-block-02-items ul li a{
      font-size:13px;
    }

  }
  
  @media (max-width: 767px) {
    header#header li.nav-item {
      padding: 8px 0;
    }

    header#header .container.container-width{
      max-width: 100%;
      padding-right: 0px;
      padding-left: 0px;
    }
    li.nav-item.dropdown.megamenu {
      display: none !important;
    }

    header#header .container.container-width .row{
      margin-right: 0px;
      margin-left: 0px;
    }

    header#header .container.container-width .col-md-12{
      padding-right: 0;
      padding-left: 0;
    }
    nav.navbar.navbar-expand-md {
      padding: 0 10px;
    }
    nav.navbar.navbar-expand-md.project-location-navbar {
      margin-left: 0px !important;
      padding: 0px !important;
    }

    div#navbarSupportedContent {
      margin-left: auto !important;
    }

    div#navbarSupportedContent.navbar-collapse.collapse {
      margin-left: auto !important;
      padding: 5px 0 !important;
      width: 100%;
      z-index: -1;
      height: auto !important;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }

  nav.navbar.navbar-expand-md.project-location-navbar ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: 100%;
}
  .project-header nav.navbar.navbar-expand-md.project-location-navbar {
    margin-left: 0;
  }
  ul.navbar-nav.mr-auto {
    padding: 0 20px;
    background-color: #fff;
    width: 100%;
    margin: auto !important;
}
ul.dropdown-menu.submenu.main-sub.show li {
  border-bottom: 0px;
  padding: 0px 10px !important;
}
.project-header nav.navbar.navbar-expand-md.project-location-navbar {
  background: #fff;
}
  li.dropdown.nav-item {
    flex-direction: column;
  }
  ul.dropdown-menu.submenu.main-sub.show {
    width: 100%;
  }
  ul.dropdown-menu.submenu.main-sub{
    width: 100%;
    position: relative;
}



    header#header li.nav-item a {
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      text-transform: capitalize;
      color: #2A464F !important;
      padding: 15px 0;
      border-bottom: 0.5px solid #E2E2E2;
      width: 100%;
    }
    .navbar-collapse.collapse.show{
      background: #fff !important;
    }


    header#header.header--fixed.header-scrolling_up li.nav-item a {
      line-height: 18px;
      color: #626262;
      padding: 15px 0;
  }
    .RegionsDropdown-module--locationsDropdown--1-V_l {
      background: #fff;
      height: auto;
      position: relative;
      top: 0;
      width: 100%;
      z-index: 1;
      display: none;
  }


  .navbar-collapse.collapse.show button.btn-search{
    display: none;
  }
  section#desai-home-banner {
    padding-top: 0;
}

  .RegionsDropdown-module--region--3e7CZ {
    border-top: 0;
  }
  .dropdown-menu.show {
    border: 0;
  }
  .megamenu-content-block {
    padding: 20px 0px;
  }


header#header.header--fixed.header-scrolling_up button.btn-header{
    display:block;
}

    button.navbar-toggle {
        display: block;
      }

      nav.navbar.navbar-expand-md {
        z-index: 10;
        justify-content: space-between;
    }

    a.navbar-brand img {
      width: 100%;
      width: 60px;
      height: 60px;
      object-fit: contain;
  }


  }
  
  @media (max-width: 576px) {

    .header-btn-group {
      display: flex;
      gap: 8px;
  }
  
  }

  
  /* 
  
  /////////////////////////////////////////////////////////////////////
  
                         home page starts here
  
  ///////////////////////////////////////////////////////////////////// */


  .home-banner-slider {
    position: relative;
  }

  .home-banner-text-block-title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 103.52%;
    color: #FFFFFF;
}  
  
  .home-banner-text-block {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
    padding: 0 15px;
  }

  button.register-interest-btn {
    background: #16CC70;
    border-radius: 27.5px;
    border: 0;
    padding: 18px 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    height: fit-content;
    transition: .25s;
}

button.register-interest-btn:hover{
  background-color: #0F2D89;
  transition: .25s;
}
button.register-interest-btn:hover svg path{
  fill: #16CC70;
  transition: .25s;
}



button.register-interest-btn svg {
  margin-left: 5px;
}

.home-banner-project-text-block-content {
  display: flex;
  gap: 40px;
  justify-content: right;
}
.home-banner-project-text-block h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.home-banner-project-text-block ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #D9D9D9;
  display: flex;
  gap: 8px;
  align-items: center;
}
.home-banner-project-text-block ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-banner-slider-item {
  position: relative;
}

.home-banner-slider-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.76) 35.71%, rgba(0, 0, 0, 0) 100%);
}

.slick-slider {
  margin-bottom: 0px !important;
}
.slick-slide {
  height: auto !important;
  min-height: 1px;
}
.home-banner-slider{
  overflow: hidden;
}


.home-banner-slider .slick-prev {
  left: -15px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid #FFFFFF;
  z-index: 1;
  border-radius: 50%;
}

.home-banner-slider .slick-next {
  right: -15px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid #FFFFFF;
  z-index: 1;
  border-radius: 50%;
  transition: .25s;
}
button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-next.svg);
  width: 30px;
  height: 20px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

button.slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-prev.svg);
  width: 30px;
  height: 20px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.home-banner-slider .slick-next:hover{
  background-color: rgba(0, 0, 0, 0.196);
  transition: .25s;
}
.home-banner-slider .slick-prev:hover{
  background-color: rgba(0, 0, 0, 0.196);
  transition: .25s;
}

section#trending-project-section {
  padding: 80px 0;
}

.view-all-btn-block {
  display: flex;
  justify-content: end;
}

a.view-all-btn {
  background: transparent;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  padding: 16px 25px;
  display: block;
  width: fit-content;
  transition: .25s;
}
a.view-all-btn:hover {
  background: rgba(234, 239, 255, 0.58);
  transition: .25s;
}



a.view-all-btn svg {
  margin-left: 8px;
}

.trending-project-title-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}

.trending-project-title-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  color: #626262;
  width: 50%;
}

.trending-projects-slider-item {
  margin: 0px 15px 0 15px;
  position: relative;
}
section#trending-project-section .trending-projects-slider-item-img img {
  height: 320px;
  object-fit: cover;
}
.trending-projects-slider-item-img {
  position: relative;
  overflow: hidden;
  transition: .25s;
  border-radius: 10px;
}
.trending-projects-slider-item-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, #3A3A3A 35.17%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px;
  transform: rotate(180deg);
  z-index: 0;
  transition: .25s;
  border-radius: 10px;
}
.trending-projects-slider-item-img img{
  transition: .25s;
}
.trending-projects-slider-item-img:hover img {
  transform: scale(1.1);
  transition: .25s;
}


.trending-projects-slider{
  margin-top: 20px;
}
.trending-projects-slider-item-img img {
  border-radius: 10px;
}



.trending-projects-slider-item:nth-child(odd) .trending-projects-slider-item-plot{
  background-color: #0F2D89;
}
a.view-all-btn.project {
  background: #EEF2FF;
  border: 0;
}
a.view-all-btn.project:hover{
  background: #0F2D89;
  color: #fff;
  transition: .25s;
}
a.view-all-btn.project:hover svg path{
  fill: #fff;
  transition: .25s;
}
a.plot-btn{
  color: #fff;
}

.fetured-projects-sidebar-text-block .twoclm {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.trending-projects-slider-item-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trending-projects-slider-item-text-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.trending-projects-slider-item-text-block ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #D9D9D9;
}
.trending-projects-slider-item-text-block ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  gap: 14px;
}
.trending-projects-slider-item-text-block ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.view-detail-btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}
.view-detail-btn svg{
  margin-left: 8px;
}

.trending-projects-slider-item-plot {
  position: absolute;
  top: 20px;
  right: 25px;
  background: #16CC70;
  border-radius: 27.5px;
  padding: 10px 20px;
}
.fail-to-load p a {
  display: block;
  text-align: center;
  background: #16CC70;
  border-radius: 27.5px;
  border: 0;
  padding: 18px 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  height: fit-content;
  transition: .25s;
  width: fit-content;
  margin: 0px auto;
  margin-top: 20px;
}

.fail-to-load {
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

.fail-to-load p a:hover {
  background-color: #0F2D89;
  transition: .25s;
}

.featured-project-block-item-img {
  overflow: hidden;
  border-radius: 15px;
}
.featured-project-block-item .featured-project-block-item-img img{
  transition: .25s;
}
.featured-project-block-item-img img{
  transition: .25s;
}
.featured-project-block-item:hover .featured-project-block-item-img img{
  transform: scale(1.1);
  transition: .25s;
}

.featured-projects-block-content-item-content {
  position: relative;
}

.home-project-pattern {
  width: 150.6px;
  height: 280px;
  margin: 0px auto;
  padding: 100px 0;
  position: relative;
}

.home-project-pattern::before {
  position: absolute;
  content: "";
  border-radius: 559px;
  background: linear-gradient(180deg, #F9E4CC 0%, #FBD0AF 28.13%, #FFB486 100%);
  filter: blur(300px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  z-index: -1;
}
.home-project-pattern.left::before{
  background: #c7d1ed;
  filter: blur(200px);
}


.trending-projects-slider-item-plot {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.trending-projects-slider-item-plot svg{
  margin-right: 8px;
}

.trending-projects-slider-item-text-block.project-list ul li img {
  height: auto;
}

.trending-projects-slider-item-text-block.project-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  height: 35px;
}
.trending-projects-slider-item-plot.project-ft {
  background-color: #FFF0C9 !important;
  border-radius: 14.5px;
}
.project-list a.project-ft-btn {
  color: #2A464F;
}
.project-list .trending-projects-slider-item-plot {
  opacity: 0;
}

.trending-projects-slider-item.slick-slide.slick-current.slick-active.slick-center .trending-projects-slider-item-plot{
  opacity: 1;
}

.trending-projects-slider .slick-prev {
  left: 0px;
  z-index: 10;
}
.trending-projects-slider button.slick-next.slick-arrow {
  right: 0;
}
.custom-slider-nav button.slick-prev::before{
  background-image: url(../img/slider-button-prev.svg);
  width: 60px;
  height: 60px;
}
.custom-slider-nav button.slick-next::before{
  background-image: url(../img/slider-button-next.svg);
  width: 60px;
  height: 60px;
}

.section-title-center h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
  text-align: center;
}
.location-slider{
  margin-top: 40px;
}

.location-slider-item {
  text-align: center;
  margin: 0px auto;
}

a.watch-video-link.project-video.project-list {
  position: absolute;
  top: 20px;
  left: 30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 27.5px;
  padding: 8px 12px;
  color: #fff !important;
}
a.watch-video-link.project-video.project-list span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

div#videoPopup {
  background: linear-gradient(13.43deg, rgba(255, 249, 249, 0) 17.56%, rgba(156, 184, 255, 0.06) 41.9%, rgba(255, 231, 208, 0.47) 72.61%);
  opacity: 1;
  backdrop-filter: blur(12px);
}

div#videoPopup .modal-body {
  padding: 0;
}

div#videoPopup .modal-header {
  position: absolute;
  border-bottom: 0;
  right: -30px;
  z-index: 10;
  top: 0;
  padding: 0;
}

.location-slider-item-img img {
  border-radius: 7px;
  margin: 0px auto;
  width: 100px;
  height: 140px;
  object-fit: cover;
}

.location-slider-item-text {
  background: linear-gradient(0deg, rgba(146, 136, 255, 0.1) -4.04%, rgba(217, 217, 217, 0) 93.63%);
  border-radius: 11px;
  padding: 80px 40px 40px;
  text-align: center;
  width: 90%;
  margin: 0px auto;
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  transition: .25s;
}
.location-slider-item-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0F2D89;
  transition: .25s;
}
.location-slider-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #707CBA;
  transition: .25s;
}
.location-slider-item-text img {
  margin: 0px auto;
  transition: .25s;
}


.location-slider button.slick-next.slick-arrow {
  right: -60px;
}
.location-slider button.slick-prev.slick-arrow {
  left: -60px;
}
.location-slider-item-text img {
  width: 25px;
  transition: .25s;
}
.location-slider-item-text:hover img{
  transform: translate(0px, -55px);
  transition: .25s;
}

.location-slider-item-text:hover div{
  transform: translate(0px, 40px);
  transition: .25s;
}
.location-slider-item-text div{
  transition: .25s;
}


/* ........... */

/* 

////////////////////////////////////////////////
        HOME PAGE FETAURED SECTION
///////////////////////////////////////////// */


section#featured-projects-section {
  padding: 95px 0;
  position: relative;
}
.featured-projects-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 112%;
  color: #0F2D89;
  margin-bottom: 0;
}

.featured-projects-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  position: relative;
}

.project-page-filter-block-content .custom-select {
  border: 0px;
  border-right: 1px solid #D9D9D9;
  border-radius: 0;

}

.custom-select {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 41px;
  height: 50px;
  padding-left: 46px;
  padding-right: 10px;
  background: url('../img/arrow-down.svg') right 0.75rem center/8px 10px no-repeat;
}
select#price{
  border-right: 0px;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
  z-index: 8;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.home-banner-selectbox {
  position: relative;
  margin-top: 30px;
}
.custom-select-trigger {
  position: relative;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 41px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2A464F;
  cursor: pointer;
  padding: 15px 25px 15px 40px;
}

.featured-projects-filter-block-01 {
  position: relative;
  margin-bottom: 20px;
  z-index: 100;
}

.fetured-projects-sidebar-text-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
  width: 80%;
}
.twoclm{
  margin-bottom:40px;
}

.twoclm p {
  width: 46%;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom:0;
  line-height: 147%;
  color: #626262;
}


.featured-projects-filter-block-02 {
  position: relative;
  margin-bottom: 20px;
  z-index: 10;
}
.featured-projects-filter-block-03 {
  position: relative;
  margin-bottom: 20px;
}



.featured-projects-block-sidebar {
  width: 100%;
}
.fetured-projects-sidebar-text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}


.featured-projects-filter-block-01 img {
  position: absolute;
  left: 20px;
  z-index: 10;
  top: 50%;
  transform: translate(0px, -50%);
}
.featured-projects-filter-block-02 img {
  position: absolute;
  left: 20px;
  z-index: 10;
  top: 50%;
  transform: translate(0px, -50%);
}
.featured-projects-filter-block-03 img{
  position: absolute;
  left: 20px;
  z-index: 8;
  top: 50%;
  transform: translate(0px, -50%);
}


.featured-projects-filter-block-01 svg {
  position: absolute;
  left: 20px;
  z-index: 10;
  top: 50%;
  transform: translate(0px, -50%);
}
.featured-projects-filter-block-02 svg {
  position: absolute;
  left: 20px;
  z-index: 10;
  top: 50%;
  transform: translate(0px, -50%);
}
.featured-projects-filter-block-03 svg{
  position: absolute;
  left: 20px;
  z-index: 8;
  top: 50%;
  transform: translate(0px, -50%);
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px; height: 6px;
  top: 50%; right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #0F2D89;
  border-right: 1px solid #0F2D89;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 107%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 0px;
  border: 0px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 1px 4px 5px 1px rgb(0 0 0 / 1%);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  padding: 10px 0;
  border: 1px solid #D9D9D9;
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.home-banner-selectbox svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 8;
}


.custom-option {
      position: relative;
      display: block;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;      
      color: #000000;      
      cursor: pointer;
      transition: all .4s ease-in-out;
      padding: 4px 20px;
}
.custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
      background: #f9f9f9;
}




.project-speak-now-block {
  background: rgba(195, 237, 216, 0.35);
  border-radius: 6px;
  margin-top: 35px;
  padding: 0 30px 30px 30px;
}
.speaknow-tag {
  background: #0F2D89;
  border-radius: 0px 0px 2px 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  padding: 5px 10px;
  width: fit-content;
}
.project-speak-now-block-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.project-speak-now-block-chat-div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-speak-now-block-chat-div h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0F2D89;
  margin-bottom: 5px;
}
.project-speak-now-block-chat-div p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #2A464F;
  margin-bottom: 0;
  width: 100%;
}
.project-speak-now-block-content-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.featured-projects-filter-block {
  width: 90%;
}

.featured-project-block-item-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #2A464F;
}
.featured-project-block-item-text-bottom-block ul {
  background: rgba(234, 239, 255, 0.58);
  border-radius: 18.5px;
  margin: 0;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
section#featured-projects-section .featured-project-block-item-text-bottom-block ul {
  padding: 10px 12px;
}
.featured-project-block-item-text-bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}

.featured-project-block-item-text-bottom-block ul li img {
  margin-right: 6px;
}
.featured-project-block-item-text-bottom-block ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #707CBA;
  display: flex;
  align-items: center;
}
.featured-project-block-item-text-bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.featured-project-block-item-text a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

section#featured-projects-section .featured-project-block-item-text-bottom-block {
  margin-top: 0;
}

.mob-project-btm-link a.watch-video-link span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #0F2D89;
  margin-top: 0;
  transition: .25s;
  position: relative;
}

a.watch-video-link.project-video:hover::after {
  transform: scale(1.2, 1.2);
}
a.watch-video-link.project-video::after {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse2 2s infinite;
  animation: pulse2 2s infinite;
}

a.watch-video-link.project-video:hover svg path{
  fill: #047639;
  transition: .25s;
}

a.watch-video-link.project-video::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 16px;
  top: -36px;
  overflow: hidden;
  width: 85px;
  height: 85px;
  background-color: rgba(255,255,255,.5);
  display: inline-block;
  border-radius: 50%;
  transition: all 1s;
}
@-webkit-keyframes pulse2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

a.watch-video-link:hover svg rect{
  fill: #0F2D89;
  transition: .25s;
}
a.watch-video-link:hover svg path{
  fill: #fff;
  transition: .25s;
}
svg.link-svg {
  filter: drop-shadow(0px -2px 22px rgba(188, 204, 244, 0.46));
  transform: matrix(1, 0, 0, -1, 0, 0);
  transition: .25s;
}
.featured-project-block-item-text:hover svg.link-svg circle{
  fill: #0F2D89;
  transition: .25s;
}
.featured-project-block-item-text:hover svg.link-svg path{
  fill: #fff;
  transition: .25s;
}

a.watch-video-link svg {
  margin-right: 6px;
}

.featured-projects-block-content-item{
  display: none;
}


.featured-projects-block-content-item:nth-child(even) .trending-projects-slider-item-plot {
  background: #0F2D89;
  border-radius: 14.5px;
}

.featured-projects-block-sidebar-block {
  position: sticky;
  left: 0;
  top: 60px;
  padding: 40px 0;
}

.featured-projects-block-content {
  padding: 40px 0;
}


button.load-more-btn {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 23px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2A464F;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  grid-gap: 10px;
  min-width: 160px;
  justify-content: center;
}
button.load-more-btn img {
  margin-right: 10px;
}
button.load-more-btn.home {
  display: flex !important;
  align-items: center;
}

span.loading-circle {
  width: 22px;
  height: 22px;
  display: block;
  background: conic-gradient(from 90deg at 50% 50%, rgba(0, 175, 170, 0.0001) 0deg, #16CC70 359.96deg, rgba(0, 175, 170, 0.0001) 360deg);
  border-radius: 50%;
  position: relative;
}

span.loading-circle::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  left: 52%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


.load-more-block hr {
  border-top: 1px solid #D9DBE9;
  width: 100%;
}
.project-load-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}



.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
}


@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


.testimony-slider-item-img {
  position: relative;
}


.testimony-slider-item-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #3A3A3A 26.64%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 10px 15px 0px 0px;
  transform: rotate(180deg);
  width: 100%;
  height: 40%;
  bottom: 0;
}

.testomony-play-block {
  position: absolute;
  bottom: 0;
  padding: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: .25s;
}

.video-testimony-block .slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
  z-index: 0;
}

.testomony-play-block:hover{
  color: #fff;
  transition: .25s;
}


.slider-nav {
  padding: 0 0 0 12px;
  margin-top: 12px;
}
.slider-nav .slick-track {
  display: flex;
  gap: 12px;
  grid-gap: 12px;
}
.testimony-slider-item {
  padding-left: 20px;
}

.testimony-slider-nav-item.slick-slide.slick-current.slick-active {
  display: none !important;
}

.video-testimony-block .slick-prev {
  left: 0px;
  z-index: 10;
}
.testimony-block button.slick-next.slick-arrow {
  right: 24%;
}

.video-testimony-block.custom-slider-nav button.slick-prev::before {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0px -2px 22px rgba(188, 204, 244, 0.46));
  opacity: 1;
}
.video-testimony-block.custom-slider-nav button.slick-next::before {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0px -2px 22px rgba(188, 204, 244, 0.46));
  opacity: 1;
}

.testimony-text-block {
  padding-left: 20%;
}
section#testimony-section {
  background: linear-gradient(295.02deg, rgba(195, 237, 216, 0.35) 6.02%, #FFFFFF 98.84%);
  padding: 180px 0 80px;
  position: relative;
  overflow: hidden;
  transform: translate(0px, 0px);
  z-index: 0;
  position: relative;
}

section#testimony-section.testimony-block-03 {
  background: linear-gradient(295.02deg, rgba(195, 237, 216, 0.35) 6.02%, #FFFFFF 98.84%);
}


section#interior-section{
  position:relative;
}

section#interior-section::before{
  position:absolute;
  content:"";
  height:100px;
  background: linear-gradient(295.02deg, rgba(195, 237, 216, 0.35) 6.02%, #FFFFFF 98.84%);
  width:100%;
  bottom:0;
  width:100%
}

section#interior-section.btm-bg-clr::before{
  background: linear-gradient(295.02deg, rgba(195, 237, 216, 0.35) 6.02%, #FFFFFF 98.84%);
}

 
#testimony-section::before{
  position: absolute;
  content: "";
  bottom: 0;
  background-image: url(../img/testimony-wave.svg);
  background-repeat: no-repeat;
  opacity: .5;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  bottom: 0px;
} 
#testimony-section.testimony-block-03::before{
  display:none;
}

.section-title-block span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #B38752;
  display: block;
}
.section-title-block h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  color: #0F2D89;
  margin-top: 10px;
}
.section-title-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
}
.testi-top-div span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.testi-top-div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testi-top-div img {
  width: 30px;
}
.testimony-btn-block {
  margin-top: 25px;
}
.testimony-btn-block p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 147%;
  color: #fff;
  margin-top: 20px;
}



h2.testi-title {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 112%;
  color: #fff;
  margin-bottom: 0;
}

.section-title-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #fff;
}
.section-title-block.testimony {
  padding: 0 80px;
}

.testimonial-right-block-content {
  background-image: url(../img/testimony-bg.svg);
  width: 75%;
  min-height: 280px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

a.testimony-view-all-btn {
  background: linear-gradient(275.98deg, #66F5AD -47.65%, #E7FFF7 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #0F2D89;
  padding: 12px 26px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 125px;
  justify-content: center;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


a.testimony-view-all-btn:hover{
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.testimony-slider-item-img img {
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}
.testimony-slider-nav-item img {
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
}

section#testimony-section .slider-nav {
  padding: 0 0 0 12px;
  margin-top: -38px;
}

section#buying-process-section {
  padding: 30px 0 0;
  text-align: center;
  transform: translate(0px, 50px);
  z-index: 1;
  position: relative;
}

.buying-process-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #626262;
}
.buying-process-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 117.5%;
  text-align: center;
  color: #0F2D89;
} 

.buying-process-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 59px rgb(188 204 244 / 46%);
  border-radius: 17px;
  margin-top: 40px;
  padding: 45px 45px 45px 45px;
}
.buying-slider-item-block {
  background: rgba(222, 254, 238, 0.54);
  border-radius: 21px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 60px 0px 60px 50px;
  margin-top: 40px;
}
.buying-slider-item-block-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
}

.buying-process-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
  margin-top: 10px;
}
.buying-process-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #626262;
}
.buying-process-contact p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 147%;
  color: rgba(98, 98, 98, 0.72);
  margin-bottom: 0;
  padding-top: 20px;
}

.buying-process-contact p a {
  color: rgba(98, 98, 98, 0.72);
  font-weight: 600;
  position: relative;
  transition: .25s;
}
.buying-process-contact p a::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #16CC70;
  transition: .25s;
}
.buying-process-contact p a:hover{
  color: #000;
  transition: .25s;
}

.buying-process-contact p a:hover::before{
  width: 100%;
  transition: .25s;
}

.buying-process-title h3 span {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 112%;
  color: #16CC70;
}

div#external-buttons div {
  padding: 0 30px;
  position: relative;
}


.slider-buying-nav a {
  background: #0F2D89;
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  cursor: pointer;
}
.slider-buying-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}


.slider.slider-buying-nav .slick-slide {
  display: flex;
  justify-content: center;
  position: relative;
}

div#external-buttons div::before {
  position: absolute;
  content: "";
  background: #EFF0F7;
  border-radius: 0px;
  height: 6px;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: -1;
}
div#external-buttons div:first-child::before {
  width: 60%;
}
div#external-buttons div:last-child::before {
  width: 60%;
  left: 0;
}

.progress-div::before{
  background: #16CC70 !important;
}

section#contact-support-section {
  padding: 100px 0;
  position: relative;
  background: #FFFFFF;
  z-index: 0;
}


/* 
section#contact-support-section::before{
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #EAEFFF 50%, rgba(234, 239, 255, 0) 105.7%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.contact-support-block-item-icon {
  background: #FFFFFF;
  box-shadow: 0px 4px 28px rgba(222, 231, 255, 0.39);
  border-radius: 50%;
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 25px;
}
.contact-support-block-item-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0F2D89;
}
.contact-support-block-item-text {
  text-align: center;
}
.contact-support-block-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  text-align: center;
  color: #626262;
}

.contact-support-block-item {
  position: relative;
  padding: 35px;
  transition: .25s;
}

.contact-support-block-item-text svg{
  opacity: 0;
  transition: .25s;
}
.contact-support-block-item:hover .contact-support-block-item-text svg{
  opacity: 1;
  transition: .25;
}

.contact-support-block-item::before {
  background: linear-gradient(0deg, rgba(146, 136, 255, 0.1) -4.04%, rgba(217, 217, 217, 0) 93.63%);
  border-radius: 11px;
  transform: rotate(180deg);
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
  transition: .25s;
  z-index: -1;
}


section#footer-location-section {
  background: #0E266F;
  padding: 80px 0;
}
.footer-location-block-item span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.footer-location-block-item h3 {
  background: linear-gradient(275.98deg, #66F5AD -47.65%, #E7FFF7 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color:  #0E266F;
  padding: 11px 25px 11px 25px;
  width: fit-content;
  margin-top: 25px;
}
.about-completed-project-block-content-item {
  animation: pulse 2s infinite ease-in-out alternate;
}

.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.95); }
  to { transform: scale(1); }
}


@keyframes size {
  from { width: 0%; }
  to { width: 30%; }
}


.footer-location-block-item ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footer-location-block-item ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 159.52%;
  color: #DEE7FF;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0 0 10px;
}
.footer-location-block-item ul li a{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 159.52%;
  color: #DEE7FF;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.footer-location-block-item ul li a svg {
  width: 20px;
}
.footer-location-block-item ul li svg {
  width: 20px;
}
.footer-location-block-item ul li.ft-ad div {
  width: calc(100% - 20px);
}

footer#footer {
  border: 1px solid rgba(112, 124, 186, 0.27);
  border-left: 0;
  border-right: 0;
  background-color: #0E266F;
}
.footer-menu-block {
  padding: 15px 0;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  
}
.footer-menu ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 228.02%;
  color: #FFFFFF;
  transition: .25;
}
.footer-menu ul li:hover a {
  color: #16CC70;
  transition: .25;
}

ul.footer-social-media-link {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 228.02%;
  justify-content: end;
  height: 100%;
}

section#footer-megamenu-section {
  padding: 80px 0;
  background-color: #0E266F;
  border-bottom: 1px solid rgba(112, 124, 186, 0.27);
}

.footer-megamenu-block-item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.footer-megamenu-block-item ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.footer-megamenu-block-item ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 212%;
  color: #9DA8E3;
  transition: .25s;
}
.footer-megamenu-block-item ul li:hover a {
  color: #16CC70;
  transition: .25;
}





#footer-bottom-section{
  padding: 40px 0;
  background-color: #0E266F;
  border-bottom: 1px solid rgba(112, 124, 186, 0.27);
}

.footer-des h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.51);
}
.footer-des p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 192%;
  letter-spacing: 0.015em;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 15px;
}

section#footer-copywrite-section {
  border-top: 1px solid rgba(112, 124, 186, 0.27);
  padding: 30px 0;
  background-color: #0E266F;
}

.footer-logo-block a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 129%;
  color: #FFFFFF;
}
.pr-te-block ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 25px;
  grid-gap: 25px;
}

.pr-te-block ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 129%;
  color: #FFFFFF;
}




.row.featured-projects-block-content-02 .megamenu-project-item {
  margin-bottom: 30px;
  text-align: center;
}

.row.featured-projects-block-content-02 .megamenu-project-text h3 {
  color: #FFFFFF;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.row.featured-projects-block-content-02 .megamenu-project-text h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #D9D9D9;
}
.row.featured-projects-block-content-02 .megamenu-project-link-icon svg {
  width: 30px;
  height: 30px;
  bottom: -14px;
}

.row.featured-projects-block-content-02 .megamenu-project-text {
  padding: 10px 10px 25px;
}

.home-about-block-content {
  padding: 40px 0;
  background: linear-gradient(212.93deg, #00D09C 19.66%, #00D09C 72.27%, rgba(122, 241, 158, 0.84) 98.62%);
  margin-bottom: 115px;
  margin-top: 30px;
  border-radius: 32px;
}

.home-about-block-content-02-item.hg {
  text-align: center;
}

.about-title-block h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.26em;
  color: #fff;
  text-align: center;
}

/* .home-about-block-content-02-item h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 115px;
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  backdrop-filter: blur(7px);
  margin-bottom: 0;
} */

.home-about-block-content-02-item h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 115px;
  color:#fff;
  margin-bottom: 0;
}


h3.no-gr {
  color: #fff;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}



.home-about-block-content-02-item sup{
  font-weight: 700;
  font-size: 90px;
  line-height: 13px;
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  backdrop-filter: blur(7px);
}
.home-about-block-content-02-item h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 128%;
  color: #fff;
}

.home-about-block-content-02-item {
  padding: 40px 0;
  position: relative;
}

.abt-block:nth-child(odd) .home-about-block-content-02-item::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(87.67deg, #FB8078 -66.26%, #FFE9B4 78.25%);
  border-radius: 5px;
  height: 4px;
  animation: size 2s infinite ease-in-out alternate;
}

.home-about-block-content-02-item.hg a.full-story-btn:hover {
  background-color: #EEF2FF;
  color: #0F2D89;
}
















.home-about-block-content-02-item.hg::before{
  display: none;
}

.home-about-block-content-02-item.hg svg {
  margin: 0px auto;
  text-align: center;
  width: 100%;
  overflow: initial;
}
.home-about-block-content-02-item.hg h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  text-align: center;
  color: #fff;
  width: 50%;
  margin: 30px auto;
}


.home-about-block-content-02-item.hg a.full-story-btn {
  background-color: #FFE7D0;
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  width: 170px;
  padding: 15px 25px;
  display: flex;
  margin: 0px auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  align-items: center;
  justify-content: center;
  transition: .25s;
}

/* .home-about-block-content-02-item.hg a.full-story-btn:hover {
  background-color: #ffe3ca;
  transition: .25s;
} */


.home-about-block-content-02-item.hg a.full-story-btn svg{
  width: 20px;
}

.anim-pop{
  -webkit-animation: bounce 1s ease infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
  }
  100% {
    transform:translateY(-10px);
  
  }
}



/* 

////////////////////////////////////////project details page starts here///////////////////////////////////////////

 */


body.navbar-open header#header {
  background-color: #fff;
}
body.inner-body.nav-not-active header#header{
  background-color: transparent;
}
body.inner-body.navbar-open.nav-not-active header#header {
  background-color: #fff;
}

.inner-body .RegionsDropdown-module--locationsDropdown--1-V_l {
  top: 90px !important;
}

.inner-body .header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l {
  top: 90px !important;
}

.inner-body .header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l {
  top: 90px !important;
}
body.inner-body.navbar-open .header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l{
  top: 91px !important;
}

body.inner-body.navbar-open.nav-down.project-header.border-bottom.inner-header.header--fixed.header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l{
  top: 70px !important;
}
.nav-down.project-header.border-bottom.inner-header.header--fixed.header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l{
  top: 70px !important;
}

body.navbar-open header#header.project-header li.nav-item a {
  color: #000;
}

.megamenu-ft-slider-item.slick-slide {
  margin: 0 15px;
}
.megamenu-ft-slider .slick-list {
  margin: 0px -15px 0px -15px;
}


body.inner-body.navbar-open .inner-body .header-scrolling_up .RegionsDropdown-module--locationsDropdown--1-V_l {
  top: 70px !important;
}

body.navbar-open header#header.project-header .nav-project-title {
  color: #000 !important;
  margin-right: 15px;
}

.project-dt-banner-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
  min-height: 90vh;
  position: relative;
  z-index: 0;
}

#project-details-banner-section::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 34, 50, 0.56) 41.42%, rgba(0, 0, 0, 0) 94.81%);
  transform: rotate(180deg);
  width: 100%;
  height: 40%;
}

#project-details-banner-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF -10.67%, #0B1B43 -10.66%, rgba(24, 40, 80, 0) 95.86%);
  backdrop-filter: blur(9.5px);
  z-index: -1;
}

.project-details-banner-text-block {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 25px;
}
.project-details-banner-text-block.v2 {
  justify-content: space-between;
}

.project-walkthrow-video-block {
  display: flex;
  width: fit-content;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  padding: 10px 20px;
  color: #fff;
}
.project-walkthrow-video-block a{
  color: #fff;
}


.project-dt-block-content.summary-readm-more-block {
  height: 180px;
  overflow: hidden;
  transition: .25s;
  margin-bottom: 15px;
}
.project-dt-block-content.summary-readm-more-block.active {
  height: auto;
  margin-bottom: 0px;
}


.project-details-banner-text-block-content span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #E2E2E2;
}
.project-details-banner-text-block-content h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}

.sold-out-tag {
  position: absolute;
  top: 15px;
  right: 25px;
  background: #af67d5;
  border-radius: 27.5px;
  padding: 6px 15px;
  z-index: 10;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.project-dt-block ul {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  gap: 25px;
  margin-top: 10px;
}
.project-dt-block ul li {
  gap: 5px;
  column-gap: 5px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.project-get-offer-top-btn-block {
  width: 60%;
  flex-basis: 60%;
}
.project-get-offer-top-block {
  background: #FFFFFF;
  /* box-shadow: 0px 4px 18px rgb(227 234 255 / 48%); */
  padding: 18px 35px;
  position: relative;
  display: flex;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-items: center;
  justify-content: space-between;
}
.project-get-offer-top-logo {
  width: 30%;
  flex-basis: 30%;
}
.project-get-offer-top-btn-block .trending-projects-slider-item-plot {
  position: relative;
  top: auto;
  right: auto;
  background: #16CC70;
  border-radius: 27.5px;
  padding: 10px 20px;
  width: fit-content;
}

.project-get-offer-top-btn-block .trending-projects-slider-item-plot a{
  color: #FFFFFF;
}

.project-get-offer-top-btn-block span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #555454;
  margin-top: 10px;
  display: block;
}

.project-get-offer-form-block {
  background-color: #FFFFFF;
  padding: 25px 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.project-get-offer-form-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 107.52%;
  color: #0F2D89;
}
.project-get-offer-form-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 147%;
  color: #626262;
}
input.input-content {
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 35px;
  color: #2A464F;
}



input.input-content:focus{
  outline: none;
}
input.input-content::placeholder{
  color: #2A464F;
}
.form-input-block {
  margin-bottom: 15px;
  position: relative;
}
select.form-input-text {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2A464F;
  padding: 12px 20px 12px 40px;
  height: 55px;
}


form#BookNow-form select.form-input-text {
  padding: 13px 12px 14px 40px;
}


.form-input-block svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0px, -50%);
}

.scoll-fix-block {
  position: fixed;
  z-index: 10000;
  top: 16px;
  right: 25%;
  display: flex;
  gap: 10px;
}

.scoll-fix-block a.call-btn, a.search-btn {
  border: 1px solid rgba(247, 247, 247, 0.14);
  background: linear-gradient(180deg, rgb(9, 83, 26) 0%, #036406 100%);
  backdrop-filter: blur(48px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
a.call-btn {
  background: linear-gradient(275.98deg, #2610ce -47.65%, #0a208d 94.02%) !important;
}



.form-input-block img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0px, -50%);
}

button.form-submit-btn {
  background-image: linear-gradient(to right, #3529BF, #9EA9EA, #9EA9EA, #3529BF);
  border-radius: 27.5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 112%;
  color: #FFFFFF;
  border: 0;
  padding: 15px;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}



button.form-submit-btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.project-get-offer-block-position {
  position: sticky !important;
  top: 25%;
  right: 4%;
  width: 28%;
  margin: 0px auto;
  margin-right: 0;
  z-index: 1;
}

#project-details-container {
  position: relative;
}



.project-get-offer-block {
  width: 80%;
  margin: auto;
  margin-right: 0;
  position: relative;
  top: 0;
  margin-left: 0;
  z-index: 10;
  filter: drop-shadow(0px -1px 13px #EAEAEA);
  height:0
}


.project-get-offer-block.position {
  position: relative;
  margin-left: 0;
  height: auto;
}

#project-details-content-section {
  padding: 80px 0 0;
}

.project-details-nav-block ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #5C826D;
}
ul.project-dt-nav.slick-initialized.slick-slider {
  margin: 0;
  padding: 0;
}
ul.project-dt-nav button.slick-prev.slick-arrow {
  display: none !important;
}

ul.project-dt-nav button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-next-drk.svg);
  width: 9px;
  height: 14px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
ul.project-dt-nav button.slick-next.slick-arrow {
  background: #FFFFFF;
  box-shadow: 0px -2px 22px rgb(188 204 244 / 46%);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  right: 0;
  top: 10px;
}
.project-details-nav-block {
    width: 95%;
    padding-top: 20px;
}

.project-details-nav-block ul li {
  padding-bottom: 18px;
}
ul.project-dt-nav li {
  position: relative;
  text-align: center;
}
ul.project-dt-nav li.active a{
  color: #0F2D89;
}
ul.project-dt-nav li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-radius: 3px;
  border-bottom: 4px solid rgba(222, 254, 238, 0.34);
  z-index: 10;
  width: 100%;
}

ul.project-dt-nav li.active::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #16CC70;
  z-index: 10;
}

.read-more-content{
	display: none;
	padding-top: 0px;
}

.project-dt-block-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  color: #626262;
}
.project-dt-block-content {
  padding-top: 40px;
}
a.read-more {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #2A464F;
  text-transform: uppercase;
  cursor: pointer;
}
.location-map iframe {
  width: 100%;
  height: 280px;
}
a.download-btn {
  background: rgba(222, 231, 255, 0.81);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #003676;
  padding: 12px 22px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
}
.project-dt-block-conten-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.project-dt-block-conten-top h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}

.project-dt-amenities-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 5.2%;
}

.project-dt-amenities-list-block-item-icon {
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 36px rgb(188 204 244 / 13%);
  border-radius: 8px;
  padding: 45px;
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: center;
  transition: .25;
}
.project-dt-amenities-list-block-item h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #2A464F;
  margin-top: 10px;
}

.project-dt-amenities-list-block-item {
  flex-basis: 20%;
  margin-bottom: 40px;
  transition: .25s;
}
.project-dt-amenities-list-block-item-icon:hover{
  transition: .25;
  box-shadow: 0px 4px 36px #E7FFF3;
}

.floor-type-slider-item img {
  width: 100%;
  border: 1px solid rgba(217, 217, 217, 0.41);
  border-radius: 9px;
}

.floor-type-slider-item {
  padding: 10px;
  position: relative;
}

.floor-type-slider-item img {
  height: 250px;
  object-fit: contain;
}

#floor-type-slider button.slick-next::before, #progress-status-slider button.slick-next::before, #explore-more-projects-slider button.slick-next::before, .slider-nav button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/floorplan-next.svg);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}


#floor-type-slider button.slick-prev.slick-arrow::before , #progress-status-slider button.slick-prev.slick-arrow::before, #explore-more-projects-slider button.slick-prev.slick-arrow::before, .slider-nav button.slick-prev.slick-arrow::before{
  content: "";
  position: absolute;
  background-image: url(../img/floorplan-prew.svg);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

#floor-type-slider button.slick-prev.slick-arrow, #progress-status-slider button.slick-prev.slick-arrow, #explore-more-projects-slider button.slick-prev.slick-arrow, .slider-nav button.slick-prev.slick-arrow{
  background: #F7F7F7;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 10;
  transition: .25s;
  left: -20px;
}

#floor-type-slider button.slick-next.slick-arrow,  #progress-status-slider button.slick-next.slick-arrow, #explore-more-projects-slider button.slick-next.slick-arrow, .slider-nav button.slick-next.slick-arrow {
  background: #F7F7F7;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 10;
  right: -30px;
  transition: .25s;
}

#floor-type-slider .slick-arrow:hover, #progress-status-slider .slick-arrow:hover, #explore-more-projects-slider .slick-arrow:hover, .slider-nav .slick-arrow:hover {
  background-color: #fff;
  filter: drop-shadow(0px -2px 22px rgba(188, 204, 244, 0.46));
  transition: .25s;
}

#floor-type-slider[dir=rtl] .slick-prev {
  right: auto;
  left: -20px !important;
}
#floor-type-slider[dir=rtl] .slick-next {
  right: -25px !important;
  left: auto;
}
#floor-type-slider .slick-next:before{
  right: auto !important;
}

.project-floortype-block {
  position: relative;
}
.project-floortype-block::before {
  position: absolute;
  content: "";
  right: 0;
  width:70px;
  height: 100%;
  background: linear-gradient(270.98deg, #FFFFFF 28.99%, rgba(255, 255, 255, 0) 163.46%);
  top: 0;
  z-index: 1;
}

.floor-type-slider-item-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}
.floor-type-slider-item:hover .floor-type-slider-item-text{
  opacity: 1;
  visibility: visible;
  transition: .25s;
}



.floor-type-slider-item-text::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #0F2D89 0%, rgba(21, 51, 142, 0.959149) 20.99%, rgba(67, 93, 174, 0) 169.55%);
  backdrop-filter: blur(4.5px);
  border-radius: 9px;
  transform: rotate(180deg);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.floor-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.floorplan-detail-block {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  width: 100%;
  padding: 0px 20px;
  justify-content: space-between;
}

.floor-title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 112%;
  font-feature-settings: 'kern' off;
  color: #FFFFFF;
}

.floorplan-dt-block-text h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 112%;
  font-feature-settings: 'kern' off;
  color: #FFFFFF;
}
.floorplan-dt-block-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 112%;
  color: #9DA8E3;
  margin-bottom: 0;
}







.card-header {
  background: rgba(222, 254, 238, 0.35) !important;
  border-radius: 0px 0px 6px 6px;
}

.card-header[aria-expanded="true"]{
  background: #F5F8FF !important;
  border-radius: 6px;
}

.specification .card {
  border: none;
  background: none;
  border-bottom: 0px dashed #CEE1F8;
  display: none;
  cursor: pointer;
}
.specification.about-mission-vision .card {
  display: block;
}
.card.full-spec-block {
  display: block;
}

.project-details-banner-text-block-content .watch-video-link span {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -10px;
}

 .watch-video-link span {
  
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #626262;

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.watch-video-link {
  margin-bottom: 15px;
  margin-left: -10px;
  position: relative;
  cursor: pointer;
}

.specification .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.specification .card .card-header:hover {
  background: rgba(74, 30, 233, 0.1);
  padding-left: 0px;
}
.specification .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.specification-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  }
  .specification .card .card-body {
    padding: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 0px;
    border-top: 0;
    margin-bottom: 0;
}
.specification .card .card-body p {
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130.5%;
  color: #737DB4;
  margin-bottom: 0;
}

div#specification-accordion .card-header-block-icon {
  margin-top: 0px;
}
h5.specification-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #0F2D89;
}

.specification .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130.5%;
  color: #737DB4;
}
.card-header-block {
  display: flex;
  align-items: flex-start;
  padding: 25px 20px 25px 40px;
  gap: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 130, 109, 0.08);
}
.card-header-block-icon {
  margin-top: 10px;
}
.card-header i {
  background: #FFFFFF;
  box-shadow: 0px -2px 22px rgb(188 204 244 / 46%);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-header[aria-expanded="true"] i {
  transform: rotate(90deg);
}
.specification .card .card-header {
  display: flex;
  align-items: baseline;
  padding-right: 25px;
}

.card-header[aria-expanded="true"] i svg path{
  stroke: #16CC70;
}

.card-header-block-icon svg path {
  fill: rgb(22, 204, 112);
}
.card-header[aria-expanded="true"] .card-header-block-icon svg path{
  fill: rgb(15, 45, 137);
}

.card-header.view-full-spec a {
  padding: 25px 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #0F2D89;
}

.project-dt-amenities-list-block-item.check-eligibility {
  flex-basis: 50%;
  width: 50%;
  width: 100%;
  background: #06BB60;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 36px rgb(188 204 244 / 13%);
  border-radius: 8px;
  padding: 20px 25px;
}
.project-dt-amenities-list-block-item.check-eligibility {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.project-dt-amenities-list-block-item.emi-cal {
  flex-basis: 50%;
  width: 50%;
  width: 100%;
  background: #0F2D89;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 36px rgb(188 204 244 / 13%);
  border-radius: 8px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.project-dt-amenities-list-block-item-cal-block {
  display: flex;
  width: 73%;
  gap: 30px;
}

.check-eli-link a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #fff;
  position: relative;
  transition: .25;
}

.check-eli-link a::before{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  border-radius: 2px;
  transition: .25s;
}

.project-dt-amenities-list-block-item:hover .check-eli-link a::before{
  width: 100%;
  transition: .25s;
}

.check-eli-link {
  text-align: left;
  width: 100%;
  margin-top: 20px;
}
.check-eli-link a svg {
  margin-left: 6px;
}

.project-details-banner-text-block-content {
  position: relative;
}

.project-area-map {
  height: 280px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  padding: 20px 30px;
  z-index: 1;
}

.project-area-map::before {
  position: absolute;
  content: "";
  background: linear-gradient(179.54deg, #4A1C1A 34.01%, rgba(74, 28, 26, 0.14) 87.64%);
  border-radius: 6px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
  z-index: -1;
}

.project-area-map::after {
  position: absolute;
  content: "";
  backdrop-filter: blur(3px);
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 6px;
}

.location-map {
  position: relative;
}
.location-map iframe {
  border-radius: 6px;
}

.location-map-btn a {
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  padding: 12px 16px;
  font-style: normal;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 112%;
  background-image: linear-gradient(to right, #3529BF, #9EA9EA, #9EA9EA, #3529BF);
  border-radius: 27.5px;
  width: 100%;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: flex;
  min-width: 150px;
  align-items: center;
}

section#contact-detail-section {
  margin-top: -40px;
}

.location-map-btn a:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-eft{
  background-image: linear-gradient(to right, #3529BF, #9EA9EA, #9EA9EA, #3529BF);
  border-radius: 27.5px;
  width: 100%;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-eft:hover{
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}
.location-map-btn a svg {
  margin-right: 6px;
}

.location-map-btn {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.project-area-map-text-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 18px;
}
.project-area-map-text-block {
  position: absolute;
  bottom: 20px;
}
.project-area-map-text-block h3 span {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: block;
}

a.project-area-map-btn {
  background: #492E27;
  border-radius: 23.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 112%;
  color: #FFFFFF;
  padding: 15px 25px;
  border: 1px solid rgb(255, 235, 216);
  display: block;
}

a.project-area-map-btn img {
  margin-right: 6px;
}

.offer-block{
  padding-top: 0px;
}

.project-dt-block-content.offer-block-dt {
  padding-top: 25px;
}
.progress-status-slider-item{
  padding: 0 10px;
}



.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration: 0.6s;
  max-width: 100%;
}

.modal.modal-fullscreen .modal-dialog  .modal-body{
  background: #fff;
}

#myModalFullscreen .megamenu-content-block-list-item {
  opacity: 1;
  transform: translateX(0%);
  transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
  padding: 5px 15px;
}

.modal-backdrop.show {
  opacity: 0.5;
  z-index: 1;
}
div#myModalFullscreen {
  z-index: -1;
  background: #fff;
  position: unset;
  width: 100%;
}

.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}





.progress-status-slider-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px;
}

.project-testimony-content-block {
  border-radius: 6px;
  padding: 40px;
  background-image: url(../img/testimony-bg.svg);
  width: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.project-testimony-content-block-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #9DA8E3;
  display: block;
  text-align: right;
}
.project-testimony-content-block-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 112%;
  color: #fff;
  margin-top: 15px;
  margin-bottom:10;
}
.project-testimony-content-block-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #fff;
}
.project-testimony-content-block-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 147%;
  color: #fff;
  margin-bottom: 0;
}
.project-testimony-slider .testimony-slider-item-img img{
  height: 330px;
}
.project-testimony-content-block-text {
  padding: 0px 50px;
}

.project-testimony-content-block-text a.testimony-view-all-btn {
  font-size: 10px;
  padding: 10px 20px;
  margin-top: 20px;
}

.project-testimony-slider .testimony-slider-item {
  padding-left: 0;
}
.slider.project-slider-nav.slick-initialized.slick-slider.slick-dotted {
  margin-top: 25px;
}
.project-slider-nav .testimony-slider-nav-item {
  padding: 10px;
}
.project-slider-nav button.slick-next.slick-arrow {
  right: -6px;
}


.explore-more-projects-slider-item {
  padding: 0px 0px 0 0;
  height: 100% !important;
  /* margin-right: 20px;
  margin-left: 20px; */
  border-radius: 15px;
  position: relative;
}
section#explore-more-projects {
  background: #FFF8F2;
  border-radius: 7px;
  padding: 80px 0;
  margin-top: 100px;
}

div#explore-more-projects-slider {
  margin-top: 30px;
}
a.projects-btn {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 23px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2A464F;
  padding: 12px 23px;
}
a.projects-btn svg {
  margin-left: 6px;
}

.interior-block {
  min-height: 680px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 80px 100px 0px;
  position: relative;
  z-index: 0;
  border-radius: 16px;
}

.interior-banner-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 112%;
  color: #fff;
  display: flex;
}
.interior-banner-text-sub h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.interior-banner-text h2 span {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  transform: translate(-18px, 40px);
  display: block;
}


.interior-banner-text-sub span {
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
}
.interior-banner-text-sub span:nth-child(1) {
  background-color: #FD3B70;
}
.interior-banner-text-sub span:nth-child(2) {
  background-color: #0126FD;
}
.interior-banner-text-sub span:nth-child(3) {
  background-color: #9BDEA9;
}
.interior-banner-text-sub span:nth-child(4) {
  background-color: #FCDF3B;
}

.interior-banner-text-sub {
  display: flex;
  gap: 5px;
}

.interior-banner-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  color: #FFFFFF;
  margin-top: 20px;
}


.interior-banner-text {
  width: 100%;
}

a.view-service-btn {
  background-color: #3A5343;
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 10px 20px;
  margin-top: 20px;
  display: block;
  width: fit-content;
  transition: .25s;
}

a.view-service-btn:hover{
  background-color: #9BDEA9;
  color: #3A5343;
  transition: .25s;
}



a.view-service-btn svg{
  margin-left: 6px;
}


.package-table table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.package-table .itemery {
  width: 180px;
}
.package-table th, .package-table td {
  padding: 8px 15px;
  width: auto;
  position: relative;
}
.package-table td {
  background-color: #f5f5f5;
  border: 1px solid #fff;
}

.package-table .mob-500 {
  display: none;
}
.package-table th {
  font-size: 14pt;
  background-color: #2d2c2c;
  color: #fff;
}
.package-table .descrip {
  width: 400px;
}

@media screen and (max-width: 500px){
  .package-table table td:last-child {
    border-bottom: 0;
  }
  .package-table .mob-500 {
    display: block;
  }
  .package-table table td:nth-child(2) {
    border-bottom: none;
  }

  .package-table .itemery {
    width: 120px;
  }
  .package-table {
    overflow: scroll;
}

}


.btn-6 {
  position: relative;
  display: block;
  overflow: hidden;
  transition: .8s;
}



.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(195 237 216 / 83%);
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;

}
.btn-6:hover span {
  width: 225%;
  height: 562.5px;
  transition: .8s;
}
.btn-6:active {
  background-color: #16CC70;
  transition: .8s;
}

section#not-found-section {
    padding: 80px 0;
    position: relative;
}

.not-found-text-block h1 span {
  color: rgba(139, 139, 142, 1);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.not-found-text-block h1  {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 43px;
  letter-spacing: 0.3px;
  color: #2A464F;
}
.not-found-text-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.3px;
  color: #2A464F;
  width: 50%;
  margin-bottom: 30px;
}

.project-get-offer-top-logo img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.contact-location-dt-right.cor {
  position: absolute;
  top: -40px;
  right: 44px;
}
.prj-title-block svg {
  display: none;
}
.krea-number{
  display: none;
}
button.form-submit-btn.btn-6.get-offer {
  display: none;
}

.desk-display-none{
  display: none;
}
.get-offer-stick{
  display: none;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}

.trending-project-block-mobile{
  display: none;
}

.about-hg-bottom-mob-text{
  display: none;
}


/* 

////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////

blog page starts here

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

 header#header.project-header.inner-header .RegionsDropdown-module--locationsDropdown--1-V_l {
  top: 91px;
}



 section#blog-banner-section {
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) -4.04%, rgb(171 163 255 / 10%) 93.63%);
  padding-top: 80px;
  padding-bottom: 60px;
  margin-top: 90px;
}




 .blog-banner-block-img {
  border-radius: 9px;
  width: 100%;
  background-color: rgba(188, 201, 103, var(--color-opacity, 1));
  display: flex;
}

.blog-banner-block-img img {
  border-radius: 9px;
  height: 415px;
  width: 100%;
  object-fit: cover;
}


.blog-details-block-title-text-sub-block{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 18px;
}

.general-template__submenu {
  border-top:1px solid #DDDDF0;
  border-bottom:1px solid #DDDDF0;
  padding: 0px 15px 0px 15px;
  margin-bottom: 30px;
  margin-top: 0px;
  border-radius: 0px;
}

.blog-detail-content-block figure img {
  width: 100%;
}

#blog-sub-section .blog-details-block-title-text-sub-block {
  border-top: 1px solid #ededed;
  padding: 8px 15px;
  justify-content: space-between;
}
#related-blog-section .blog-details-block-title-text-sub-block {
  border-top: 1px solid #ededed;
  padding: 8px 15px;
  justify-content: space-between;
  background-color: #fff;
}


.single-content__meta .author-display {
  padding-right: 50px;
}
.author-display {
  --between-spacing: 10px;
}

.author-display .author-display__image, .author-display__placeholder {
  -ms-flex-negative: 0;
  border-radius: 50%;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.author-display__group {
  margin-left: 10px;
}

p.author-display__name, p.author-display__position{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 3px;
  margin-bottom: 0;
  color: #0E266F;
}
a.center.justify-start.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meta__info.spread.between {
  display: flex;
  align-items: center;
  gap: 15px;
}
p.meta__date.center, p.meta__reading.center {
  margin-bottom: 0;
  color: #0E266F;
}

.blog-details-block-title-text {
  padding: 40px 25px;
}
.blog-details-block-title-text h1 {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

ul.blog-social-media-link {
  margin: 0;
  padding: 0;
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.blog-social-media-link li a {
  background-color: #e9ebf0;
  padding: 5px;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.blog-social-media-link li a img {
  width: 30px;
}
.blog-detail-content-block h2 {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 30px;
  color: #212597;
}

.blog-detail-content-block p {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}


::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.blog-detail-content-block ul {
  list-style: disc;
  padding: 10px 30px;
}

.blog-detail-content-block ul li {
  padding: 6px 0;
}

.blog-detail-content-block ul li a {
  color: #0E266F;
  font-weight: 500;
}
.trending_list{
  padding: 40px 0px;
}

.trending_list h5 {
  color: #0E266F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.trending_list ul li a {
  color: #03053B;
  text-decoration: none;
  font-size: 16px;
}
.trending_list ul {
  margin: 0;
  padding: 0;
}
.trending_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDF0;
}
.trending_list ul li h4 {
  color: #303252;
  font-size: 16px;
  font-weight: 500;
  clear: none;
  margin-top: 0px;
  line-height: 22px;
  padding-bottom: 0;
  width: 70%;
  padding-right: 30px;
}
.trending_list ul li a {
  color: #212597;
  text-decoration: none;
  font-size: 16px;
  width: 30%;
  font-weight: 400;
}
.trending_list a img {
  width: 100%;
  border-radius: 10px;
}



section#related-blog-section {
  padding: 60px 0;
  background-color: #f2f5ff;
}

.related-blogs-block h2 {
  color: #0E266F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.related-blog-img a img {
  width: 100%;
  border-radius: 10px;
}
.related-blog-text h3 a {
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}
.related-blog-img img {
  height: 200px;
  object-fit: cover;
}


.related-blog-item {
  box-shadow: 0px 8px 18px rgb(197 197 197 / 25%);
  margin-bottom: 50px;
}
.related-blog-text {
  padding: 30px 20px 15px;
  background-color: #fff;
}
.related-blog-text h3 {
  margin-bottom: 10px;
  min-height: 70px;
}
section#blog-sub-section {
  padding: 0px 0 60px;
}

.related-blog-text .blog-details-block-title-text-sub-block {
  gap: 5px;
  justify-content: space-between;
}

.blog-detail-content-block p a {
  color: #0E266F;
  font-weight: 500;
}

.blog-main-block-text h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}

button.read-more-btn {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  color: #0E266F;
  border-bottom: 2px solid #0E266F;
  width: fit-content;
  padding-bottom: 5px;
}
.main-blog-block-details .blog-details-block-title-text-sub-block {
  display: flex;
  justify-content: space-between;
}
.main-blog-block-details {
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-main-item {
  box-shadow: 0px 8px 18px rgba(197, 197, 197, 0.25);
}
.main-blog-img-block img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blog-main-block {
  padding-bottom: 60px;
  border-bottom: 1px solid #e2e2e2;
}





div#project-retreat-details-banner-section {
  background-color: #0E266F;
  padding: 160px 0 60px;
  position: relative;
}
.project-retreat-banner-text-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 25px;
}
.logo-retreat-block img {
  width: 150px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.dd-retreat-text-block h4 {
  font-size: 18px;
  font-weight: 700;
}

.dd-retreat-tab-content-block{
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 36px rgb(188 204 244 / 13%);
  border-radius: 8px;
  padding: 30px;
}
.dd-retreat-img-block img {
  border-radius: 8px;
}

.dd-retreat-text-block p {
  font-size: 14px;
  margin-bottom: 8px;
}

.dd-retreat-tab-content-block-item ul {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
  list-style: disc;
  padding: 0;
  padding-left: 20px;
}

a.testimony-view-all-btn.interior-btn {
  margin: 30px auto 60px;
}


.dd-retreat-location-block {
  background-color: #F4F4F4;
  margin: 30px auto;
  max-width: 370px;
  padding: 30px;
  border-radius: 5px;
}

.dd-retreat-location-block h3 {
  font-size: 20px;
  text-align: center;
}
.dd-retreat-location-block p {
  margin-bottom: 5px;
  text-align: center;
}
.dd-retreat-location-block  a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
  text-align: center;
}
a.email-green{
  display: block;
}




/* 

/////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////
 
                  faq starts here

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

 section#faq-page-section {
  background: #F9FAFB;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-top: 90px;
}


.section-block-title h1 {
  font-size: 2.5rem;
  font-weight: 500;
}


.faq-page-block-title h1 {
  color: #0F2D89;
  font-size: 20px;
}
.faq-page-block-title h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 60px;
}
.faq-page-block-title span {
  text-align: right;
  display: block;
}

.desai-faq-page-top-bar ul.nav.nav-tabs li a {
  position: relative;
  display: block;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2A464F;
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  transition: .25s;
}
.desai-faq-page-top-bar ul {
  gap: 20px;
  border-bottom: 0;
  margin-bottom: 30px;
}
.desai-faq-page-top-bar ul.nav.nav-tabs li a.active {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%) !important;
  color: #fff !important;
}

.desai-faq-page-top-bar ul.nav.nav-tabs li a:hover{
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%) !important;
  color: #fff !important;
  transition: .25s;
}


.faq-accrditon-block {
  background: transparent;
  border-radius: 0;
  min-height: 80px;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.specifications-title-block a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0f0602;
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  justify-content: space-between;
  padding: 0;
}

.accordion.accordion-faq .specifications-title-block a div {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .03em;
  color: #2b3f6c;
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}

.accordion.accordion-faq span.specifications-arr-icon {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion.accordion-faq span.specifications-arr-icon svg {
  width: 30px;
  height: 30px;
  padding: 10px;
}

.accordion.accordion-faq a[aria-expanded="true"] .specifications-arr-icon{
  transform: rotate(90deg);
}


.accordion.accordion-faq .specifications-body {
  padding-bottom: 20px;
  margin-left: 0;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 163%;
  color: #626262;
}
section#faq-accr-section {
  padding: 80px 0;
}





section#press-section {
  padding: 60px 0 80px;
}

.press-releases-title h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 32px;
}

.press-releases-content-block ul li h4 a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #0F2D89;
}

.press-releases-content-block ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.press-releases-content-block ul li:last-child{
  border-bottom: 0px;
}


.worable-media-block-item {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  column-gap: 20px;
  row-gap: 20px;
}
.worable-media-block-item a {
  width: 14%;
  height: 70px;
  margin-bottom: 25px;
}
.workable-media-block h2 {
  text-align: center;
}

section#press-media-section {
  padding: 60px 0;
  border-top: 1px solid #ededed;
}


.worable-media-block-item a img {
  object-fit: contain;
  height: 100%;
}

.position-sticky-block {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  z-index: 1;
  background-color: #fff;
}

ul.project-dt-nav{
  padding: 10px 0px;
}

.faq-acc-content-block-title{
  text-align: center;
  padding-bottom: 40px;
}
.faq-acc-content-block-title h2{
  font-weight: 600;
}


.card-header-block-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}


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

project page

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

 .navburger-block.inner {
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 9;
}

 .navburger-block ul {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: right;
  padding: 16px 0;
}
.navburger-block ul li {
  font-weight: 400;
  font-size: 10px;
  line-height: 107.5%;
  color: #C1C1C1;
}

.project-page-filter-block-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 41px;
  margin-top: 20px;
}

.project-page-filter-block-content-item {
  display: flex;
  align-items: center;
  width: 33.33%;
  position: relative;
}

.project-page-filter-block-content-item svg {
  position: absolute;
  left: 16px;
}

.project-page-filter-block-content-item .custom-select-trigger {
  position: relative;
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2A464F;
  cursor: pointer;
  padding: 15px 50px 15px 40px;
  text-align: left;
  border-right: 1px solid rgba(112, 124, 186, 0.27);
}

.project-page-filter-block-content-item:last-child .custom-select-trigger {
  border-right: 0px solid rgba(112, 124, 186, 0.27);
}


.project-page-filter-block {
  text-align: center;
  position: relative;
  padding: 0px 120px;
}

#project-filter-section {
  position: relative;
  padding-bottom: 80px;
  margin-top: 130px;
}

#project-filter-section::before {
  position: absolute;
  content: "";
  top: 20px;
  width: 75%;
  height: 100%;
  background: linear-gradient( rgba(195, 237, 216, 0.46) -4.71%, rgba(234, 239, 255, 0) 50.58%);
  border-radius: 43px;
  z-index: -1;
  transform: translate(-50%, 0px);
  left: 50%;
}


.project-page-filter-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  margin-top: 18px;
}

.project-page-filter-block h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  margin-top: 18px;
}

.project-page-filter-block p {
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  text-align: center;
  color: #2A464F;
}

.projects-center-slider .trending-projects-slider-item.slick-slide {
  transform: scale(.9);
}

.projects-center-slider .trending-projects-slider-item.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}
.projects-center-slider.center-slider.custom-slider-nav.slick-initialized.slick-slider {
  margin-top: 35px;
}


.projects-center-slider button.slick-next.slick-arrow {
  right: 27.5%;
}

.projects-center-slider button.slick-prev.slick-arrow {
  left: 27.5%;
  z-index: 1;
}


.isotope-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: auto;
}

.isotope-toolbar span {
  text-transform: capitalize;
  display: inline-block;
/*   margin-right: 15px;
  padding-bottom: 3px; */
  font-size: 15px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transform: ease-in-out 0.5s;
  cursor: pointer;
  flex: 1;
}

.isotope-box {
  position: relative;
  width: 100%;
  flex: 1;
}
.isotope-toolbar {
  text-align: center;
  margin: 10px;
}

.isotope-box {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery-list-block {
  margin-top: 20px;
}

.photo-gal.load-more-content-block.isotope-item.grid-item {
  height: auto !important;
  flex: 0 0 24%;
  max-width: 24%;
}

.isotope-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  height: 470px;
}

.content.grid.isotope-box.gallery .isotope-item {
  flex: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
}


.isotope-item figure {
  margin: 0 0 0px !important;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.isotope-item figure img{
  transition: .25s;
}


.isotope-item figure:hover img{
  transform: scale(1.1);
  transition: .25s;
}

.project-list-text-block::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000000e3 35.17%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 20px 16px 0px 0px;
  transform: rotate(180deg);
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.project-list-text-icon {
  background: #FFFFFF;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.isotope-item figure img {
  width: 100%;
  height: 92%;
  object-fit: cover;
}

.content.grid.isotope-box {
  margin-top: 70px;
}
.content.grid.isotope-box.gallery {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.project-category-filter-block-content {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 23px 36px rgb(222 231 255 / 50%);
  border-radius: 11px;
  padding: 18px 0 18px 20px;
  justify-content: space-between;
}

.project-category-filter-text {
  width: fit-content;
  font-weight: 500;
  align-items: center;
  gap: 6px;
  display: flex;
}
.project-category-filter-slider-block {
  width: 80%;
}

ul.project-category-filter-slider li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #0F2D89;
  background: #EEF2FF;
  border-radius: 27.5px;
  padding: 12px 20px;
  margin: 0 20px;
  cursor: pointer;
  transition: .25s;
  text-align: center;
}

ul.project-category-filter-slider li:hover {
  background: #EAF9F1;
  transition: .25s;
}

ul.project-category-filter-slider li.slick-slide.active{
  background: #0F2D89;
  transition: .25s;
  color: #fff;
}

.project-list-text-block {
  position: absolute;
  width: calc(100%);
  display: flex;
  align-items: baseline;
  justify-content: left;
  padding: 20px 20px;
  z-index: 1;
  left: 0;
  bottom: 0;
}

/* .isotope-item-content:hover .project-list-text-block {
  transform: scale(1.1);
  transition: .25s;
} */


.isotope-item a.watch-video-link.project-video {
  position: absolute;
  top: 20px;
  left: 40px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  z-index: 10;
  opacity: 0;
  transition: .25s;
}

.isotope-item:hover a.watch-video-link.project-video{
  opacity: 1;
  transition: .25s;
}

.isotope-item a.watch-video-link.project-video::after{
  display: none;
}
.project-list-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.project-list-text h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #D9D9D9;
}


.project-list-text-icon {
  opacity: 0;
  transition: .25s;
  right: 20px;
  position: absolute;
}

.isotope-item:hover .project-list-text-icon {
  opacity: 1;
  transition: .25s;
}

.project-call-to-action-wrapper-img-mob{
  display: none;
}

.project-call-to-action-block {
  background: rgba(195, 237, 216, 0.35);
  border-radius: 1px;
  position: relative;
}

section#project-call-to-action-section {
  margin-bottom: 80px;
}

.project-call-to-action-block::before{
  position: absolute;
  content: "";
  background-image: url(../img/project-call-to-action.png);
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-call-to-action-block-text {
  padding: 120px 20px 120px 100px;
  display: flex;
  gap: 40px;
  grid-gap: 40px;
}

.project-call-to-action-block-text-01 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 112%;
  color: #0F2D89;
}

/* .project-call-to-action-block-text-01 h3 span {
  font-family: 'Miama';
  font-style: italic;
  font-weight: 400;
  font-size: 76px;
  line-height: 72%;
  color: #0F2D89;
} */

a.project-view-offer-btn {
  background: #4D26D7;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 15px 30px;
  margin-top: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}




 .panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
 .panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  background: transparent;
  display: block;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #0F2D89;
  border-radius: 8px;
  padding: 0px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-qs-block {
  display: flex;
  gap: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 132%;
  color: #0F2D89;
  padding: 0 20px 0 40px;
}
.qs-number {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
}

.panel.panel-default {
  margin-bottom: 22px;
}

 .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: transparent;
  transition: 0.15s all ease-in-out;
  border: 2px solid #0F2D89;
  border-radius: 8px;
}
.fa-plus:before {
  content: "\f067" !important;
}
.panel-group .panel .panel-heading h4 a[aria-expanded="true"] i::before {
  content: "\f068" !important;
}
.panel-group .panel .panel-heading h4 a i {
  color: #fff;
  background-color: #0F2D89;
  backdrop-filter: blur(7.5px);
  border-radius: 0px 5px 5px 0px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .panel-group .panel .panel-body {
  padding-top: 0;
}
 .panel-group .panel .panel-heading + .panel-collapse > .list-group,
 .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}













.project-faq-block {
  background: rgba(222, 231, 255, 0.33);
  border-radius: 12px;
  padding: 70px 0;
}

.project-faq-block-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.project-faq-block-content-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}
.project-faq-block-content-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 112%;
  color: #0F2D89;
  margin-bottom: 0;
}



.project-call-to-action-offer-block {
  position: absolute;
  right: 90px;
  background: linear-gradient(180deg, #D7FFE9 0%, rgba(189, 245, 215, 0) 100%);
  border-radius: 90px;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 30px;
}
.project-call-to-action-block-text-01 {
  width: 210px;
}

.project-call-to-action-offer-block h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #0F2D89;
  margin-bottom: 0;
}

.project-call-to-action-offer-block span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #4E7662;
  padding: 0 25px;
}


.trending-projects-slider-item-img img {
  object-fit: cover;
  height: 400px;
}

.faq-bottom-btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

a.faq-all-btn {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  transition: .25s;
  margin-top: 20px;
}
a.faq-all-btn:hover{
  background-color: #DEE7FF;
  border-color: #DEE7FF;
  transition: .25;
}

section#project-footer-seo-section {
  background: #F4F4F4;
  padding: 80px 0;
  margin-top: 60px;
}
.footer-seo-content-block h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #0F2D89;
  text-align: center;
  margin-bottom: 15px;
}
.footer-seo-content-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #0F2D89;
  text-align: center;
  margin-bottom: 15px;
}
.footer-seo-content-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
  color: #2A464F;
}

.message-from-cmd-profile-dt {
  background: #DEE7FF;
  border-radius: 7px;
}
.message-from-cmd-profile-dt-title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 149%;
  text-align: justify;
  color: #0F2D89;
  margin-bottom: 0px;
}

.message-from-cmd-profile-dt-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  text-align: justify;
  color: #2A464F;
  margin-bottom: 0;
}

.message-from-cmd-profile-dt {
  background: #DEE7FF;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.message-from-cmd-banner-block {
  position: relative;
}
.message-from-cmd-banner-block-item {
  position: relative;
  width: 80%;
  margin: 0px auto;
  z-index: 0;
}

.message-from-cmd-banner-block-item {
  height: 280px;
}


a.close-navbar-toggler {
  position:absolute;
  left: 0px;
  transform: translate(0px, 0px);
  overflow: hidden;
  z-index:1;
}


body.navbar-open a.close-navbar-toggler {
  width: 100vw;
  position:absolute;
  height: 100vh;
  left: -160px;
  transform: translate(0px, 0px);
  overflow: hidden;
  z-index:1;
}

.close-navbar-toggler.collapsed{
  z-index:-1;
}

.desai-logo-bg img {
  width: 100%;
}
.desai-logo-bg {
  position: absolute;
  top: 50%;
  transform: translate(0px, -84%);
}

.footer-seo-content-block ul {
  list-style: unset;
  padding: 0px 20px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
  color: #2A464F;
}

#message-from-cmd-banner-section {
  position: relative;
  background: linear-gradient( rgba(195, 237, 216, 0.46) -4.71%, rgba(234, 239, 255, 0) 50.58%);
  border-radius: 2px;
  padding: 100px 0px 50px;
  margin-top: 90px;
}

#message-from-cmd-banner-section::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 25%;
  width: 40%;
  height: 365px;
  background-image: url(../img/message-from-cmd-bg-vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#message-from-cmd-banner-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25%;
  width: 40%;
  height: 365px;
  background-image: url(../img/message-from-cmd-bg-vector-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.message-from-cmd-banner-bg::before{
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 97.29%);
  bottom: 25%;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: -1;
}


.navburger-block.pos-absolute {
  position: absolute;
  right: 15px;
}

.mouse-scroll-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 112%;
  color: #0F2D89;
  margin-top: 25px;
}

.mouse-scroll-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  flex-direction: column;
  z-index: 10;
}

.message-from-cmd-banner-block-item img {
  width: 100%;
}


.message-from-chairman-block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 112%;
  color: #0F2D89;
  text-align: center;
  margin-bottom: 15px;
}
.message-from-chairman-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  text-align: justify;
  color: #2A464F;
}

.desai-awards-footer-block {
  background: linear-gradient(89.9deg, #0E266F -1.69%, rgba(14, 38, 111, 0.46) 324.13%);
  border-radius: 7px;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 80px;
}

.desai-awards-footer-block-text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 112%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-loans-banner-block-title-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home-loans-banner-block-title-block h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  margin-bottom: 0;
}
.home-loans-banner-block-title-block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}
section#home-loans-section {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 90px;
}
section#home-loans-section::before{
  position: absolute;
  content: "";
  background: rgba(222, 231, 255, 0.33);
  width: 100%;
  height: 115%;
  top: 0;
  left: 0;
}

section#privacy-policy-section {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 90px;
}
.privacy-policy-block-title-block div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-policy-block-title-block h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  margin-bottom: 0;
}
.privacy-policy-block-title-block p {
  margin-top: 15px;
}
.privacy-policy-banner-block {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.privacy-policy-block-title-block {
  width: 75%;
}
.privacy-polciy-content-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgba(173, 187, 225, 0.3);
  border-radius: 12px;
  padding: 60px 100px;
}
.privacy-polciy-content-block-hg {
  background: rgba(222, 231, 255, 0.33);
  border-radius: 4px;
  padding: 15px;
}
.privacy-polciy-content-block-hg p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  text-align: center;
  color: #2A464F;
  margin-bottom: 0;
}

.privacy-polciy-content-block-hg p b{
  display: block;
}
.privacy-polciy-content-block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 149%;
  color: #2A464F;
  margin-top: 36px;
}

.privacy-polciy-content-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}
.privacy-polciy-content-block ul {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
  padding: 0 20px;
}

.privacy-policy-btm-btn-block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
a.view-all-btn.project.go-to-home {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
section#privacy-polciy-content-section {
  padding-bottom: 100px;
  position: relative;
}
section#privacy-polciy-content-section::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(22, 204, 112, 0.05) 0%, rgba(22, 204, 112, 0) 100%);
  transform: rotate(180deg);
}
a.partner-bank-btn {
  background: #0E266F;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 15px 20px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  width: fit-content;
  gap: 5px;
  cursor: default;
}

.partner-bank-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.emi-calculator-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 54px rgba(173, 187, 225, 0.3);
  border-radius: 12px;
  padding: 70px 140px;
}
.emi-calculator-block-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
}
input.emi-input {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #2A464F;
  padding: 15px;
}
.input-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.input-block label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #2A464F;
}
select.emi-select {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #2A464F;
  padding: 15px;
}
.loac-amount-slider label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #2A464F;
}

.loac-amount-slider label span {
  font-weight: 400;
}

.emi-interest-rate {
  margin-top: 30px;
}
.emi-interest-rate-text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #2A464F;
}
.emi-interest-rate-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
  margin-bottom: 0;
}
span.interest-rate {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
  border: 1px solid rgba(42, 70, 79, 0.15);
  border-radius: 41px;
  padding: 12px 15px;
  position: relative;
  width: 88px;
  text-align: right;
}
span.interest-rate input.form-control {
  position: absolute;
  width: 80px;
  border: 0;
  left: 0;
  top: 0;
  background: transparent;
  height: 49px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
}
.partner-bank-block img {
  width: 60px;
}

.emi-calculate-block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background: linear-gradient(270deg, #EDF2FF 50%, rgba(222, 231, 255, 0) 111.7%);
  border-radius: 5px;
}

.emi-calculate-block h4 {
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 149%;
  color: #2A464F;
  margin-bottom: 0;
  padding: 12px 25px;
  display: flex;
  gap: 5px;
  align-items: center;
}

span.emi-amt {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  text-transform: capitalize;
  color: #2A464F;
}

button.emi-calculate-btn {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  border: 0;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.emi-interest-rate {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.other-tools-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  padding: 15px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.other-tools-hd h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: 25px;
}

.other-tools-btn-group {
  display: flex;
  gap: 10px;
}

.bottom-page-link-block {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.bottom-page-link-block a {
  width: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #0F2D89;
  padding: 35px 40px;
  justify-content: space-between;
  display: flex;
  border-right: 1px solid #E6E6E6;
}

.bottom-page-link-block a:last-child{
  border-right: 0px solid #E6E6E6;
}
.gallery-section-title {
  position: relative;
  margin-top: 60px;
}
.gallery-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  background: #0E266F;
  border-radius: 25px;
  z-index: -1;
  top: 0;
}

section#gallery-section {
  margin-top: 100px;
}

.gallery-section-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #FFFFFF;
}
.gallery-section-title {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 60px 0 30px;
}
.gallery-section-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #FFFFFF;
}
.gallery-section-title ul.nav.nav-tabs {
  justify-content: center;
  border-bottom: 0;
  gap: 15px;
}

.gallery-section-title ul.nav.nav-tabs li a {
  background: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 30px;
}

.gallery-section-title ul.nav.nav-tabs a.nav-link.active {
  background: #16CC70;
  border: 1px solid #16CC70;
  border-radius: 27.5px;
  color: #fff !important;
}


.gallery-section-title a.nav-link.active svg path {
  fill: #fff !important;
}

.gallery-list-block-item img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.gallery-list-block-item.gal-img-new{
  height: auto;
}

.gallery-list-block-item {
  position: relative;
  margin-bottom: 20px;
}
.gallery-tab-block {
  width: 95%;
  margin: 0px auto;
}
/* .photo-gal{
  overflow: hidden;
} */

.desai-gal-text {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px 14px 30px;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  transform: translate(0px, 100%);
  opacity: 0;
  transition: .3s;
  height: 0;
}
.gallery-list-block-item:hover .desai-gal-text{
  align-items: center;
  transform: translate(0px, 0%);
  opacity: 1;
  transition: .3s;
}



.desai-gal-text h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.desai-gal-text::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: linear-gradient(180deg, #3A3A3A 30.36%, rgba(58, 58, 58, 0) 91.84%);
  mix-blend-mode: multiply;
  border-radius: 3px 6px 0px 0px;
  transform: rotate(180deg);
  z-index: -1;
}
.career-bg-img-block img {
  width: 100%;
}

.contact-section-title-block h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  margin-bottom: 5px;
}
.contact-section-title-block p{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 149%;
  color: #2A464F;
}
.contact-section-title-block {
  padding: 140px 0;
}
a.email-btn {
  background: #DEE7FF;
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #003676;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 5px;
}

.button-group-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
a.email-btn.chat {
  background: rgba(195, 237, 216, 0.81);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
}
#contact-section {
  position: relative;
  background: linear-gradient(0deg, rgba(223, 255, 238, 0.31) 0%, rgba(217, 217, 217, 0) 100%);
  margin-top: 100px;
}
#contact-section::before{
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  max-width: 500px;
  width: 100%;
  top: 0;
  background-image: url(../img/contact-banner.png);
  background-position: center;
  background-repeat: no-repeat;
}
.contact-detail-block {
  background: #0E266F;
  box-shadow: 0px 4px 17px rgba(230, 230, 230, 0.25);
  backdrop-filter: blur(13px);
  border-radius: 19px;
  padding: 50px;
}
.contact-map-block-img img {
  width: 100%;
  border-radius: 10px;
}
.contact-detail-block-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(104.24deg, #FFFFFF 39.88%, #D0CCFF 130.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contact-detail-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office-location {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-detail-block ul {
  padding: 0;
  margin: 10px 0 25px;
}
.contact-detail-block ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  color: #FFFFFF;
  margin: 10px 0px;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.contact-detail-block ul li svg {
  width: 25px;
}
.contact-detail-block ul li a{
  color: #FFFFFF;
}
.contact-map-block {
  position: relative;
}

.location-map-btn.contact {
  bottom: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-map-block::before {
  content: "";
  position: absolute;
  background: rgba(15, 45, 137, 0.2);
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-branches-tab-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 21px rgba(218, 218, 218, 0.25), 0px 4px 21px rgba(218, 218, 218, 0.25);
  border-radius: 19px;
  padding: 40px 40px 60px 40px;
}
.contact-branches-tab-block-header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #0E266F;
  background: #DEE7FF;
  border-radius: 27.5px;
  padding: 8px 30px;
}

.contact-branches-tab-block.mar-tp-50 {
  margin-top: 80px;
}

.contact-branches-tab-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.contact-branches-tab-block-header ul.nav.nav-tabs {
  border-bottom: 0;
  gap: 5px;
}

.contact-branches-tab-block-header ul.nav.nav-tabs a.nav-link {
  background: #0E266F;
  border-radius: 27.5px !important;
  border: 0;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.contact-branches-tab-block-header ul.nav.nav-tabs a.nav-link.active {
  background: #16CC70 !important;
  border-radius: 27.5px;
  border: 0px !important;
}
.contact-detail-block.contact-branches {
  background: transparent;
  color: #2A464F;
  padding: 0;
  padding-top: 20px;
  box-shadow: none;
  backdrop-filter: blur(0px);
  border-radius: 0;
}
.contact-detail-block.contact-branches ul li{
  color: #2A464F;
}

.contact-detail-block.contact-branches ul li a{
  color: #2A464F !important;
}

.location-map.contact-branches {
  margin-top: 30px;
}

.location-map.contact-branches .location-map-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: fit-content;
}

section#contact-email-us-section {
  margin-top: 100px;
  margin-bottom: 80px;
}

.email-us-block-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}

form#contact-form-contact-page {
  background: #FFFFFF;
  box-shadow: 0px 4px 21px rgba(218, 218, 218, 0.25), 0px 4px 21px rgba(218, 218, 218, 0.25);
  border-radius: 19px;
  padding: 50px 40px;
  margin-top: 15px;
}
section#project-details-container form#contact-form-contact-page {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}

#GetOfferPopup form#contact-form-contact-page {
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}

#GetOfferPopup .project-get-offer-top-block {
  padding: 18px 0px;
}
p.recaptcha-text {
  padding: 0 15px;
}

#GetOfferPopup .project-get-offer-form-block {
  padding-top: 0;
  padding: 0px 0px; 
}


section#desai-interior-contact-section form#contact-form-contact-page {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 19px;
  padding: 0;
}


input.form-input-text {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2A464F;
  padding: 20px 20px 20px 40px;
  height: 55px;
}
#contact-form-contact-page input.form-input-text {
  height: 55px;
}
#contact-form-contact-page select.form-input-text{
  height: 55px;
}


input.form-input-text::placeholder{
  color: #2A464F;
}
.footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
input#phone_number {
  width: 100%;
  border-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.iti.iti--allow-dropdown {
  width: 100%;
}
textarea.form-textarea-text {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  height: 170px;
  padding: 20px;
}

textarea.form-textarea-text::placeholder{
  color: #2A464F;
}
button.submit-btn-contact {
  background: rgba(222, 231, 255, 0.81);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #003676;
  padding: 13px 25px;
  border: 0;
}

.contact-faq-block {
  background: #0E266F;
  border-radius: 19px;
  padding: 65px 45px;
}

.contact-faq-block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 112%;
  color: #FFFFFF;
}


.contact-faq-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-faq-block-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 112%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.contact-faq-block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 112%;
  color: #FFFFFF;
  margin-top: 0 !important;
}

.contact-faq-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 138.5%;
  color: #F4F7FF;
  margin-top: 20px;
}

a.view-qs-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  padding: 15px 25px;
  margin: 30px 0;
  display: block;
  width: fit-content;
}
.contact-faq-br {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(183, 192, 235, 0) 11.01%, #B7C0EB 49.41%, rgba(183, 192, 235, 0) 87.93%);
  margin-bottom: 40px;
  display: block;
}

a.contact-faq-btn {
  background: #FFFFFF;
  box-shadow: 0px 4px 11px #0E266F;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #003676;
  padding: 25px;
  margin-top: 20px;
  display: flex;
  gap: 5px;
}

.desai-about-banner-text img {
  width: 100%;
}

section#desai-about-banner-section {
  background: #000618;
  padding-top: 142px;
  position: relative;
  padding-bottom: 100px;
}

.navburger-block.pos-absolute.about-navburger {
  top: -50px;
}

header#header.border-bottom {
  border-bottom: 1px solid rgba(112, 124, 186, 0.25) !important;
}
.desai-about-banner-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 112%;
  color: #B7C0EB;
}

.desai-about-banner-text h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 92%;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 20px;
}

.desai-about-banner-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149%;
  color: #F4F7FF;
}
.our-journey-btn{
  cursor: pointer !important;
}
a.btn-border.our-journey-btn span{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #DADADA;
}


.rd-less{
  display: none;
}

a.btn-border.our-journey-btn.active span.rd-less {
  display: inline-flex;
}
a.btn-border.our-journey-btn.active span.rd-mor{
  display: none;
}
a.btn-border {
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #DADADA;
  padding: 15px 25px;
  margin-top: 20px;
  display: block;
  width: fit-content;
  transition: .25s;

}
a.btn-border:hover{
  background-color: #16CC70;
  transition: .25s;
  border: 1px solid #16CC70;
}



.about-completed-project-block {
  padding-top: 60px;
}
.about-completed-project-block h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 112%;
  color: #F4F7FF;
}
.about-completed-project-block-content {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}

.about-completed-project-block-content-item h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 41px;
  background: linear-gradient(275.98deg, #16CC70 -47.65%, #FFFFFF 94.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  backdrop-filter: blur(7px);
}

.about-completed-project-block-content-item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 128%;
  color: #FFFFFF;
}

section#words-from-founder-section {
  background: rgba(222, 231, 255, 0.33);
  padding: 130px 0 180px;
  position: relative;
}

.words-from-founder-text-block h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 112%;
  color: #0F2D89;
  text-align: end;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.words-from-founder-text-block h2 span {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}

.words-from-founder-text-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  text-align: justify;
  color: #2A464F;
}

.words-from-founder-text-block {
  padding-left: 80px;
}

.words-from-founder-icon {
  position: absolute;
  top: -170px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #16CC70;
  box-shadow: 25.7234px 25.7234px 51.4468px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

section#words-from-founder-section::before{
  position: absolute;
  content: "";
  background-image: url(../img/founder-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 320px;
  bottom: 0;
  right: 0;
}
.words-from-founder-icon::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  background-color: rgba(14, 38, 111, 0.27);
  top: 80px;
  right: 50%;
}

section#our-journey-section {
  background: linear-gradient(180deg, rgba(22, 204, 112, 0.05) 0%, rgba(22, 204, 112, 0) 100%);
  padding: 120px 0;
}

.our-journey-section-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
  text-align: center;
}

.our-journey-section-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
  text-align: center;
}

.our-journey-section-title {
  margin-bottom: 30px;
}

.our-journey-block-item-icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.our-journey-block-item-icon::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #DEE7FF 0%, rgba(222, 231, 255, 0) 100%);
  border-radius: 9px;
  transform: rotate(-90deg);
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  z-index: -1;
}
.our-journey-block-item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 112%;
  color: #000000;
  margin-top: 10px;
}
.our-journey-block-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
  color: #2A464F;
  margin-bottom: 0;
  width: 90%;
}
.about-logo {
  transform: translate(0px, 138px);
}

hr.about-time-line {
  margin-top: 0px;
  position: relative;
}

hr.about-time-line::before {
  position: absolute;
  content: "";
  top: -10px;
  background-image: url(../img/about-dot.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -10px;
}

hr.about-time-line::after{
  position: absolute;
  content: "";
  top: -10px;
  background-image: url(../img/about-dot.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -10px;
}


.our-journey-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* 
.our-journey-block-item:nth-child(2)::before {
  position: absolute;
  content: "";
  right: -120px;
  top: 0;
  background-image: url(../img/our-journey-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 186px;
  width: 100px;
} */



.our-journey-block-item {
  width: 20%;
  position: relative;
  padding: 50px 15px;
}

.our-journey-block-item::before {
  position: absolute;
  content: "";
  left: 20%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  bottom: 0;
}
.our-journey-block-item::after {
  position: absolute;
  content: "";
  bottom: 19px;
  left: 15.9%;
  background-image: url(../img/about-dot.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.our-journey-block.our-journey-block-02 {
  width: 90%;
  justify-content: flex-end;
  margin: auto;
  margin-right: 0;
}
.our-journey-block.our-journey-block-02 .our-journey-block-item::before {
  left: 25%;
  top: -15px;
}
.our-journey-block.our-journey-block-02 .our-journey-block-item::after {
  left: 19.9%;
  top: 10px;
}

section#about-interior-section {
  background: #FFFBF0;
  padding: 30px 0;
}

.about-interior-block-text h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 163%;
  color: #0F2D89;
}
.about-interior-block-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 113%;
  color: #0F2D89;
}
.about-interior-block-button-grp {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.mission-vision-block h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 112%;
  color: rgba(0, 73, 38, 0.54);
}
.mission-vision-block-item-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 98%;
  color: #0F2D89;
}
.mission-vision-block-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

section#mission-vision-section {
  background: rgba(22, 204, 112, 0.05);
  padding: 100px 0;
}
.mission-vision-block-item {
  margin-top: 40px;
}
.specification.about-mission-vision {
  background: #FFFFFF;
  border-radius: 13px;
}
.specification.about-mission-vision .card-header-block {
  display: flex;
  align-items: flex-start;
  padding: 25px 20px 25px 30px;
  gap: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(14, 38, 111, 0.1);
}
.specification.about-mission-vision .card-header-block-icon {
  margin-top: 0px;
}

.specification.about-mission-vision h5.specification-title {
  margin-bottom: 0;
}
.specification.about-mission-vision .card-header-block {
  display: flex;
  align-items: baseline;
  padding: 25px 20px 25px 30px;
  gap: 20px;
  width: 100%;
  border-bottom: 0px;
}

.about-faq-block .specification .card .card-body p{
  margin-top: 15px;
}

.specification.about-mission-vision .card {
  border-bottom: 1px solid rgba(14, 38, 111, 0.1);
}

.specification.about-mission-vision .card-header {
  background: transparent !important;
  cursor: pointer;
}

.specification.about-mission-vision .card-header i {
  background: #DEE7FF;
  box-shadow: none;
  backdrop-filter: blur(7px);
}

section#about-career-section{
  background-image: url(../img/about-career-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

section#about-career-section::before{
  position: absolute;
  content: "";
  background: rgba(14, 38, 111, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-career-block {
  background: linear-gradient(180deg, rgba(14, 39, 111, 0.5) 0%, rgba(14, 38, 111, 0) 100%);
  backdrop-filter: blur(8px);
  border-radius: 17px;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
}

.about-career-block h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 121.5%;
  text-align: center;
  color: #FFFFFF;
}

.about-career-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 149%;
  text-align: center;
  color: #FFFFFF;
}
a.about-career-btn {
  background: #4D26D7;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: 0px auto;
  gap: 5px;
}

.contact-location-dt-right ul {
  display: flex;
  align-items: center;
  gap: 10px;
}


.message-from-cmd-icon {
  width: 70px;
  height: 70px;
  background: #16CC70;
  box-shadow: 25.7234px 25.7234px 51.4468px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -30px;
}


section#handing-over-section {
  position: relative;
  padding-top: 60px;
  margin-top: 90px;
}
section#handing-over-section::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/handing-over-bg.jpg);
  width: 100%;
  height: 80%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

section#handing-over-list-section {
  margin-top: 100px;
}

.handing-over .isotope-item {
  height: auto !important;
}

.project-category-filter-slider-block.handing-over {
  width: 75%;
}
.project-category-filter-block-content.handing-over {
  box-shadow: none;
  padding: 10px 0 10px 0px;
}
ul.project-category-filter-slider.handing-over li {
  margin: 0 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
ul.project-category-filter-slider.handing-over.gallery {
  padding: 0;
  display: flex;
  margin-top: 80px !important;
}

.content.grid.isotope-box.handing-over {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
}

.project-category-filter-slider.handing-over button.slick-prev.slick-arrow {
  display: none !important;
}
.featured-projects-filter-block-01.testimony-select.handing-over .custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: auto;
  z-index: 8;
  margin: auto;
  margin-right: 0;
}
.featured-projects-filter-block-01.testimony-select.handing-over {
  margin: auto;
  margin-right: 0;
  display: flex;
  width: auto;
}

.project-category-filter-slider.handing-over button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/handing-arrow.svg);
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
ul.project-category-filter-slider.handing-over.slick-initialized.slick-slider {
  margin: 0;
  padding: 0;
}

.project-category-filter-slider.handing-over button.slick-next.slick-arrow {
  right: 0;
  background: #EEF2FF;
  backdrop-filter: blur(7px);
  border-radius: 30px;
  padding: 25px 15px;
}

.project-category-filter-slider.handing-over .slick-list.draggable {
  width: 94%;
}

.project-category-filter-text.handing-over {
  background: #EEF2FF;
  border-radius: 27.5px;
  font-size: 16px;
  line-height: 19px;
  color: #0F2D89;
  padding: 12px 20px;
}

.handing-over-list-block-item-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
a.handing-project-view-btn {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(2px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 12px 25px;
}


.handing-over-list-block-item {
  background: #FFFFFF;
  border: 1px solid rgba(112, 124, 186, 0.27);
  box-shadow: 0px 4px 18px rgba(188, 188, 188, 0.25);
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 40px;
  transition: .25s;
}
.handing-over-list-block-item:hover{
  background: #EEF2FF;
  transition: .25s;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/




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

rental and resale page

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

.rental-resale-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rental-resale-btn-group a.partner-bank-btn {
  margin-left: 0;
}

form#contact-form-contact-page.rental-resale-form {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px 0px;
  margin-top: 15px;
}
.emi-calculator-block.rental-resale {
  margin-top: 60px;
  padding: 60px 80px;
}


section#rental-resale-project-location-section .location-slider-item-text img {
  transform: translate(0px, -55px);
  transition: .25s;
}

section#rental-resale-project-location-section .location-slider-item-text div {
  transform: translate(0px, 40px);
  transition: .25s;
}

section#rental-resale-project-location-section .location-slider-item-text {
  background: linear-gradient(0deg, rgba(146, 136, 255, 0.1) -4.04%, rgba(217, 217, 217, 0) 93.63%);
  border-radius: 11px;
  padding: 40px 40px;
  text-align: center;
  width: 90%;
  margin: 0px auto;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  transition: .25s;
}
section#home-loans-section.rental-resale-banner-bg::before {
  height: 240%;
}

.rental-resale-available-area-block {
  display: flex;
  align-items: revert;
  gap: 10px;
}
.rental-resale-btm-link-block {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px 40px 25px 40px;
  border-right: 1px solid #E6E6E6;
}
.rental-resale-btm-link-block h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}
.rental-resale-available-area-block-text span {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}
.rental-resale-available-area-block-text h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0F2D89;
  margin-bottom: 0;
}

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

testimonails-section
///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
 */

section#testimonails-section {
  padding-top: 140px;
  position: relative;
}

.testimonails-section-title-01 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonails-section-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}
.testimonails-section-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
  margin-bottom: 0;
}
.testimonails-section-title {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
button.positive-rev-btn {
  background: #FFF4E3;
  border-radius: 41px;
  border: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  color: #0F2D89;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
}

section#testimonails-section::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(rgba(222, 231, 255, 0.34) -4.71%, rgba(234, 239, 255, 0) 50.58%);
  border-radius: 2px;
}

.testimony-banner-item-block {
  margin-top: 30px;
}

.testimont-list-item {
  position: relative;
}

.testimony-list-item-text-block {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
}
.latest-review-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FFF0C9;
  border-radius: 14.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #2A464F;
  padding: 8px 18px;
}
.testimony-list-item-img-block img {
  width: 100%;
  border-radius: 10px;
}

.testimont-list-item.main-banner img {
  height: 325px;
  object-fit: cover;
}
.testimont-list-item.sub-testimony img {
  height: 152px;
  object-fit: cover;
}
.testimony-list-item-img-block.testimont-filter-img img {
  height: 220px !important;
  object-fit: cover;
}

.testimony-list-item-text-block-text-01 {
  display: flex;
  gap: 10px;
}
.content.grid.isotope-box.handing-over.testimony-banner-item-block .isotope-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 470px;
}


.testimony-list-item-text-block-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.testimony-project-name {
  background: linear-gradient(275.98deg, rgba(158, 169, 234, 0.05) -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(2px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 6px 18px;
  width: fit-content;
}

.testimont-list-item::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #3A3A3A 26.64%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 7px;
  transform: rotate(180deg);
}

.testimont-list-item.sub-testimony .testimony-list-item-text-block {
  padding: 8px 10px;
}
.testimont-list-item.sub-testimony .testimony-list-item-text-block-text-01 svg {
  width: 25px;
  height: 25px;
}
svg.str-rtng {
  width: 60px !important;
}


.testimont-list-item.sub-testimony .testimony-list-item-text-block-text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}
svg.testimony-rating {
  width: 68px !important;
}
.featured-projects-filter-block-01.testimony-select.handing-over.gallery-filter select {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px 10px 40px;
  min-width: 210px;
}
.featured-projects-filter-block-01.testimony-select.handing-over.gallery-filter {
  position: absolute;
  right: 30px;
  bottom: 25px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  z-index: 0;
}
.testimont-list-item.sub-testimony .testimony-project-name {
  font-weight: 500;
  font-size: 9px;
  line-height: 10px;
  color: #FFFFFF;
  padding: 6px 10px;
}
.testimont-list-item {
  margin-bottom: 20px;
  display: block;
}
.testimonails-more-video-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonails-more-video-block-item {
  background: linear-gradient(96.88deg, #DEE7FF 1.76%, rgba(222, 231, 255, 0) 97.8%);
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 112%;
  color: #0F2D89;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.featured-projects-filter-block-01.testimony-select .custom-select-trigger {
  background: #EEF2FF;
  border-radius: 27px;
  padding: 15px 55px 15px 50px;
}






section#career-section {
  margin-top: 130px;
}



.contact-details-expand-block.career .accordion {
  margin-top: 0px;
}
.contact-details-expand-block.career .accordion .card {
  border: none;
  margin-bottom: 0;
  background: transparent;
  padding: 28px 35px;
  border-bottom: 1px solid rgba(112, 124, 186, 0.27);
}
.contact-details-expand-block.career .accordion .card h2 {
  background: url(../img/accordion-arrow.svg) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 112%;
  color: #0F2D89;
}
.contact-details-expand-block.career .accordion .card h2.collapsed {
  background-image: url(../img/accordion-arrow-down.svg);
}

.contact-details-expand-block.career .accordion .card h2[aria-expanded="true"]{
  background-image: url(../img/accordion-arrow-down.svg);
}

.contact-details-expand-block.career .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}
.contact-details-expand-block.career .card-head {
  position: relative;
}
.contact-details-expand-block.career .card-head span {
  position: absolute;
  right: 44px;
  top: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2A464F;
}
.career-banner-block {
  position: relative;
}
.career-banner-block::before {
  position: absolute;
  content: "";
  top: 40px;
  width: 100%;
  height: 800px;
  right:0;
  background: #0E266F;
  border-radius: 25px;
}
.career-banner-block::after{
  content: "";
  position: absolute;
  background-image: url(../img/career-mask.png);
  width: 100%;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-details-expand-block-item.career {
  background: #FFFFFF;
  border: 1px solid rgba(112, 124, 186, 0.27);
  border-radius: 7px;
}

.apply-job-block {
  background: #EEF2FF;
  border-radius: 7px;
  padding: 75px 95px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.apply-job-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.apply-job-block-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 112%;
  color: #0E266F;
}
.apply-job-block-title p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #2A464F;
}

select.form-input-text.contact-select {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2A464F;
  padding-left: 40px;
}
img.mfp-img {
  max-height: 90vh !important;
}

div#allowed-files, div#allowed-size {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .03em;
  color: #626262;
}
.file-input {
  margin-bottom: 10px;
}
.file-input {
  display: inline-block;
  text-align: left;
  background: transparent;
  position: relative;
  width: 100%;
}
#careers-form label.error {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 12px;
}

label.error {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 12px;
}

label#exampleFormControlFile1-error {
  bottom: -18px !important;
  width: 100%;
  left: 0px !important;
}
div#allowed-files {
  margin-top: 16px;
}

div#allowed-size {
  margin-bottom: 15px;
}



.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  margin-right: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  letter-spacing: 0.03em;

  color: #626262;

}

.contact-section-title-block.career h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #FFFFFF;
}
.contact-section-title-block.career p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 149%;
  color: #FFFFFF;
}
a.email-btn.career {
  background: #FAFAFA;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.file-input > .button svg {
  margin-right: 10px;
}

button.submit-btn {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  border: 0;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto;
  margin-right: 0;
}





.about-interior-block-img {
  position: relative;
}
.lg-hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid__item .lg-hotspot__label{
  width: 12rem;
}
.lg-hotspot__button {
  width: 60px;
  height: 60px;
  padding: 0px;
  position: relative;
}
.lg-hotspot.lg-hotspot--top-left.hotspot-02 {
  bottom: 100px;
  left: 68%;
}

.lg-hotspot__button::before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 90%;
  top: 59%;
  background-color: #FFE1C3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lg-hotspot__button:after {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  display: block;
  height: 55px;
  width: 55px;
  background: rgba(255, 225, 196, 0.35);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse 1.5s infinite;
}


.lg-hotspot--selected .lg-hotspot__label {
  opacity: 1;
  display: block;
}
.lg-hotspot--hover .lg-hotspot__label {
  opacity: 1;
  display: block;
}





@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(28, 41, 81, 0.5);
  }
  100% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
     background: rgba(28, 41, 81, 0.5);
  }
}



.lg-hotspot__label {
  position: absolute;
  padding: 0 0 1.1em 0;
  width: 14em;
  max-width: 50vw;
  font-size: 12.5px;
  line-height: 1.45em;
  z-index:100000;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.1s linear;
  padding: 10px;
  border-radius: 3px;
  display: none;
  top: -40px;
}
.lg-hotspot__label h4 {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1C2951;
  border-radius: 2px 2px 0 0;
  margin-bottom: 10px;
}
a.int-btn {
  background: linear-gradient(275.98deg, rgba(158, 169, 234, 0.05) -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(2px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-text-mob-display {
  display: none;
}


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

interior page starts here

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

 section#desai-interior-banner-section {
  background: #6F0E31;
  padding-top: 145px;
  position: relative;
  padding-bottom: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.interior-banner-btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.view-service-btn.interior-btn {
  border: 1px solid #E6E6E6;
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: transparent;
  transition: .25s;
}


a.view-service-btn.interior-btn:hover{
  background-color: #fff;
  color: #6F0E31;
  transition: .25s;
}

a.view-service-btn.interior-btn:hover svg path{
  fill: #6F0E31;
  transition: .25s;
}

.interior-banner-block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interior-banner-block-01 {
  flex: 0 0 60%;
  max-width: 60%;
}
.interior-banner-block-02 {
  flex: 0 0 40%;
  max-width: 40%;
}

.interior-banner-block-02 img{
  width: 100%;
}
 

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.recent-interior-work-title-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #0F2D89;
}
.recent-interior-work-title-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149%;
  color: #2A464F;
}
.recent-interior-work-title-block {
  margin-left: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 250px;
}

.recent-interior-work-gallery-block-item {
  position: relative;
  margin-bottom: 15px;
  height: 350px;
}
.recent-interior-work-gallery-block-item.second {
  height: 600px;
}
.recent-interior-work-gallery-block-item.first {
  height: 600px;
}

.recent-interior-work-gallery-block-item.verticle-fit {
  height: 600px;
}
.recent-interior-work-gallery-block-item.small-fit {
  height: 292px;
}

.recent-interior-work-gallery-block-item img{
  height: 100%;
  object-fit: cover;
}
.recent-interior-work-gallery-block-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5C2000;
  mix-blend-mode: normal;
  opacity: 0.32;
}

.recent-interior-work-gallery-block-item-text {
  position: absolute;
  z-index: 100;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  width: 100%;
}

.recent-interior-work-gallery-block-item-text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 0;
}
a.view-btn {
  background: #FFFFFF;
  border-radius: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #0F2D89;
  padding: 3px 24px;
}
.recent-interior-work-title-block.our-services {
  margin-left: 0;
  padding: 0;
  padding-bottom: 20px;
  height: auto;
}
section#interior-our-services-section {
  background: rgba(231, 213, 175, 0.2);
  border-radius: 0px;
  padding: 120px 0;
}
.interior-our-services-block-item {
  position: relative;
  margin-bottom: 30px;
}
.interior-our-services-block-item::before{
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 40%;
  background: linear-gradient(180deg, #3A3A3A 35.17%, rgba(58, 58, 58, 0) 90.31%);
  mix-blend-mode: multiply;
  border-radius: 9px 10px 0px 0px;
  transform: rotate(180deg);
}


.interior-our-services-block-item-text {
  position: absolute;
  bottom: 0;
  padding: 22px 30px;
  border: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  align-items: center;
}

.interior-our-services-block-item-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 149%;
  color: #FFFFFF;
  margin-bottom: 0;
}



a.view-packages-btn {
  background-image: linear-gradient(to right, #3529BF, #9EA9EA, #9EA9EA, #3529BF);
  border-radius: 27.5px;
  max-width: 220px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  border: 0;
  padding: 15px 30px;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 199px;
}


a.view-packages-btn:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.recent-interior-work-title-block.our-services p {
  width: 60%;
}

section#interior-package-section {
  background: #0E266F;
  padding: 100px 0;
  position: relative;
}
.package-title-block h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 112%;
  color: #FFFFFF;
}
.interior-package-block-item {
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 30px;
}

.package-price-details {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  width: fit-content;
  padding: 10px 20px;
  margin-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.interior-package-block-item-title {
  padding: 40px 30px 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.interior-package-block-item-title span {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
}
.interior-package-block-item-title span.base {
  background: linear-gradient(0deg, #FFE1C4, #FFE1C4), #FFE1C4;
}
.interior-package-block-item-title span.regular {
  background: #22D1EE;
}
.interior-package-block-item-title span.complete {
  background: #66F5AD;
}

a.package-view-details {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0F2D89;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D9D9D9;
  padding: 25px 0;
  gap: 5px;
}

.interior-package-block-item-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 112%;
  color: #2A464F;
}

.desai-interior-contact-block-02-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desai-interior-contact-block-02-title img {
  max-width: 130px;
}
.interior-form-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 107.52%;
  color: #0F2D89;
}
.interior-form-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 147%;
  color: #626262;
}
.desai-interior-contact-form {
  filter: drop-shadow(0px -1px 33px #EAEAEA);
  background-color: #fff;
  padding: 20px 40px;
}
.desai-interior-contact-block-02-title {
  background: #FFFFFF;
  box-shadow: 0px 4px 18px rgba(227, 234, 255, 0.48);
  padding: 20px 40px 10px;
}

.desai-interior-contact-block-01 h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 112%;
  color: #0E266F;
}

.desai-interior-contact-block-01 h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 92%;
  color: #0F2D89;
}

.desai-interior-contact-block-01 span {
  background: linear-gradient(36.38deg, #FDD375 -51.82%, #FCD956 -51.34%, #FCDF3B -50.8%, #FCE325 -50.18%, #FBE714 -49.46%, #FBE909 -48.56%, #FBEB02 -47.3%, #FBEB00 -43.82%, #FBE404 -41.38%, #FCAB29 -18.4%, #FC7B47 3.86%, #FD565F 24.82%, #FD3B70 44.2%, #FD2B7A 61.41%, #FD257E 74.7%, #F52582 83.94%, #E0258D 98.18%, #BC259F 115.6%, #8C25B7 135.58%, #4D26D7 157.7%, #0226FD 181.27%, #0126FD 181.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
}

section#desai-interior-contact-section {
  background: rgba(222, 231, 255, 0.33);
  padding: 140px 0 110px;
  position: relative;
}
section#desai-interior-contact-section::after {
  content: "";
  position: absolute;
  background-image: url(../img/interior-contact-mask.png);
  width: 100%;
  z-index: -1;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

section#desai-interior-contact-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #F4F7FF 0%, rgba(244, 247, 255, 0) 100%);
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
}
.interior-banner-slider-text h2 {
  color: #fff !important;
  font-family: 'Kalam', cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 149%;
}
.interior-banner-slider-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
  color: #FFFFFF;
}
.interior-banner-text-slider-block button.slick-prev.slick-arrow {
  right: 60px !important;
  bottom: -20%;
  left: auto;
  top: auto;
  background: #F7F7F7;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.interior-banner-text-slider-block button.slick-next.slick-arrow {
  bottom: -20%;
  top: auto;
  right: 0;
  background: #F7F7F7;
  transform: matrix(1, 0, 0, -1, 0, 0);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.interior-banner-text-slider-block button.slick-next::before{
  background-image:url(../img/arrow-next-dark.svg);
  width: 20px;
  height: 15px;
}
.interior-banner-text-slider-block button.slick-prev::before{
  background-image:url(../img/arrow-prev-dark.svg);
  width: 20px;
  height: 15px;
}



@media (max-width: 1650px) {

  .projects-center-slider button.slick-next.slick-arrow {
    right: 22.5%;
  }

  .projects-center-slider button.slick-prev.slick-arrow {
    left: 22.5%;
    z-index: 1;
  }

}

.megamenu-project-item .megamenu-project-item-img img {
  height: 300px;
  object-fit: cover;
}



@media (max-width: 1600px) {

  .megamenu-project-item .megamenu-project-item-img img {
    height: 280px;
    object-fit: cover;
  }

  a.faq-all-btn {
    padding: 15px 16px;
    min-width: 150px;
    justify-content: center;
  }
  

  .project-get-offer-block {
    width: 100%;
  }
  .project-get-offer-top-btn-block {
    width: 65%;
    flex-basis: 65%;
  }

  .project-get-offer-top-logo {
    width: 30%;
    flex-basis: 30%;
  }

  .project-get-offer-block {
    top: -40px;
  }
  section#project-details-container .project-get-offer-form-block {
    padding-top: 0;
    padding-bottom: 0;
}

  .RegionsDropdown-module--locationsDropdown--1-V_l {

    border-radius: 0px 0px 18px 18px;
}
.megamenu-project-text h3 {
  font-size: 12px;
}

ul.project-category-filter-slider li {
  font-size: 12px;
  padding: 12px 15px;
  margin: 0 5px;
}

}


@media (max-width: 1500px) {

  .projects-center-slider button.slick-next.slick-arrow {
    right: 19.5%;
  }

  .projects-center-slider button.slick-prev.slick-arrow {
    left: 19.5%;
  }
  .project-dt-amenities-list-block-item {
    flex-basis: 20%;
    margin-bottom: 40px;
    transition: .25s;
}

}


@media (max-width: 1400px) {

  .project-get-offer-top-block {
    padding: 12px 25px;
  }
  .project-get-offer-form-block {
    padding: 0px 25px;
  }
  .project-get-offer-form-block h3 {
    font-size: 20px;
  }
  button.form-submit-btn {
    padding: 10px;
  }

  .RegionsDropdown-module--locationsDropdown--1-V_l {
    width: 80%;
  }
  .isotope-item {
    height: 380px;
  }
  .project-get-offer-top-logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
  }

  .content.grid.isotope-box.gallery .isotope-item {
    flex: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  

  .projects-center-slider button.slick-next.slick-arrow {
    right: 18.5%;
  }
  .project-testimony-content-block-text {
    padding: 0px 20px;
}


  .projects-center-slider button.slick-prev.slick-arrow {
    left: 18.5%;
  }


  .project-get-offer-block {
    width: 100%;
  }
  .megamenu-content-block {
    padding: 40px 40px;
  }
  .megamenu-content-block-bottom {
    padding: 25px 40px;
  }
  .megamenu-browse-block {
    width: 100%;
  }

  .project-details-banner-text-block {
    min-height: 440px;
  }

  .project-details-banner-text-block {
    min-height: 350px;
  }
  .project-dt-banner-img {
    padding: 150px 0 100px;
  }

  .project-dt-amenities-list-block-item-icon {
    min-height: 170px;
    padding: 36px;
}


  .project-call-to-action-block::before {
    width: 65%;
  }

  .project-get-offer-block {
    top: -85px;
}

}




@media (max-width: 1300px) {

  .megamenu-project-item .megamenu-project-item-img img {
    height: 220px;
    object-fit: cover;
  }
  

  .projects-center-slider button.slick-next.slick-arrow {
    right: 16.5%;
  }

  .projects-center-slider button.slick-prev.slick-arrow {
    left: 16.5%;
  }


  .project-dt-block ul {
    gap: 15px;
  }


  .home-about-block-content {
    padding: 40px 50px;
}

  .project-details-banner-text-block {
    min-height: 440px;
  }

  .featured-project-block-item-text-bottom-block ul {
    padding: 10px 15px;
    gap: 15px;
  }

  .featured-project-block-item-text-bottom-block ul li {
    font-size: 12px;
  }
  .featured-project-block-item-text h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .blog-main-block-text h1 {
      font-size: 2.5rem;
  }


  .interior-banner-block-01 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .interior-banner-block-02 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .interior-banner-text {
      width: 100%;
  }


}





@media (max-width: 1200px) {

  .latest-review-tag {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-logo img {
    width: 100%;
  }
  .interior-our-services-block-item-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
  }
  a.view-btn {
    font-size: 14px;
    padding: 3px 18px;
  }


  .project-dt-amenities-list-block-item {
    flex-basis: 29%;
    margin-bottom: 40px;
    transition: .25s;
}
.mob-project-btm-link a.watch-video-link.project-video span {
  display: none;
}

.project-dt-amenities-list-block-item-cal-block {
  display: flex;
  width: 100%;
  gap: 30px;
}
  .projects-center-slider button.slick-next.slick-arrow {
    right: 12.5%;
  }

  .projects-center-slider button.slick-prev.slick-arrow {
    left: 12.5%;
  }

  .trending-projects-slider-item-img img {
    object-fit: cover;
    height: 340px;
  }



  .project-header nav.navbar.navbar-expand-md.project-location-navbar {
    margin-left: 20px;
  }
  header#header li.nav-item {
    padding: 0 0px;
    margin: 0 8px;
}
header#header a.dropdown-toggle.nav-link::before{
  right: -8px;
}

  .home-banner-text-block-title h1 {
    font-size: 26px;
    line-height: 103.52%;
  }



  .testimony-slider-item-img img {
    height: 200px;
  }
  .testimony-slider-nav-item img {
    height: 80px;
  } 

  .featured-projects-block-content-item:nth-child(even) {
    margin-bottom: 10%;
  }  

  .project-testimony-content-block {
    border-radius: 6px;
    padding: 18px;
}



}

@media (max-width: 1350px) {
  .project-dt-amenities-list-block-item {
    flex-basis: 29%;
    margin-bottom: 40px;
    transition: .25s;
  }
  .project-dt-amenities-list-block-item-cal-block {
    display: flex;
    width: 100%;
    gap: 30px;
}

}


@media (max-width: 1100px) {
  .RegionsDropdown-module--locationsDropdown--1-V_l {
    width: 80%;
  }

}



@media (max-width: 991px) {

  .RegionsDropdown-module--locationsDropdown--1-V_l {
    width: 90%;
  }

  .home-project-pattern {
    display: none;
  }

  .megamenu-project-item .megamenu-project-item-img img {
    height: 210px;
    object-fit: cover;
  }


  /* .list-wat-vid{
    display: none !important;
  } */
  .specification {
    margin-bottom: 30px;
  }
  .specification .card .card-header .specification-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .blog-main-block-img {
    margin-top: 30px;
  }
  #contact-section::before {
    max-width: 210px;
    background-size: contain;
  }

  .contact-section-title-block {
    padding: 80px 0;
  }

  .contact-section-title-block p {
    font-size: 14px;
  }

  .testimonial-right-block-content {
    width: 100%;
    min-height: 350px;
    padding: 10px;
    margin: 0px auto;
}

.project-testimony-content-block{
  display: none;
}
  .footer-menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
  }

  .project-dt-amenities-list-block-item {
    flex-basis: 29%;
    width: 29%;
  }


  .home-banner-project-text-block-content {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  img.home-slider-img {
    height: 500px;
    object-fit: cover !important;
  }


/* ////////////////////////
about
////////////////////
 */


 .desai-about-banner-text h1 {
  font-size: 56px;
  line-height: 92%;
  }
  .words-from-founder-text-block {
    padding-left: 0;
  }
  section#words-from-founder-section::before {
    width: 300px;
    height: 200px;
  }


}


.mob-slider-img{
  display: none !important;
}

.ft-filter-icon{
  display: none;
}

.project-details-banner-text-mob-logo{
  display: none;
}





@media (max-width: 991px) {

  section#footer-megamenu-section {
    padding: 60px 0;
  }
  .footer-megamenu-block-item {
    margin-bottom: 25px;
  }

  section#explore-more-projects .megamenu-project-item .megamenu-project-item-img img {
    height: 260px;
    object-fit: cover;
  }
  
  .desai-logo-bg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -84%);
    left: 50%;
}

  .project-get-offer-block-position {
    position: absolute !important;
    top: 180px;
    right: 4%;
    width: 38%;
    margin: 0px auto;
    margin-right: 0;
    z-index: 1;
  }

  .footer-menu {
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
  }
  ul.footer-social-media-link {
    justify-content: unset;
  }


  .contact-branches-tab-block {
    margin-top: 50px;
  }
  .privacy-policy-banner-block {
    display: flex;
    gap: 10px;
    align-items: self-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .privacy-policy-block-title-block {
    width: 100%;
  }
  .privacy-polciy-content-block {
    padding: 40px 60px;
  }

  nav.navbar.navbar-expand-md.project-location-navbar {
    margin-left: 100px;
  }
  .subnavbar-right-block .nav-btn {
    padding: 12px 15px;
  }

  .interior-our-services-block-item-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
  }
  .interior-our-services-block-item-text {
    padding: 15px 15px;
  }
  a.view-btn {
    font-size: 13px;
    padding: 3px 12px;
  }
  .desai-interior-contact-block-01 h2 {
    font-size: 56px;
  }

  .desai-interior-contact-block-01 span {
    font-size: 45px;
  }


  .project-call-to-action-wrapper-img-mob{
    display: block;
    position: relative;
  }
  .project-call-to-action-wrapper-img-mob::before{
    background: linear-gradient(0deg, #EAF9F1 50%, rgba(234, 249, 241, 0) 105.96%, rgba(234, 249, 241, 0) 105.96%);
    border-radius: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
  }


  #project-filter-section::before {
    width: 90%;
  }

  .project-category-filter-block-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  ul.project-category-filter-slider.slick-slider {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

  .project-call-to-action-offer-block {
      top: auto;
      bottom: -80px;
      z-index: 10;
  }


  .project-call-to-action-block::before{
    display: none;
  }

  .trending-projects-slider-item-img img {
    object-fit: cover;
    height: 280px;
  }

  .project-page-filter-block {
      text-align: center;
      position: relative;
      padding: 0px 60px;
  }

  .project-call-to-action-block-text {
    flex-direction: column;
    grid-gap: 6px;
    padding: 90px 20px 90px 100px;
  }
  .project-call-to-action-block-text-01 {
    width: 100%;
  }
  .project-call-to-action-block .row {
    flex-direction: column-reverse;
  }


  .isotope-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }


  .handing-over .isotope-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .testimony-banner-item-block .isotope-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .content.grid.isotope-box.gallery .isotope-item {
    flex: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  

  .featured-projects-filter-block-01.testimony-select.handing-over{
    display: none !important;
  }


}

  section#desai-home-banner.mob-slider{
    display: none;
  }
  .modal-backdrop.fade.show.none {
    display: none;
}
.empty-div {
  visibility: hidden;
  height: 0;
}

.desai-about-banner-text-para {
  height: 168px;
  overflow: hidden;
  transition: .25s;
}

.desai-about-banner-text-para.active {
  height: auto;
  transition: .25s;
}


@media (max-width: 767px) {

  .modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
    z-index: 0;
  }
  header#header li.project-menu-rev.nav-item {
    display: flex;
  }
  .megamenu-project-item .megamenu-project-item-img img {
    height: 320px;
    object-fit: cover;
  }

  img.home-slider-img {
    height: 680px;
    object-fit: cover !important;
  }
  .nav-brand-right {
    position: absolute;
    right: 120px;
    top: 8px;
  }

  img.DD-Logo-right {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-left: 10px;
  }

  .megamenu-content-block {
    padding: 25px 20px;
    margin-top: 80px;
    border-top: 0.5px solid #DEDEDE;
    overflow: scroll;
    height: 480px;
  }

  .megamenu-featured-project-text-block-content h2 {
    font-size: 20px;
    line-height: 112%;
  }
  .megamenu-featured-project-text-block-icon img {
    width: 28px;
  }
  .megamenu-featured-project-text-block {
    display: flex;
    align-items: baseline;
    gap: 10px;
    grid-gap: 10px;
  }

  .megamenu-featured-project-text-block-content a.view-all-btn {
    display: block;
    padding: 10px 15px !important;
    font-size: 11px;
  }
  .megamenu-project-item.last-prj {
    display: none;
  }
  .megamenu-project-item {
    margin-top: 20px;
  }
  .megamenu-browse-block {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 20px;
  }

  .megamenu-content-block-bottom {
    padding: 25px 15px;
  }

  .megamenu-browse-block-item {
    flex-basis: 100%;
    width: 100%;
}

.location-map iframe {
  width: 100%;
  height: 260px;
}


/* ///////////////////////////home page////////////////////////////////// */

section#subnavbar-section {
  display: none;
}
header#header {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 6;
  transition: 0.5s ease;
  background: transparent;
  height: auto;
  transform: translateZ(0);
}
.header-block-content {
    box-shadow: none;
}



header a.navbar-brand {
  position: relative !important;
  top: auto;
  margin-right: 0;
  width: auto;
  height: auto;
}

.nav-project-title {
  color: #FFFFFF;
}
header#header.nav-down.header-scrolling_up .nav-project-title {
  color: #2A464F;
}

button.toggle-slide-right {
  background: #fff;
  border-radius: 27.5px;
  border: 0;
  padding: 10px 15px;
}

.header--fixed .nav-project-title {
  color: #000;
}
.header--fixed a.navbar-brand {
  top: 0px;
}

section#blog-banner-section {
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) -4.04%, rgb(182 175 255 / 10%) 93.63%);
  padding-top: 120px;
  padding-bottom: 60px;
}

.blog-main-block-text h1 {
  font-size: 2rem;
}

.execphpwidget {
  display: none;
}

.blog-details-block-title-text h1 {
  line-height: 1.4;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.press-releases-title h2 {
  text-align: center;
  font-size: 1.5rem;
}
.blog-detail-content-block h2 {
  line-height: 1.4;
  font-size: 1.3rem;
}

.blog-details-block-title-text {
  padding: 40px 15px;
}
  .header-mob-right-block {
    display: flex;
    align-items: center;
    width: 88%;
    justify-content: space-between;
  }
  .project-get-offer-block-position {
    display: none;
  }

  .header-mob-right-block-inner {
    align-items: center;
    display: flex;
    gap: 10px;
  }
  a.watch-video-link.project-video span {
    display: contents;
  }
  .project-dt-mob-banner-img{
    background-image: url(../img/project-mob-banner.jpg) !important;
  }

  section#home-loans-section {
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    margin-top: 70px;
  }
  .emi-calculator-block {
    padding: 70px 60px;
  }

  .bottom-page-link-block a {
    font-size: 16px;
    line-height: 29px;
    color: #0F2D89;
    padding: 35px 20px;
  }
  .partner-bank-block img {
    width: 50px;
  }

  .project-dt-banner-img {
    padding: 150px 0 30px;
  }

  .project-walkthrow-video-block {
    margin: auto;
    margin-right: 0;
    margin-top: 0;
  }

  #project-details-banner-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 25%;
    z-index: -1;
    background: linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%);


    background: -moz-linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%); /* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(-10.67%,rgba(24, 40, 80, 0) 95.86%), color-stop(100%,rgba(24, 40, 80, 0) 95.86%)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%); /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%); /* IE10+ */
    background: linear-gradient(270deg, #FFFFFF -10.67%, #0b1b430f -10.66%, rgba(24, 40, 80, 0) 95.86%); /* W3C */


    backdrop-filter: blur(9.5px);
}

.message-from-cmd-banner-block-item {
  width: 100%;
}

.isotope-item {
  height: 350px;
}

.content.grid.isotope-box.gallery .isotope-item {
  flex: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
}


  .project-details-banner-text-block-content span {
    font-size: 12px;
  }
  
  .project-details-banner-text-block-content h1 {
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }
  .prj-title-block svg {
    display: block;
  }
  .prj-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .krea-number{
    display: block;
  }

  span.krea-number {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #8D8D8D;
    display: block;
    margin-bottom: 15px;
  }

  .project-dt-block ul {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  button.form-submit-btn.btn-6.get-offer {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 112%;
    color: #FFFFFF;
    padding: 24px;
    border-radius: 0;
  }

  .project-dt-block-conten-top h2 {
    font-size: 24px;
    line-height: 112%;
  }

  .progress-status-slider-item {
    height: 300px !important;
    border-radius: 10px;
  }

  .progress-status-slider-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  a.download-btn {
    padding: 10px 18px;
    font-size: 10px;
    line-height: 12px;
  }

  .project-details-banner-text-mob-logo{
    display: block;
  }
  .project-details-banner-text-mob-logo img {
    background-color: #fff;
    padding: 10px;
    width: 80px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .project-dt-amenities-list-block-item h6 {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
  .project-floortype-block::before{
    display: none;
  }

  .floor-type-slider-item-text {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: .25s;
  }
  .floor-type-slider-item-text::before{
    display: none;
  }
  .floor-title {
    text-align: left;
    align-items: flex-start;
    height: auto;
    margin-top: 15px;
}
  .floor-title h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 112%;
    font-feature-settings: 'kern' off;
    color: #2A464F;
  }
  .floorplan-detail-block {
    position: relative;
    bottom: auto;
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
    padding: 0px 0px;
    justify-content: space-between;
  }
  .floorplan-dt-block-text h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 112%;
    font-feature-settings: 'kern' off;
    color: #2A464F;
  }

  #floor-type-slider button.slick-prev.slick-arrow {
    top: 40%;
  }
  #floor-type-slider button.slick-next.slick-arrow{
    top: 40%;
  }

  .card-header-block {
    display: flex;
    align-items: flex-start;
    padding: 25px 20px 25px 20px;
  }

  #home-loans .project-dt-amenities-list-block-item-icon {
    padding: 25px;
    min-height: 150px;
  }
  #home-loans .project-dt-amenities-list-block-item {

    margin-bottom: 40px;
    transition: .25s;

}

  #home-loans .project-dt-amenities-list-block-item-icon img {
    width: 60px;
  }

  #home-loans .project-dt-amenities-list-block-item.check-eligibility {
    row-gap: 12px;
  }

  .project-area-map {
    margin-top: 30px;
  }
  .project-area-map-zoom-icon {
    display: flex;
    justify-content: right;
  }

  .order-sm--3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .project-testimony-slider .testimony-slider-item-img img {
    height: 220px;
  }

  .project-testimony-content-block {
    padding: 25px;
  }
  section#explore-more-projects {
    background: #FFF8F2;
    border-radius: 7px;
    padding: 80px 0;
    margin-top: 0;
}

.trending-project-title-block h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #0F2D89;
}


.trending-project-title-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  color: #626262;
  width: 100%;
}


div#explore-more-projects-slider .megamenu-project-text a {
  padding: 0px !important;
  text-align: center;
}
.explore-more-projects-slider-item {
  margin-bottom: 30px;
}

a.projects-btn {
  width: 100%;
  text-align: center;
}
.get-offer-stick{
  transform: translate(0px, 70px);
}

.get-offer-stick.active {
  display: block;
  transition: .5s;
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  transform: translate(0px, 0px);
}
.get-offer-stick.active button.form-submit-btn.btn-6 {
  padding: 24px;
  border-radius: 0;
}

.project-details-banner-text-block {
  min-height: 68vh;
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}

.home-about-block-content-02-item h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.home-about-block-content-02-item h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
}


.featured-projects-title h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
}

.project-speak-now-block {
  display: none;
}

.featured-projects-block-sidebar-block {
  padding: 40px 0 0;
}

.interior-block {
  padding: 200px 0px 100px 0px;
}
.interior-banner-text {
  width: 80%;
  margin: 0px auto;
}
.location-slider button.slick-next.slick-arrow {
  right: 0px;
}
.location-slider button.slick-prev.slick-arrow {
  left: 0px;
}

section#testimony-section {
  padding: 80px 0 80px;
}
.testimony-text-block {
  padding-left: 0;
  width: 80%;
}
  .testimony-btn-block {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .testimony-slider-item {
    padding-left: 0;
  }

  .ft-filter-icon {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
  }
  .featured-projects-filter-block {
    width: 100%;
    display: none;
    transition: .25;
  }

  .featured-projects-filter-block.active {
    display: block;
    transition: .25;
  }
  .featured-projects-block-content {
    padding: 0px 0px 40px;
  }


  section#faq-page-section {
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: 70px;
  }
  .faq-page-block-title span {
    text-align: left;
    display: block;
  }

  .faq-page-block-title h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
  }

  .row.testimont-list-item-banner-sub-block {
    display: none;
  }

  .testimony-banner-item-block .isotope-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.project-list-text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
}

  .project-list-text h5 {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #D9D9D9;
  }

  .project-list-text-block {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 17px 10px 25px;
}

  section#handing-over-section {
    margin-top: 75px;
  }

  .contact-section-title-block {
    text-align: center;
  }
  .button-group-contact {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  .handing-over-banner-img-block {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0px auto;
  }
  .handing-over-banner-img-block img{
    width: 100%;
  }



  .recent-interior-work-title-block {
    margin-left: 50px;
    display: flex;
    align-items: baseline;
    height: 200px;
    flex-direction: column;
    justify-content: center;
  }


  .our-journey-block-item {
    width: 100%;
    position: relative;
}
.our-journey-block.our-journey-block-02 .our-journey-block-item::before {
  left: 0;
  top: 0;
}
.our-journey-block.our-journey-block-02 .our-journey-block-item::after {
  left: -8px;
  top: auto;
  bottom: -9px;
}

  .our-journey-block-item {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 15px;
  }


  .our-journey-block-item.about.abt-btm-br {
    position: relative;
    min-height: 120px;
    margin-bottom: 0;
  }
  .our-journey-block-item::before {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 100%;
    bottom: 0;
}
.our-journey-block-item::after {
  bottom: -9px;
  left: -8px;
}
.our-journey-block-item:nth-child(even)::after {
  right: -8px;
  left: auto;
}
.our-journey-block.our-journey-block-02 {
  width: 100%;
  margin: auto;
  margin-right: 0;
  justify-content: flex-start;
}


.our-journey-block.our-journey-block-02 .our-journey-block-item:nth-child(odd)::after {
  right: -8px;
  left: auto;
}

hr.about-time-line {
  display: none;
}
  .our-journey-block-item.about.abt-btm-br::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    background-image: url(../img/about-btm-border.svg);
    width: 100%;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: auto;
    top: auto;
  }

  .our-journey-block-item.about.abt-btm-br:nth-child(2)::before {
    display: block !important;
    left: auto;
    transform: rotate(0deg);
  }
  .about-logo{
    position: relative;
  }

  
  .about-logo.abt-top-br.abt-btm-br::before {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 0;
    background-image: url(../img/about-btm-border.svg);
    width: 100%;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: auto;
    top: auto;
  }

  .our-journey-block.our-journey-block-02 .our-journey-block-item:last-child::after{
    display: none;
  }

  .our-journey-block-item.about {
    flex-wrap: nowrap;
  }
  .our-journey-block-item-text-block {
    width: 80%;
  }

  section#our-journey-section {
    padding: 60px 0;
  }
  .our-journey-block-item h3 {
    width: 100%;
  }
  .about-logo {
    transform: translate(0px, 0px);
    max-width: 100%;
    width: 120px;
    margin: 50px auto 0px;
  }
  .about-logo.abt-top-br.abt-btm-br img {
    width: 60%;
    margin: 0px auto;
    display: flex;
  }
  .our-journey-block-item p {
    width: 100%;
  }


.our-journey-block.our-journey-block-02 .our-journey-block-item:nth-child(2) {
  margin: auto;
  margin-right: 0;
  width: 100%;
}
.about-career-block {
  padding: 80px 20px;
}
.about-completed-project-block-content {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.about-completed-project-block-content-item h3 {
  font-size: 35px;
}
.about-completed-project-block-content-item h4 {
  font-size: 16px;
}

}



div#prj-filter {
  display: none;
}
.megamenu-ft-slider button.slick-next.slick-arrow {
  right: -12px;
}
.megamenu-ft-slider button.slick-prev.slick-arrow {
  left: -12px;
  z-index: 10;
}

.megamenu-ft-slider button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/slider-button-next.svg);
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 18px rgb(227 234 255 / 48%);
  opacity: 1;
  border-radius: 50%;
}

.megamenu-ft-slider button.slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../img/slider-button-prev.svg);
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 18px rgb(227 234 255 / 48%);
  opacity: 1;
  border-radius: 50%;
}



@media (max-width: 767px) {

  .faq-page-block-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
  }

.project-details-nav-block {
    width: 100%;
}

.photo-gal.load-more-content-block.isotope-item.grid-item {
  flex: 0 0 31%;
  max-width: 31%;
}

header#header a.dropdown-toggle.nav-link::before {
    right: 0px;
    top: 20px;
}
header#header a.dropdown-toggle.nav-link::before {
  right: 0;
}

  .faq-page-block-title h2 {
    font-weight: 500;
    font-size: 2rem;
  }

  .project-page-filter-block-content{
    display: none;
  }
  .project-page-filter-block-content.active {
    display: block;
    border-radius: 16px;
    padding: 20px 20;
  }

  .project-page-filter-block-content-item .custom-select-trigger {
    border: 1px solid rgba(112, 124, 186, 0.27);
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.recent-interior-work-gallery-block-item.first {
  height: 350px;
}
.recent-interior-work-gallery-block-item.second {
  height: 350px;
}

.custom-slider-nav button.slick-prev::before {
  background-image: url(../img/slider-button-prev.svg);
  width: 30px;
  height: 30px;
}

.custom-slider-nav button.slick-next::before {
  background-image: url(../img/slider-button-next.svg);
  width: 30px;
  height: 30px;
}
.projects-center-slider button.slick-prev.slick-arrow {
  left:  5.5%;
}
.projects-center-slider button.slick-next.slick-arrow {
  right: 5.5%;
}

.desai-interior-contact-block-01 h3 {
  font-size: 20px;
  line-height: 112%;
}
.desai-interior-contact-block-01 {
  text-align: center;
}
.desai-interior-contact-block-01 h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}

.desai-interior-contact-block-01 span {
  font-size: 70px;
}
.desai-interior-contact-block-01 {
  margin-bottom: 20px;
}

  .project-page-filter-block-content-item {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

  div#prj-filter {
    display: block;
  }

  div#prj-filter {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 41px;
    font-weight: 400;
    font-size: 13px;
    line-height: 147%;
    display: flex;
    align-items: center;
    color: rgba(42, 70, 79, 0.39);
  }
  div#prj-filter input{
    border: 0;
    width: 100%;
  }
  div#prj-filter input {
    border: 0;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
}
div#prj-filter svg {
  margin-right: 20px;
}

.watch-video-link.top {
  text-align: right;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 10;
}

a.watch-video-link.project-video svg {
  width: 30px;
  height: 30px;
}

a.watch-video-link.project-video::after {
  left: 2px;
  top: -7px;
  overflow: hidden;
  width: 35px;
  height: 35px;
}
  .project-details-banner-text-block-content .watch-video-link span {
    font-size: 12px;
  }


  .message-from-cmd-icon {
    width: 50px;
    height: 50px;
    right: 30px;
    top: -40px;
  }

  #message-from-cmd-banner-section {
    margin-top: 70px;
  }

  #contact-section::before {
    max-width: 100%;
    background-size: cover;
    top: auto;
    bottom: 0;
    height: 360px;
}

#contact-section {
  margin-bottom: 80px;
  padding-bottom: 0;
  min-height: 520px;
}

  .contact-section-title-block h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 112%;
    color: #0F2D89;
    margin-bottom: 5px;
  }
  .contact-section-title-block {
    margin-top: 30px;
    padding: 20px 0 40px;
  }

  section#career-section {
    margin-top: 150px;
  }
  .apply-job-block-title img {
    display: none;
  }


.career-banner-block {
  position: relative;
  padding: 0 40px;
}

.apply-job-block {
  background: #EEF2FF;
  border-radius: 7px;
  padding: 55px 55px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-details-expand-block.career .accordion .card h2 {
  font-size: 14px;
  padding-right: 40px;
}
.contact-details-expand-block.career .card-head span {
  font-size: 9px;
}
.career-bg-img-block {
  max-width: 400px;
  width: 100%;
}
.career-bg-img-block img {
  width: 100%;
}
.project-faq-block-content {
  padding: 0 40px;
}
a.watch-video-link.project-video.project-list {
  padding: 0px 8px;
  top: 10px;
  left: 20px;
}

.project-faq-block-content-title {
  flex-direction: column;
  margin-bottom: 30px;
}

.contact-branches-tab-block {
  padding: 30px 20px 30px 20px;
}
form#contact-form-contact-page {
  padding: 40px 20px;
}
.contact-faq-block {
  padding: 65px 45px 10px;
}

}



.mob-project-btm-link svg.link-svg {
  display: none;
}
input[type="text"]:focus {
  outline: none;
}



@media (max-width: 620px) {

  .project-dt-amenities-list-block-item {
    flex-basis: 47%;
    margin-bottom: 40px;
    transition: .25s;
  }

  .isotope-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.content.grid.isotope-box.gallery .isotope-item {
  flex: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
}


.interior-banner-text {
  width: 100%;
  margin: 0px auto;
  padding: 0 30px;
}

}
.home-slider-text-mob-top{
  display:none;
}


.filters.filter-button-group.mob-display{
  display: none;
}



@media (min-width: 576px){
  div#BookNowPopup .modal-dialog {
    max-width: 675px;
    margin: 1.75rem auto;
    background: #FFFFFF;
  }



}

div#BookNowPopup .modal-body {
  padding: 0;
  position: relative;
}

.BookNowPopup-content-block-text-block h2 {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 94.5%;
  color: #0F2D89;
  transform: rotate(-5.07deg);
  text-align: center;
}
.modal-header {
  position: absolute;
  border-bottom: 0;
  right: 0;
  z-index: 10;
}

#BookNowPopup .modal-header {
  position: absolute;
  border-bottom: 0;
  right: 0;
  z-index: 10000;
}
div#BookNowPopup {
  background: linear-gradient(13.43deg, rgba(255, 249, 249, 0) 17.56%, rgba(156, 184, 255, 0.06) 41.9%, rgba(255, 231, 208, 0.47) 72.61%);
  opacity: 1;
  backdrop-filter: blur(12px);
}

.interior-popup .modal-header{
  z-index: 10;
  position: relative;
  
}
.BookNowPopup-content-block-text-block {
  padding-top: 68px;
}
.BookNowPopup-content-block-text-block h2 span {
  color: rgba(23, 175, 98, 0.85);
}
.BookNowPopup-content-block-text-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 149%;
  text-align: center;
  color: #2A464F;
}
.BookNowPopup-content-block {
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
.BookNowPopup-content-block::before {
  position: absolute;
  content: "";
  top: 0;
  height: 65%;
  width: 100%;
  left: 0;
  background: rgba(231, 237, 195, 0.35);
  border-radius: 1px;
  z-index: -1;
}
.BookNowPopup-content-block-img-block {
  text-align: center;
}
button.popup-signup-btn {
  background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
  backdrop-filter: blur(7px);
  border-radius: 27.5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  color: #FFFFFF;
  padding: 13px 22px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}
button.popup-signup-btn svg {
  background: #FFFFFF;
  box-shadow: 0px -2px 22px rgba(159, 219, 188, 0.35);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding: 10px;
}
.popup-signup-block {
  width:70%;
  margin: 0px auto;
  text-align: center;
}
.popup-signup-block p{
  margin-top: 20px;
}

form.popup-signup-block-form input.form-input-text {
  padding: 15px 20px 15px 40px;
  height: 55px;
}
.popup-footer-btn-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
.popup-footer-btn-block p {
  margin-bottom: 0;
}


button.popup-signup-btn.complete-btn {
  width: 50%;
}

form.popup-signup-block-form {
  display: none;
}
button.popup-signup-btn.remove {
  display: none;
}
form.popup-signup-block-form.active {
  display: block;
}
button.popup-signup-btn.complete-btn.remove{
  display: flex;
}

@media (max-width:576px) {
  .partner-bank-block img {
    width: 30px;
  }
  
section#testimony-section .slider-nav {
    margin-top: 20px;
}
  .megamenu-project-item .megamenu-project-item-img img {
    height: 240px;
    object-fit: cover;
}

  .BookNowPopup-content-block-text-block {
    padding-top: 38px;
  }

  .contact-location-dt-right ul {
    gap: 5px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

  section#rental-resale-project-location-section .location-slider-item-text {
    padding: 30px 10px;
    text-align: center;
    width: 100%;
  }
  .emi-calculator-block.rental-resale {
    padding: 40px 20px;
  }
  .rental-resale-btm-link-block {
    padding: 20px 10px 20px 10px;
    border-right: 0px;
    border-bottom: 1px solid #E6E6E6;
  }
  .rental-resale-btm-link-block h4 {
    font-size: 12px;
  }
  .bottom-page-link-block {
    flex-direction: column;
  }
  .interior-banner-text {
    width: 100%;
    padding: 0 0px;
    margin-top: 20px;
  }

  .photo-gal.load-more-content-block.isotope-item.grid-item {
    height: auto !important;
    flex: 0 0 46%;
    max-width: 46%;
  }

  section#desai-interior-banner-section {
    padding-bottom: 30px;
  }

  .bottom-page-link-block.home-loans {
    flex-direction: row;
  }
  .interior-banner-btn-group {
    display: none;
  }
  .home-loans-banner-block-title-block h1 {
    font-size: 24px;
  }
  .faq-page-block-title {
    margin-top: 20px;
  }
  .desai-faq-page-top-bar ul {
    gap: 5px;
    border-bottom: 0;
  }
  .desai-faq-page-top-bar ul.nav.nav-tabs li a {
    font-size: 13px;
    padding: 10px 10px 10px 10px;
  }
  .accordion.accordion-faq .specifications-title-block a div {
    font-size: 16px;
  }



  .rental-resale-btn-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
  section#desai-home-banner.desk-slider{
    display: none;
  }
  .privacy-polciy-content-block {
    padding: 20px 20px;
  }

  .popup-footer-btn-block {
    gap: 15px;
  }
  button.popup-signup-btn.complete-btn {
    width: 90%;
  }
  .popup-footer-btn-block p {
    margin-bottom: 0;
    font-size: 13px;
  }
  .privacy-policy-btm-btn-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

  section#desai-home-banner.mob-slider{
    display: block;
  }


  .handing-over .isotope-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-category-filter-slider-block.handing-over {
    width: 100%;
    margin-top: 20px;
  }


  .featured-projects-filter-block-01.testimony-select.handing-over {
    display: none;
  }

  .testimonails-section-title h1 {
    font-size: 24px;
    line-height: 112%;
    margin-bottom: 0;
  }
  .testimonails-section-title-01 img {
    width: 40px;
  }
  .career-banner-block {
    position: relative;
    padding: 0 20px;
}
.isotope-item a.watch-video-link.project-video {
  opacity:1;
  transition: .25s;
}
.isotope-item a.watch-video-link.project-video span{
  display: none;
}


.project-list-text-block {
  padding: 0 10px 10px 10px;
}
.project-list-text-icon {
  display: none;
}
.project-list-text-block::before {
  border-radius: 8px 6px 0px 0px;
}
.isotope-item figure {
  margin: 0 0 20px !important;
  position: relative;
  overflow: hidden;
}

a.email-btn {
  font-size: 12px;
}
.project-faq-block-content {
  padding: 0 20px;
}


.project-category-filter-text {
  font-size: 13px;
  line-height: 16px;
}

.contact-details-expand-block.career .accordion .card {
  padding: 20px 15px;
}

.contact-details-expand-block.career .card-head span {
  font-size: 9px;
  display: none;
}

.apply-job-block {
  background: #EEF2FF;
  border-radius: 7px;
  padding: 55px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.faq-qs-block {
  display: flex;
  gap: 15px;
  padding: 0 20px 0 20px;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
}
.qs-number {
  font-size: 16px;
}
.panel-group .panel .panel-heading h4 a i {
  height: 70px;
}


  .home-loans-banner-block-title-block img {
    width: 60px;
  }
  .home-loans-banner-block-title-block {
    margin-top: 30px;
    align-items: center;
  }
  .emi-calculator-block {
    padding: 40px 20px;
  }
  .emi-calculate-block h4 {
    line-height: 100%;
    color: #2A464F;
    margin-bottom: 0;
    padding: 12px 20px;
    align-items: center;
    flex-direction: column;
  }

  .message-from-cmd-icon {
    right: 30px;
    top: -20px;
  }

  .home-slider-img{
    display: none !important;
  }
  
  .message-from-chairman-block h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }


  .message-from-cmd-banner-block-item {
    width: 80%;
  }

  .project-slider-nav .testimony-slider-nav-item {
    padding: 10px 5px;
  }
  .mob-slider-img {
    display: block !important;
  }
  
  .home-banner-slider .slick-next{
    display: none !important;
  }
  .home-banner-slider button.slick-prev{
    display: none !important;
  }
  .mob-project-btm-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.featured-project-block-item-text-bottom-block ul {
  gap: 8px;
}

a.watch-video-link.project-video {
  margin-top: 0;
  margin-left: 0;
}

  .home-banner-text-block-title{
    display: none;
  }
  



  .home-banner-project-text-block-content {
    flex-direction: column;
    position: relative;
    z-index: 10;
  }

  .home-slider-text-mob-top {
    position: absolute;
    top: 100px;
    right: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 106.02%;
    color: #FFFFFF;
    width: 50%;
    display: block;
  }

  .home-slider-text-mob-top h2{
    font-weight: 400;
    font-size: 15px;
    line-height: 120.02%;
    color: #FFFFFF;
  }

  a.banner-fet-btn {
    padding: 8px 12px;
    background: linear-gradient(275.98deg, #9EA9EA -47.65%, #3529BF 94.02%);
    backdrop-filter: blur(7px);
    border-radius: 27.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .25s;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    margin-top: 15px;
}


  .home-banner-project-text-block-content::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #0F2D89 -16.54%, rgba(15, 45, 137, 0) 100%);
    backdrop-filter: blur(10px);
    transform: rotate(180deg);
    height: 180px;
    z-index: -1;
  }

  section#trending-project-section {
    padding: 50px 0;
  }

  .trending-projects-slider.custom-slider-nav{
    display: none;
  }

  .trending-project-block-mobile{
    display: block;
  }

  .trending-projects-slider-item {
    margin: 0px 0px 0 0px;
    position: relative;
  }

  .trending-projects-slider-item {
    margin-bottom: 30px;
  }

  .home-banner-text-block {
    padding: 0 15px;
    bottom: 0;
  }

  .trending-projects-slider-item-plot {
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
}

.trending-projects-slider-item-plot {
  padding: 5px 6px;
  top: 10px;
  right: 20px;
}

.trending-projects-slider-item-text-block h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.trending-projects-slider-item-text-block.project-list {
  align-items: center;
}


.trending-projects-slider-item-text {
  bottom: 10px;
  left: 20px;
  right: 20px;
}

.content.grid.isotope-box {
  margin-top: 50px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.isotope-item {
  padding-right: 10px;
  padding-left: 10px;
}
.content.grid.isotope-box.gallery .isotope-item {
  flex: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.isotope-item {
  height: 300px;
}




svg.link-svg {
  display: none;
}

.mob-project-btm-link svg.link-svg {
  display: block !important;
}
h2.testi-title {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
}
.project-load-more {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
  .view-all-btn-block {
    display: flex;
    justify-content: flex-start;
  }
  
.order-sm---3{
  -ms-flex-order: 3;
  order: 3;
}

  .view-detail-btn span {
    display: none;
  }

  .interior-banner-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 85px;
    line-height: 112%;
    color: #fff;
    display: flex;
}

.trending-projects-slider-item-img img {
  height: 220px;
  object-fit: cover;
}


.project-call-to-action-wrapper-img-mob img {
  height: 260px;
  object-fit: cover;
}
  .projects-center-slider.center-slider.custom-slider-nav.slick-initialized.slick-slider {
    width: 90%;
    margin: 0px auto;
    margin-top: 35px;
}

.project-call-to-action-offer-block h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.project-call-to-action-offer-block {
  top: auto;
  bottom: -120px;
  z-index: 10;
  right: 20px;
}

.project-call-to-action-block-text {
  flex-direction: column;
  grid-gap: 6px;
  padding: 100px 30px 80px 30px;
}
.project-call-to-action-block {
  border-radius: 1px;
  position: relative;
  background: transparent;
}
.project-call-to-action-block::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 90%;
  background: rgba(195, 237, 216, 0.35);
  z-index: -10;
}

.featured-projects-block-content-item:nth-child(even) {
  margin-top: 0;
  margin-bottom: 4%;
}

.featured-project-block-item-text h3 {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.featured-project-block-item-text-bottom-block ul li {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}

.featured-project-block-item-text-bottom-block {
  flex-direction: column;
  margin-top: 4px;
  align-items: flex-start;
  gap: 5px;
}
.featured-project-block-item-text-bottom-block ul {
  padding: 7px 10px;
  width: 100%;
  justify-content: center;
}

a.watch-video-link.project-video svg {
  width: 20px;
  height: 30px;
  margin-right: 6px;
}

.project-details-banner-text-block-content a.watch-video-link.project-video svg {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

a.watch-video-link.project-video::after {
  left: 1px;
  top: -8px;
  overflow: hidden;
  width: 35px;
  height: 35px;
}
.home-about-block-content-02-item.hg img {
  width: 100%;
}

.home-about-block-content{
    padding: 20px 0;
    margin-bottom: 50px;
    margin-top: 0;
  }

  .order-md--1 {
    -ms-flex-order: 1;
    order: -1;
  }

  .about-hg-bottom-mob-text {
    display: block;
    margin-top: 40px;
}
  .tg-text {
    display: none;
  }

  .about-hg-bottom-mob-text h4 {
    font-size: 24px;
    line-height: 112%;
    text-align: center;
  }
  .about-hg-bottom-mob-text h4{
    color: #fff;
  }

  .home-about-block-content-02-item {
    margin-left: 50px;
  }

  .about-hg-bottom-mob-text {
    display: block;
    width: 60%;
    margin: 0px auto;
    margin-top: 40px;
  }
  .testimonial-right-block-content {
    width: 100%;
    min-height: 280px;
    padding: 70px;
}


  a.full-story-btn {
    background: rgba(255, 231, 208, 0.47);
    border-radius: 27.5px;
    width: 170px;
    padding: 15px 25px;
    display: flex;
    margin: 0px auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0F2D89;
    align-items: center;
    justify-content: center;
    transition: .25s;
    margin-top: 15px;
}

.abt-block:nth-child(odd) .home-about-block-content-02-item::before {
  display:none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60%;
  background: linear-gradient(87.67deg, #FB8078 -66.26%, #FFE9B4 78.25%);
  border-radius: 5px;
  height: 4px;
}
/* 
.abt-block:first-child .home-about-block-content-02-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60%;
  background: linear-gradient(87.67deg, #FB8078 -66.26%, #FFE9B4 78.25%);
  border-radius: 5px;
  height: 4px;
} */

  .abt-block.br .home-about-block-content-02-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60%;
    background: linear-gradient(87.67deg, #FB8078 -66.26%, #FFE9B4 78.25%);
    border-radius: 5px;
    height: 4px;
  }


  .abt-block.br:nth-child(odd) .home-about-block-content-02-item::before {
    display:block;
  }

  .fetured-projects-sidebar-text-block .twoclm {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
  }
  .twoclm p {
    width: 100%;
    color: #626262;
    margin-bottom: 10px;
  }
 


  a.full-story-btn svg {
    margin-left: 10px;
  }

  button.register-interest-btn {
    border-radius: 0px;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .home-about-block-content {
    padding-bottom: 60px;
  }


  .location-slider-item-text {
    padding: 80px 40px 30px 40px;
    text-align: center;
    width: 90%;
    margin: 0px auto;
    margin-top: -60px;
  }


  section#featured-projects-section {
    padding: 40px 0;
    position: relative;
  }
    .col-xl-5.col-lg-6.col-md-12.col-sm-12.col-12.mob-no-pad {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-banner-project-text-block {
    margin: 0px auto;
    width: 90%;
  }

  .mob-display-none{
    display: none;
  }
  h2.mob-display-none {
    display: none;
  }
  .words-from-founder-icon.mob-display-none- {
    display: none;
  }

  .about-text-mob-display {
    display: block;
    width: 50%;
    position: relative;
  }
  .footer-location-block-item ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    width: 90%;
  }

  .desk-display-none{
    display: block;
    margin-top: 30px;
  }

  .about-text-mob-display h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 112%;
    color: #0F2D89;
  }
  .about-text-mob-display h2 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    color: #0F2D89;
    display: block;
}
.about-completed-project-block-content-item {
  width:45%;
  flex-basis: 45%;
}
.interior-logo img {
  width: 90px;
}
.mission-vision-block-item {
  margin-top: 30px;
}

.mission-vision-block-item-title h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 98%;
  color: #0F2D89;
}

.specification .card .card-header .specification-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #0F2D89;
}

.specification.about-mission-vision .card-header-block {
  padding: 25px 10px 25px 15px;
  gap: 10px;
}

.card-header i {
  width: 30px;
  height: 28px;
}


.desai-interior-contact-block-02-title img {
  max-width: 100px;
}
.desai-interior-contact-block-02-title {
  padding: 20px 20px 10px;
}
.desai-interior-contact-form {
  filter: drop-shadow(0px -1px 33px #EAEAEA);
  background-color: #fff;
  padding: 20px 20px;
}


.about-career-block h2 {
  font-size: 20px;
  line-height: 121.5%;
  text-align: center;
  color: #FFFFFF;
}

.about-completed-project-block-content {
  flex-wrap: wrap;
}

.words-from-founder-text-block {
  margin-top: 30px;
}
  select#size_select {
    background: linear-gradient(104.24deg, #3529BF 39.88%, #D0CCFF 130.16%);
    border-radius: 27.5px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 15px 25px;
    margin-top: 25px;
    border: 0;
    position: relative;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}


ul.footer-social-media-link {
  position: relative;
  bottom: 0;
  right: auto;
  margin-top: 30px;
}


#project-details-banner-section::after {
  height: 30%;
}
/**nav-expand for footer with head and ul**/
.nav-folderized .ftr__list-nav h3 {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}

.nav-folderized ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
  margin-top: 0;
}
.nav-folderized ul {
  overflow: hidden;
  transition: 1s ease-out;
  margin-top: 0;
  display: none;
}


  .nav-folderized .ftr__list-nav h3:after { 
    content: ""; 
    position: absolute;
    right: 20px;
    background-image: url(../img/nav-arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  .nav-folderized .ftr__list-nav.open h3:after { 
    position: absolute;
    right: 20px;
    background-image: url(../img/nav-arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    transform: rotate(90deg);

  }
  .nav-folderized .ftr__list-nav.open ul {
    display: block;
    transition: 1s ease-in !important;
    margin-top: 10px;
    max-height: fit-content;
  }

  .footer-megamenu-block-item {
    border-bottom: 1px solid rgba(112, 124, 186, 0.27);
    padding: 16px 0;
  }

  .search-container-block.active input {
    right: 49px;
  }

  section#footer-megamenu-section {
    padding: 30px 0;
    background-color: #0E266F;
    border-bottom: 0px solid rgba(112, 124, 186, 0.27);
  }
  .footer-logo-block {
    border-bottom: 1px solid rgba(112, 124, 186, 0.27);
    padding-bottom: 20px;
  }

  section#footer-copywrite-section {
    border-top: 1px solid rgba(112, 124, 186, 0.27);
    padding: 20px 0;
    background-color: #0E266F;
    margin-bottom: 0px;
  }
  .pr-te-block {
    padding-top: 20px;
  }
  .pr-te-block ul {
    justify-content: flex-start;
    gap: 15px;
    grid-gap: 15px;
  }

  .header-mob-right-block {
    width: 78%;
    justify-content: space-between;
  }

    .project-dt-amenities-list-block-item-icon {
      padding: 25px;
      transition: .25;
      min-height: 160px;
    }

    #home-loans .project-dt-amenities-list-block-item-icon {
      padding: 25px;
      min-height: 110px;
    }
    .testimony-slider-nav-item img {
      height: 60px;
    }

    .slider.project-slider-nav.slick-initialized.slick-slider.slick-dotted {
      margin-top: 5px;
  }


  #floor-type-slider button.slick-next.slick-arrow, #progress-status-slider button.slick-next.slick-arrow, #explore-more-projects-slider button.slick-next.slick-arrow, .slider-nav button.slick-next.slick-arrow {
    background: #F7F7F7;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    right: -8px;
    transition: .25s;
  }

  #floor-type-slider button.slick-prev.slick-arrow, #progress-status-slider button.slick-prev.slick-arrow, #explore-more-projects-slider button.slick-prev.slick-arrow, .slider-nav button.slick-prev.slick-arrow {
    background: #F7F7F7;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    transition: .25s;
    left: -8px;
  }

  .interior-block { 
    padding: 200px 0px 100px 0px;
  }

  img.img-responsive.mob-slider-img {
    height: 100vh;
    object-fit: cover;
  }
  .ft-ico img {
    width: 35px;
    height: 35px;
  }

  .featured-project-block-item-text-bottom-block ul li img {
    margin-right: 6px;
    width: 10px;
  }

  .project-details-banner-text-block {
    padding: 0 10px;
  }

    .projects-center-slider button.slick-next.slick-arrow {
      right: -3%;
  }

  .projects-center-slider button.slick-prev.slick-arrow {
    left: -3%;
  }
  button.positive-rev-btn {
    font-weight: 600;
    font-size: 8px;
    text-align: left;
    padding: 15px 10px;
    border-radius: 8px;
  }

  button.positive-rev-btn span b{
    font-weight: 600;
    font-size: 15px;
    line-height: 112%;
    text-align: center;
    color: #0F2D89;
  }
  button.positive-rev-btn span {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: baseline;
    width: 36px;
  }
  .testimonails-section-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
  }


  .testimont-list-item .testimony-list-item-text-block-text-01 svg {
    width: 25px;
    height: 25px;
  }
  .testimont-list-item .testimony-list-item-text-block-text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
  }

  .testimony-list-item-text-block-text-01 div svg {
    width: 60px !important;
  }
  .testimont-list-item .testimony-project-name {
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    color: #FFFFFF;
    padding: 6px 10px;
  }

  .testimonails-more-video-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 20px;
  }

  .career-banner-block::before {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 25px;
  }

  .interior-banner-block-content {
    flex-wrap: wrap;
    padding: 0 30px;
}
.interior-banner-text-slider-block {
  padding: 0 30px;
}

.recent-interior-work-gallery-block-item {
  height: 220px;
}
.recent-interior-work-gallery-block-item.verticle-fit {
  height: 220px;
}
.recent-interior-work-gallery-block-item.small-fit {
  height: 220px;
}
.recent-interior-work-gallery-block-item.first {
  height: 220px;
}
.recent-interior-work-gallery-block-item.second {
  height: 220px;
}

section#interior-our-services-section {
  background: rgba(231, 213, 175, 0.2);
  border-radius: 0px;
  padding: 70px 0;
}

.interior-our-services-block-item-text {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 9px;
}
.interior-our-services-block-item {
  height: 365px;
}

.interior-our-services-block-item img{
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

a.view-btn {
  display: flex;
  align-items: center;
  margin: 0px auto;
}

  .interior-banner-block-01 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .interior-banner-block-02 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .interior-banner-block-02-img {
    width: 60%;
    margin: 30px auto;
  }
  .interior-banner-text-slider-block button.slick-prev.slick-arrow {
    right: 60px !important;
    bottom: auto;
    left: auto;
    top: 0;
  }
  .interior-banner-text-slider-block button.slick-next.slick-arrow {
    bottom: auto;
    top: 0;
    right: 0;
  }


  .filters.filter-button-group.mob-display {
    display: block;
    margin: 0px auto;
    margin-right: 15px;
  }

  .filters.filter-button-group.mob-display select#size_select {
    background: #0F2D89;
  border-radius: 27.5px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 8px 16px;
    margin-top: 0;
    border: 0;
    position: relative;
}

  .trending-projects-slider-item-text-block ul {
    margin-top: 10px;
    gap: 5px;
    flex-direction: column;
  }

  a.faq-all-btn {
    font-size: 12px;
  }

  .recent-interior-work-title-block.our-services p {
    width: 100%;
  }

}




@media (max-height:650px) {

  .Container-module--container--1Jymh.RegionsDropdown-module--container--as19p{
    height: 440px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
}


@media (max-width:420px) {
  section#explore-more-projects .megamenu-project-item .megamenu-project-item-img img {
    height: 200px;
    object-fit: cover;
  }

  .photo-gal.load-more-content-block.isotope-item.grid-item {
    height: auto !important;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .isotope-item {
    height: 220px;
  }

  .home-about-block-content-02-item {
    margin-left: 5px;
  }

  a.faq-all-btn span {
    display: none;
  }

  .contact-detail-block {
    padding: 40px 20px;
  }

  button.popup-signup-btn.complete-btn {
    width: 120%;
    font-size: 14px;
    line-height: 112%;
    color: #FFFFFF;
    padding: 10px 15px;
    margin-top: 0;
  }


  .contact-detail-block-title h3 {
    font-size: 16px;
  }
  .office-location {
    font-size: 12px;
    line-height: 18px;
  }




  .project-dt-block ul li{
    font-size: 12px;
  }
  .project-dt-block ul li:nth-child(2){
    width: 45%;
    font-size: 12px;
  }
  a.faq-all-btn {
    padding: 10px 18px;
  }
  .bottom-page-link-block a {
    font-size: 13px;
    line-height: 18px;
    color: #0F2D89;
    padding: 15px 12px;
  }
  .bottom-page-link-block a svg {
    width: 18px;
    height: 18px;
  }
  .other-tools-block {
    margin-top: 40px;
  }
  a.other-tools-btn {
    font-size: 12px;
    padding: 10px 15px;
    width: 50%;
    gap: 5px;
  }

  .project-walkthrow-video-block {
    padding: 8px 14px;
  }

  button.emi-calculate-btn {
    font-size: 13px;
  }
  
  .project-dt-block ul {
    flex-wrap: wrap;
    row-gap: 10px;
    gap: 10px;
}
#project-details-banner-section::after {
  height: 27%;
}

  .partner-bank-block {
    flex-wrap: wrap;
  }

  .partner-bank-block img {
      width: 22%;
  }

  .interior-banner-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 112%;
    color: #fff;
    display: flex;
  }
  .interior-banner-text h2 span {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    transform: translate(-7px, 30px);
    display: block;
}

  .interior-banner-text-sub span {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}

.interior-banner-text-sub h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 17px;
  color: #FFFFFF;
  }
  .interior-banner-text-sub {
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin-top: -8px;
  }

  .interior-banner-text {
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
  }
  .interior-banner-block-content {
    flex-wrap: wrap;
    padding: 0 10px;
  }


}