@import url("https://fonts.googleapis.com/css2?family=Concert+One&family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,600;1,700&family=Raleway:wght@200;300;400;500;600;700;800&display=swap");

* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: "Roboto", sans-serif;
}
.search_main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 30%;
  margin: auto;
  z-index: 1;
}
.search_input {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  font-size: 1.125rem;
  padding-left: 3.5rem;
  padding-right: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 59px; */
  height: 4rem;
  display: inline-flex;
  position: relative;
  border: none;
}
.search_input:focus-visible {
  outline: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown {
  position: relative;
  display: block;
  left: auto;
  right: auto;
}
.search_icon {
  left: 15px;
  top: 18px;
  position: absolute;
  vertical-align: middle;
}
.search_icon_bg {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background-color: black;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 73px;
  border-radius: 19px;
}
.banner_main_heading {
  text-align: center;
  margin-top: 194px;
  margin-bottom: 30px;
}
.search_main .dropdown-content a:hover {
    background-color: #e5e5ff;
}
.dropdown .dropdown-content a:nth-child(1):hover {
  border-radius: 14px 14px 0 0;
}
.dropdown .dropdown-content a:nth-child(8):hover {
  border-radius: 0 0 14px 14px;
}
.searchBox_main {
  position: absolute;
  width: 100%;
  /* bottom: -104px; */
}
.banner_main_heading h2 {
  font-size: 4.75rem !important;
  text-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  color: rgb(255 255 255);
  letter-spacing: -0.025em;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
}
.banner_main_heading h3 {
  font-size: 20px !important;
  text-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/* Style for dropdown options */
.dropdown-content a {
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  color: #333;
}
section {
  padding: 40px 0;
}
.disc-info p {
  font-size: 16px !important;
}
.space-photos img {
  border: 1px solid #fff;
}
.Cupliv-advantages img {
  height: 115px;
}
.other-space {
  padding-left: 75px;
  padding-right: 75px;
}
.top-coliving-bangalore:nth-child(even) {
  background: radial-gradient(40.5% 40.5% at 50% 100%, rgba(114, 191, 68, 0.11) 0%, rgba(255, 255, 255, 0.11) 100%), radial-gradient(45.55% 45.55% at 100% 21.81%, rgba(213, 222, 81, 0.20) 27.8%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(60.24% 65.22% at 0% 26.68%, rgba(208, 156, 255, 0.20) 16.18%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}
/*home page css*/
.modal-header {
  border-bottom: 0px !important;
}

.city_contact_main {
  /*background-color: #f4f9ff;*/
  width: 100%;
  padding: 60px 0;
}
.city_contact_heading {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}
.city_contact_container {
  background-color: #f4f9ff;
  padding: 50px;
  border-radius: 20px;
}
.city_contact_input {
  border-radius: 8px;
  padding: 8px;
  color: gray !important;
}
.city_contact_select {
  border-radius: 8px;
  padding: 9px 5px;
  color: gray !important;
  height: auto !important;
}
.city_contact_btn {
  background-color: #c9e1fc;
  color: black;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
}
.city_contact_img {
  width: 70%;
}

.sticky-top {
  border-bottom: 1px solid #ccc;
}
.top-fixed-part a {
  font-size: 14px;
  font-weight: 300;
  color: #4269f3;
}
.sub-heading {
  font-size: 35px;
}
.logo-height {
  height: 40px;
  width: auto;
}
/* .dropdown_menu .dropdown-menu {
  left: -56px !important;
} */
.hero-section {
  background-image: url(../inc/main-banner-bg.jpg);
  background-size: cover;
  height: 73vh;
  background-position: center;
  margin-top: 67px;
}
.hero-section p {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -72px;
}
.hero-section p a {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 45px 12px 45px;
  color: #000;
}
.top-coliving-bangalore .item {
  width: 23%;
  margin-bottom: 23px;
  background: #fff;
}
.navbar_main {
  background-color: #fff;
  /*padding: 10px;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.5s ease;
  z-index: 99999 !important;
  border-bottom: 1px solid #f0eaea;
}
.navbar_main .nav-link {
  color: black;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  /* border-radius: 22px; */
}
/* .navbar_main .nav-link:hover {
  color: black !important;
  background-color: #fff;
  border-radius: 22px;
  transition: 0.3s all ease-in-out;
} */

.req_call_btn_nav {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 14px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}

.req_call_btn_nav:hover {
  background: #f6f9fe;
  color: #174ea6;
}

.req_call_btn_nav:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%),
    0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.req_call_btn_nav:focus {
  outline: none;
}
.navbar-nav {
  align-items: center;
}

.req_call_btn_nav:not(:disabled) {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
    rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.req_call_btn_nav:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0,
    rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}

.req_call_btn_nav:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
    rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.req_call_btn_nav:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0,
    rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}

.req_call_btn_nav:disabled {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
    rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
.navbar_main .menu_btn .nav-link {
  color: black !important;
  background-color: #fff;
  border-radius: 22px;
  transition: 0.3s all ease-in-out;
}
.req_nav_btn {
  border-radius: 20px !important;
  margin-left: 10px !important;
  background-color: #fff !important;
}
.mera {
  display: none;
}
.top_space_card {
  border: 1px solid #e1dfdf;
  overflow: hidden;
  border-radius: 14px;
  margin-top: 20px;
}
.top_space_card img {
  height: 161px;
  width: 100% !important;
}
.top_space_card:hover a {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .top_space_row
  .mera {
    display: block;
  }
  .city_contact_container {
    padding: 40px 21px;
    border-radius: 0px;
  }
}
.top-amenities {
  margin-top: 35px;
}
.top-amenities .facility {
  font-size: 80%;
  line-height: 16px;
}
.coliving-steps {
  background: radial-gradient(40.5% 40.5% at 50% 100%, rgba(114, 191, 68, 0.11) 0%, rgba(255, 255, 255, 0.11) 100%), radial-gradient(45.55% 45.55% at 100% 21.81%, rgba(213, 222, 81, 0.20) 27.8%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(60.24% 65.22% at 0% 26.68%, rgba(208, 156, 255, 0.20) 16.18%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}
.steps {
  padding: 7px 15px;
  border-radius: 20px;
}
.coliving-steps .steps {
  font-weight: 600;
  color: #4269f3;
  font-size: 20px;
}
.booking-step {
  font-weight: 600;
  color: #4269f3;
  font-size: 20px;
}
.hero-mobile h1 {
  font-size: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 64px;
}
.cities-mobile img {
  border-radius: 50%;
}
.mob-book {
  font-weight: 500;
}
.carousel-item img {
  border-radius: 10px;
}
.price-icon {
  font-weight: 600;
  color: #4369f3;
}
.covid-19-mobile {
  background-color: rgba(0, 15, 255, 0.09);
  margin: 0px;
}
.covid-responce {
  font-weight: 500;
  line-height: 20px;
}
.owl-dots {
  display: none;
}
.owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
.moretext {
  display: block;
}
.corono-box {
  border-radius: 10px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.12);
  padding: 15px 10px;
}
.corono-box p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.corono-box img {
  height: 60px;
  width: auto;
}
.gradient-image {
  /*background-image: url(../images/gradient.png);*/
  background-position: center;
  border-radius: 10px;
  position: relative;
}
.ready-to-list {
  font-weight: 500;
  font-size: 25px;
}
.gradient-image a {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}
.listing-gradient .mob-hide {
  height: 350px;
  position: absolute;
  top: -63px;
}
.footer-content p {
  font-size: 14px;
  color: #777777;
  line-height: 20.8px;
}
.footer-content h4 {
  color: #7b7b7b;
}
.footer-content h2 {
  font-size: 16px;
  color: #7b7b7b;
}
.footer-content h4 {
  font-size: 15px;
  color: #7b7b7b;
  display: inline-block;
}
.footer-content li {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #777777;
}
.modal-content {
  border-radius: 20px;
}
.modal-body {
  border-radius: 20px;
}
.modal-body a {
  text-decoration: none;
}
.model-city {
  font-size: 20px;
  font-weight: 500;
}
.model-city-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 10px;
}
.model-city-box img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.model-city-box p {
  font-size: 15px;
  font-weight: 500;
}
.colivin-btn {
  padding-left: 77px;
}
.colivin-btn a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 25px;
  color: white;
}
.pg-btn a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 25px;
  color: #000;
}
/*Fonts CSS*/
.top-section {
  padding: 0px 70px;
}
.desk-hide {
  display: none;
}
.font-13-mid {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.58);
  font-weight: 500;
}
.font-14-mid {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.font-14-mid span {
  color: #4269f3;
}
.font-14 {
  font-size: 14px;
  color: #555;
}
.font-18-mid {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.font-18-mid span {
  border-bottom: 2px solid #0635c9;
}
.font-20-lite {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.font-28 {
  font-size: 28px;
}
.font-36 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  color: #232323;
}
/*Fonts CSS End*/
.hero-banner {
  background-image: url(cupliv/hero-top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-text {
  padding: 200px 0;
}
.hero-button {
  font-size: 20px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px 20px 12px 20px;
  color: #000;
}
.nav-head {
  font-size: 14px;
  font-weight: 500;
}
.width-length {
  margin-right: 25px;
}
.item {
  border-radius: 10px;
  margin: 0 10px;
}
.item a {
  text-decoration: none;
  display: block;
  border-radius: 10px;
}
.item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.explore_city_box {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.top_spaces_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.top_spaces_row::-webkit-scrollbar {
  display: none;
}
.item p i {
  color: #4269f3;
}
.backpack-img {
  position: absolute;
  bottom: -25px;
  height: 400px;
  width: 492px;
  left: 0px;
}
.ams-main {
  margin: 16px 0;
}
.icons {
  background-color: rgba(66, 105, 243, 0.1);
  border-radius: 100%;
  padding: 15px;
}
.icons img {
  height: 35px;
  width: 35px;
}
.top-amenities p.font-18-mid {
  margin-top: 0px;
}
.top-coliving-bangalore .item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.p-name {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.covid {
  border-radius: 20px;
}
.home_banner_text {
  position: absolute;
  top: 60px;
  left: 60px;
}
.home_banner_text2 {
  position: absolute;
  top: 116px;
  left: 60px;
}
.home_banner_text2 p:nth-child(1) {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 0;
}
.home_contact_input {
  border-radius: 10px;
  padding: 8px;
}
.home_select {
  padding: 9px 6px !important;
  border-radius: 10px;
  height: auto !important;
  color: #737679 !important;
}
.home_contact_btn {
  width: 100%;
  border: none;
  padding: 8px;
  background-color: #d2d3ff;
  border-radius: 10px;
}
.home_banner_text p:nth-child(1) {
  font-size: 24px;
  line-height: 44px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 0;
}
.home_banner_text ul {
  display: flex;
  flex-wrap: wrap;
  width: 64%;
}
.home_banner_text ul li {
  list-style-type: none;
  margin-right: 35px;
}
.home_banner_text ul li a {
  color: rgba(0, 0, 0, 0.58);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.home_banner_text ul li a:hover {
  color: #ec5800;
}
.covid-19-safety img {
  border-radius: 20px;
}
.cuplive-advantages img {
  height: 50px;
  width: auto;
}
.list-space {
  background-color: rgba(18, 63, 222, 0.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 50px 0;
}
.list-button {
  background-color: #0635c9;
  padding: 15px 75px;
  border-radius: 75px;
  text-decoration: none;
}
.pad2 {
  padding: 8px;
}
.pad-3090 {
  padding-top: 30px;
  padding-bottom: 90px;
}
.pad-3090 h3 {
  padding-top: 85px;
  font-weight: 500;
}
.list-box {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 10px;
  margin-top: 15px;
  border-bottom: 2px solid rgba(18, 63, 222, 0.3);
  padding: 15px;
}
.list-box ul li {
  width: 33%;
  list-style-type: none;
}
.list-img-box {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-img {
  border-radius: 10px;
  height: 201px;
  width: 100%;
}
.info-box {
  color: #000;
}
.info-box a {
  text-decoration: none;
}
.info-box h4 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.location-info {
  font-size: 14px;
}
.location-info i {
  color: #4269f3;
}
.amenties-icon {
  color: #6a6a6a;
  font-size: 15px;
}
.room-type {
  color: #6a6a6a;
  font-size: 15px;
}
.price-section {
  border-radius: 10px;
  background-color: rgba(18, 63, 222, 0.1);
}
.price-details {
  font-weight: 700;
  color: #4269f3;
  padding: 8px;
}
.price-details span {
  font-weight: 300;
  color: #000;
  font-size: 14px;
}
.explore-details a {
  background-color: rgba(0, 0, 0, 0.7);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-content {
  padding: 50px 70px;
}
.list-boxx {
  background-color: rgba(66, 105, 243, 0.16);
  border-top-left-radius: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  height: 45px;
  border-radius: 0px;
}
.contact-form button {
  border-radius: 0px;
  height: 45px;
}
.chat-box {
  border: 1px solid #000fff;
  background-color: #f5f5f5;
}
.side-part {
  box-shadow: 0px 3px 10px #999;
  border-radius: 10px;
}
.font-20-g {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #88a996;
}
.time-pricing {
  border-top: 1px solid #dee2e6;
}
.font-26 {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #2f3032;
}
.enquiry-form {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-listing-box {
  padding-top: 35px;
  padding-bottom: 10px;
}
.contact-listing {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
.list-your-space {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.list-your-space .top-image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.listing-pad {
  padding-top: 60px;
  padding-left: 50px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.listing-image h1 {
  font-size: 35px;
  font-weight: 500;
}
.listing-image p {
  margin-right: 80px;
}
.listing-image p a {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}
.why-list {
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.why-list img {
  height: 80px;
}
.genuine-lead {
  font-weight: 500;
  font-size: 18px;
}
.start-list-box {
  background-color: rgba(66, 105, 243, 0.1);
  border-top-left-radius: 20px;
}
.list-disc {
  font-size: 14px;
  color: #727682;
}
.start-listing h3 {
  padding-top: 85px;
  font-weight: 500;
}
.free-signup {
  font-weight: 500;
}
.free-sigup1 {
  font-size: 13px;
}
.listing-box {
  background-color: rgba(180, 179, 231, 0.19);
  border-radius: 15px;
}
.list-your-vacant {
  font-weight: 500;
  font-size: 25px;
}
.vacant-disc {
  font-size: 14px;
}
.listing-box a {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  background-color: rgba(18, 63, 222, 0.71);
}
.mobile-top-image {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media only screen and (max-width: 600px) {
  section {
    padding: 40px 0px;
    margin: 0px;
    background-color: #fff;
  }
  .top_spaces_row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .navbar_main .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .req_call_btn_nav {
    height: 40px;
  }
  .navbar_main {
    padding: 0;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .p-name {
    font-size: 15px;
  }
  .Cupliv-advantages img {
    height: 95px;
  }
  .other-space {
    padding-left: 20px;
    padding-right: 20px;
  }
  .enquiry-form {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .enquiry-form h3 {
    font-size: 20px;
  }
  .listing-point {
    margin-bottom: 30px;
  }
  .logo-height {
    height: 32px;
    width: auto;
  }
  .footer-logo-img {
    height: 40px !important;
  }
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-section {
    padding: 0px;
  }
  .desk-hide {
    display: block;
  }
  .font-36 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .mob-hide {
    display: none;
  }
  .top-amenities p.font-36 {
    margin-top: 20px;
  }
  .top-coliving-bangalore .item img {
    height: 124px;
    width: 157px;
    object-fit: cover;
  }
  .loc-border {
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .price-info {
    line-height: 18px;
    margin-top: 5px;
  }
  .ams-main {
    margin: 10px 0;
  }
  .icons {
    background-color: transparent;
    border-radius: 10px;
    padding: 13px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  }
  .icons img {
    height: 60px;
    width: 60px;
  }
  .top-amenities p.font-18-mid {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .covid-19-safety img {
    border-radius: 10px;
  }
  .font-18-mid {
    font-size: 14px;
    line-height: 20px;
  }
  .font-18-mid span {
    border-bottom: none;
  }
  .cities-mobile img {
    height: 69px;
    width: 69px;
    object-fit: cover;
    border-radius: 50%;
  }
  .font-13-mid {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.58);
    font-weight: 500;
  }
  /*.item {*/
  /*    margin: 0px;*/
  /*}*/
  .top-amenities .font-18-mid {
    text-align: center;
  }
  .top-coliving-hyderabad {
    margin-bottom: 0px;
  }
  .cuplive-advantages {
    margin-top: 0px;
  }
  .footer-content {
    padding: 0px;
    padding-top: 23px;
  }
  .moretext {
    display: none;
  }
  .pad2 {
    padding: 0px;
    padding-top: 8px;
  }
  .colivin-btn {
    padding-left: 0px;
  }
  .why-list {
    padding: 20px;
  }
  .top-amenities {
    margin-top: -32px;
  }
  .animate-img {
    height: 120px;
  }
  .start-listing h3 {
    padding-top: 30px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
  }
  .start-list-box {
    border-radius: 0px;
  }
  .list-your-space .top-image {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
  }
  .listing-pad {
    padding-top: 18px;
    padding-left: 26px;
  }
  .listing-pad h2 {
    font-size: 25px;
  }
  .listing-image p {
    margin-right: 0px;
  }
  .genuine-lead {
    font-weight: 500;
    font-size: 14px;
  }
  .list-box {
    padding: 5px;
  }
  .location-info {
    font-size: 13px;
  }
}
/*footer css*/
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  height: 35px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #000fff;
}
.footer-widget ul li {
  list-style: none;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/*discription page css*/

.gallery-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.gallery-item .image {
  position: relative;
  display: block;
  width: 100%;
  /*height: 285.25px;*/
}

.gallery-item .image::before {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.gallery-item .image:hover::before {
  opacity: 0.5;
}

.gallery-item .image::after {
  content: "Open";
  font-family: "Poppins", sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  z-index: 9;
  border-radius: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #01796f;
  opacity: 0;
}

.gallery-item .image:hover::after {
  opacity: 1;
  margin-top: -25px;
}

.gallery-item .image img {
  width: 100%;
}

h2,
h3,
h4,
h5,
h6 {
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 0;
}
