@media (min-width: 1200px) and (max-width: 1600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 20px;
  }

  .pl3 {
    padding: 0px 60px;
  }

  .bg-content {
    top: 10%;
  }

  .pt2 {
    padding: 100px 0px;
  }

  .arrow_img {
    left: 54%;
    height: 180px;
  }

  .bg-content .bg_details .card .card-body {
    padding: 5px;
  }

  .bg-content .bg_details .card .card-title {
    padding: 8px 10px;
    font-size: 18px;
  }

  .bg-content .bg_details .card li {
    font-size: 15px;
  }

  .bg-content .reg_form {
    margin-top: 30px;
  }

  .bg-content .reg_form form {
    padding: 30px 25px;
  }

  .bg-content .reg_form form h1 {
    font-size: 17px;
    /* text-align: justify; */
    margin-bottom: 15px;
  }

  .bg-content .reg_form form input {
    height: 50px;
  }

  .bg-content .bg_details .d1 {
    font-size: 22px;
  }

  .bg-content .bg_details .d2 {
    font-size: 55px;
  }

  .bg-content .bg_details .d4 p {
    background-color: #fff;
    padding: 4px 10px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 20px;
  }

  .bg-content .bg_details .d4 {
    width: 60%;
    font-size: 24px;
    font-weight: 600;
    background-color: #ffffff2d;
    color: var(--text-color1);
    padding: 10px;
    backdrop-filter: blur(10px);
  }

  .bg-content .bg_details .card {
    width: 60%;
  }

  .bg-content .bg_details .d5 {
    margin: 10px 0px 30px 0px;
    font-size: 24px;
  }

  .bg-content .bg_details .d5 span {
    font-size: 30px;
  }

  .overview .overview_content .details {
    font-size: 14px;
  }

  .overview .overview_content p {
    font-size: 14px;
  }

  .overview .overview_content span {
    font-size: 12px;
  }

  .amenities .amenities_content .card {
    width: 100%;
    margin-bottom: 26px;
  }

  .contactus .container .content .slot p {
    font-size: 14px;
    color: var(--text-color);
  }

  .contactus .container .content .slot h4 {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-color);
  }

  .floorplan .apartment_section .card .card-body {
    padding: 20px;
    margin-top: 24px;
  }

  .floorplan .apartment_section .card .plan1 {
    width: 100%;
    height: 150px;
  }
  .floorplan .apartment_section .card .card-body{
    margin-top: 10px;
  }

  .floorplan .floorplan_content .card .card-title {
    font-size: 18px;
  }

  .floorplan .floorplan_content .card .plan {
    height: 24px;
  }

  .floorplan .floorplan_content .card .details {
    font-size: 15px;
  }

  .contact_us .container {
    padding: 50px;
  }

  .location .container {
    padding: 0px 60px;
  }

  .header_btn1 {
    font-size: 16px;
    padding: 10px 20px;
  }

  .play_btn i {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }

  .floorplan .apartment_section .card img {
    height: 150px;
  }
  .location .location_title .subtitle{
    font-size: 30px;
  }
  footer .footer-content{
    font-size: 12px;
  }
   .overview .overview_content .points{
    display:block;
    justify-content: start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview .overview_content .points{
    display:block;
    justify-content: start;
    }
  .navbar .container {
    max-width: 1100px;
  }

  .navbar img {
    height: 50px !important;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding-right: 10px;
  }

  .bg-content {
    padding: 0px 10px;
    top: 10%;
  }
  .pt2{
    padding: 80px 0px;
  }

  .bg-content .bg_details .d1 {
    font-size: 20px;
  }

  .bg-content .bg_details .d2 {
    font-size: 50px;
  }

  .bg-content .bg_details .d4 {
    padding: 5px 15px;
    font-size: 20px;
    width: 62%;
  }

  .bg-content .bg_details .card {
    width: 62%;
  }

  .bg-content .bg_details .card .card-title {
    padding: 8px 10px;
    font-size: 18px;
  }

  .bg-content .bg_details .d5 {
    font-size: 24px;
    margin: 10px 0px;
  }

  .bg-content .bg_details .d5 span {
    font-size: 30px;
  }
  .partners .card{
    height: 150px;
  }
  .contactus .container .content .slot h4{
    font-size: 26px;
  }

  .arrow_img {
    left: 55%;
    height: 120px;
  }

  .bg-content .reg_form {
    padding: 10px;
    margin-top: 80px;
  }

  .bg-content .reg_form form {
    border-radius: 15px;
    padding: 20px;
  }

  .bg-content .reg_form form h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .bg-content .reg_form form input {
    height: 45px;
  }

  .header_btn1 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .overview .overview_content .details,
  .overview .overview_content p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .overview .overview_content span {
    font-size: 12px;
  }

  .amenities .card {
    width: 100% !important;
  }

  .contact_us .container {
    width: 45%;
    padding: 40px;
  }

  .location .location_content {
    font-size: 16px;
  }

  .floorplan .apartment_section .card img {
    height: 140px;
  }

  .floorplan .apartment_section .card {
    background-color: #ffffff;
    border-radius: 0px;
  }

  .floorplan .floorplan_title .subtitle,
  .gallery .gallery_title .subtitle,
  .amenities .amenities_title .subtitle,
  .location .location_title .subtitle,
  .contact_us h2 {
    font-size: 30px;
  }

  .highlights .h_title .right p,
  .amenities .amenities_title .content {
    font-size: 16px;
  }

  .floorplan .apartment_section .card .card-body {
    margin: 5px auto;
    width: 100%;
    padding: 10px;
    box-shadow: none;
    border-radius: 0px;
    transition: none;
    background-color: transparent;
    display: inline-block;
  }

  .floorplan .apartment_section .card .card-body:hover {
    transition: none;
    transform: none;
  }

  .floorplan .floorplan_content .card1 .card-body {
    transition: none;
    transform: none;
    padding: 28px;
  }

  .contact_us form input {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bg-slider {
    height: auto;
    min-height: 100vh;
    text-align: center;
    padding-top: 80px;
  }

  .bg-content {
    position: relative;
    top: auto;
  }

  .bg-content.pl3 {
    padding: 0px 80px;
  }

  .bg-content .bg_details .d1 {
    font-size: 18px;
  }

  .bg-content .bg_details .d2 {
    font-size: 40px;
  }

  .bg-content .bg_details .d4 {
    padding: 5px 10px;
    font-size: 20px;
    width: 100%;
  }
 .overview .overview_content .points{
    display:block;
    justify-content: start;
    }
  .bg-content .bg_details .card {
    width: 100%;
  }

  .bg-content .bg_details .card .card-title {
    font-size: 18px;
  }

  .bg-content .bg_details .card li {
    font-size: 15px;
  }

  .bg-content .bg_details .d5 {
    font-size: 24px;
  }

  .bg-content .bg_details .d5 span {
    font-size: 28px;
  }

  .arrow_img {
    display: none;
  }

  .header_btn1 {
    padding: 10px 20px;
  }

  .play_btn i {
    height: 45px;
    width: 45px;
  }

  .bg-content .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .bg-content .reg_form form h1 {
    font-size: 26px;
  }

  .highlights .row {
    display: flex;
    justify-content: center;
  }

  .highlights .h_title {
    margin-bottom: 10px;
  }

  .highlights .h_title .left p,
  .overview .overview_content .title {
    font-size: 16px;
  }

  .highlights .h_title .left p img,
  .overview .overview_content .title .check {
    height: 20px;
  }

  .overview .img1 {
    height: 450px;
  }

  .overview .img2 {
    height: 217px;
  }

  .contactus .container .content {
    padding: 30px;
    text-align: center;
  }

  .contactus .container .content .slot {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .amenities .amenities_content .card {
    width: 100%;
    padding: 6px;
    margin-bottom: 25px;
  }

  .amenities .amenities_content .card .card-body {
    padding: 10px;
  }

  .amenities .amenities_content .card .icon .am_img {
    height: 50px;
  }

  .gallery .gallery_title .subtitle,
  .floorplan .floorplan_title .subtitle {
    width: 90%;
  }

  .highlights .h_title .left h2,
  .gallery .gallery_title .subtitle,
  .overview .overview_content .subtitle,
  .floorplan .floorplan_title .subtitle,
  .location .location_title .subtitle,
  .contact_us h2 {
    font-size: 30px;
  }

  .amenities .amenities_title .content,
  .overview .overview_content .details,
  .overview .overview_content p,
  .highlights .h_title .right p,
  .location .location_content,
  .contact_us p {
    font-size: 16px;
  }

  .gallery .gallery_img .img1,
  .gallery .gallery_img .img2 {
    margin-bottom: 25px;
    height: 300px;
  }

  .gallery .card {
    background: transparent;
  }

  .video {
    height: 60vh;
  }

  .floorplan .floorplan_content .card1 {
    margin-bottom: 30px;
  }

  .floorplan .floorplan_content .card1 img {
    height: 450px;
  }

  .location .location_img {
    margin-top: 30px;
    border: 2px solid #16a34a;
  }

  .contact_us .container {
    width: 75%;
    padding: 40px 30px;
  }

  .contact_us form input {
    height: 55px;
  }

  footer .footer-content {
    font-size: 12px;
  }
  .overview .overview_content .points{
    display:flex;
    justify-content: space-between;
}
}

@media (max-width: 767px) {
  .bg-slider {
    height: auto;
    min-height: 100vh;
    text-align: center;
    padding-top: 80px;
  }

  .bg-content {
    position: relative;
    top: auto;
  }

  .bg-content.pl3 {
    padding: 0px 20px;
  }
 .overview .overview_content .points{
    display:block;
    justify-content: start;
    }
  .bg-content .bg_details .d1 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .bg-content .bg_details .d2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .bg-content .bg_details .d4 {
    padding: 5px 10px;
    font-size: 18px;
    width: 100%;
  }

  .bg-content .bg_details .card {
    width: 100%;
  }

  .bg-content .bg_details .card .card-title {
    font-size: 17px;
  }

  .bg-content .bg_details .card li {
    font-size: 15px;
  }

  .bg-content .bg_details .d5 {
    font-size: 20px;
  }

  .bg-content .bg_details .d5 span {
    font-size: 24px;
  }

  .arrow_img {
    display: none;
  }

  .header_btn1 {
    padding: 10px 15px;
  }

  .play_btn i {
    height: 45px;
    width: 45px;
  }

  .bg-content .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .bg-content .reg_form form h1 {
    font-size: 22px;
  }

  .highlights .pt2 {
    padding: 80px 20px;
  }

  .highlights .h_title {
    margin-bottom: 10px;
  }

  .highlights .h_title .left p,
  .overview .overview_content .title {
    font-size: 16px;
  }

  .highlights .h_title .left p img,
  .overview .overview_content .title .check {
    height: 20px;
  }

  .overview.pt3 {
    padding: 80px 10px 120px 10px;
  }

  .amenities.pt4 {
    padding: 80px 10px;
  }

  .overview .img1 {
    height: 300px;
  }

  .overview .img2 {
    height: 150px;
  }

  .contactus {
    width: 100%;
    margin: 0px auto;
  }

  .contactus .container .content {
    padding: 20px;
    text-align: center;
  }

  .contactus .container .content .slot {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contactus .header_btn1 {
    padding: 10px;
    font-size: 16px;
  }

  .amenities .amenities_content .card {
    width: 100%;
    padding: 6px;
    margin-bottom: 25px;
  }

  .amenities .amenities_content .card .card-body {
    padding: 10px;
  }

  .amenities .amenities_content .card .icon .am_img {
    height: 50px;
  }

  .highlights .card .card-title {
    font-size: 16px;
  }

  .overview .overview_content span {
    font-size: 12px;
  }

  .gallery .gallery_title .subtitle,
  .floorplan .floorplan_title .subtitle {
    width: 90%;
  }

  .highlights .h_title .left h2,
  .gallery .gallery_title .subtitle,
  .overview .overview_content .subtitle,
  .floorplan .floorplan_title .subtitle,
  .location .location_title .subtitle,
  .amenities .amenities_title .subtitle,
  .contact_us h2 {
    font-size: 26px;
  }

  .amenities .amenities_title .content,
  .overview .overview_content .details,
  .overview .overview_content p,
  .highlights .h_title .right p,
  .location .location_content,
  .contact_us p {
    font-size: 14px;
  }

  .gallery .gallery_img .img1,
  .gallery .gallery_img .img2 {
    margin-bottom: 25px;
    height: 250px;
  }

  .gallery .card {
    background: transparent;
  }

  .video {
    height: 40vh;
  }

  .floorplan .floorplan_content .card1 {
    margin-bottom: 30px;
  }

  .floorplan .floorplan_content .card1 img {
    height: 400px;
  }

  .location .location_img {
    margin-top: 30px;
    border: 2px solid #16a34a;
    height: 250px;
  }

  .contact_us .container {
    width: 90%;
    padding: 60px;
  }

  .contact_us form input {
    height: 55px;
  }

  footer .footer-content {
    font-size: 12px;
  }

  .floorplan .apartment_section .card img {
    height: 400px;
  }

  .floorplan .apartment_section .card .card-body {
    width: 93%;
    margin: 0px auto;
    border-radius: 5px;
    margin-top: -80px;
    margin-bottom: 15px;
    padding: 30px;
  }

  .floorplan.pt2 {
    padding: 80px 10px;
  }

  .location.pt2 {
    padding: 80px 10px;
  }

  .modal .modal_title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  .overview .inner-img:hover {
    transform: none;
  }

  .highlights .h_title .left,
  .amenities .amenities_title{
    width: 100%;
  }
  .highlights .h_title .left span,
  .amenities .amenities_title span{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .contactus .container .content .slot h4{
    font-size: 22px;
  }
  .contactus .container .content .slot p{
    font-size: 14px;
  }
  .bg-content .bg_details .card ul{
    padding-left: 0px;
  }
  .overview .overview_content{
    padding: 10px;
  }
  .amenities .amenities_title p{
    font-size: 12px;
  }
  .gallery .gallery_img .img3{
    height: 250px;
  }
  .gallery .gallery_title .subtitle, .floorplan .floorplan_title .subtitle{
    width: 100%;
  }
  .overview .overview_content .points{
    display:flex;
    justify-content: space-between;
}
}

@media (max-width: 480px) {
  .highlights .h_title .left h2, .gallery .gallery_title .subtitle, .overview .overview_content .subtitle, .floorplan .floorplan_title .subtitle, .location .location_title .subtitle, .amenities .amenities_title .subtitle, .contact_us h2{
    font-size: 22px;
  }
  .highlights .h_title .left,
  .amenities .amenities_title{
    width: 100%;
  }
  .highlights .h_title .left span,
  .amenities .amenities_title span{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .contactus .container .content .slot h4{
    font-size: 22px;
  }
  .contactus .container .content .slot p{
    font-size: 14px;
  }
  .bg-content .bg_details .card ul{
    padding-left: 0px;
  }
  .overview .overview_content{
    padding: 10px;
  }
  .amenities .amenities_title p{
    font-size: 12px;
  }
  .gallery .gallery_img .img3{
    height: 250px;
  }
  .gallery .gallery_title .subtitle, .floorplan .floorplan_title .subtitle{
    width: 100%;
  }

  .overview .inner-img:hover {
    transform: none;
  }

  .bg-content.pl3 {
    padding: 0px;
  }
  .partners .col-lg-2{
    margin-bottom: 20px;
  }

  .bg-content .reg_form {
    padding: 15px;
  }
  .overview .img1,
  .overview .img-wrapper {
    height: 200px;
  }

  .overview .img2,
  .overview .img-wrapper1 {
    height: 100px;
  }

  .contactus .container .content .slot {
    font-size: 20px;
  }

  .contact_us .container {
    padding: 50px 30px;
  }

  .modal .modal_title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  .location_content ul{
      margin: 0px;
      padding: 0px;
  }
  .overview .overview_content .points{
    display:flex;
    justify-content: space-between;
}
}