:root {
  --yellow: #ffdc73;
  --bg-gray: #EEEEEE;
  --text-gray: #555;
  --sec_head: #D7D7D7;
  --grey: #E1E2E7;
  --dark_blue: #1E1F33;
  --light_gray: #e1e2e7;
  --blue_gray: #95a8a4;
  --pink: #002060
}

@media(min-height:900px) and (max-width:1199px) {
  .banner_slider .item img {
      min-height: unset
  }
}

@media(max-width:1600px){
  .paymnt-plan {
    font-size: 22px;
    font-weight: 600;
    margin-top: 7px;
    opacity: 1;
}
  .query_section .container {
    max-width: 80% !important;
}
  .banner_section .price span {
    font-size: 34px;
}
.content figure h2{
  font-size: 32px
}
.banner_section .right_col .content{
      padding: 24px;
}
.heading_bg h2{
  font-size: 32px
}
.highlights_section .section_heading h3{
      font-size: 44px;
}
  .header .navbar-brand img {
        width: 49%;
        margin-left: 0%;
    }
.header {
   
    padding: 29px 0;
  }
}


@media(max-width:1500px) {
  .banner_section .amenity {
    font-size: 19px;
  }
  .banner_section .left_col .project_logo {
      font-size: 60px;
      line-height: 60px
  }
  .banner_section .left_col .form {
      margin-top: 40px
  }
  .banner_section .left_col .price {
      margin-top: 10px
  }
  .banner_section .right_col .content {

      padding: 24px;
  }
  .banner_section .location {
    font-size: 21px;
    margin-bottom: 10px;
}

  .banner_section .price {
      font-size: 22px !important;
      margin-top: 7px;
  }
  .banner_section .price span {
      font-size: 30px;
  }
  .query_section .container {
      max-width: 80% !important
  }
  .price_section .box .title {
      font-size: 22px
  }

}
@media(max-width:1450px){
  .banner_section .right_col .heading_bg h2 {
    font-size: 39px;
    font-weight: 600;
        margin-bottom: 5px;
}
  .query_section.mt-5 {
    margin-top: 15% !important;
}

}
@media(max-width:1366px) {


.content figure h2 {
    font-size: 29px;
}
  .price_section .box .title {
      font-size: 20px
  }
  .about_section .custom_line:before {
      width: 500px
  }
  .header .right_navbar {
      margin-right: 15px
  }
  .header .navbar-nav .nav-item:not(:last-child) {
      margin-right: 5px
  }
}

@media(max-width:1199px) {
  .header .navbar-collapse.right_navbar,
  .header .navbar-collapse.right_navbar.show,
  .header .navbar-collapse.right_navbar.collapsing{display:none!important;}
  .header .nav-link {
      font-size: 14px
  }
  .header .navbar-brand {
      left: 0;
      transform: unset
  }
  .header .navbar-brand img {
      max-width: 70px
  }
  .header .navbar-collapse {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh !important;
      width: 100%;
      z-index: 99;
      visibility: hidden !important;
      opacity: 0 !important;
      display: block !important;
      transition: all .1s ease-in-out;
      -webkit-transition: all .1s ease-in-out;
      -ms-transition: all .1s ease-in-out
  }
  .header .navbar-collapse.collapsing,
  .header .navbar-collapse.show {
      display: block;
      height: 100% !important;
      visibility: visible !important;
      opacity: 1 !important;
      display: block !important
  }
  .header .navbar-collapse .backdrop {
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(0 0 0 / 80%);
      height: 100%;
      width: 100%;
      margin-left: unset;
      overflow: hidden;
      z-index: 9
  }
  .header .navbar-collapse .navbar-nav {
      position: fixed;
      top: 0;
      right: -40%;
      width: 100%;
      max-width: 40%;
      height: 100%;
      background-color: var(--pink);
      z-index: 99;
      padding-top: 15px;
      transition: all .2s ease-in-out
  }
  .header .navbar-collapse.collapsing .navbar-nav,
  .header .navbar-collapse.show .navbar-nav {
      right: 0;
      transition: .3s all ease-in-out
  }
  .header .navbar-toggler {
      height: 35px;
      margin-right: 10px;
      background-color: #333;
      color: #fff;
      font-weight: 100;
      text-shadow: none;
      border-radius: 0
  }
  .header .navbar-toggler img {
      filter: invert(1);
      max-width: 18px;
  }
  .header .navbar-collapse .navbar-nav li {
      margin-right: 0 !important
  }
  .header .navbar-collapse li a {
      padding: 10px 20px;
      font-size: 18px;
      font-family: 'Montserrat_Medium';
      color: #fff
  }
  .header .navbar-collapse .close {
      position: fixed;
      top: 20px;
      left: 20px;
      font-size: 50px;
      color: #fff;
      z-index: 9;
      opacity: .5;
      font-weight: 400
  }
  .banner_section .mySwiper {
      max-width: 70%
  }
  .query_section .right_col {
      padding: 20px
  }
  .amenities_section .section_heading {
      left: 0;
      top: 3%;
      font-size: 100px;
      line-height: 100px
  }
  .amenities_section .amenities_content .title {
      font-size: 16px
  }
  .gallery_section .section_heading {
      right: 0
  }
  .price_section .active .box {
      margin-top: 0
  }
}

@media(max-width:991px) {
  .banner_section {
      height: auto;
      padding: 60px 0
  }
  .banner_section .container {
      max-width: 95% !important;
      margin-right: auto;
      padding-right: 15px
  }
  .banner_section .left_col {
      padding-right: 15px;
      order: 2;
      margin-top: 40px
  }
  .banner_section .right_col {
      order: 1;
      position: relative;
    right: 0;
    max-width: 100%;
    margin-top: 40px;
  }
  .banner_section .right_col .content{
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .banner_section .bottom{
      text-align: center;
  }
  .banner_slider .item img {
      min-height: unset;
      height: auto
  }
  .banner_section .mySwiper {
      position: relative;
      top: unset;
      transform: unset;
      left: unset;
      height: unset;
      z-index: 9;
      margin: auto
  }
  .banner_section .banner_bg_title {
      display: none
  }
  .banner_content_section {
      background-color: #ebe5db;
      position: relative;
      z-index: 1
  }
  .banner_content_section .content {
      padding: 50px 0;
      text-align: center
  }
  .banner_content_section .location,
  .banner_section .location {
      font-size: 22px;
      margin-bottom: 25px
  }
  .banner_content_section .price,
  .banner_section .price {
      font-size: 24px;
      font-weight: 600;
      margin-top: 25px
  }
  .banner_content_section .price span,
  .banner_section .price span {
      font-size: 40px
  }
  .banner_content_section .amenity,
  .banner_section .amenity {
      font-size: 16px;
      font-weight: 600;
      margin-top: 10px
  }

  .banner_content_section .call,
  .banner_section .call {
      margin-top: 30px
  }
  .banner_content_section .call a,
  .banner_section .call a {
      color: #fff;
      padding: 10px 15px;
      display: inline-flex;
      align-items: center;
      font-size: 22px;
      font-weight: 400;
      background-color: var(--pink);
      width: 100%;
      justify-content: center
  }
  .banner_content_section .call img,
  .banner_section .call img{filter:invert(1)}
  .banner_content_section .call .fa,
  .banner_section .call .fa {
      background-color: transparent;
      color: #fff;
      padding: 2px 4px;
      font-size: 34px;
      height: 35px;
      width: 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px
  }
  .about_section .custom_line:before {
      display: none
  }
  .about_section .right_col {
      margin-top: 60px
  }
  .about_section .right_col figure {
      height: auto;
      max-width: 100%
  }
  .custom_line:before {
      display: none
  }
  .fixed_form {
      max-width: 40%;
      left: -40%
  }
  .highlights_section .container {
      max-width: 90% !important
  }
  .highlights_section .right_col {
      height: auto
  }
  .price_section .section_heading {
      margin-bottom: 40px
  }
  .price_section .box .top {
      position: relative;
      top: unset;
      left: unset;
      width: 100%
  }
  .price_section .box .title {
      font-size: 22px
  }
  .price_section .box .price,
  .price_section .box .size {
      font-size: 20px
  }
  .gallery_section .floor_content .item {
      height: 200px;
      max-width: 33.33%;
      flex: 0 0 33.33%
  }
  .gallery_section .floor_content {
      flex-wrap: wrap
  }
  .query_section .left_col {
      padding: 30px
  }
  .query_section .right_col .mobile {
      font-size: 18px
  }
  #modal1 .modal-dialog {
      max-width: 95%
  }
  .section_heading h3 {
      font-size: 40px
  }
  .amenities_section {
      padding: 0 0 60px
  }
}

@media(max-width:1280px){
  .query_section .right_col {
    padding: 33px;
}
}

@media(max-width:767px) {
  .order_sm_2 {
      order: 2 !important
  }
  .order_sm_1 {
      order: 1 !important
  }
  .d_sm_none {
      display: none !important
  }
  .d_sm_block {
      display: block !important
  }
  .mb_sm_15 {
      margin-bottom: 15px !important
  }
  .mb_sm_20 {
      margin-bottom: 20px !important
  }
  .my_sm_10 {
      margin-top: 10px !important;
      margin-bottom: 10px !important
  }
  .px_sm_10 {
      padding-left: 10px !important;
      padding-right: 10px !important
  }
  .px_sm_5 {
      padding-left: 5px !important;
      padding-right: 5px !important
  }
  .py_sm_5 {
      padding-top: 5px !important;
      padding-bottom: 5px !important
  }
  .header .navbar-collapse .navbar-nav {
      max-width: 55%;
      right: -55%
  }
  .banner_section .mySwiper div {
      height: auto
  }
  .banner_section {
      padding: 0 0
  }
  .banner_section .bg_boxes{display:none;}
  .banner_section .banner_slider .item .count {
      font-size: 120px;
      line-height: 100px
  }
  .banner_section .mySwiper {
      max-width: 100%
  }
  .banner_section .mySwiper img{height: auto; object-fit: unset;}
  .banner_section .left_col .project_logo {
      font-size: 50px;
      line-height: 50px
  }
  .banner_section .left_col .price {
      font-size: 22px
  }
  .banner_section .left_col .form .animated_form {
      padding: 20px
  }
  .banner_section .left_col .form_heading {
      margin-top: -40px;
      margin-bottom: 20px;
      font-size: 18px
  }
  .banner_section .mySwiper .arrow_btns,
  .banner_section .mySwiper .swiper_btns {
      right: 10px;
      bottom: 10px;
      top: unset;
      display: flex;
      flex-wrap: wrap;
      align-items: center
  }
  .banner_section .arrow_btns .carousel-control-next,
  .banner_section .swiper_btns .swiper-button-prev {
      margin-top: 0
  }
  .banner_section .arrow_btns .carousel-control-next {
      margin-left: 5px
  }
  .banner_section .arrow_btns .carousel-control-next,
  .banner_section .arrow_btns .carousel-control-prev,
  .banner_section .swiper_btns .swiper-button-next,
  .banner_section .swiper_btns .swiper-button-prev {
      width: 60px;
      height: 35px;
      border: 1px solid #fff;
      background-color: rgba(0 0 0 / 20%);
      opacity: 1
  }
  .banner_section .swiper_btns i {
      color: #fff
  }
  .banner_section .arrow_btns .carousel-control-next-icon,
  .banner_section .arrow_btns .carousel-control-prev-icon {
      filter: unset
  }
  .banner_section:after,
  .banner_section:before,
  .floor_plan_section:before,
  .highlights_section .right_col:before {
      display: none
  }
  .mobile_form_section {
      padding: 20px 0
  }
  .mobile_form_section .fixed_form {
      left: unset;
      max-width: 100%;
      position: relative;
      left: unset;
      bottom: unset;
      box-shadow: none;
      z-index: 9
  }
  .mobile_form_section .fixed_form .form-group {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 20px
  }
  .animated_form .form-group {
      max-width: calc(50% - 5px);
      flex: 0 0 calc(50% - 5px);
      margin-bottom: 10px
  }
  .animated_form .form-input,
  .animated_form input.btn {
      height: 45px
  }

  .banner_section .right_col{margin-top:20px;}
  .banner_section .right_col .content{clip-path: unset;}

  .about_section,
  .highlights_section {
      padding: 40px 0
  }
  .about_section .left_col {
      max-width: 100%;
      flex: 0 0 100%;
      margin-left: 0
  }
  .about_section .left_col figure {
      position: relative;
      width: 100%;
      height: auto
  }
  .about_section .container {
      z-index: 9;
      position: relative
  }
  .about_section .right_col .content {
      padding: 30px
  }
  .about_section .right_col figure:before {
      left: 10px;
      bottom: 10px;
      display: none
  }
  .highlights_section .container {
      max-width: 95% !important
  }
  .highlights_section .left_col {
      padding: 0 15px
  }
  .highlights_section .right_col {
      margin-top: 40px
  }
  .highlights_section .right_col figure {
      position: relative;
      top: unset;
      transform: unset;
      height: auto
  }
  .price_section .section_heading {
      margin-bottom: 20px
  }
  .floor_plan_section {
      padding: 40px 0
  }
  .query_section .container {
      position: relative;
      top: unset;
      left: unset;
      transform: unset;
      max-width: 100% !important;
      padding: 15px
  }
  .query_section .left_col {
      padding: 30px;
      order: 2
  }
  .query_section .right_col {
      order: 1;
      text-align: center;
      justify-content: center
  }
  .query_section .right_col .mobile {
      font-size: 20px;
      margin-top: 14px
  }
  footer {
      padding: 15px 0 60px
  }
  .new-unit{
        font-size: 20px;
  }
  .mobile-section {
      display: flex;
      z-index: 99
  }
  #modal1 .modal-body {
      flex-wrap: wrap
  }
  #modal1 .left_col,
  #modal1 .right_col {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 15px
  }
  .floor_plan_section .floor_content .box {
      padding: 0
  }
  .floor_plan_section .section_heading {
      left: 0
  }
  .gallery_section {
      padding: 0
  }
  .gallery_section .section_heading {
      right: 0;
      left: unset
  }
  .banner_form_section {
      padding: 15px 0;
  }
  .banner_form_section .form_heading{display:none;}
  .banner_form_section .fixed_form {
      position: relative;
      z-index: 1;
      box-shadow: none;
      left: unset;
      max-width: 100%;
  }
  .banner_form_section .fixed_form .form-group {
      max-width: 100% !important;
      flex: 0 0 100% !important;
  }
  .banner_form_section .fixed_form .animated_form {
      padding: 15px;
  }
}

@media(max-width:575px) {
  .query_section .right_col {
    padding: 27px !important;
}
.banner_section .right_col .heading_bg h2 {
    font-size: 26px;
    font-weight: 600;
}

#modal1 .left_col .price {
    font-size: 19px;
    background-color: var(--dark_blue);
    padding: 10px 8px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
#modal1 .left_col .typo {
    font-size: 17px;
    }
 #modal1 .content h2{
    color: #fff;
    font-size: 31px;
}

  .px_sm_10 {
      padding-left: 10px !important;
      padding-right: 10px !important
  }
  .my_xs_5 {
      margin-top: 5px !important;
      margin-bottom: 5px !important
  }
  .px_xs_5 {
      padding-left: 5px !important;
      padding-right: 5px !important
  }
  p {
      font-size: 14px;
      line-height: 20px
  }
  .btn_yellow {
      padding: 5px 15px;
      font-weight: 500;
      height: 45px
  }
  .banner_section .container,
  .container,
  .highlights_section .container {
      max-width: 100% !important
  }
  .header .navbar-collapse .navbar-nav {
      max-width: 300px;
      right: -300px
  }
  .header .navbar-brand {
      left: unset;
         width: 39%;
  }
  .header .navbar-brand img {
    margin-left: -7px;
      max-width: 100%
  }
  .paymnt-plan {
    font-size: 20px;
  }
  .section_heading {
      margin-bottom: 20px
  }
    .section_heading h3 {
      font-size: 30px
  }
 .price_section .section_heading h3 {
      font-size: 27px !important
  }
 
  .banner_section:before {
      max-width: 35%
  }
  .banner_content_section .content,
  .banner_section .right_col .content {
      padding: 30px 10px;
  }
  .banner_content_section .location,
  .banner_section .location {
      font-size: 18px;
      margin-bottom: 15px
  }
  .banner_content_section .price,
  .banner_section .price {
      font-size: 18px;
      font-weight: 500;
      margin-top: 15px
  }
  .banner_content_section .price span,
  .banner_section .price span {
         font-weight: 600;
    font-size: 26px;
  }
  .banner_content_section .call a {
      font-size: 20px
  }
  .banner_content_section .call .fa {
      font-size: 25px;
      height: 25px;
      width: 25px
  }
  .fixed_form .animated_form .form_title {
      margin-bottom: 15px;
      font-size: 20px
  }
  .animated_form .form-group {
      max-width: 100%;
      flex: 0 0 100%
  }
  .animated_form .form-input,
  .animated_form input.btn {
      height: 40px
  }
  .banner_section .right_col{margin-top:15px;}
  .about_section .content {
      padding: 20px
  }
  .about_section .section_heading {
      left: 0;
      font-size: 50px
  }
  .about_section .right_col .content {
      padding: 20px
  }
  .about_section .heading {
      font-size: 26px
  }
  .about_section .location {
      font-size: 16px;
      margin-top: 5px;
      margin-bottom: 15px
  }
  .about_section .right_col {
      margin-top: 40px
  }
  .highlights_section .left_col li {
      font-size: 14px
  }
  .amenities_section .section_heading,
  .floor_plan_section .section_heading,
  .highlights_section .section_heading,
  .price_section .section_heading {
      font-size: 50px;
      line-height: 50px
  }
  .highlights_section .right_col {
      margin-top: 20px;
      padding: 30px 15px
  }
  .highlights_section .right_col li {
      font-size: 16px
  }
  .price_section {
      padding: 40px 0
  }
  .price_section .box .title {
      font-size: 18px
  }
  .price_section .box .price,
  .price_section .box .size {
      font-size: 18px
  }
  .price_section .box span {
      font-size: 14px
  }
  .price_section .box button {
      margin-top: 0;
      height: 45px;
      font-size: 14px
  }
  .price_section .box .bottom {
      padding: 20px
  }
  .floor_plan_section:before {
      top: 0
  }
  .floor_plan_section .section_heading {
      left: 10px
  }
  .gallery_section .floor_content .item {
      max-width: 50%;
      flex: 0 0 50%
  }
  .query_section .right_col img {
      max-width: 130px
  }
  .query_section .right_col .mobile {
      font-weight: 600
  }
  .query_section .left_col {
      padding: 20px
  }
  .animated_form .form-input,
  .animated_form .form-label {
      font-size: 14px
  }
  .animated_form input.btn {
      font-weight: 500
  }
  .query_section .left_col .form_heading {
      font-size: 18px
  }
  .banner_section .banner_slider .owl-nav {
      bottom: 10px;
      right: 10px
  }
  .banner_slider .owl-nav button.owl-next,
  .banner_slider .owl-nav button.owl-prev {
      height: 30px;
      width: 40px;
      border: 1px solid #fff !important
  }
  .banner_slider .owl-nav button i {
      font-size: 14px
  }
  .mobile-section .btn {
      font-size: 12px;
      padding: 10px 5px;
      height: auto
  }
  .mobile-section .btn:not(:last-child):before {
      height: 15px
  }
  footer {
      padding: 15px 0 50px
  }
  .banner_section .left_col .call a {
      font-size: 18px
  }
  .banner_section .left_col .call .fa {
      font-size: 20px;
      height: 30px;
      width: 30px
  }
  .gallery_section .section_heading {
      left: unset;
      right: 10px
  }
  .amenities_section .amenities_content .title {
      font-size: 15px;
      line-height: 18px
  }
  .amenities_section .section_heading {
      left: 10px
  }
  .amenities_section {
    padding: 0 0 23px;
}
  .content figure h2 {
    font-size: 28px;
}
.highlights_section .section_heading h3{
      font-size: 30px;
}
}