/*@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css');*/
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700&display=swap");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

.row:before,
.row:after {
  display: inline-block;
}

.abt-slide-img {
  display: block;
}

/*.row {
	max-width: 100%;
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.m_h {
  min-height: 600px;
}

.d_hide {
  display: none !important;
}

.m_hide {
  display: block !important;
}
.qr_code {text-align:center;}
.qr_code img {width:20%; text-align:center;}

.bnnaer_dhide {
  display: none;
}

.bnnaer_mhide {
  display: block;
}

.btn {
  border-radius: 20px;
}

a.call-a {
  padding: 0px !important;
}

.padtop {
  padding-top: 0px !important;
}

/*********************
dropdown
***********************/
.contact_linfo h5 {
  display: inline-block;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #000;
  background-color: #08080800;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 25px;
  color: #333;
  white-space: nowrap;
  text-align: center;
}

.dropdown-menu {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 133px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.175);
  outline: none;
}

.nav-border {
  border-bottom: 1px solid #ccc;
}

.padding-media {
  padding: 60px 0px;
}

.padding-event {
    padding: 170px 0px 20px 0px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: initial;
  z-index: unset;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 176px;
  background-color: white;
  color: #0e0e0e;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  text-transform: capitalize;
  font-size: 16px;
  left: 0;
  top: 95%;
  border: 1px solid #eee;
  /* Position the tooltip */
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*--------------------------------------------------------------
Basic Reset
--------------------------------------------------------------*/

::-moz-selection {
  color: #fff;
  background: #0194d9;
}

::selection {
  color: #fff;
  background: #0194d9;
}

p {
  text-transform: initial;
  color: #333333;
  line-height: 170%;
  font-weight: 100;
  font-size: 13px;
  /*font-family: POPPINS-REGULAR;*/
  text-align: left;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.clr_white {
  position: absolute;
  z-index: 9;
  top: 0;
}

.logo-banner {
  position: absolute;
  width: 150px;
  max-width: 20%;
  float: left;
  z-index: 9999;
  top: 2.5%;
  left: 4%;
}

.logo {
  width: 150px;
  max-width: 20%;
  float: left;
  margin: 5px 0px 12px 0px;
}

.top_right {
  width: 80%;
  float: right;
  max-width: 482px;
}

.bold_txt {
  color: #000 !important;
}

.nav-item {
  line-height: 0px;
}

.header_fx {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
}

.top_right_fx {
  position: fixed !important;
  z-index: 999999;
  -webkit-box-shadow: 1px 1px 5px #0000003b;
  box-shadow: 1px 1px 5px #0000003b;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.top_main {
  padding: 6px 0px 0px 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.top_right_fx .top_main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}

.navbar_asp {
  width: 356px;
  float: left;
  margin-top: 8px;
}

/*--box--*/
#box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#box::before {
  border-width: 100vw;
  border-right-color: #000000c2;
  border-top-color: #000000c2;
}

#box::before,
#box::after {
  content: "";
  position: absolute;
  top: -14%;
  right: 0;
  border-color: transparent;
  border-style: solid;
  left: 23%;
}

#box::before {
  border-width: 100vw;
  border-right-color: #000000c2;
  border-top-color: #000000c2;
}

#box::after {
  border-radius: 0.4em;
  border-width: 1.35em;
  border-right-color: #000000c2;
  border-top-color: #000000c2;
}

/*--/box--*/

.call_ico {
  width: 44px;
  height: 44px;
  padding: 10px;
  float: left;
  background-image: url(../img/call.png);
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

.menu_ico {
  width: 82px;
  height: 21px;
  padding: 10px;
  margin-top: 11px;
  float: left;
  background-image: url(../img/menu.png);
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
POPUP FORM
--------------------------------------------------------------*/
.marg-top {
  margin-top: 5%;
}

.modal-header h3 {
  color: #2e5484;
  text-align: center;
}

.modal-header {
  padding: 10px;
  border-bottom: none !important;
}

.modal-dialog {
  /*width: 70% !important;*/
  /*top: 0%;*/
  /*position: relative;*/
  /*min-height: 830px;*/
}
#modal-content .modal-body.row{
    align-items:center;
}
#modal-content .form-control {
  /* margin: 15px 0 0; */
  height: 40px;
  border-radius: 4px;
}

#modal-content .select-drop {
  /* margin: 15px 0 0; */
  height: 40px;
  border-radius: 4px;
}

#modal-content span#ccode3 input[type="text"] {
  /* margin: 0; */
}

#modal-content .pop-col-phone {
  /* margin: 0px 0 8px; */
  height: 40px;
  font-size: 14px;
  margin: 0;
}

.modal-header .close {
  margin-top: 0px;
  background-color: #2e5484;
  opacity: 1;
  z-index: 99999;
}

.modal-header .close {
  background-color: #2e5484;
  opacity: 1;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 15px;
}

.close:hover,
.close:focus {
  color: #ffffff;
  opacity: 1 !important;
}

.close-btn-1,
.close-btn-2,
.close-btn-3,
.close-btn-4,
.close-btn-5,
.close-btn-6,
.close-btn-7 {
  color: #000 !important;
  text-shadow: none;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  font-size: 25px;
  z-index: 99;
}

button.close {
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 0;
  margin-top: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
}

input {
  padding: 3% 3%;
  width: 247px;
  border: 1px solid #2e56896b !important;
  margin: 0% 0% 0% 0%;
  -webkit-box-shadow: 0px 0px 0px 0px #1c385d5e;
  box-shadow: 0px 0px 0px 0px #1c385d5e;
  font-size: 12px;
  border-radius: 4%;
}

.form-submit-custom {
  background-color: #2e5484;
  color: #fff;
}

.modal {
  display: block;
}

#modal-content {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.modal-body {
  height: auto;
}

.pop-col-phone {
  /* margin: 15px 0px; */
  width: 80%;
  padding: .375rem .75rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-drop {
  text-transform: none;
  width: 100%;
  padding: 5px 10px;
  /* margin: 10px 0px; */
  border-color: #2e56896b !important;
  border-radius: 4%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 47px;
}

span#ccode3 input[type="text"] {
  width: 80%;
}

span#ccode3 {
  width: 20%;
  float: left;
}

span#ccode3 input[type="text"] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: .375rem .75rem;
  /* margin: 15px 0px 0; */
  border-color: #2e5484;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  margin: 0;
}

.lazyImg {
  background-color: #ddd;
}

/*--------------------------------------------------------------
Navbar
--------------------------------------------------------------*/

.navbar-inverse {
  background-color: white;
  border: none;
}

.navbar {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999999;
}

/*.container-fluid {
	padding-right: 125px;
	padding-left: 125px;
}*/
.navbar-inverse .navbar-toggle {
  border: none;
}

.navCall {
  width: 44px;
  border-left: 1px solid grey;
  padding: 12px 12px;
  margin: 59px 9px;
  margin: 12px 9px;
  margin-right: 60px;
  border-right: 1px solid grey;
}

.navMenu {
  width: 58px;
  padding: 9px 14px;
  margin: 18px 0px;
  position: absolute;
  right: 0px;
}

.navbar-brand {
  float: left;
  height: 67px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navMenu1 {
  display: none;
  width: 46px;
  padding: 4px 10px;
  margin: 15px 8px;
  position: absolute;
  right: 0px;
  top: 10px;
}

.navbar-brand > img {
  display: block;
  width: 70%;
  /*position: relative;*/
  top: 37px;
  z-index: 999999999 !important;
}

.menuPop {
  display: none;
  position: absolute;
  top: 70px;
  width: 180px;
  height: auto;
  right: -55px;
  background: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 2px 1px 6px #00000061;
  box-shadow: 2px 1px 6px #00000061;
  border-radius: 5px;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 22px solid #ececec;
  position: absolute;
  top: -22px;
  left: 79px;
}

.ulMenu {
  list-style: none;
  padding: 8px 10px;
  color: #000;
  text-align: center;
}

.li-1,
.li-2,
.li-3 {
  padding: 10px 9px;
}

.li-1,
.li-2 {
  border-bottom: 1px solid #e4e4e4;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 25px 25px;
  font-size: 14px;
  font-weight: 500;
}

.hoverLine {
  display: none;
  width: 55%;
  background: #335771;
  height: 2px;
  position: absolute;
  top: 21px;
  margin-left: 22%;
}

.navbar-toggle {
  background-color: #a0a0a030;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #797979;
  background-color: transparent;
}

.navbar-brand {
  padding: 16px 0px;
}

.hide-div {
  margin: 20px 0 100px;
  display: none;
}

.slick-initialized .slick-slide.hide-div {
  display: none;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.quote-slider-wrapper .swiper-slide {
  cursor: auto;
}

.quote-slider-wrapper .swiper-container {
  height: auto !important;
}

.quote-slider-wrapper .swiper-slide .wrapper {
  padding: 35px 0 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quote-slider-wrapper {
  display: block;
}

.swiper-container {
  cursor: inherit;
}

.swiper-container .slidercontent {
  height: auto;
  z-index: 4;
  position: relative;
  display: block;
  width: 100%;
}

#hProngoing .swiper-slide button.construction-btn-1,
#hProngoing .swiper-slide button.construction-btn-2,
#hProngoing .swiper-slide button.construction-btn-3,
#hProngoing .swiper-slide button.construction-btn-4,
#hProngoing .swiper-slide button.construction-btn-5,
#hProngoing .swiper-slide button.construction-btn-6,
#hProngoing .swiper-slide button.construction-btn-7 {
  margin-top: 30px;
  font-size: 24px;
  text-align: justify;
  margin-left: 0;
  border-radius: 25px;
  bottom: 0;
  position: relative;
  left: 0;
  z-index: 6;
  padding: 15px 40px 15px;
}

#hProngoing .swiper-slide button.construction-btn-1 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-2 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-3 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-4 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-5 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-6 .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-7 .fa-long-arrow-right {
  font-size: 19px;
  line-height: 22px;
  margin: 0;
  width: 14px;
  text-align: center;
  padding: 0 10px 0 7px;
  -webkit-transform: translate(20%, 7%);
  transform: translate(20%, 7%);
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  position: relative;
}

#hProngoing .swiper-slide button.construction-btn-1:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-1:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-2:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-2:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-3:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-3:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-4:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-4:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-5:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-5:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-6:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-6:focus .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-7:hover .fa-long-arrow-right,
#hProngoing .swiper-slide button.construction-btn-7:focus .fa-long-arrow-right {
  -webkit-animation: arrowRight 1s infinite;
  animation: arrowRight 1s infinite;
  -webkit-transform: translate(20%, 7%);
  transform: translate(20%, 7%);
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  top: 17px;
}

#construction-section .slick-dots li button:before {
  top: -2px !important;
  left: -2px !important;
}

#construction-section .hide-div-1,
#construction-section .slick-dots.hide-div-1,
#construction-section .hide-div-2,
#construction-section .slick-dots.hide-div-2,
#construction-section .hide-div-3,
#construction-section .slick-dots.hide-div-3,
#construction-section .hide-div-4,
#construction-section .slick-dots.hide-div-4,
#construction-section .hide-div-5,
#construction-section .slick-dots.hide-div-5,
#construction-section .hide-div-6,
#construction-section .slick-dots.hide-div-6,
#construction-section .hide-div-7,
#construction-section .slick-dots.hide-div-7 {
  display: none;
}

#construction-section .row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.container_main {
  width: 85%;
  margin: 0 auto;
  max-width: 98%;
}

.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm11 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  margin: 1%;
  float: left;
}

.col_sm3 {
  width: 31%;
  margin: 1%;
  float: left;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 70%;
  margin: 1%;
  float: left;
}

.col_sm88 {
  width: 26%;
  margin: 1%;
  float: left;
}

h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  color: #2e5689;
  padding: 0px 0px 10px 0px;
}

h2 {
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  color: #686868;
  padding: 10px 0px 10px 0px;
  line-height: 140%;
}

.txt-transform {
  text-transform: capitalize;
}

.fontweight {
  font-weight: 500;
  color: #000;
}

.fontweight-bold {
  font-weight: 600;
}

.txt-align {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.marg {
  margin: 60px 0px;
}

.mrg-top {
  margin-top: 40px !important;
}

.texttransform {
  text-transform: capitalize;
}

.pdng-top {
  padding-top: 15px;
}

.txt-upper {
  text-transform: uppercase;
}

.tc-blue {
  color: #2e5689;
}

/*--------------------------------------------------------------
Home Page
--------------------------------------------------------------*/

.main_section {
  width: 100%;
  padding: 0px;
  margin: 5% 0 2% 0;
}

.construction-slider .slick-dots {
  bottom: -50px;
}

#construction-section.main_section {
  margin: 0;
}

.carousel-indicators {
  right: 0;
  bottom: 48%;
}

.banner {
  width: 100%;
  position: relative;
  top: 0;
}

.banner_img {
  width: 100%;
  height: 100vh !important;
}

#homePageBanner .carousel-control-prev,
#homePageBanner .carousel-control-next {
  top: 45%;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
}

#homePageBanner .carousel-caption {
  position: absolute;
  right: auto;
  bottom: 20%;
  left: 7%;
  z-index: 10;
  color: #fff;
  padding: 11px 10px 6px 20px;
  text-align: center;
}

#homePageBanner .carousel-caption h5 {
  font-size: 45px;
  font-weight: 600;
}

.bnr_line_txt {
  width: 100%;
}

.bnr_line_txt h3 {
  text-align: left;
}

.bnr_line_txt::before {
  width: 100px;
  content: "";
  height: 3px;
  background-color: #fff;
}

#homePageBanner .carousel-indicators {
  bottom: 6%;
}

#homePageBanner .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  border-radius: 50%;
  border: 3px solid #22abe2;
  margin-bottom: 8px;
  text-indent: -999px;
  background-color: #22abe2;
}

#homePageBanner .carousel-indicators .active {
  background-color: #fff;
}

.banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: cover;
}

.jpahref {
  color: #fff !important;
}

.bannerTxt {
  font-size: 48px;
  color: white;
  line-height: 1;
  font-weight: 600;
  margin-top: 116px;
}

/* Carousel Fading slide */

.carousel-fade .carousel-inner {
  background: #000;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.sep {
  width: 100%;
}

.sep .image-hover {
  margin: 0px 0px 0px 0px;
}

/****** image hover ******/

.image-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-hover {
  position: relative;
  width: 450px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}

.image-hover a {
  text-decoration: none;
}

.image-hover img {
  margin: 0px 0px 0px 0px;
  width: 100%;
  /* height: 30vh; */
}

/*** effect - shadow 1 ***/
.img-shadow-1 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*.img-shadow-1:hover {*/
/*  transform: scale(1.1);*/
/*  -webkit-transform: scale(1.1);*/
/*  -moz-transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*  -o-transform: scale(1.1);*/
/*  -webkit-box-shadow: 0 58px 36px -56px black;*/
/*  box-shadow: 0 58px 36px -56px black;*/
/*}*/

/*.img-shadow-1 {*/
/*  transition: all 0.6s ease-in-out;*/
/*  -webkit-transition: all 0.6s ease-in-out;*/
/*  -moz-transition: all 0.6s ease-in-out;*/
/*  -ms-transition: all 0.6s ease-in-out;*/
/*  -o-transition: all 0.6s ease-in-out;*/
/*}*/

/*.img-shadow-1:hover {*/
/*  transition: all 0.6s ease-in-out;*/
/*  -webkit-transition: all 0.6s ease-in-out;*/
/*  -moz-transition: all 0.6s ease-in-out;*/
/*  -ms-transition: all 0.6s ease-in-out;*/
/*  -o-transition: all 0.6s ease-in-out;*/
/*}*/

.sss {
  width: 21%;
}

.sep .image-hover {
  margin: 10px 8px 10px 8px;
  height: auto;
}

.new {
  width: 100%;
  margin: 0 auto;
}

.image-hover.img-shadow-1.sss h5 {
  color: #2e5689;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 2px;
}

.image-hover.img-shadow-1.sss p {
  text-align: center;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.image-hover:hover {
}

.new.slide-media.slick-initialized.slick-slider .prev-button-home {
  top: 30%;
  left: -43px;
}

.new.slide-media.slick-initialized.slick-slider .next-button-home {
  top: 30%;
  right: -46px;
}

.container_main_pushing {
  width: 85%;
  margin: 0 auto;
  max-width: 98%;
}

/* Safari Fix */

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Carousel Control custom */

.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .prev {
  background-image: url(../img/arrowL.png);
  margin-left: 0;
  left: 20%;
  height: 106px;
  width: 13%;
}

.carousel-control .next {
  background-image: url(../img/arrowR.png);
  margin-right: 0;
  right: 50%;
  height: 106px;
  width: 22%;
}

/* Removing BS background */

.carousel .control-box {
  opacity: 0;
}

a.carousel-control.left {
  left: 0;
  background: none;
  border: 0;
}

a.carousel-control.right {
  right: 0;
  background: none;
  border: 0;
}

/* Animation */

.control-box,
a.carousel-control,
.carousel-indicators li {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

/* Hover animation */

.carousel:hover .control-box {
  opacity: 1;
}

.carousel:hover a.carousel-control.left {
  left: 15px;
}

.carousel:hover a.carousel-control.right {
  right: 15px;
}

/* Carouse Indicator */

.carousel-indicators li.active,
.carousel-indicators li {
  border: 0;
}

.carousel-indicators li {
  background: #fff;
  margin: 0 3px;
  width: 7px;
  height: 7px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #325484;
}

.carousel-indicators li.active {
  margin: 0 3px;
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  top: 95%;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  bottom: 0;
}

.carousel-caption {
  top: 39%;
  right: 0;
  left: 9.77%;
  padding: 0px;
  font-size: 50px;
  width: 38%;
  text-align: left;
  line-height: 1;
}

.main_title_deliver {
  margin: 0 auto;
  width: 90%;
  margin-top: 5%;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
Counter
--------------------------------------------------------------*/

.below-banner-section {
  width: 100%;
  background: url(../img/Projects-BG.jpg);
  padding: 40px 0;
  background-size: 100% 100%;
  background-position: center;
}

#project #hProngoing .swiper-slide__block .swiper-slide__block__img img {
  width: auto;
  height: auto;
}

.content-div {
  width: 80%;
  margin: auto;
}

.numbers-div {
  width: 25%;
  float: left;
  padding: 0 5px;
  text-align: center;
  min-height: 110px;
}

.border-ryt {
  border-right: 1px solid #fff;
}

.pad-counter {
  padding-left: 20px !important;
}

.number-content {
  width: 100%;
  float: left;
}

.number-content h1 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  padding: 0;
  font-weight: 400;
}

.number-content p {
  font-size: 16px;
  color: #fff;
  margin: 0px 0;
  padding: 0px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

span.base_no {
  font-weight: 500;
  font-size: 10px;
}

.marg-left {
  margin-left: 30px !important;
}

/*--------------------------------------------------------------
Construction Update
----------------------------------------------------------------*/
.abt-slide {
}

/*--------------------------------------------------------------
JP North parallax
--------------------------------------------------------------*/
.project-property-button a {
  float: left;
}

.p-deliver {
  bottom: 0%;
  color: #fff;
  font-weight: 400;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    to(black)
  );
  background-image: linear-gradient(#ffffff00, black);
  /* width: 100%; */
  text-align: left;
  font-size: 12px;
  left: 0%;
  right: 0;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  /* width: calc(100% - 30px); */
  /* transform: translateX(-50%); */
}

.banner-north {
  position: relative;
  height: 100vh;
  background: url(../img/North-A-Lifestyle.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-div-jp {
  width: 60%;
  margin: 0 auto;
  position: absolute;
  top: 12%;
  left: 38%;
}

.banner-title {
  font-size: 36px;
  margin-bottom: 0em;
  font-weight: bold;
  margin-bottom: 18px;
  color: #fff;
  text-align: right;
}

.banner-subtitle {
  -webkit-box-shadow: -15px -15px 15px rgb(0 0 0 / 7%);
  box-shadow: -15px -15px 15px rgb(0 0 0 / 7%);
  width: 60%;
  font-weight: 200;
  text-align: right;
  margin: 0%;
  color: #fff;
  float: right;
  margin-left: 0;
  font-size: 14px;
}

p.banner-subtitle1 {
  letter-spacing: 2px !important;
  font-size: 28px;
  font-weight: 200;
  text-align: right;
  margin-bottom: 18px;
  color: #fff;
}

.btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: black;
  padding: 10px 18px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
}

.carousel-indicators {
  margin-top: 0px;
}

.carousel-indicators .active {
  background-color: #305582;
}

/*--------------------------------------------------------------
Projects Delivered
--------------------------------------------------------------*/
.construction-btn button {
  float: left;
  margin-top: 20px;
  margin-left: -66px;
  line-height: 28px;
  border-radius: 30px;
}

.construction-btn .delivered-projects-text h2 {
  color: #333 !important;
}

.main-abt-slider.slick-initialized.slick-slider
  img.a-left.control-c.prev.slick-prev,
.construction-slider.slick-initialized.slick-slider
  img.a-left.control-c.prev.slick-prev {
  display: none !important;
}

.main-abt-slider.slick-initialized.slick-slider
  img.a-right.control-c.next.slick-next,
.construction-slider.slick-initialized.slick-slider
  img.a-right.control-c.next.slick-next {
  display: none !important;
}

.main-abt-slider.slick-initialized.slick-slider ul.slick-dots,
.construction-slider.slick-initialized.slick-slider ul.slick-dots {
  padding: 0px;
  margin-bottom: 0;
}

.delivered-projects-carousel {
  width: 100%;
}

.abt-slide-heading {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #2e5689),
    color-stop(50%, #ddd)
  );
  background: linear-gradient(to right, #2e5689 50%, #ddd 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height:100px;
}

.no-bg {
  display: block;
  background: none;
  background-size: inherit;
  background-position: inherit;
  -webkit-transition: none;
  transition: none;
}

.abt-slide-heading h6 {
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
  color: #2e5689;
  font-size: 14px;
  font-weight: bold !important;
}

.abt-slide-heading p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
}

.abt-jp-slider:hover .abt-slide-heading {
  background-position: left bottom;
}

.abt-jp-slider:hover .abt-slide-heading h6 {
  color: #fff;
}

.abt-jp-slider:hover .abt-slide-heading.no-bg h6 {
  color: #2e5689;
}

.abt-jp-slider:hover .abt-slide-heading.no-bg p {
  color: #333333;
}

.abt-jp-slider:hover .abt-slide-heading p {
  color: #fff;
}

.columews {
  position: relative;
}

.proj_hvtext {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.media_hveff_pro h5 {
  color: #3d6291;
  font-weight: 600;
  margin-top: 25px;
  width: 100%;
  margin: 20px auto;
  line-height: normal;
  font-size: 18px;
}

.media_hveff_pro {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 20px 25px 10px 25px;
}

.mainBody.construction-update .project-ongoing .media_hveff_pro {
  display: table;
  width: 100%;
  height: 100%;
}

.columews:hover .media_hveff_pro {
  opacity: 1;
  background-color: #ffffffe0;
}

.mainBody.construction-update .media_hveff_pro .pro-box {
  display: table-cell;
  vertical-align: middle;
}

.col-del1 {
  width: 25%;
  padding-right: 15px;
  float: left;
}

.col-del2 {
  width: 75%;
  float: left;
}

.liveHead2 {
  width: 100%;
}

.pr_sl_txt h5 {
  position: absolute;
  top: 30px;
  right: 38%;
  font-size: 14px;
  color: #2e5484;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-0deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
  margin: 0;
}

button.btn_more {
  border: none;
  background-color: transparent;
  color: #2a5781;
}

.pr_sl_txt h5:before {
  position: absolute;
  content: "";
  right: 80px;
  top: 7px;
  width: 80px;
  height: 1px;
  background: #2e5484;
}

img.arrow_button {
  width: 30px;
  padding-right: 12px;
}

.deliver_main {
  width: 100%;
  margin: 5% 0;
}

.o8_img {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 0px;
}

.overLine {
  width: 90px;
  background: grey;
  height: 2px;
  position: absolute;
  top: 0px;
}

.btmDiv {
  background-color: #cecccd;
  padding: 10px 0px 0px 0px;
}

.liveHead {
  padding: 0px 0px 2px 0px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

.liveHead1 {
  font-size: 40px;
  font-weight: bold;
  /*font-family: 'Oswald', HElvetica, Arial, Sans-serif;*/
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #cecccd;
  padding: 6px 0px;
  text-align: center;
  text-transform: uppercase;
}

.liveHead3 {
  font-size: 12px;
}

/*.about_us {
	margin-top:0;
	width: 100%;
	margin: 0 auto;
	position:relative;
}*/

.construction-section .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.construction-section .container-fluid .row:before,
.construction-section .container-fluid .row:after {
  display: table;
  content: " ";
}

.construction-section .row {
  margin-right: -15px;
  margin-left: -15px;
}

.delivered-projects-text {
  width: 100%;
  margin: 0 auto;
}

.delivered-proj-para p {
  font-weight: 400;
  text-align: left;
}

.delivered-projects-head {
  border-left: 5px solid #ddd;
  padding: 95px 0px 95px 40px;
  margin-top: 0px;
  position: relative;
}

.delivered-projects-head h1 {
  margin: 0;
  color: #ddd;
  text-align: left;
}

.delivered-projects-head h6 {
  margin: 30px 0px 10px 0px;
  text-align: left;
  color: #2e5689;
  font-size: 20px;
  font-weight: 800;
}

.delivered-projects-head p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}

.jpabout-projects-button {
  width: 50%;
  max-width: 100%;
  margin-top: 0;
}

.know-text-jpabout-projects {
  width: 75%;
  float: left;
  margin-left: 0;
}

.know-text-jpabout-projects h5 {
  font-size: 13px;
  color: #2e5689;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.know-text-jp {
  float: left;
  /* margin-left: 12%; padding: 0 4%; */
}

.know-text-jp h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.jpabout-projects-button:hover .know-arrow-jpabout {
  left: 4px;
}

.delivered-proj-top-line {
  position: absolute;
  top: 0;
  height: 5px;
  background-color: #ddd;
  width: 25%;
  left: 0;
}

.delivered-proj-bot-line {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #ddd;
  width: 25%;
  left: 0;
}

.northimagedeliver {
  margin-bottom: 0px;
  margin-top: 0px;
}

.liveSlideImg,
.liveSlideImg,
.liveSlideImg {
  width: 100%;
  margin: 0 auto;
}

.btmPname {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  position: absolute;
  left: 50px;
  color: #2e5689;
  letter-spacing: 0.5px;
}

.btmMore {
  width: 20% !important;
  float: right;
}

img.arrow_button_abt {
  width: 16%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.jp-border {
  border: 1px solid #fff !important;
  width: 15% !important;
  margin: 30px 0px 30px 0px;
}

.jp-border p {
  color: #fff !important;
  padding: 10px 0px 2px 0px !important;
}

.arrow_button_jp {
  width: 18%;
  padding: 0;
  margin-top: 1.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.btmDiv {
  position: relative;
  bottom: 0px;
  width: 100%;
  background-color: #ddd;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  color: #133853;
  padding: 12px 12px;
}

.indi1 {
  position: relative !important;
  top: 16px;
}

.indi1 li {
  background-color: white !important;
}

.dot {
  width: 6px;
  height: 6px;
  background: grey;
  position: relative;
  top: 2px;
  left: 2px;
  border-radius: 10px;
}

.indi1 li.active {
  border: 1px solid #1b405b !important;
}

.indi1 li.active,
.dot {
  background: #35576f;
}

.horLine1 {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #848587;
  position: absolute;
  margin: 10px 0px 10px 3px;
}

.jp-button {
  border: 1px solid #2e5689;
  max-width: 100%;
  margin: 0 auto;
  display: inline-table;
  padding: 0 20px;
  margin: 5% auto 0;
  display: table;
}

.know-text-jp {
  float: left;
}

.know-arrow-jp {
  float: left;
  /*margin-top: 7px;*/
  margin-left: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 16px 15px;
}

.know-text-jp h5 {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  color: #2e5484;
  font-weight: 600;
}

.jp-button:hover .know-arrow-jp {
  left: 4px;
}

a,
.know-text-jp h5 {
  cursor: pointer;
}

.jplife-button {
  width: auto;
  border: 1px solid #fff;
  max-width: 100%;
  float: right;
  margin-top: 7rem;
  padding: 0 20px;
  clear: both;
  position: relative;
  z-index: 999;
}

.jpahref {
  color: #fff !important;
  padding: 0 10px;
}

.know-text-jplife {
  width: auto;
  float: left;
  padding: 14px 15px;
}

.know-arrow-jplife {
  float: left;
}

.know-arrow-jplife {
  float: left;
  margin-top: 0;
  margin-left: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 14px 15px;
}

.jplife-button:hover .know-arrow-jplife {
  left: 4px;
}

.know-text-jplife h5 {
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

a,
.know-text-jplife h5 {
  cursor: pointer;
}

.jpabout-button {
  width: 30%;
  max-width: 100%;
  float: right;
  margin-top: -4px;
}

.know-text-jpabout {
  width: 47%;
  float: left;
  margin-left: 37%;
}

.know-arrow-jpabout {
  width: 15%;
  float: left;
  margin-top: 7px;
}

.know-arrow-jpabout {
  width: 16%;
  float: left;
  margin-top: 7px;
  content: "\e900";
  margin-left: 0;
  position: relative;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

img.know-arrow-jpabout {
  width: 30px;
}

.jpabout-button:hover .know-arrow-jpabout {
  left: 4px;
}

.know-text-jpabout h5 {
  font-size: 14px;
  color: #2e5689;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

a,
.know-text-jpabout h5 {
  cursor: pointer;
}

.jpotherproject-button {
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
}

.know-text-jpotherproject {
  width: 55%;
  float: left;
}

.know-arrow-jpotherproject {
  width: 50%;
  float: left;
  margin-top: 7px;
}

.know-arrow-jpotherproject {
  width: 20%;
  float: left;
  margin-top: 8px;
  content: "\e900";
  margin-left: 0px;
  position: relative;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.jpotherproject-button:hover .know-arrow-jpotherproject {
  left: 4px;
}

.know-text-jpotherproject h5 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.media-page h1 {
  font-size: 53px;
  margin: 0 0 25px;
}

a,
.know-text-jpotherproject h5 {
  cursor: pointer;
}

.media-page .jp-button {
  margin: 3% auto 0;
}

.read-arrow {
  width: 80%;
  float: left;
}

.north-project {
  margin-left: 30px !important;
  width: 25% !important;
}

.jp-north-button {
  width: 40%;
  max-width: 100%;
  position: absolute;
  top: 75%;
  left: 50%;
}

.know-text-jp-north {
  width: 30%;
  float: left;
  margin-left: 11px;
}

.know-arrow-jp-north {
  width: 15%;
  float: left;
  margin-top: 7px;
}

.know-arrow-jp-north {
  width: 9%;
  float: left;
  margin-top: 10px;
  content: "\e900";
  margin-left: 0px;
  position: relative;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.jp-north-button:hover .know-arrow-jp-north {
  left: 4px;
}

.know-text-jp-north h5 {
  font-size: 12px;
  color: #2e5689;
  font-weight: 600;
  text-transform: uppercase;
}

a,
.know-text-jp-north h5 {
  cursor: pointer;
}

.project-ongoing-button {
  width: auto;
  margin: 0 auto;
  border: 1px solid #486b99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  background: #2e5689;
  /* color: #fff; */
}

.project-ongoing-button a {
  display: block;
  padding: 0px 16px;
  float: left;
}

.mainBody.construction-update .project-ongoing-button {
  width: auto;
  display: table;
}

.mainBody.construction-update .project-ongoing-button a {
  padding: 0 20px;
  display: block;
  float: left;
}

.know-text-project-ongoing {
  width: auto;
  float: left;
  margin: 0;
  text-transform: uppercase;
}

.mainBody.construction-update .know-text-project-ongoing {
  width: auto;
}

.know-arrow-project-ongoing {
  width: auto;
  float: left;
  margin-top: 0;
  content: "\e900";
  margin: 8px;
  position: relative;
  display: inline-block;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.know-arrow-project-ongoing {
  width: auto;
}

.ongoing_project .slick-slide .know-arrow-project-ongoing img,
.delivery_project .slick-slide .know-arrow-project-ongoing img,
.north_projectpage .know-arrow-project-ongoing img,
.abovefooter_main .know-arrow-project-ongoing img {
  display: block;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.mainBody.construction-update .ongoing_project .know-arrow-project-ongoing img,
.mainBody.construction-update .delivery_project .know-arrow-project-ongoing img,
.mainBody.construction-update
  .north_projectpage
  .know-arrow-project-ongoing
  img,
.mainBody.construction-update
  .abovefooter_main
  .know-arrow-project-ongoing
  img {
  display: block;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.north_projectpage .project-property-button,
.abovefooter_main .project-property-button {
  width: auto;
  margin: 20px auto;
  border: 1px solid #486b99;
  padding: 20px;
  display: inline-block;
}

.north_projectpage .know-text-project-property,
.abovefooter_main .know-text-project-property {
  width: auto;
  float: left;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  display: inline-block;
}

.north_projectpage .know-arrow-project-ongoing,
.abovefooter_main .know-arrow-project-ongoing,
.know-arrow-project-property {
  float: left;
  width: 40px;
  /* margin-top: 10px; */
  content: "\e900";
  margin-left: 6px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  display: inline-block;
}

.project-ongoing-button:hover .know-arrow-project-ongoing {
  left: 4px;
}

.know-text-project-ongoing h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

a,
.know-text-project-ongoing h5 {
  cursor: pointer;
}

.jp-north-page-abovefooter_main .jp-button {
  margin: 3% auto;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */

/*-------------------------------------------------------------
Pushing Boundaries  
--------------------------------------------------------------*/

.p-narang {
  top: 0 !important;
  font-size: 12px;
  background-image: none;
}

.pb-di {
  background-image: none;
  font-size: 14px !important;
}

.pb-right {
  top: 91%;
  left: 16%;
  width: 84% !important;
}

.bghome-push {
  position: relative;
  background-color: #e1e1e1;
  margin-top: 40px;
}

.p-pushingb {
  top: 120%;
  color: #fff;
  margin: 0;
  left: 70%;
}

.pbslider-care-txt a {
  color: #000;
}

.new-pushingimages {
  width: 100%;
}

.pushing-new {
  padding: 5% 0;
}

.pb-swimart {
  top: 90%;
}

.pushinghome {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pushinghome span {
  position: relative;
  display: block;
  margin: 15px;
}

.pushinghome span img {
  float: none;
  display: block;
}

.pushinghome h5 {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  color: #2e5484;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  line-height: 25px;
  display: table;
}

.pb-cb {
  /* top: 87%; */
  font-size: 14px;
  font-weight: 500;
}

.line-homepage {
  text-align: left;
  width: 15%;
}

.boundaries-h1 h1 {
  text-align: left;
  text-transform: capitalize;
  font-weight: 800;
  color: #2e5689;
  font-size: 38px;
  width: 60%;
}

img.arrow_button_css {
  width: 16%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

/*--------------------------------------------------------------
Media Gallery
---------------------------------------------------------------*/

.p-northhome {
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.slick-next {
  right: -69px;
}

.slick-prev {
  left: -72px;
}

.abt-us-jpinfra {
  margin: 40px auto;
}

.glimpse-main.desktop p {
  text-transform: uppercase;
}

.glimpse-main {
  background-color: #e1e1e1;
  width: 100%;
  padding: 5%;
  margin-top: 0px;
}

.glimpse-col {
  width: 33.33%;
  float: left;
}

.glimpse-main p {
  font-size: 12px !important;
}

.glimpse-col-inner {
  width: 100%;
  padding: 10px;
}

.glimpse-col-inner img {
  width: 100%;
}

.glimpse-col-middle {
  width: 100%;
  padding: 10px 10px;
}

.glimpse-col-middle img {
  width: 100%;
  height: 93.5vh;
}

.lable_line {
  text-align: center;
  width: 8%;
  margin: 0 auto;
}

.glimpse-head.aos-init.aos-animate p {
  text-align: center;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
}

.glimpse-h1 h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #2e5689;
  padding: 0;
  margin: 0px 0px 40px 0px;
  text-transform: capitalize;
}

.glimpse-slider {
  width: 80%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
jp desk Page / redevelopment project destop
--------------------------------------------------------------*/

.p-deltemp {
  color: #fff;
  font-size: 14px;
  top: 40%;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 97%;
  height: auto;
}

.gallery-silder .pgal-artistic {
  top: 84%;
}

.gallery-silder .p-deliver {
  bottom: 8%;
  padding-left: 2%;
}

.gallery-silder .gal-img p.pdng-top {
  font-size: 22px;
}

.gallery-silder .gal-img p {
  font-size: 12px;
}

.pgal-artistic {
  top: 83%;
}

.pgalnc-artisticlob {
  top: 78%;
}

.bg-atri {
  background-color: #000000bf;
  padding: 20px 0px;
}

.project-blue-sec {
  position: absolute;
  background-color: #2e5689;
  width: 80%;
  left: 10%;
  top: 87%;
  padding: 30px 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.project-blue-sec h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.main_title_jpdesk {
  width: 100%;
  padding-top: 4%;
}

.sub-head {
  padding: 10px 0px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

.pd-icon-main {
  -webkit-box-shadow: 1px 2px 10px 6px #eee;
  box-shadow: 1px 2px 10px 6px #eee;
  width: 100%;
  margin-top: 40px;
}

.pd-icon-inner {
  width: 90%;
  margin: 0 auto;
}

.pd-icon {
  width: 20%;
  float: left;
  padding: 25px;
}

.pd-icon img {
  width: 70%;
  margin: 0 auto;
}

.pd-icon p {
  font-weight: bold;
}

.cmn_plus {
  width: 3%;
  position: absolute;
  margin-top: 4%;
}

.plus {
  left: 27%;
}

.plus1 {
  left: 41%;
}

.plus2 {
  left: 56%;
}

.plus3 {
  left: 70%;
}

.gal-img {
  width: 90%;
  margin: 0 auto;
}

.gallery-silder {
  width: 70% !important;
  margin: 0 auto;
}

.gal-img p {
  font-size: 16px;
}

/*--------------------------------------------------------------
north Page
--------------------------------------------------------------*/

.way-slider {
  width: 33.33%;
  float: left;
  padding: 0px 10px 10px 10px;
}

.ols-p {
  text-align: center;
  margin-top: 110px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: none;
}

.inner-div-np:hover .ols-p {
  display: block;
}

.inner-div-np:hover .inner-div-np-text {
  color: #000 !important;
  font-weight: 500 !important;
}

.np-mergerd {
  width: 50%;
  float: left;
}

.north-p {
  top: 90%;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  padding-left: 0;
}

.ls-p {
  top: 91%;
  font-size: 14px;
  font-weight: 500;
}

section.main-npslider {
  height: 93vh;
}

.jp-north-page-way-life-main.width-100 {
  background-color: #00000014;
  padding: 79px 0px;
  margin-top: 46px;
}

.way-slider-txt p {
  color: #626262;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0px 0;
  margin-top: 17px;
  margin-bottom: 0px;
}

.new-margin {
  margin-top: 20% !important;
}

.parallax-mira {
  position: relative;
  height: 100vh;
  background-image: url(../img/Transformating-Miraroadimg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.width-100 {
  width: 100%;
}

.width-80 {
  width: 80%;
  margin: 0 auto;
}

.img-width {
  width: 100%;
}

.color-heading {
  color: #2e5484;
}

.color-black {
  color: #000;
  font-weight: 400;
}

.p-width {
  width: 80%;
  margin: 30px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  text-align: left;
  line-height: 1.3;
  word-spacing: 2.5px;
}

.tf-42px {
  font-size: 42px;
  font-weight: 600;
  color: #2e5484;
  margin: 0px 0px 30px 0px;
}

.tf-h6 {
  font-size: 12px;
}

.margin-top {
  margin: 50px 0px 50px 0px;
}

h6.jp-north-page-subheading.tx-align.aos-init.aos-animate {
  color: #fff;
  width: 85%;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.jp-north-page-banner-img {
  top: 10%;
}

.jp-north-page-banner-text-main {
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jp-north-page-banner-text-h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 50px;
}

.jp-north-page-banner-text-h6 {
  color: #333333;
  width: 90%;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
}

.tx-align {
  text-align: center;
}

.jp-north-page-way-life-main-text {
  width: 50%;
}

.float-left {
  float: left;
}

.jp-north-page-way-life-main-img {
  width: 50%;
}

.h2-css {
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
}

.jp-north-page-transforming-text-main {
  top: 10%;
}

.jp-north-page-heading-txt {
  text-transform: capitalize;
}

.jp-north-page-subheading {
  width: 80%;
  margin: 0 auto;
  line-height: 1.4;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}

.np-living-space-slider {
  width: 20%;
}

.inner-div-np {
  width: 99%;
  margin: 0 auto;
}

.responsivepro .p-deliver {
  left: 20px;
}

.responsivepro .p-deliver,
.inner-div-np-text {
  /* width: calc(100% - 40px); */
}

.jp-north-page-living-space-main .responsivepro .p-deliver,
.inner-div-np-text {
  width: calc(100% - 4px);
}

.jp-north-page-living-space-main .responsivepro .p-deliver {
  left: 2px;
}

.inner-div-np-text {
  top: 80%;
  color: #fff;
  background-color: #00000096;
}

.responsivepro .slick-slide {
  padding: 2px;
}

.inner-div-np-text h5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inner-div-np:hover .inner-div-np-text h5 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inner-div-np-text h6 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.np-bl-patch {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.inner-div-np:hover .np-bl-patch {
  opacity: 1;
  background-color: #ffffffab;
  padding: 19%;
}

.inner-div-np:hover .inner-div-np-text {
  opacity: 1;
  background-color: transparent;
}

.jp-north-page-themed-garden-heading {
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jp-north-page-themed-garden-main {
  margin: 0px;
}

.themed-garden-16-span {
  font-size: 4em;
  font-family: PlayfairDisplay-Bold;
}

.themed-garden-text-themed {
  font-family: PlayfairDisplay-Regular;
  font-size: 2em;
  font-weight: 400;
}

.jp-north-page-themed-garden-heading h1 {
  color: white;
  /* Fallback: assume this color ON TOP of image */
  background: url(img/green-forest-np.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: bottom;
}

.top {
  top: 25%;
  left: 12%;
}

.jp-north-page-abovefooter_main {
  width: 100%;
  background-color: #00000014;
  padding-top: 60px;
  padding-bottom: 60px;
}

.above-footer-color {
  color: #2e5689;
  font-weight: 700;
  font-size: 40px;
}

.np-greypatch {
  position: absolute;
  background-color: #ececec;
  height: 210px;
  width: 44%;
  top: 57%;
  left: 64%;
  z-index: -1;
}

.np-img-leaf {
  width: 9%;
  left: 23%;
  top: 94%;
}

.np-img-leaf2 {
  width: 5%;
  left: 93%;
  top: 110%;
}

.np-img-leaf3 {
  width: 6%;
  left: 3%;
  top: 156%;
}

.np-img-leaf4 {
  width: 9%;
  left: 80%;
  top: 94%;
}

.np-img-leaf5 {
  width: 6%;
  left: 3%;
  top: 320%;
}

.np-img-leaf6 {
  width: 7%;
  left: 7%;
  top: 10%;
}

.np-img-leaf7 {
  width: 8%;
  left: 85%;
  top: 0%;
}

.np-img-leaf8 {
  width: 8%;
  left: 81%;
  top: 94%;
}

.north-logo {
  width: 5%;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

video#myVideonpnorth {
  width: 100%;
}

/*--------------------------------------------------------------
Other Projects
--------------------------------------------------------------*/

#project {
  background-color: #ffffff;
}

div#project h4 {
  text-align: center;
  text-transform: uppercase;
}

.pr_showcase {
  display: none;
}

#hProngoing {
  display: block;
}

#hProngoing .swiper-button-prev,
#hProngoing .swiper-container-rtl .swiper-button-next {
  left: 10px !important;
}

#hProngoing .swiper-button-next,
#hProngoing .swiper-container-rtl .swiper-button-prev {
  right: 10px !important;
  top: 10px !important;
}

#hProngoing .p-deliver {
  width: calc(100% - 15px);
  bottom: inherit;
}

#hProngoing.north-jp .p-deliver {
  width: calc(100% - 40px);
  bottom: 0;
  top: 92%;
  padding: 0 20px;
}

#hProngoing .swiper-button-prev {
  /* margin-top: -11px !important; */
}

#hProngoing .swiper-slide__block {
  margin: 10px;
}

#project.home #hProngoing .swiper-slide__block {
  margin: 0;
}

#project.home #hProngoing .swiper-slide__block .swiper-slide__block__img img {
  width: 37rem;
  height: auto;
  z-index: 0;
  object-fit: scale-down;
}

#project.home #hProngoing .swiper-button-prev,
#project.home #hProngoing .swiper-container-rtl .swiper-button-next {
  left: 0px !important;
}

#project.home #hProngoing .swiper-button-prev {
  /* top: 94% !important; */
  /* margin-top: -8px !important; */
}

#project.home #hProngoing .swiper-button-next,
#project.home #hProngoing .swiper-container-rtl .swiper-button-prev {
  right: 0 !important;
  top: 0 !important;
}

#hProngoing.north-jp .swiper-slide__block {
  margin: 0 auto;
}

#hProngoing.north-jp .swiper-button-next,
#hProngoing.north-jp .swiper-container-rtl .swiper-button-prev {
  right: 0 !important;
  top: 0 !important;
}

#hProngoing.north-jp .swiper-button-prev {
  margin-top: -5px !important;
}

#hProngoing.north-jp .swiper-button-prev,
#hProngoing.north-jp .swiper-container-rtl .swiper-button-next {
  left: 0px !important;
}

.construction-btn .slick-track {
  margin-left: -15px;
  margin-right: -15px;
}

#hProngoing .swiper-slide__block .swiper-slide__block__img {
  max-width: 100%;
}

#hProngoing .swiper-slide__block .swiper-slide__block__img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.pr_cntr_p {
  text-align: center;
  width: 800px;
  max-width: 98%;
  margin: 20px auto;
  font-weight: 400;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #204d74;
  text-decoration: none;
}

.cLine1,
.cLine2,
.cLine3 {
  background: #2e5484;
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: -20px;
}

.pr_tb_ongoing1 {
  color: white;
  background: #5d80ab;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 186px;
}

.pr_tb_ongoing1:hover {
  color: #2e5483;
  background: white;
  border: 1px solid #5d80ab;
}

.pr_tb_ready_to_move1 {
  width: 186px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #2e5483;
  background: white;
  border: 1px solid #5d80ab;
}

.pr_tb_ready_to_move1:hover {
  color: white;
  background: #5d80ab;
  border: 1px solid #5d80ab;
}

.pr_tab {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.projects_h4 {
  text-align: left !important;
}

.btn-transprant {
  width: 30%;
  margin: 3%;
  background-color: transparent;
  border: #2e5483 2px solid;
  padding: 14px 0px;
  border-radius: 0px;
  color: #2e5483;
}

.btn-primary {
  background-color: #2e5483 !important;
  border: #2e5483 solid 1px !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
  color: #fff !important;
}

.btn-primary:focus,
.btn-primary:visited {
  background-color: #2e5483 !important;
  border: #2e5483 solid 1px !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
  color: #fff !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0 !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  color: #2e5483 !important;
  border: #2e5483 solid 1px !important;
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pr_cont_slider {
  width: 100%;
  max-width: 100%;
}

.col_pr_txt_img {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}

.pr_sl_img {
  width: 50%;
  float: left;
  margin: 0%;
}

.pr_sl_img img {
  width: 100%;
}

.pr_sl_txt {
  width: 50%;
  float: left;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  background-color: #eeeeee !important;
  height: 337px;
  padding: 30px;
}

.pr_sl_txt > p {
  font-weight: 400;
  font-size: 12px;
}

.pr_sl_txt h3 {
  font-size: 28px;
  font-weight: 800;
  color: #2a5781;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.pr_sl_txt h4 {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  font-style: normal;
  padding: 0px 0px 20px 0px;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: 34px;
  right: 36px;
  width: 32px;
  height: 18px;
  background-size: 100%;
}

.carousel-control-prev {
  left: auto;
  right: 85px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 32px;
  height: 18px;
}

.carousel-control-prev-icon {
  background-image: url("../img/arrow_l.png");
}

.carousel-control-prev-icon:hover {
  background-image: url("../img/arrow_lb.png");
}

.carousel-control-next-icon {
  background-image: url("../img/arrow_r.png");
}

.carousel-control-next-icon:hover {
  background-image: url("../img/arrow_rb.png");
}

#poddar_housing h1 {
  text-align: left;
  margin-bottom: 0px;
}

#poddar_housing h2 {
  font-size: 23px;
  color: #52bff3;
}

.asp_ph_cntr {
  width: 170px;
  margin: 0 auto;
}

.pr_h_left {
  width: 50%;
  float: left;
  margin: 1%;
}

.pr_h_left button {
  padding: 0.375rem 2rem;
}

.pr_h_right {
  width: 46%;
  float: right;
  margin: 1%;
}

.parallax_a [class*="bg__"] {
  position: relative;
  height: auto;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  margin-bottom: 0px !important;
}

.bg__bazz {
  background: url(../img/5000_homes_delivered.jpg) -20px -20px no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  font-size: 224px;
  font-weight: 900;
  text-align: center;
  margin-top: -20px;
  font-weight: bold;
  background-size: cover;
  vertical-align: bottom;
  font-style: italic;
  text-align: right;
  /*font-family: 'Lato', sans-serif;*/
}

.txt_5000 {
  text-align: right;
  font-size: 35px;
  color: #696969;
  margin-top: -40px;
  font-weight: 200;
}

#awards {
  background-color: #22a8e7;
}

#awards h1,
#awards p {
  color: #fff;
  text-align: center;
}

.btn-white {
  background-color: #fff;
  color: #21aee6;
  width: 100%;
}

.btn,
.btn:focus,
.btn:hover,
.btn:visited {
  -webkit-box-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
  outline: 0 !important;
}

.arrow_asp {
  width: 23px;
}

.awr_3 {
  width: 236px;
  height: 186px;
  max-width: 31%;
  float: left;
  margin: 1%;
  background-image: url("../img/awards.png");
  background-size: cover;
  margin-top: 70px;
}

.awr_3 h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  width: 80%;
  margin: 55px auto 0px;
}

.awr_3 h5 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

#news_media h1 {
  text-align: left;
}

#news_media h2 {
  color: #a6d8f1;
}

.btn-normal {
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #2aabe4 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-normal:hover {
  color: #6a6a6a !important;
  letter-spacing: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#pmay {
  background-color: #ebebeb;
}

#pmay h1 {
  text-align: left;
}

.asp_txt_cntr h2 {
  text-align: center;
  color: #2baee6;
}

.asp_txt_cntr p {
  text-align: center;
}

.asp_txt_cntr a {
  width: 100%;
}

div#hProngoing .carousel-indicators {
  top: 104%;
}

.projects-head h3 {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 50px 0px 30px 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 500;
}

/*--------------------------------------------------------------
Project Page
--------------------------------------------------------------*/

h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #2e5689;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px;
}

.p-projon {
  bottom: 0;
  width: calc(100% - 19px);
  margin: 0 0 9px;
  padding: 20px;
}

.slider-section {
  width: 94.9%;
  margin: 0 auto;
}

.divide-section {
  width: 100%;
}

.divide-img {
  width: 50%;
  float: left;
}

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

.divide-text {
  width: 50%;
  float: left;
  background-color: #0000001a;
  padding: 78px 0px;
}

.project_north {
  width: 82%;
  margin: 0 auto;
}

.project_north h3 {
  text-transform: capitalize;
  color: #094270;
  font-weight: 600;
}

.banner_project {
  width: 100%;
}

.slider-css {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  top: 106%;
}

.mrgin_proj {
  margin-top: 60px !important;
}

.north_projectpage {
  position: relative;
}

.ppnp-img-leaf {
  width: 9%;
  left: 15%;
  top: -35px;
}

.ppnp-img-leaf2 {
  width: 5%;
  left: 65%;
  top: 65%;
}

.ppnp-img-leaf3 {
  width: 7%;
  left: 75%;
  top: 10%;
}

.world_main {
  width: 65%;
  margin: 0px auto;
  padding-top: 70px;
}

.project-background {
  width: 100%;
  margin: 0px 0 60px 0;
  background: url(../img/project/Projects-BG.jpg);
  padding: 40px 0;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}

.project-background h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  font-weight: 200;
  margin: 30px 0 70px 0;
}

.project-white-sec {
  position: relative;
  background-color: #fff;
  width: 80%;
  margin: 0 auto -110px;
  padding: 50px 70px;
  -webkit-box-shadow: 0px 3px 4px 1px #eee;
  box-shadow: 0px 3px 4px 1px #eee;
}

.construction-update .project-white-sec {
  position: relative;
  width: 80%;
  margin: 0 auto -111px;
  left: inherit;
  top: inherit;
}

.project-white-sec p {
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.ongoing_project {
  width: 80%;
  margin: 60px auto;
  margin-top: 140px;
}

.ongoing_project .container_aks {
  width: 81%;
  margin: 20px auto;
}

.padding-project p {
  padding: 20px 0px !important;
}

.delivery_project {
  width: 100%;
  background-color: #d9e2ee;
  padding-top: 20px;
  /*margin:60px auto;*/
  padding-bottom: 60px;
}

.delivery_project .container_aks {
  width: 81%;
  margin: 20px auto;
}

.new-del-project {
  width: 80%;
  margin: 0 auto;
}

p.center_para {
  text-transform: uppercase;
  font-size: 18px;
}

.project-ongoing-slider {
  /*width: 1180px;*/
  max-width: 98%;
  margin: 0 auto;
}

.mainBody.construction-update .project-ongoing-slider {
  width: initial;
}

.mainBody.construction-update .project-ongoing .box {
  padding: 0 0 60px;
}

.projectongoingimg img {
  width: 100%;
  padding: 0;
  border: 0;
}

.projectongoingimg {
  margin: 0px 10px 0px 10px;
  padding: 10px;
  border: 1px solid #0000005e;
}

.ongoingproject-txt p {
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}

.ongoingproject-txt h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
}

.testimonial_main {
  width: 100%;
  background-image: url(../img/project/testimonial/bg-testnew.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonial-slider-main {
  width: 65%;
  margin: 0 auto;
  border: 5px solid #ebebeb;
}

.testimonial-slider-main .slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0px 0px 20px 0px;
}

.testimonial-slider-main .prev-button {
  top: 46%;
  left: -50px;
}

.testimonial-slider-main .next-button {
  top: 46%;
  right: -50px;
}

.testimonial-slider img {
  width: 100%;
}

.testimonial-slider {
  width: 33.33%;
  float: left;
  padding: 0px 10px 10px 10px;
}

.testimonial_main h5 {
  text-align: center;
}

.testimonial_main .liveHead2.aos-init.aos-animate p {
  width: 68%;
  margin: 0 auto;
  margin-bottom: 25px;
  color: #fff;
}

.testimonial-slider-main h5 {
  font-size: 16px;
  padding-top: 10px;
}

.testimonial_main h1.aos-init.aos-animate {
  color: #fff !important;
}

.test-slider-main {
  width: 100%;
  margin: 10% auto;
}

.test-slider-div {
  width: 33.33%;
  float: left;
}

.test-inner {
  width: 100%;
}

.test-img {
  width: 25%;
  float: left;
}

.test-text {
  width: 65%;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}

.test-text p {
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  font-size: 12px;
}

.test-text h6 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.padd-test {
  padding: 40px 0px;
}

.proj-property {
  margin-top: 0 !important;
}

/*.btn_more_pro {*/

/*    transition: letter-spacing .5s ease;*/

/*    cursor: pointer;*/

/*    border: none;*/

/*    background-color: transparent;*/

/*    color: #2A5781;*/

/*    box-shadow: none;*/

/*    outline: none;*/

/* margin: 10px; */

/*    font-weight: 600;*/

/*    width: 100%;*/

/*}*/

/*.know-border{*/

/*    transition: letter-spacing .5s ease;*/

/*    cursor: pointer;*/

/*    border: 1px solid #2e5689;*/

/*    background-color: transparent;*/

/*    color: #2A5781;*/

/*    box-shadow: none;*/

/*    outline: none;*/

/*    font-weight: 600;*/

/*    width: 40%;*/

/*    padding: 10px 16px 0px 26px;*/

/*}*/

/*.know-border:hover {*/

/*    letter-spacing: .2rem;*/

/*    width: 45%;*/

/*}*/

/*img.arrow_button {*/

/*    width: 5.5%;*/

/*    padding: 0;*/

/*    margin-top: .4rem;*/

/*    margin-left: .5rem;*/

/*    float: left;*/

/*    transform-origin: left;*/

/*    transition: transform .5s ease;*/

/*    vertical-align: middle;*/

/*    display: inline-block;*/

/*}*/

/*Porject Page button*/

.project-property-button {
  width: auto;
  margin: 20px auto;
  border: 1px solid #486b99;
  padding: 20px 25px 14px 20px;
  display: inline-block;
  padding: 0 15px !important;
  display: flex;
  width: max-content;
  align-items: center;
}

.know-text-project-property {
  width: auto;
  float: left;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  padding: 10px;
}

.view-all-proj .know-text-project-property {
  /* padding: 20px 51px; */
}

.project-property-button:hover .know-arrow-project-property {
  left: 4px;
}

.know-text-project-property h5 {
  font-size: 26px;
  color: #2e5689;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
}

.media-page.abovefooter_main .know-arrow-project-property img {
  margin: 0;
}

.jp-north-page-abovefooter_main .know-arrow-project-property img {
  margin: 5px 0;
}

.project-property-button .know-text-project-property h5 {
  padding: 0;
}

.project-property-button .know-arrow-project-ongoing {
  margin-top: 6px;
}

.north_projectpage .know-arrow-project-ongoing {
  margin-top: 6px;
}

.north_projectpage .know-text-project-property h5 {
  padding: 0;
}

.know-arrow-project-property img {
  margin: 25px 0;
}

.nri-corner-text .know-text-project-property h5 {
  color: #fff;
}

a,
.know-text-project-property h5 {
  cursor: pointer;
}

.footer-icons a {
  cursor: pointer;
  float: right;
}

.btn-width {
  width: 15% !important;
  margin: 0 auto;
}

.btn_more_pro p {
  color: #2e5689;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.btn_more_pro:hover {
  letter-spacing: 0.2rem;
}

.btn-proj {
  width: 35%;
  margin: 0 auto;
}

img.button-project {
  width: 18%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.clearfix {
  clear: both;
}

.liveHead2 {
  width: 100%;
}

.liveHead2.aos-init.aos-animate p {
  text-align: center;
  width: 100%;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 14px;
}

.abovefooter_main {
  width: 100%;
  background-color: #00000014;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.push-below-sec {
  margin-top: 0;
}

.abovefooter_main h1 {
  letter-spacing: 0.5px;
  color: #2e5689bf;
}

div.abovefooter_main
  > div.container_aks.bg-3.text-center.wow.fadeIn
  > div.liveHead2.aos-init.aos-animate
  > p {
  padding: 10px 0px;
}

.jp-testimonial {
  width: 65%;
  margin: 0 auto;
  padding: 45px 70px;
}

.testi-text {
  width: 100%;
  margin: 0 auto;
}

.left-comma {
  width: 6%;
  float: left;
}

.testi-text p {
  width: 88%;
  float: left;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-top: 15px;
}

.right-comma {
  width: 6%;
  float: left;
  margin-top: 22px;
}

.testi-nameby h6 {
  color: #2e5689;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
Media Page
--------------------------------------------------------------*/

.sep {
  width: 100%;
}

.sep .image-hover {
  margin: 0px 0px 0px 0px;
}

/****** image hover ******/

.image-hover * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-hover {
  position: relative;
  width: 450px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  /*background:#fff;*/
  /*border:10px solid #fff;*/
  /*box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);*/
  /*-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);*/
  /*-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)*/
}

.image-hover a {
  text-decoration: none;
}

.image-hover img {
  margin: 0px 0px 0px 0px;
  width: 100%;
  /* height: 280px; */
}
.new.slide-media .slick-dots{
    bottom: -35px;
}
.media_article .prev-button-home, .media_article .next-button-home{
    top: 50%;
}
/*** effect - shadow 1 ***/

.img-shadow-1 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*.img-shadow-1:hover {*/
/*  transform: scale(1.1);*/
/*  -webkit-transform: scale(1.1);*/
/*  -moz-transform: scale(1.1);*/
/*  -ms-transform: scale(1.1);*/
/*  -o-transform: scale(1.1);*/
/*  -webkit-box-shadow: 0 58px 36px -56px black;*/
/*  box-shadow: 0 58px 36px -56px black;*/
/*}*/

.img-shadow-1 {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/*.img-shadow-1:hover {*/
/*  transition: all 0.6s ease-in-out;*/
/*  -webkit-transition: all 0.6s ease-in-out;*/
/*  -moz-transition: all 0.6s ease-in-out;*/
/*  -ms-transition: all 0.6s ease-in-out;*/
/*  -o-transition: all 0.6s ease-in-out;*/
/*}*/

.sss {
  width: 21%;
}

.sep .image-hover {
  margin: 10px 8px 10px 8px;
  height: auto;
  background: #fff;
}

.new {
  width: 100%;
  margin: 0 auto;
}

.image-hover.img-shadow-1.sss h5 {
  color: #2e5689;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  min-height: 40px;
}

.image-hover.img-shadow-1.sss p {
  text-align: center;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media_sletters .prev-button-home {
  top: 50%;
}

.media_sletters .next-button-home {
  top: 50%;
}

.media_evimg .prev-button-home {
  top: 45%;
}

.media_evimg .next-button-home {
  top: 45%;
}

.media-background {
  width: 100%;
  margin: 0px 0 170px 0;
  background: url(../img/media/Media-Banner.jpg);
  padding: 40px 0;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}

.content-wwu {
  padding: 30px;
}

.media-background.investor {
  background-image: url(../img/Banner-investors.jpg);
  width: 100%;
  margin: 0px 0 50px 0;
  padding: 180px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.media-background h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
  margin: 30px 0 70px 0;
  font-weight: normal;
}

.media-white-sec {
  position: absolute;
  background-color: #fff;
  width: 80%;
  left: 10%;
  top: 88%;
  padding: 50px 70px;
  -webkit-box-shadow: 0px 3px 4px 1px #eee;
  box-shadow: 0px 3px 4px 1px #eee;
}

.media-white-sec p {
  text-align: center;
  margin: 0;
  font-weight: 400;
}

.clearrb {
  clear: both;
}

.jpdesec {
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin-top: 60px;
  padding-top: 0px;
  display: block;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.media_glimpse-main {
  background-color: #2e568945;
  width: 100%;
  padding: 21px 0;
}

.media_glimpse-col {
  width: 33.33%;
  float: left;
}

.media_glimpse-col-inner {
  width: 100%;
  padding: 10px;
}

.media_glimpse-col-inner img {
  width: 100%;
}

.media_glimpse-col-middle {
  width: 100%;
  padding: 10px 10px;
}

.media_glimpse-col-middle img {
  width: 100%;
  height: 93.5vh;
}

.media_glimpse-head.aos-init.aos-animate p {
  text-align: center;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
}

.media_glimpse-h1 h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #2e5689;
  padding: 0;
  margin: 0px 0px 40px 0px;
  text-transform: capitalize;
}

.media_glimpse-slider {
  width: 80%;
  margin: 0px auto;
}

img.myimgresize {
  width: 330px;
  height: 265px;
}

img.mybigimgresize {
  width: 330px;
  height: 550px;
}

.media_news {
  width: 100%;
  background-color: #dbe3f0;
  text-align: center;
  margin-top: 0px;
  padding: 15px 0px 64px 0px;
}

.media_sletters {
  width: 80%;
  margin: 0 auto;
}

.row_news {
  padding: 28px 0px 28px 0px;
}

.row_news:after {
  content: "";
  display: table;
  clear: both;
}

.column_news {
  position: relative;
  float: left;
  width: 33%;
  padding: 12px;
}

.media_hveff {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 6%;
  left: 6%;
  bottom: 6%;
  right: 6%;
  text-align: center;
}

.column_news:hover .media_hveff {
  opacity: 1;
  background-color: #808080ad;
}

.media_hvtext {
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 141px 0px;
}

a.meext {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.media_event {
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.column {
  float: left;
  width: 25%;
  padding: 12px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

figcaption {
  text-align: center;
  font-size: 12px;
  color: #000;
  padding: 7px 0px 0px 0px;
}

p.fig_txt {
  text-align: center;
  padding: 3px 0px 0px 0px;
  font-weight: 200;
}

.media_evimg {
  margin-top: 36px;
  width: 80%;
  margin: 0 auto;
}

.media_article {
  width: 80%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.row_article {
  padding: 30px 0px;
}

.column_article {
  float: left;
  width: 16%;
  padding: 12px;
}

.row_article:after {
  content: "";
  display: table;
  clear: both;
}

.media_knwmr {
  width: 100%;
  background-color: #dbe3f0;
  text-align: center;
  margin-top: 60px;
  padding: 15px 0px 64px 0px;
}

p.media_kwmrtext {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #366094a6;
}

p.media_fdtext {
  text-align: center;
}

.btn_more_media {
  -webkit-transition: letter-spacing 0.5s ease;
  transition: letter-spacing 0.5s ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #2a5781;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  width: 100%;
}

img.arrow_button {
  width: 5.5%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.media_btn-width {
  height: 32px;
  padding: 3px 2px 2px 5px;
  width: 11% !important;
  margin: 0 auto;
  border: 1px solid #0a5184;
}

.btn_more_media p {
  color: #2e5689;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.btn_more_media:hover {
  letter-spacing: 0.2rem;
}

img.button-project {
  width: 18%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.mobMainDiv {
  width: 100%;
}

.insightly_C_Code {
  width: 20%;
  float: left;
}

.insightly_C_Mob {
  width: 80%;
  float: left;
}

.contact_btn-width {
  height: 32px;
  padding: 3px 2px 2px 5px;
  width: 60% !important;
  margin: 0 auto;
  border: 1px solid #0a5184;
}

.icon-div {
  width: 25%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

/*.contact-btn {*/
/*	width: 65% !important;*/
/*}*/

.contact-btn {
  width: 100% !important;
  text-align: center;
  padding: 0;
  background-color: #2e5484;
  color: #fff;
}

.desktop_cont {
  display: block;
}

.mobile_cont {
  display: none;
}

.contact_line {
  width: 100px;
  height: 3px;
  background: #929191c2;
  margin: 5% auto 2%;
}

.contact_desk {
  display: block;
}

.contact_mob {
  display: none;
}

.contact_finfo {
  margin: 0 auto;
  padding: 4%;
}

.contact_linfo {
  padding: 2% 0% 0% 0%;
  width: 40%;
  float: left;
}

.contact_linfo p {
  font-weight: 500;
}

form p {
  font-weight: 400;
}

.contact_rinfo {
  width: 56%;
  float: right;
  border: 1px solid #6f6c6c14;
  padding: 3% 4%;
  -webkit-box-shadow: 0px 1px 5px 1px #aaaaaa45;
  box-shadow: 0px 1px 5px 1px #aaaaaa45;
}

img.contact_ifcon {
  width: 73px;
  padding: 0;
}

.contact_linfo p.texxxt {
  padding: 10px 0;
  margin-bottom: 10px;
}

input {
  padding: 3% 3%;
  width: 247px;
  border: 1px solid #2e56896b !important;
  margin: 4% 0% 0% 0%;
  -webkit-box-shadow: 0px 0px 0px 0px #1c385d5e;
  box-shadow: 0px 0px 0px 0px #1c385d5e;
  font-size: 12px;
  border-radius: 4%;
  height: 40px;
}

p.texxxt {
  margin: 0% 7% 0% 18%;
}

.btn_know {
  -webkit-transition: letter-spacing 0.5s ease;
  transition: letter-spacing 0.5s ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #2a5781;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  /* margin: 10px; */
  font-weight: 600;
  width: 100%;
}

img.arrow_button {
  width: 5%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

.btn_more_other {
  -webkit-transition: letter-spacing 0.5s ease;
  transition: letter-spacing 0.5s ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #2a5781;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  /* margin: 10px; */
  font-weight: 600;
  width: 40%;
}

.btn_more_other:hover {
  letter-spacing: 0.2rem;
}

.contact_btn-width {
  height: 32px;
  padding: 3px 2px 2px 5px;
  width: 60% !important;
  margin: 0 auto;
  border: 1px solid #0a5184;
}

.btn_know p {
  color: #2e5689;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.btn_know:hover {
  letter-spacing: 0.2rem;
}

.btn-width {
  width: 35%;
  margin: 0 auto;
}

img.button-project {
  width: 15%;
  padding: 0;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  float: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}

h4 {
  font-weight: 600;
}

button#button_enquiry_desktop {
  background-color: transparent;
  border: none;
  outline: none !important;
  /* display: block; */
  text-align: center;
  /*'FONT-VARIANT: JIS04';*/
  width: 100%;
}

/*--------------------------------------------------------------
redevelopment project mumbai 
--------------------------------------------------------------*/

.redev-mrg {
  margin-top: 9%;
}

.proj_heading {
  width: 80%;
  margin: 0 auto;
}

.proj_name {
  width: 33.33%;
  float: left;
}

.proj_main-active {
  color: #fff !important;
  background-color: #2e5689;
}

.proj_main {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #2e5689;
  background-color: #fff;
  color: #2e5689;
}

.proj_main.active {
  color: #fff;
  background-color: #2e5689;
}

.proj_main h1 {
  font-size: 18px;
  cursor: pointer;
  color: #2e5689;
}

.proj_txt h3 {
  padding-left: 15px;
  margin-top: 0;
}

.proj_info {
  width: 100%;
  padding-top: 0px;
}

.proj_slider {
  width: 50%;
  float: left;
}

.redev-artslider {
  top: 93%;
}

.redev-chartslider {
  bottom: 0;
}

.slider_img img {
  width: 100%;
}

.single_code {
  width: 50%;
  float: left;
}

.proj_txt {
  width: 50%;
  float: left;
  padding: 20px 50px;
}

.proj_txt li {
  text-align: left;
  padding: 5px 0px;
}

.triangle_down {
  margin: 0 auto;
  width: 7%;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #2e5689;
  vertical-align: middle;
  display: none;
}

.td_active {
  display: block;
}

/*--------------------------------------------------------------
Rera no
--------------------------------------------------------------*/

.rera-no {
  width: 80%;
  margin: 0 auto;
}

.rera-no p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.blue-footer {
  background-color: #2e5689;
  padding: 40px 0px;
}

.boxes {
  width: 33.33%;
  float: left;
}

.box-main {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #ffffff8a;
  /*border-right: 1px solid #ffffff8a;*/
}

.box-inner {
  margin: 0;
  display: block;
  padding: 0 50px;
}

.box-inner h1 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}

.box-inner h5 {
  color: #fff;
  padding: 10px 0px;
}

.border_btm {
  border-bottom: 1px solid #ffffff8a;
  width: 100%;
}

.border_btmextra {
  padding-bottom: 10px;
}

.contact-us h5 {
  text-align: center;
  font-size: 18px;
  margin: 0;
  color: #333;
}

.contact-us {
  width: 100%;
  padding: 5% 0;
}

.text {
  text-align: center;
}

.contact-us h1 {
  text-align: center;
  font-weight: bold;
  color: #2e5484;
  margin: 15px 0;
}

.contact-div {
  position: relative;
  padding: 40px 0 40px;
}

.content-continer {
  position: static;
  max-width: 98%;
  padding: 0px 20px;
  margin: 0 auto;
  width: 85%;
  /* display: flex; */
  /* justify-content: center; */
}

.contact-block h5 {
  position: absolute;
  top: 30px;
  left: 28px;
  font-size: 13px;
  color: #c2c2c2;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-0deg) translateY(-100%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.contact-block .inner-box {
  position: relative;
  padding: 50px 20px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  text-align: center;
  height: 234px;
}

.inner-box h4,
.top-content h4 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 5px;
  margin: 0px 0px 10px 0;
  color: #333333;
}

.inner-box p,
.top-content p {
  font-size: 13px;
  line-height: 14px;
  color: #888;
  font-weight: 500;
  margin: 0;
}

.contact-block .overlay {
  position: absolute;
  left: -2px;
  top: 0;
  width: 100%;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  padding: 15px 30px;
  padding-bottom: 0;
  background-color: transparent;
}

.contact-block .top-content {
  background: #fff;
  padding-bottom: 30px;
  padding-top: 25px;
}

.contact-block .bottom-content {
  background: #f4f4f4;
  padding: 10px 0;
}

.bottom-content1x {
  background: #f4f4f4;
  padding: 15px 3px;
  position: absolute;
  width: 89%;
  margin: 31px auto;
}

.link-btn {
  padding: 60px 0;
}

a.theme-btn {
  background-color: #2e5689;
  color: #fff;
  padding: 8px 20px;
}

.contact-form {
  width: 97.5%;
  margin: 0 auto;
  padding: 40px 20px;
  border: 1px solid #e7e7e7;
  display: none;
}

.close-form {
  float: right;
  margin-top: -20px;
}

.form-field {
  width: 18%;
  float: left;
}

.form-button {
  width: 10%;
  float: left;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field select,
.form-field option,
.form-field input[type="number"] {
  width: 95%;
  font-size: 14px;
  padding: 8px !important;
  margin: 15px 0px;
  border-color: #2e5484 !important;
  height: 40px;
}

.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field select:focus,
.form-field option:focus,
.form-field input[type="number"]:focus {
  outline: none;
}

.form-button button {
  width: 100%;
  font-size: 14px;
  padding: 8px !important;
  margin: 13px 0px;
  border: none;
  background-color: #2e5484 !important;
  height: 40px;
  color: #fff;
}

span#mob-code {
  width: 20%;
  float: left;
}

span#mob-code input[type="text"] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 8px !important;
  margin: 15px 0px;
  border-color: #2e5484;
}

span#ccode {
  width: 27%;
  float: left;
}

span#ccode input[type="text"] {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 8px !important;
  margin: 15px 0px;
  border-color: #2e5484;
}

.phone-control {
  width: 68% !important;
  float: left;
}

.contact-block ul {
  margin-bottom: 5px;
  padding: 16px 0;
}

.contact-block ul li,
.contact-block ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 2;
  list-style: none;
  padding: 3px 0px;
  font-weight: 400;
}

.contact-block .inner-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.contact-block .inner-box:hover .cLine1,
.contact-block .inner-box:hover .cLine2,
.contact-block .inner-box:hover .cLine3 {
  opacity: 0;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/

.mainfooter {
  background-color: #333333;
  padding: 30px 0;
}

.mainfooter p {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.mainfooter img {
  width: 70%;
  margin: 0px 8px;
}

.lable_line_08 {
  text-align: center;
  width: 30%;
  margin: 5px auto;
}

.footer-text {
  padding-left: 0;
}

.footer-icons {
  /*padding-left: 165px;*/
  /*width: 32%;*/
}

.mainfooter p.moretext {
  display: none;
}

.np-living-space-slider .inner-div-np img {
  display: block;
  border: 0;
}

/*--------------------------------------------------------------
All Extra Stuff
--------------------------------------------------------------*/

.top_arow {
  width: 25px;
  height: 33px;
  position: fixed;
  right: 2%;
  bottom: 2%;
  display: none;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background-image: url("../img/top.png");
  cursor: pointer;
  z-index: 999999999999999999;
}

.top_arow:hover {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  background-image: url("../img/top-b.png");
  display: none;
}

.widget ul li {
  padding: 0;
}

a.mail_link:link {
  color: #2a2a2a;
  text-decoration: none;
}

a.mail_link:visited {
  color: #2a2a2a;
  text-decoration: none;
}

a.mail_link:hover {
  color: #0597ea;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.mail_link:active {
  color: #2a2a2a;
  text-decoration: none;
}

a.ftr_maill:link {
  color: #cbcbcb;
  text-decoration: none;
}

a.ftr_maill:visited {
  color: #cbcbcb;
  text-decoration: none;
}

a.ftr_maill:hover {
  color: #0597ea;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a.ftr_maill:active {
  color: #cbcbcb;
  text-decoration: none;
}

/*--------------------------------------------------------------
Home  page narang slider
--------------------------------------------------------------*/

.swiper-slide__block .paragraphe {
  max-width: 413px;
  text-shadow: 7px 7px 16px #d2d2d2;
  margin-top: 12px;
  font-size: 16px;
  text-align: justify;
  margin-left: 0;
  /*margin-left:-66px;*/
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
}

.swiper-slide__block .main__subtitle1 {
  font-size: 0.9em;
  margin-left: 0;
  font-family: "Poppins", sans-serif !important;
  padding-top: 12px;
  line-height: 19px;
  color: #333333 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

.swiper-slide__block .main__subtitle2 {
  font-size: 0.9em;
  margin-left: 0;
  font-family: "Poppins", sans-serif !important;
  padding-top: 12px;
  line-height: 19px;
  color: #8e8e8e !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.swiper-slide__block .main__subtitle3 {
  font-size: 0.9em;
  font-style: italic;
  margin-left: 0;
  font-family: "Poppins", sans-serif !important;
  padding-top: 12px;
  line-height: 19px;
  color: #333333 !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.swiper-slide__block .main__title {
  padding-top: 60px;
  margin-left: 0;
  letter-spacing: 2px;
  line-height: 28px;
  font-family: "Poppins", sans-serif !important;
  color: #333 !important;
  font-weight: bold !important;
}

div#project h4 {
  text-align: left;
  text-transform: uppercase;
  padding-top: 0 !important;
}

.container_center {
  margin: 0 auto;
}

/*--------------------------------------------------------------
NRI Page
--------------------------------------------------------------*/

.nri-corner-text {
  margin: 5% auto;
  width: 80%;
}

.nri-text {
  margin-top: 20px;
}

.nri-text h3 {
  font-size: 22px;
  color: #333333;
  margin: 0;
  text-align: center;
}

.nri-text p {
  width: 100%;
  margin: 15px 0px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.nri-text .content p {
  text-align: left;
}

.accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.accordion-container > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 40px;
}

.set > a {
  display: block;
  padding: 15px 40px 10px 40px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #2e5689;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > a i {
  float: right;
  margin-top: 2px;
}

.set > a.active {
  background-color: #ffffff;
  color: #2e5689;
  border-bottom: 0;
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  border-left: 1px solid #2e568985;
  border-right: 1px solid #2e568985;
  border-bottom: 1px solid #2e568985;
  background-color: #fff;
  display: none;
  padding-top: 15px;
  padding: 20px;
}

.content p {
  display: block;
  padding: 0px 350px 15px 40px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #2e5689;
  border-top: 0;
  margin: 0;
}

.view-all-proj {
  /* width: 31%; */
  margin: 0 auto;
  /* margin-top: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nri_yinvest {
  position: relative;
  width: 100%;
  background-image: url(../img/nri/Why-Nri.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 90vh;
  max-height: 100vh;
  vertical-align: middle;
  display: table;
}

.nri_yinvest h1 {
  color: #ffff;
}

.nri_yinvest p {
  color: #fff;
  padding-top: 20px;
  font-weight: 400;
}

.whitey_line {
  position: absolute;
  width: 9%;
  background-color: #fff;
  height: 3px;
  left: 45.2%;
  top: -9%;
}

/*--------------------------------------------------------------
Blog Page
--------------------------------------------------------------*/

.blog-banner {
  position: relative;
}

.blog-box {
  position: absolute;
  bottom: -160px;
  background: #fff;
  width: 80%;
  left: 10%;
  padding: 30px;
  -webkit-box-shadow: 0.5px 3px 4px 3px #dddddd5e;
  box-shadow: 0.5px 3px 4px 3px #dddddd5e;
}

.blog-box p {
  text-align: center;
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
}

section#blogs-here {
  width: 80%;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 80px;
}

#blogs-here h5 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 8px;
}

#blogs-here p {
  font-weight: 500;
  color: #2e5689;
}

.blogs-here-col {
  margin-top: 60px;
  /*height: 345px;*/
}

.blogs-here-new img {
  width: 100%;
  height: auto;
}

a.blogs-here-new {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background-clip: border-box;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
}

.blogs-here-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #181818 !important;
  background-color: var(--black);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogs-here-new:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blogs-here-new:hover .blogs-here-overlay {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.blogs-here-new:hover:after,
.blogs-here-new:hover:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.blogs-here-new:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -60px;
  border-right: 1px solid #ffffff;
  position: absolute;
  -webkit-transform: translate(0, -1000%);
  transform: translate(0, -1000%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s, transform 0.4s;
}

.blogs-here-new:before {
  content: "";
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-top: 1px solid #ffffff;
  position: absolute;
  margin-top: 0px;
  margin-left: -30px;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(-1000%, 0);
  transform: translate(-1000%, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s, transform 0.4s;
}

.load-more {
  width: 30%;
  margin: 0 auto;
  margin-top: 80px;
}

.load-more h5 {
  font-weight: 600 !important;
  font-size: 15px !important;
  margin: 15px 10px !important;
}

.load-more .know-arrow-project-property {
  width: 15%;
  float: left;
  margin-top: 8px;
  content: "\e900";
  margin-left: 0;
  position: relative;
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.load-more .project-property-button {
  border: 1.5px solid #486b99;
}

.inner-goback-button {
  width: 20%;
  margin: 20px auto;
  border: 1px solid #486b99;
  padding: 0px 5px 0px 20px;
  float: left;
}

.button-goback-txt {
  width: 58%;
  float: left;
  margin: 0 auto;
  text-transform: uppercase;
}

.goback-arrow {
  width: 20%;
  float: left;
  margin-top: 8px;
  content: "\e900";
  margin-left: 6px;
  position: relative;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.inner-goback-button:hover .goback-arrow {
  left: 4px;
}

.button-goback-txt h5 {
  font-size: 12px;
  color: #2e5689;
  font-weight: 600;
  text-transform: uppercase;
}

.share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.share-buttons li {
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.share-buttons li:last-child {
  width: 25%;
  margin-right: 0;
}

.share-buttons svg {
  fill: #fff;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.share-googleplus svg {
  width: 20px;
  height: 16px;
}

.share-buttons a {
  display: block;
  padding: 12px 12px 9px;
  text-align: center;
}

.share-buttons li:first-child a {
  border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
  border-radius: 0 3px 3px 0;
}

.share-twitter {
  background: #1da1f2;
}

.share-facebook {
  background: #3b5998;
}

.share-googleplus {
  background: #db4437;
}

.share-pinterest {
  background: #b5071a;
}

img.cls-icons {
  width: 25%;
}

/*--------------------------------------------------------------
work with us page
--------------------------------------------------------------*/

.wwu-main {
  margin: 40px 0px;
}

.resume-box {
  /* width: 42%; */
  margin: 12px auto;
  border: 1px solid #000;
  border-left: 2px solid #2e5689;
  border-bottom: 2px solid #2e5689;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.resume-txt {
  /* width: 43%; */
  text-align: center;
  float: left;
  padding: 5px 5px;
}

.resume-txt h5 {
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 15px;
}

.resume-arrow {
  /* width: 14%; */
  float: left;
  /* padding: 12px 8px; */
}

.mail-resume h5 {
  text-transform: none;
  color: #2e5689;
  font-weight: 600;
}

.position-wwu {
  padding: 0 60px 60px;
}

.content-wwu {
  border-left: 1px solid #2e568985;
  border-right: 1px solid #2e568985;
  border-bottom: 1px solid #2e568985;
  background-color: #fff;
  display: none;
  padding-top: 15px;
}

.container_main.investor .set-border > a {
  border: 1px solid #2e568985;
  color: #2e5689;
  font-weight: bold;
  font-size: 20px;
}

.container_main.investor .set-border li a {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  color: #000;
}

.set-border > a.active {
  background-color: #ffffff;
  color: #2e5689;
  border-bottom: 1px solid #2e5689 !important;
}

.wwu-lineheight {
  line-height: 35px;
  color: #000;
}

.content-wwu h3 {
  text-transform: capitalize;
  font-size: 20px;
  padding-left: 1em;
  color: #2e5689;
  font-weight: 600;
}

.content-wwu p {
  display: block;
  padding: 0px 350px 15px 40px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  border-top: 0;
  margin: 0;
}

.wwu-bttn button {
  color: #2e5689;
  border: 1px solid #2e568970;
  /* width: 10%; */
  background-color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  margin-left: 88%;
  /* margin-bottom: 15px; */
  padding: 10px;
  /* margin-bottom: 0; */
}

.wwu-btn {
  width: 35%;
  margin: 0 auto;
  background-color: #2e5689;
  margin-bottom: 8%;
}

.wwu-btn-txt {
  width: 85%;
  float: left;
  color: #fff;
  padding: 15px 10px 15px 22px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 200;
}

.wwu-btn-arrow {
  width: 10%;
  padding: 15px 8px 0px 0px;
  float: left;
  content: "\e900";
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.wwu-btn-arrow:hover {
  left: 4px;
}

.wwu-bold {
  font-weight: bold;
}

.btn-border a {
  border: none;
  /* margin-bottom: 0; */
}

button.btn-border h5 {
  font-weight: 600;
  margin-bottom: 0;
}

#link_wwu a {
  color: #000;
}

/*--------------------------------------------------------------
Overview page
--------------------------------------------------------------*/

.abtus-jpinfra {
  position: relative;
}

.abtus-color {
  color: #2e5689;
}

.abt-us-margin {
  /*margin: 7% auto;*/
}

.leader-slider {
  margin: 60px auto;
}

.abtus-txt {
  width: 42%;
  float: left;
}

.abtus-txt h3 {
  padding: 10px 10px 20px 0px;
  font-size: 30px;
  line-height: 40px;
  color: #2e5689;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.abtus-img {
  width: 67%;
  float: left;
}

.abtus-img1 {
  left: 48%;
  position: absolute;
  width: 27%;
  top: 10%;
}

.abtus-img2 {
  left: 72%;
  position: absolute;
  width: 27%;
  top: 22%;
}

.leader-box {
  width: 48%;
  float: left;
  border: 1px solid #000;
  padding: 25px;
  margin: 11px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  min-height: 380px;
  height: 380px;
}

.leader-box:hover {
  -webkit-filter: none;
  filter: none;
}

.leader-box-img {
  width: 50%;
  float: left;
}

.leader-box-txt {
  width: 50%;
  float: left;
  padding: 0px 20px;
}

.leader-box-txt h3 {
  font-size: 18px;
}

.redevelopment-abtus {
  width: 100%;
  background-image: url(../img/about-us/Our-Redevelopment-Projects-BG.jpg);
  position: relative;
  background-position: center;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 93vh;
  max-height: 100vh;
}

.redevelopment-p {
  width: 60%;
  margin: 40px auto;
}

.abt-blueline {
  width: 7%;
  background-color: #2e5689;
  height: 3px;
  /* left: 47%; */
  position: relative;
  /* top: 8%; */
  margin: 0 auto 20px;
}

.abtpage-btn {
  background-color: #2e5689;
  width: max-content;
  margin: 0 auto;
}

.abtpaebtn-txt {
  color: #fff;
  text-align: center;
  width: 71%;
  float: left;
  text-transform: uppercase;
  padding: 10px 0px 10px 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 14px;
}

.abtpaebtn-arow {
  width: 29%;
  padding: 9px 9px 9px 9px;
  float: left;
  content: "\e900";
  margin-left: 0px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.abtpaebtn-arow:hover {
  left: 4px;
}

.achievements {
  margin: 40px auto;
}

.achievements-slider {
  padding: 20px 0px;
}

.abtpage-achievement {
  width: 25%;
  float: left;
  margin: 44px;
  position: relative;
}

.abt-p-width {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.over-btntxt {
  padding: 16px 0px 16px 8px;
}

.over-btnarrow {
  padding: 16px 0px 0px 0px;
  width: 8%;
}

.over-btn {
  width: 40%;
}

/*--------------------------------------------------------------

Pushing boundaries Page
--------------------------------------------------------------*/

.sustainability-banner-text-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.sustainability-banner-text {
  color: #fff;
  font-weight: 400;
}

.human_main {
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  position: relative;
}

.human_col {
  width: 50%;
  float: left;
  margin: 0%;
  margin-top: 50px;
}

.human_main h1 {
  text-align: left;
}

.human_main p {
  text-align: left;
  width: 70%;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 16px;
}

.human-img {
  width: 80%;
  float: right;
}

.content_abs p {
  text-align: justify;
  width: 100%;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.content_abs {
  width: 40%;
  background-color: #76869d;
  padding: 25px;
}

.main_absolute {
  position: absolute;
  left: 44%;
}

.pb-integrate-main {
  margin-top: 0%;
}

.pb-integrate-txt {
  width: 80%;
  margin: 40px auto;
}

.pb-integrate-txt p {
  text-align: center;
  font-weight: 400;
}

.integrate-icons {
  width: 60%;
  margin: 0 auto;
}

.icon-integ {
  width: 20%;
  float: left;
  padding: 0px 10px;
}

.pb-icon-borderr {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.pb-icon-borderl {
  border-left: 1px solid #ccc;
}

.integrate-icons-div {
  padding: 0px 0px 50px 0px;
}

.pb-care {
  background-color: #e1e1e1;
  padding: 40px 0px;
}

.pb-slider {
  width: 80%;
  margin: 0 auto;
}

.pb-care-txt p {
  text-align: center;
  font-weight: 500;
  margin: 40px 0px;
  padding: 0px 15px !important;
}

.pb-care-img {
  width: calc(50% - 34px);
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.pb-care .slick-initialized .slick-slide {
  display: block;
  background-color: #fff;
}
.pb-slider .row{
    align-items:center;
}
.pbslider-care-txt {
  width: 50%;
  float: left;
  /*min-height: 60.5vh;
	max-height: 80vh;*/
  background-color: #fff;
  padding: 0 50px;
  position: relative;
}

.pbslider-care-txt h3 {
  color: #2e5689;
  /* padding: 0 20px 20px 0; */
  font-size: 30px;
}

.pbcare-line {
  width: 10%;
  height: 1px;
  background-color: #2e5689;
  /* position: absolute; */
  /*	left: 62%;
	top: 17%;*/
  display: block;
  margin-bottom: 15px;
}

/*.pbcareline-mira {
	left: 64%;
}

.pbcareline-jpcare {
	left: 35%;
}*/

/*.pbcareline-labour {
	left: 80%;
}*/

.pb-h1 {
  text-transform: capitalize;
}

p.head_con {
  font-size: 22px;
  text-align: left;
  font-weight: 500;
}

.integral_living {
  width: 100%;
  margin: 100px auto 100px auto;
}

.icons2 img {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
}

.sports-utopia-icon-div-marg {
  padding: 0px 15px;
}

.icons2 {
  width: 20%;
  float: left;
  min-height: 150px;
}

.icons2 img {
  width: 45%;
  margin: 0 auto;
  border-radius: 0px;
  border: none;
}

.icons2 p {
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  width: 90%;
  margin: 22px auto;
  color: #343434;
  font-weight: 500;
  margin: 0px;
}

.banner-wecare {
  position: relative;
  height: 100vh;
  background: url(../img/wecare.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-wecare > *:not(.skiing) {
  letter-spacing: 0px;
  padding: 5px 15px;
  color: #fff;
}

.carbon_main {
  width: 100%;
  margin: 100px auto 100px auto;
}

.carbon_main-new {
  width: 100%;
  margin: 100px auto 100px auto;
}

/*p.carbon_txt {
    font-size: 20px !important;
}*/

.carbon_row {
  width: 100%;
}

.carbon_col {
  width: 50%;
  float: left;
}

.img-cls22 {
  width: 14%;
  float: left;
}

p.carbon_head {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-left: 80px;
  width: 28%;
}

p.carbon_txt2 {
  font-size: 16px !important;
  text-align: justify !important;
}

.carb_main_col {
  margin: 50px;
}

.footprint-tab {
  margin-top: 90px;
}

.foot-img-line {
  position: relative;
}

.footprint-tabs {
  position: absolute;
  width: 100%;
  top: -40px;
}

.footprint-tabs-new {
  position: absolute;
  width: 100%;
  top: -40px;
}

.srw-tab-new {
  width: 50% !important;
}

.srw-tab {
  width: 33.33%;
  float: left;
  cursor: pointer;
}

.srw-tab h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 0px 0px 0px 0px;
  margin: 11px 0;
  font-weight: bold;
}

.tc-grey {
  color: #727272;
}

.blue-dot,
.blue-dot2,
.blue-dot3,
.blue-dot4,
.blue-dot5 {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #727272;
}

.solar,
.rainwater,
.waste,
.openstreetclass,
.unityclass {
  margin-top: 40px;
}

.solar-img {
  /* width: 50%; */
  /* float: left; */
}

.solar-txt {
  /* width: 50%; */
  /* float: left; */
  /* padding: 100px; */
}

.solar-icon {
  /* width: 20%; */
  /* float: left; */
}

.solar-para {
  /* width: 80%; */
  /* float: left; */
}
.solar-img-txt {
    display: flex;
    align-items:center;
}
.solar .row{
    display:flex;
    align-items:center;
}
.solar-content.row {
    align-items: center;
}
.solar-para h6,
.proj_txt h3 {
  font-size: 35px;
  /* margin: 30px 25px; */
  color: #2e5689;
  font-weight: bold;
  /* width: 45%; */
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 20px;
}

.proj_txt h3 {
  width: auto;
}

.solar-txt p {
  width: 100%;
  margin: 20px 0px;
  font-weight: 400;
  font-size: 15px;
}

.rainwater,
.waste,
.unityclass {
  display: none;
}

#redefining {
  margin-bottom: 80px;
}

.srw-tab-active {
  color: #2e5689;
}

.blue-dot-active {
  background-color: #2e5689;
}

.line_human {
  border-top: 2px solid #2c5686;
  border-right: none;
  height: 5px;
  position: absolute;
  left: 16%;
  width: 70%;
  top: 130%;
  z-index: -1;
}

.media-background {
  padding: 180px 0 50px;
  margin: 0;
}

.glimpse-main.media-page {
  padding: 113px 153px 63px;
}

.media_news {
  padding: 50px 0px 64px 0px;
}

.nri_yinvest p,
.wwu-main p {
  text-align: center;
}

.proj_txt li,
.nri-text ul li,
.abovefooter p,
figcaption,
.contact_frm p,
.mainBody p,
.media-white-sec p,
.ols-p,
h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
.jp-north-page-subheading,
.p-width,
.abt-p-width,
.redevelopment-p,
.leader-slider p,
.abtus-txt p,
.solar-txt p,
.pb-care-slider-main .pbslider-care-txt p,
.pb-care-txt p,
.pb-integrate-txt p,
.solar-txt p,
.contact_linfo h5,
.contact_linfo p,
.north_projectpage p,
.ongoingproject-txt p,
.project-white-sec p,
.box-inner h5,
.contact-block ul li,
.contact-block ul li a,
.top-content .text,
.contact-us h5,
.inner-box h4,
.top-content h4,
.pr_cntr_p,
#project .swiper-slide__block .paragraphe,
.delivered-projects-head p,
.know-text-jplife h5,
.banner-subtitle,
.abt-slide-heading h6,
.liveHead2.aos-init.aos-animate p,
.delivered-projects-head p,
.nav > li > a,
.liveHead2.aos-init.aos-animate p,
.glimpse-main p {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
}

.media_evimg .slick-slide img,
.media_article .slick-slide img {
  display: block;
  border: 1px solid #cacaca;
  padding: 10px;
  background: #f5f5f5;
}

.mainBody p.moretext,
.mainBody .article p,
.mainfooter .footer-text p {
  font-size: 12px;
  margin-bottom: 0;
}

.slider-col .caption p {
  line-height: 170%;
}

/*--------------------------------------------------------------
Elara Changes
--------------------------------------------------------------*/
.banner_jp {
  height: 100vh;
  overflow: hidden;
  background: url(../img/jp_delivered/banner/elara.jpg) cover center top;
}

.bottom-content p {
  padding: 10px;
  font-size: 14px;
}

.checkbox-btn {
  display: flex;
  align-items: center;
  justify-content: left;
  /* justify-content: center; */
  padding-top: 20px;
}

input#rcs1 {
  height: 20px;
  display: block;
  width: max-content;
  padding-right: 20px;
  margin-top: 0;
  margin-right: 10px;
  width: 20px;
}

.abovefooter_main .liveHead2 p {
  color: #000;
  text-align: center;
}

.testimonial_main .liveHead2 p {
  color: #fff;
  text-align: center;
}
.ongoingproject-txt {
  margin-bottom: 30px;
  margin-top: 17px;
}
iframe.lazyImg {
  height: 280px;
}
/*--------------------------------------------------------------
Responsive Code
--------------------------------------------------------------*/

@media only screen and (max-width: 1666px) {
}

@media only screen and (max-width: 1920px) {
  .liveHead {
    font-size: 28px;
  }

  h1,
  .contact-us h1 {
    font-size: 53px;
    margin: 0 0 30px;
  }

  h6.abtus-color {
    font-size: 16px;
  }

  .lable_line {
    margin: 50px auto 15px;
  }
  .lable_line1 {
    margin: 200px auto 15px;
  }

  .abt-slide-heading p {
    font-size: 14px;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 18px;
  }

  .leader-box-txt h3,
  .ongoingproject-txt h3 {
    font-size: 20px;
  }

  .jp-button {
  }

  .banner-title {
    font-size: 53px;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
  }

  .pr_cntr_p {
    margin: 20px auto 25px;
  }

  .liveHead2.aos-init.aos-animate p {
    padding: 0 26px;
  }

  .glimpse-main p {
    font-size: 14px !important;
  }

  .inner-box p,
  .top-content p,
  .ongoingproject-txt p,
  .test-text p,
  .test-text h6 {
    font-size: 16px;
  }

  .know-text-project-property {
    /* padding: 0; */
  }

  .view-all-proj .know-text-project-property {
    /* padding: 20px 51px; */
  }

  img.contact_ifcon {
    width: 60px;
    padding-right: 20px;
  }

  p.texxxt {
    margin: 0% 7% 5% 15%;
  }

  p.texxt {
    margin-bottom: 5%;
  }

  .media-white-sec {
    margin: 0 auto -120px;
    display: table;
  }

  .glimpse-main {
    padding: 40px 100px;
  }

  .mainBody p.p-deliver {
    font-size: 12px;
    font-weight: normal;
  }

  .number-content h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 2048px) {
  .mainBody .glimpse-main {
    padding: 400px 153px 150px;
    margin-top: 0;
  }

  .mainBody p.moretext,
  .mainBody .article p,
  .mainfooter .footer-text p,
  .mainBody a.moreless-button {
    font-size: 22px;
  }

  input {
    margin: 2% 0% 0% 0%;
  }

  .form-control {
    height: 74px;
    font-size: 24px;
  }

  .h4,
  h4 {
    font-size: 28px;
  }

  .triangle-up {
    top: -22px;
    left: 328px;
  }

  .menuPop {
    top: 114px;
    right: 35px;
  }

  .navMenu1 {
    width: 69px;
    right: 20px;
    top: 43px;
  }

  .li-1,
  .li-2,
  .li-3 {
    padding: 14px 9px;
  }

  .menuPop {
    width: 370px;
  }

  .ulMenu li a {
    font-size: 25px;
  }

  .wwu-main {
    margin: 80px 0px;
  }

  .content-wwu h3 {
    font-size: 26px;
  }

  button.btn-border h5 {
    font-size: 22px;
  }

  .box-inner h1 {
    font-size: 24px;
  }

  .pbslider-care-txt h3 {
    font-size: 50px;
  }

  .nri-text h3 {
    font-size: 38px;
  }

  p.texxxt {
    margin: 0;
  }

  .resume-txt h5,
  .mail-resume h5 {
    font-size: 26px;
  }

  .footprint-tabs {
    top: -52px;
  }

  .srw-tab h6 {
    font-size: 32px;
  }

  .footprint-tabs-new {
    top: -52px;
  }

  .pb-integrate-main {
    margin-top: 3%;
  }

  .Integral_sec {
    padding: 150px 0;
  }

  .liveHead {
    font-size: 34px;
  }

  .swiper-slide__block .main__title {
    font-size: 34px;
  }

  .swiper-slide__block .main__subtitle1 {
    font-size: 1.5em;
  }

  .swiper-slide__block .main__subtitle2 {
    font-size: 1.5em;
  }

  .swiper-slide__block .main__subtitle3 {
    font-size: 1.5em;
  }

  .image-hover.img-shadow-1.sss h5 {
    font-size: 24px;
  }

  .glimpse-main p {
    font-size: 20px !important;
  }

  .slider-col .caption p {
    font-size: 22px;
  }

  h1 {
    font-size: 52px;
  }

  .h3,
  h3 {
    font-size: 38px;
  }

  .navbar-brand {
    padding: 0;
    width: 280px;
    margin: 51px 0;
    height: auto;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 26px;
    line-height: normal;
  }

  .pushinghome {
    width: 25%;
  }

  .test-text h6 {
    font-size: 24px;
  }

  .main-wrapper .slider-col .caption p {
    font-size: 24px;
  }

  .jp-button {
    margin: 50px auto 0;
  }

  .banner-subtitle p {
    font-size: 27px;
    line-height: 140%;
    font-weight: 400;
  }

  .main-div-jp p {
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
  }

  .container_main {
    width: 90%;
    margin: 0 auto;
    max-width: 98%;
  }

  .container_main.abt-us-jpinfra {
    margin: 100px auto 9%;
  }

  #project .swiper-slide__block .swiper-slide__block__img {
    width: 55%;
    max-height: 908px;
    height: 908px;
    max-width: 1115px;
  }

  #project .swiper-slide__block .swiper-slide__block__text {
    width: 730px;
    max-width: 810px;
  }

  .logo-banner {
    width: 270px;
    max-width: 30%;
  }

  .p-deliver {
    font-size: 12px !important;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    bottom: 40px;
  }

  .swiper-slide__block .swiper-slide__block__text {
    height: inherit;
  }

  .tooltip {
    width: 213px;
  }

  .navCall {
    width: 65px;
    padding: 12px 12px;
    margin: 59px 9px;
    margin: 44px 37px;
    margin-right: 60px;
    border-right: 1px solid grey;
  }

  .navMenu {
    width: 65px;
    padding: 12px 12px;
    margin: 54px 37px;
    position: absolute;
    right: 0px;
  }

  .nav > li > a {
    padding: 55px 25px;
  }

  .pr_cntr_p {
    width: inherit;
  }

  .swiper-container {
    height: 930px;
  }

  .ongoingproject-txt h3 {
    font-size: 36px;
  }

  .know-arrow-project-ongoing {
    margin-top: 5px;
  }

  .project-ongoing-button a {
    padding: 8px 36px;
    float: left;
  }

  .know-text-project-ongoing h5 {
    font-size: 24px;
  }

  .sep .image-hover iframe {
    height: 350px;
  }
}

@media only screen and (min-width: 2560px) {
  .wwu-bttn button {
    margin-bottom: 50px;
  }

  .wwu-lineheight {
    padding: 100px;
  }

  button.btn-border h5 {
    font-size: 22px;
  }

  .nri-text h3 {
    font-size: 36px;
  }

  .wwu-main {
    margin: 100px 0px;
  }

  button.btn-border h5 {
    font-size: 28px;
  }

  .resume-txt h5,
  .mail-resume h5 {
    font-size: 28px;
  }

  .content-wwu h3 {
    font-size: 30px;
  }

  .footprint-tabs {
    top: -54px;
  }

  .footprint-tabs-new {
    top: -56px;
  }

  .blue-dot,
  .blue-dot2,
  .blue-dot3,
  .blue-dot4,
  .blue-dot5 {
    width: 22px;
    height: 22px;
  }

  .srw-tab h6 {
    font-size: 38px;
  }

  .swiper-button-prev {
    bottom: 100px !important;
    top: inherit !important;
  }

  .inner-div-np-text h5 {
    font-size: 26px;
  }

  .media_hveff_pro h5 {
    font-size: 36px;
  }

  .redevelopment-abtus {
    padding: 100px 0;
  }

  .leader-box-txt h3 {
    font-size: 40px;
  }

  .leader-box-txt h6 {
    font-size: 30px;
  }

  .slick-dots {
    bottom: -80px;
  }

  .slick-dots li button:before {
    top: -2px !important;
    left: 5px !important;
  }

  .leader-box {
    width: calc(50% - 52px);
  }

  .wwu-btn-arrow {
    width: 8%;
  }

  .tooltip .tooltiptext {
    width: 336px;
    left: -200px;
  }

  .tooltip .tooltiptext {
    font-size: 32px;
  }

  .container_main.abt-us-jpinfra {
    margin: 7% auto 10%;
  }

  .glimpse-main.media-page {
    padding: 250px 153px 63px;
  }

  .slick-slide .pb-care-img img {
    padding: 0;
  }

  p.texxxt {
    margin: 0;
  }

  .contact_finfo {
    width: inherit;
    max-width: inherit;
  }

  #hProngoing .swiper-slide button.construction-btn-1 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-2 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-3 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-4 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-5 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-6 .fa-long-arrow-right,
  #hProngoing .swiper-slide button.construction-btn-7 .fa-long-arrow-right {
    font-size: 30px;
    width: 38px;
  }

  .delivery_project {
    padding: 200px 0;
  }

  .padding-media {
    padding: 200px 0;
  }

  .pb-care {
    padding: 200px 0;
  }

  .Integral_sec,
  .pb-integrate-main {
    padding: 200px 0;
    margin: 0;
  }

  .Integral_sec .footprint-tab {
    padding: 0;
  }

  .glimpse-main .slick-dots li button:before {
    font-size: 16px;
    line-height: 36px;
  }

  .glimpse-main .slick-dots li button:before {
    top: 3px !important;
    left: 10px !important;
  }

  .glimpse-main .slick-dots li {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .glimpse-main .slick-dots li button {
    width: 40px !important;
    height: 40px !important;
  }

  .contact-us h5 {
    margin: 40px 0 0;
  }

  .contact-us {
    padding: 150px 0;
  }

  .north_projectpage .know-arrow-project-ongoing,
  .abovefooter_main .know-arrow-project-ongoing,
  .know-arrow-project-property {
    width: 70px;
  }

  .know-arrow-project-property img {
    margin: 27px 0;
  }

  .know-text-project-property h5 {
    font-size: 40px;
  }

  .set > a {
    font-weight: bold !important;
    font-size: 32px;
  }

  .sep .image-hover {
    margin: 30px 30px 30px 30px;
  }

  .box-inner h1 {
    font-size: 35px;
  }

  .mainBody p.moretext,
  .mainBody .article p,
  .mainfooter .footer-text p,
  .moreless-button {
    font-size: 25px !important;
  }

  .contact-block .inner-box {
    position: relative;
    padding: 120px 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    text-align: center;
    height: 424px;
  }

  .cLine1,
  .cLine2,
  .cLine3 {
    background: #2e5484;
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    top: 42px;
    left: -20px;
  }

  .contact-block h5 {
    top: 60px;
  }

  .nri-corner-text h3 {
    font-size: 45px;
  }

  .h3,
  h3 {
    font-size: 45px;
  }

  .logo-banner {
    width: 270px;
  }

  .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
    width: 315px;
    margin: 30px 0;
  }

  .navbar-brand > img {
    display: block;
    width: 100%;
    top: 37px;
    z-index: 999999999 !important;
  }

  .navCall {
    width: 90px;
    border-left: 1px solid grey;
    padding: 12px 20px;
    margin: 12px 9px;
    margin-right: 20px;
    border-right: 1px solid grey;
  }

  .navMenu,
  .navMenu1 {
    width: 80px;
    padding: 9px 14px;
    margin: 61px 0;
    position: relative;
  }

  .tooltip {
    margin: 68px 0;
  }

  #myNavbar .nav > li > a {
    font-size: 32px;
    line-height: 121px;
  }

  .menuPop {
    width: 380px;
    top: 160px;
    right: -145px;
  }

  .menuPop ul li a {
    line-height: 60px;
    font-size: 32px;
  }

  .triangle-up {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 42px solid #ececec;
    top: -41px;
    left: 159px;
  }

  .number-content h1,
  .pushinghome h5,
  .know-text-jp h5 {
    font-size: 30px;
    padding: 50px 0;
    margin: 0;
  }

  .liveHead {
    font-size: 50px;
    padding: 30px 0px 0;
  }

  h1 {
    font-size: 75px;
  }

  .image-hover.img-shadow-1.sss p,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p {
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 28px;
    line-height: 140%;
    font-weight: 400;
  }

  .main_title_deliver {
    margin: 0 auto;
    width: 90%;
    margin-top: 7%;
    margin-bottom: 5%;
  }

  .view-all-proj {
    width: 31%;
    margin: 0 auto;
    margin-top: 150px;
  }

  .abt-slide-heading p {
    font-size: 27px;
  }

  p.p-deliver {
    font-size: 26px;
  }

  .jplife-button {
    width: 22%;
    float: right;
    clear: both;
    max-width: 280px;
  }

  .container_main_pushing {
    width: 90%;
  }

  .jp-button {
    margin: 3% auto 0;
  }

  .know-arrow-jp {
    width: 30%;
    margin-top: 22px;
  }

  .banner-subtitle {
    width: 64%;
  }

  .banner-title {
    font-size: 75px;
  }

  .jplife-button {
    margin-top: 98px;
  }

  .know-arrow-jplife {
    margin-top: 9px;
  }

  .pr_cntr_p {
    width: inherit;
  }

  #ongoing .section__slider .container__center {
    max-width: 2050px;
    width: 100%;
  }

  .jp-button h5 {
    padding: 30px 0;
  }

  #project .swiper-slide__block .swiper-slide__block__img {
    width: 60%;
    max-height: 908px;
    height: 908px;
    max-width: 1115px;
  }

  #project .swiper-container {
    height: 1040px;
  }

  #project .swiper-slide__block .paragraphe {
    max-width: 803px;
  }

  #project .swiper-slide__block .swiper-slide__block__text {
    width: 100%;
    max-width: 46%;
  }

  #project .swiper-slide__block .number {
    font-size: 20em;
    top: 105px;
    right: 121px;
  }

  #project .swiper-slide__block .main__title {
    font-size: 57px;
    padding-top: 60px;
    line-height: 68px;
  }

  #project .swiper-slide__block .main__subtitle1 {
    line-height: 69px;
    font-size: 1.8em;
  }

  #project .swiper-slide__block .main__subtitle3 {
    font-size: 2em;
    line-height: 33px;
  }

  #project .swiper-slide__block .main__subtitle2 {
    font-size: 1.7em;
    line-height: 2.5em;
  }

  #project .projects-head h3 {
    margin: 75px 0px 50px 0;
  }

  #project.home #hProngoing .swiper-button-next {
    width: 90px !important;
    height: 84px !important;
    margin-top: 0px !important;
  }

  #project.home #hProngoing .swiper-button-prev {
    width: 90px !important;
    height: 84px !important;
    top: 80% !important;
    margin-top: 1px !important;
  }

  #project .swiper-button-prev i {
    font-size: 35px;
    top: 40px;
  }

  #project .swiper-button-next i {
    font-size: 35px;
    left: -8px;
    top: 41px;
  }

  .delivered-projects-head {
    padding: 70px 0px 70px 70px;
  }

  .slick-dots li {
    margin-left: 14px;
    margin-right: 4px;
  }

  .slick-dots li button {
    width: 27px !important;
    height: 27px !important;
  }

  .slick-dots li button:before {
    top: -2px !important;
    left: -2px !important;
  }

  .slick-dots li button:before {
    font-size: 16px;
    line-height: 32px;
    width: 30px;
    height: 30px;
  }

  .slide-media iframe {
    min-height: 450px;
  }

  .image-hover.img-shadow-1.sss h5 {
    font-size: 35px;
    margin: 2% 0;
  }

  .glimpse-main p {
    font-size: 25px !important;
    padding: 0 7%;
  }
}

@media only screen and (min-width: 2880px) {
  .gallery-silder .gal-img p.pdng-top {
    font-size: 50px;
  }

  .gallery-silder .p-deliver {
    bottom: 101px;
    padding-left: 2%;
  }

  .main_title_jpdesk {
    padding-top: 6%;
  }

  .sub-head {
    font-size: 51px;
  }

  .project-blue-sec {
    top: 67%;
  }

  #hProngoing.north-jp #ongoing .swiper-button-next,
  #hProngoing.north-jp #ongoing .swiper-button-prev {
    width: 100px !important;
    height: 75px !important;
  }

  #ongoing .swiper-button-next i {
    top: 31px;
    left: 50%;
    font-size: 38px;
  }

  #ongoing .swiper-button-prev i {
    top: 31px;
    left: 50%;
    font-size: 38px;
  }

  #hProngoing.north-jp #ongoing .swiper-button-prev {
    top: inherit !important;
    bottom: 95px !important;
  }

  .pb-care .slick-dots li button:before {
    top: 6px !important;
    left: -10px !important;
  }

  .slick-dots li button {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-next {
    width: 75px !important;
    height: 75px !important;
  }

  .modal-content form {
    padding: 40px;
  }

  .tooltip {
    margin: 37px 0;
  }

  .container_main.investor .set-border > a,
  .mainBody p.moretext,
  .mainBody .article p,
  .mainfooter .footer-text p,
  .mainfooter .moreless-button {
    font-size: 26px;
  }

  .navbar-brand {
    padding: 43px 0px;
    width: 280px;
    height: 156px;
  }

  .container_main.investor .set-border li a,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 26px;
    line-height: normal;
    font-weight: 400;
  }

  .jp-button {
    margin: 0 auto 0;
  }

  .banner-subtitle p {
    font-size: 27px;
    line-height: 140%;
    font-weight: 400;
  }

  .main-div-jp p {
    font-size: 30px;
    line-height: 140%;
    font-weight: 400;
  }

  .know-arrow-jplife {
    padding: 21px 15px;
  }

  .pushinghome {
    width: 25%;
    max-width: calc(100% / 4);
  }

  .container_main {
    width: 90%;
    margin: 0 auto;
    max-width: 98%;
  }

  #project .swiper-slide__block .swiper-slide__block__img {
    width: 55%;
    max-height: 908px;
    height: 908px;
    max-width: 1115px;
  }

  #project .swiper-slide__block .swiper-slide__block__text {
    width: 1280px;
    max-width: 1070px;
  }

  .navbar-brand > img {
    width: 100%;
  }

  .navCall {
    width: 90px;
    padding: 17px 25px;
    margin: 42px 9px;
    margin-right: 100px;
    border-right: 1px solid grey;
  }

  .navMenu {
    width: 80px;
    padding: 9px 14px;
    margin: 94px 0px;
    position: absolute;
    right: 0;
  }

  .tooltip .tooltiptext {
    width: 344px;
    color: #0e0e0e;
    position: absolute;
    font-size: 36px;
    top: 95%;
    border: 1px solid #eee;
  }

  .navMenu1 {
    width: 80px;
    top: 0;
    right: 0;
    position: absolute;
    margin: 94px 0px;
    padding: 9px 14px;
  }

  .menuPop {
    width: 470px;
    top: 177px;
    right: -122px;
  }

  .triangle-up {
    left: 276px;
  }

  .banner_jp {
    height: auto;
  }

  .nav > li > a {
    line-height: 354%;
  }

  .number-content h1 {
    font-size: 76px;
  }

  .numbers-div .number-content p {
    font-size: 26px;
  }

  .liveHead {
    font-size: 48px;
  }

  h1 {
    font-size: 84px;
    margin: 20px 0;
  }

  .sub-head {
    padding: 0;
    font-size: 50px;
    margin: 0 0 100px;
  }

  .lable_line {
    margin: 50px auto 30px;
  }

  .slick-dots li button {
    width: 36px !important;
    height: 36px !important;
  }

  .slick-dots li {
    width: 36px;
    height: 36px;
    margin: 0 10px;
  }

  .slick-dots li button:before {
    font-size: 15px;
    line-height: 43px;
    top: -2px !important;
    left: 8px !important;
  }

  .p-deliver {
    font-size: 22px !important;
  }

  .abt-slide-heading p {
    font-size: 34px;
  }

  .delivered-projects-head {
    padding: 70px 0px 70px 70px;
  }

  .about_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about_us .col-md-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivered-projects-text {
    height: calc(100% - 175px);
    height: 100%;
  }

  .delivered-projects-head {
    height: calc(100% - 178px);
  }

  .about_us .slick-dots li button:before {
    left: 0 !important;
  }

  .about_us .slick-dots li button {
    width: 40px !important;
    height: 40px !important;
  }

  .about_us .slick-dots li {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .about_us .slick-dots li {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about_us .slick-dots li button:before {
    font-size: 16px;
    line-height: 46px;
    width: 40px;
    height: 40px;
  }

  .about_us .slick-dots {
    bottom: -135px;
  }

  .pushinghome h5 {
    font-size: 40px;
    line-height: 65px;
  }

  .deliver_main {
    width: 100%;
    margin: 7% 0;
  }

  .delivered-projects-head {
    padding: 100px 0px 100px 70px;
  }

  .know-text-jp h5 {
    font-size: 40px;
  }

  .jp-button {
    margin: 3% auto 0;
  }

  .know-arrow-jp {
    width: 86px;
  }

  div .form-control,
  div span#ccode1 input,
  [type="text"],
  div .select-drop,
  div .pop-col-phone,
  div #code_dailing3 {
    font-size: 28px;
    height: inherit;
    padding: 16px 12px;
  }

  .bottom-form .form-control {
    height: auto;
  }

  .jp-button {
    padding: 10px 40px;
  }

  .form-control {
    font-size: 16px;
  }

  .know-arrow-jp {
    margin-top: 26px;
  }

  #modal-content .form-control {
    height: 74px;
    padding: 16px 32px;
  }

  span#ccode3 input[type="text"] {
    font-size: 28px !important;
    height: inherit !important;
    padding: 16px 12px !important;
  }

  div .select-drop option {
    font-size: 18px;
  }

  .banner-subtitle {
    width: 59%;
  }

  .modal-header .close {
    top: -15px;
    left: 99%;
  }

  .modal-dialog {
    top: 8%;
    bottom: 8%;
  }

  .close {
    font-size: 41px;
    top: -25px;
  }

  .menu-item-has-children .dropdown-menu-toggle {
    font-size: 40px;
  }

  .pr_cntr_p {
    width: 100%;
    max-width: 1560px;
  }

  .projects-head h3 {
    font-size: 50px;
  }

  .banner-title {
    font-size: 76px;
  }

  #hProngoing .swiper-container {
    height: auto;
    width: 90%;
  }

  #project .swiper-slide__block .swiper-slide__block__img {
    width: 55%;
    max-height: 908px;
    height: 908px;
    max-width: 1305px;
  }

  #project.home #hProngoing .swiper-button-prev,
  #project.home #hProngoing .swiper-button-next {
    width: 100px !important;
    height: 80px !important;
  }

  #project.home #hProngoing .swiper-button-prev i,
  #project.home #hProngoing .swiper-button-next i {
    font-size: 32px;
    top: 39px;
  }

  .swiper-wrapper .swiper-slide__block .paragraphe {
    max-width: 1000px;
    line-height: 154% !important;
  }

  .ongoing_project {
    width: 85%;
    max-width: 98%;
    margin: 300px auto 160px;
  }

  .swiper-slide__block .number {
    top: 160px;
  }

  .swiper-slide__block .main__title {
    font-size: 57px;
    line-height: normal !important;
    padding-top: 60px;
  }

  .swiper-slide__block .main__subtitle1 {
    font-size: 1.9em;
  }

  .swiper-slide__block .main__subtitle2 {
    font-size: 1.7em;
    line-height: 60px;
  }

  .swiper-slide__block .main__title {
    font-size: 54px;
  }

  .swiper-slide__block .main__subtitle3 {
    font-size: 2em;
  }

  .swiper-slide .swiper-slide__block .swiper-slide__block__text:before {
    left: -90px;
    top: -3px;
    bottom: -3px;
    height: 102%;
  }

  #project.home #hProngoing .swiper-button-prev {
    top: inherit !important;
    margin-top: 0;
    bottom: -2px;
    left: -1px !important;
  }

  .swiper-slide__block .swiper-content .main__title {
    font-size: 53px;
  }

  .swiper-slide__block .swiper-slide__block__text .swiper-content {
    margin-left: -70px;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    line-height: 50px;
    padding: 20px 40px;
    border-radius: 85px;
    font-size: 29px;
  }

  #hProngoing .swiper-slide a.construction-btn-1 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-2 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-3 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-4 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-5 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-6 .fa-long-arrow-right,
  #hProngoing .swiper-slide a.construction-btn-7 .fa-long-arrow-right {
    font-size: 35px;
    line-height: 35px;
    padding: 0 10px 0 7px;
  }

  .construction-section .container-fluid {
    width: 90%;
  }

  .close-btn-1,
  .close-btn-2,
  .close-btn-3,
  .close-btn-4,
  .close-btn-5,
  .close-btn-6,
  .close-btn-7 {
    top: -90px;
    font-size: 55px;
  }

  .delivered-projects-text h2 {
    font-size: 52px;
  }

  .glimpse-main p {
    font-size: 30px !important;
  }

  .slide-media .slick-slide iframe {
    height: 450px;
  }

  .sep .image-hover {
    margin: 10px 20px 10px 20px;
  }

  .box-inner h1 {
    font-size: 38px;
  }

  .footer-icons a {
    cursor: pointer;
    float: right;
    margin: 10px;
    width: 70px;
  }

  .mainfooter img {
    width: 100%;
    margin: 0px 8px;
  }

  .project-background {
    padding: 140px 0;
  }

  .project-background h1 {
    font-size: 100px;
  }

  .projectongoingimg {
    margin: 0 20px;
    padding: 20px;
  }

  .ongoingproject-txt h3 {
    font-size: 40px;
  }

  .p-projon {
    width: calc(100% - 40px);
    margin: 0 0 19px;
  }

  .prev-button {
    left: -40px;
    width: 29px;
  }

  .next-button {
    right: -40px;
    width: 29px;
  }

  .project-ongoing-slider {
    width: 100%;
  }

  .project-ongoing-button {
    display: inline-block;
    font-size: 28px;
  }

  .contact-block .overlay {
    top: 42px;
  }

  a.theme-btn {
    padding: 12px 20px;
    font-size: 30px;
  }

  .link-btn {
    padding: 60px 0;
  }

  .contact-block .inner-box {
    height: 294px;
  }

  .contact-block h5 {
    top: 60px;
  }

  .cLine1,
  .cLine2,
  .cLine3 {
    top: 34px;
  }

  .know-text-project-ongoing h5 {
    font-size: 32px;
  }

  .know-arrow-project-ongoing {
    margin-top: 13px;
  }

  .project-ongoing-button a {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .project-ongoing-button {
    margin: 40px auto 0;
    display: table;
  }

  .achievements.container_main {
    margin: 150px auto;
  }

  .project-white-sec {
    margin: 0 auto -238px;
  }
}

@media screen and (max-width: 1440px) and (min-height: 900px) {
  h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #2e5689;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px;
  }

  .container_asp,
  .btm_fx_enq {
    width: 1100px;
  }

  .container_asp {
    width: 1180px;
    max-width: 98%;
    margin: 0 auto;
  }

  .home-boundries {
    height: 65vh;
  }

  .bghome-push {
    background-color: #e1e1e1;
    margin-top: 40px;
  }

  .pushing-new {
    position: absolute;
    top: 168%;
  }

  .project-blue-sec {
    top: 71% !important;
  }

  .glimpse-col-middle img {
    width: 100%;
    height: 72.2vh;
  }

  section.human_sec {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 1367px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .home-boundries {
    height: 97vh;
  }

  .media_glimpse-col-middle img {
    width: 100%;
  }

  .glimpse-col-middle img {
    width: 100%;
    height: 93.5vh;
  }
}

@media only screen and (min-width: 1200px) {
  #hProngoing swiper-slide__block .swiper-slide__block__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .container_main {
    width: 85%;
    margin: 0 auto;
    max-width: 100%;
  }

  .pushinghome {
    width: 21%;
    float: left;
    padding: 20px 0 20px 0;
    margin: 10px 10px 10px 19px;
  }

  .glimpse-main {
    padding: 50px 153px 0;
  }

  .swiper-slide__block .swiper-slide__block__img {
    width: 100%;
    height: 317px;
    overflow: hidden;
  }

  .project-background h1 {
    margin: 70px 0 30px 0;
  }
}

@media only screen and (max-width: 980px) {
  .col_pr4 {
    width: 48%;
    float: left;
    margin: 1%;
    padding: 0% 0%;
  }

  .col_sm2 {
    width: 98%;
    margin: 1% auto;
    float: none;
  }

  .col_sm4 {
    width: 48%;
    margin: 1%;
    float: left;
  }

  .col_sm5 {
    width: 48%;
    margin: 1%;
    float: left;
  }

  .col_sm8 {
    width: 98%;
    margin: 1% auto;
    float: none;
  }

  .col_sm88 {
    width: 98%;
    margin: 1% auto;
    float: none;
  }
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (max-width: 812px) {
  .view-all-proj .know-text-project-property {
    padding: 0;
    float: left;
  }
  
  .qr_code {text-align:center;}
.qr_code img {width:30%; text-align:center;}

  .know-text-project-property h5 {
    font-size: 20px;
  }

  .view-all-proj .know-text-project-property {
    padding: 0;
  }

  .ongoing_project .responsivepro .p-deliver,
  .delivery_project .responsivepro .p-deliver {
    width: calc(100% - 20px);
    left: 0;
    bottom: 0 !important;
  }

  .media-page .sep {
    width: 85%;
    margin: 0 auto;
    max-width: 100%;
  }

  .media-page h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }

  .media-white-sec {
    top: 68%;
    margin: 0 auto -190px;
  }

  .media-background .media-white-sec {
    margin: 0 auto -190px;
    position: relative;
    width: 85%;
    left: inherit;
    top: inherit;
  }

  .glimpse-main.media-page {
    padding: 170px 0 0;
  }

  .media-background {
    padding: 70px 0;
    background-size: 230% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .jp-north-page-living-space-main .slick-dots {
    bottom: -75px;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    line-height: 170%;
    font-size: 14px;
  }

  .parallax-mira {
    background-position: center bottom;
  }

  .new-margin {
    margin-top: 16% !important;
  }

  .jp-north-page-way-life-main #hProngoing.north-jp {
    width: 100%;
    margin-top: 30px;
  }

  #hProngoing.north-jp .swiper-button-prev {
    margin-top: -30px !important;
  }

  .jp-north-page-way-life-main-text p {
    text-align: center;
  }

  .jp-north-page-way-life-main-text {
    width: 100%;
  }

  .p-width {
    width: 100%;
  }

  .achievements .prev-button {
    left: -30px;
  }

  .achievements .next-button {
    right: -30px;
  }

  .redevelopment-abtus {
    min-height: 151vh;
    max-height: 100vh;
  }

  .leader-box {
    width: 100%;
    margin: 0 0 5%;
  }

  .leader-box-img {
    float: left;
    width: 50%;
  }

  .leader-box-txt {
    width: 50%;
    float: left;
  }

  .leader-slider {
    margin: 9px auto;
  }

  .abtus-img {
    width: 100%;
    margin: 20px 0 0;
  }

  .abtus-img2 {
    right: 0;
    position: relative;
    width: 49%;
    top: 0;
    margin: 0;
    float: right;
    left: inherit;
  }

  .abtus-img1 {
    left: 0;
    position: relative;
    width: 49%;
    top: 0;
    margin: 0;
    float: left;
  }

  .abtus-txt h3 {
    font-size: 26px;
    text-align: center;
  }

  .abtus-jpinfra p {
    text-align: center;
  }

  .abtus-txt {
    width: 100%;
    float: left;
  }

  .box-inner {
    width: 85%;
  }

  .contact_frm h1 {
    margin: 0 0 25px;
  }

  .contact_finfo {
    max-width: 90%;
  }

  .pushing-new .lable_line {
    margin: 1% auto 0;
  }

  .solar-content .pb-cb {
    top: 86% !important;
  }

  .slider-col .caption h2 {
    font-size: 22px;
  }

  .main-wrapper .slider-col .caption p.p-pushingb {
    font-size: 10px;
  }

  .integrate-icons {
    width: 70%;
  }

  .Integral_sec .footprint-tabs-new {
    top: -43px;
  }

  .Integral_sec.pb .footprint-tabs-new {
    top: -42px;
  }

  .pb-integrate-txt p {
    text-align: center;
  }

  .mainBody .pb-care-txt p {
    width: 100%;
  }

  .mainBody .pb-integrate-main .pb-integrate-txt {
    width: 100%;
    text-align: center;
  }

  .footprint-tab .desinovtxt {
    padding: 50px 0 20px !important;
  }

  .main-wrapper .slider-col .caption {
    padding: 30px 9%;
  }

  .pb-cb {
    /* top: 87% !important; */
  }

  .pb-care-slider-main .txt-left {
    text-align: center;
  }

  .footprint-tabs {
    top: -151px;
    margin-top: 80px;
  }

  .pbslider-care-txt h3 {
    text-align: center;
  }

  .pb-care-img {
    width: calc(100% - 34px);
    margin: 17px;
    position: relative;
  }

  .p-northhome {
    top: 92%;
    padding: 0px 15px;
  }

  .solar-icon {
    width: 20%;
    margin: 30px auto;
    float: none;
  }

  .solar-txt p {
    text-align: center;
  }

  .solar-txt {
    width: 100%;
    float: none;
    padding: 0;
  }

  .solar-para {
    width: 100%;
    float: none;
  }

  .solar-img {
    width: 100%;
    float: none;
  }

  .solar-para h6,
  .proj_txt h3 {
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
  }

  .main-wrapper .slider-col .caption p {
    font-size: 16px;
  }

  .main-wrapper .slider-col.active .caption {
    margin: 0 0 0;
    height: 100%;
    padding: 100px 13% !important;
  }

  .project-white-sec {
    padding: 50px 30px;
  }

  .test-slider-main {
    margin: 10% auto;
    max-height: inherit;
  }

  .testimonial_main h1 {
    font-size: 53px;
    margin: 0 0 20px;
  }

  .testimonial_main .liveHead2.aos-init.aos-animate p {
    width: 95%;
    margin-bottom: 0;
  }

  .new-del-project {
    width: 80%;
  }

  .lable_line {
    margin: 0 auto 15px;
  }

  .pbcare-line {
    position: relative;
    margin: 0 auto;
    width: 40%;
  }

  .pbslider-care-txt {
    width: 100%;
  }

  .container_main h1 {
    margin: 0 0 10px;
  }

  .ongoing_project .proj_hvtext,
  .project-ongoing .proj_hvtext {
    font-size: 14px;
  }

  .p-projon {
    width: calc(100% - 20px);
    margin: 0 10px 9px;
    padding: 9px;
  }

  .inner-box p,
  .top-content p,
  .ongoingproject-txt p,
  .test-text p,
  .test-text h6 {
    font-size: 14px;
  }

  .quote-slider-wrapper .swiper-slide .wrapper {
    padding: 50px 0 0;
  }

  .about_us .delivered-projects-text h2,
  .about_us .delivered-projects-text h2 {
    text-align: center;
  }

  .know-text-jplife h5 {
    margin: 4px 0;
  }

  .p-northhome {
    top: 77%;
    min-height: 85px;
    padding: 0px 15px;
  }

  .delivered-projects-head h1,
  .delivered-projects-text p {
    text-align: center;
  }

  .nav > li > a {
    padding: 8px;
  }

  .logo-banner {
    left: 7.5%;
    top: 10%;
  }

  .navbar-brand {
    height: 67px;
    padding: 15px 15px;
    font-size: 18px;
    margin: 5px 0;
  }

  .navbar-header {
    width: 165px;
  }

  .navbar-brand > img {
    display: block;
    width: 100%;
  }

  .nav > li > a {
    padding: 25px 8px;
  }

  .number-content h1 {
    font-size: 29px;
  }

  .content-div {
    width: 90%;
  }

  .delivered-projects-head {
    border-left: 5px solid #ddd;
    padding: 45px 25px 45px 25px;
    margin-top: 0;
    position: relative;
    border-right: 5px solid #ddd;
    margin-bottom: 10%;
  }

  .mob-del-line {
    right: 0;
    left: inherit;
  }

  .abt-slide-heading p {
    font-size: 13px;
  }

  .pushinghome {
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 12px;
  }

  .know-arrow-jp {
    padding: 12px 15px;
  }

  .banner-north {
    background: url(../images/clubbg1.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 30px;
  }

  p.banner-subtitle {
    font-size: 14px;
    line-height: normal;
  }

  #hProngoing .swiper-slide__block .swiper-slide__block__img img {
    position: relative;
  }

  .section__slider .swiper-slide__block .number {
    bottom: inherit;
    position: absolute;
    top: 20px;
  }

  .section__slider .swiper-slide__block .main__title {
    position: absolute;
  }

  .swiper-slide__block .swiper-slide__block__text {
    padding-top: 50px;
  }

  .swiper-slide__block .main__title {
    padding-top: 75px;
    line-height: 35px;
  }

  #project.home #hProngoing .swiper-button-prev,
  #project.home #hProngoing .swiper-button-next {
    top: 45% !important;
    margin-top: 0 !important;
  }

  #project.home .section__slider .swiper-slide__block .number {
    top: 70px;
    position: absolute;
    bottom: inherit;
  }

  #project.home .project .swiper-slide__block .swiper-slide__block__text {
    padding-top: 70px;
  }

  #project.home
    .swiper-slide__block
    .swiper-slide__block__text
    .swiper-content {
    padding: 0;
    margin-left: 0;
  }

  #project.home .swiper-slide__block .swiper-slide__block__text {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .Integral_sec .container_main {
    width: 90%;
  }

  #project.home .swiper-slide__block .paragraphe {
    max-width: 580px;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 42px;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    bottom: 0;
  }

  .glimpse-main {
    padding: 50px 50px 0;
  }

  .footer-text {
    padding-left: 0;
    float: left;
  }

  .footer-icons {
    padding-left: 165px;
    margin: 0;
    width: initial;
  }

  .glimpse-main p {
    font-size: 12px !important;
  }

  .box-inner h1 {
    margin: 0 0 30px;
  }

  .banner-subtitle {
    width: 360px;
  }

  p.banner-subtitle {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

  .banner-title {
    margin-bottom: 5px;
  }

  .know-text-jplife h5 {
    margin: 7px 0;
  }

  .know-arrow-jplife {
    padding: 10px 15px;
  }

  .li-1,
  .li-2,
  .li-3 {
    padding: 6px 9px;
  }

  .hide-inst {
    display: none;
  }

  .custom-frm {
    margin: 0;
  }

  #modal-content .form-control {
    /* margin:10px 0px 0; */
  }

  span#ccode3 input[type="text"] {
    /* height: 34px; */
  }

  .select-drop {
    height: 34px;
    padding: 7px 0px;
  }

  .color-heading {
    margin-top: 0;
    text-align: center;
  }

  .modal-dialog {
    margin: 18px auto;
  }

  .modal-header {
    /*padding: 0;*/
    border-bottom: none !important;
  }

  .jplife-button {
    margin-top: 3rem;
  }

  .swiper-slide__block .main__subtitle2 {
    padding-top: 0;
    margin: 0;
  }

  .swiper-slide__block .main__title {
    padding-top: 65px;
    line-height: 25px;
  }

  .swiper-slide__block .paragraphe {
    margin-top: 0;
  }

  .project-background {
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .testimonial_main {
    max-height: inherit;
  }

  .media-page.abovefooter_main {
    padding-top: 100px;
  }

  .nri-corner-text .view-all-proj {
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    display: table;
  }

  .nri-corner-text .know-arrow-project-property img {
    margin: 0;
  }

  .nri-corner-text .project-property-button .know-text-project-property h5 {
    padding: 0;
  }

  .contact-btn {
    padding: 10px 20px;
  }

  .mainBody .nri-corner-text p {
    line-height: 170%;
    font-size: 16px;
  }

  .proj_main {
    width: 95%;
  }

  .single_code,
  .proj_slider {
    width: 80%;
    float: none;
    margin: 0 auto;
  }

  .proj_txt {
    width: 100%;
    float: left;
  }

  .proj_info ul {
    width: 80%;
    margin: 30px auto 0;
  }

  #redefining .p-deliver {
    top: 91%;
  }

  #redefining.main-func .carousel-indicators {
    top: 91%;
  }

  .resume-arrow {
    width: 13%;
    float: left;
    padding: 12px 8px;
  }

  .resume-box {
    width: 69%;
  }

  .mail-resume h5 {
    text-align: center;
  }

  .wwu-bttn button {
    padding: 0 30px;
    border-radius: 5px;
    width: auto;
    margin: 20px;
  }

  .wwu-btn-event .wwu-btn {
    width: 61%;
  }
}

@media only screen and (max-width: 768px) {
  .d_hide {
    display: block !important;
  }

  .m_hide {
    display: none !important;
  }
  .qr_code {text-align:center;}
.qr_code img {width:50%; text-align:center;}

  /*popup start*/

  .modal-dialog {
    width: 94% !important;
    top: 2%;
  }

  #modal-content .m_margin {
    margin-top: -20px;
  }

  .modal-header .close {
    /* left: 94%; */
  }

  /*popup ends*/

  .navbar-brand {
    padding: 16px 0px !important;
    /* margin: 4px 0px 0px 25px !important; */
    height: 61px !important;
  }

  .navbar-brand > img {
    width: 60% !important;
  }

  .navbar-toggle {
    position: absolute;
    float: right;
    margin: 5px 28px;
    /* padding: 22px 12px; */
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 10px;
    right: -20px;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
    margin:5px 28px;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .hoverLine {
    top: 5px;
  }

  .nav > li > a {
    padding: 10px 25px;
  }

  .navbar-header {
    position: relative;
  }

  .call-mob {
    width: 6%;
    position: absolute;
    left: 68%;
    top: 22px;
  }

  .prev-button-home {
    display: none !important;
  }

  .next-button-home {
    display: none !important;
  }

  .prev-button {
    display: none !important;
  }

  .next-button {
    display: none !important;
  }

  .btm_fx_enq_bg {
    padding: 10px 0px;
  }

  .col_sm3 {
    width: 98%;
    margin: 1% auto;
    float: none;
  }

  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 21px;
  }

  .menuPop {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    height: auto;
    right: 0px;
    background: #ffffff;
    z-index: 99;
    -webkit-box-shadow: 2px 1px 6px #00000061;
    box-shadow: 2px 1px 6px #00000061;
    border-radius: 5px;
  }

  .nav > li > a {
    text-align: center;
  }

  .navCall {
    display: none;
  }

  /*narang slider*/

  .swiper-slide__block .paragraphe {
    margin-left: 0;
  }

  .swiper-slide__block .main__subtitle1 {
    margin-left: 0;
  }

  .swiper-slide__block .main__subtitle2 {
    margin-left: 0;
  }

  .swiper-slide__block .main__subtitle3 {
    margin-left: 0;
  }

  /*--------------------------------------------------------------
    Home Page
    --------------------------------------------------------------*/

  .p-deliver {
    bottom: 0%;
  }

  .col-del1 {
    width: 100%;
    float: none;
    margin-bottom: 47px !important;
    margin: 0px auto;
  }

  .below-banner-section {
    padding: 10px 0;
    min-height: 72px;
  }

  .numbers-div {
    width: 100%;
  }

  .main_title_deliver {
    width: 100%;
  }

  .abt-slide-heading {
    display: block;
    background: no-repeat;
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #2e5484;
    color: #fff;
  }

  .abt-slide-heading h6 {
    color: #fff;
  }

  .abt-slide-heading p {
    color: #fff;
  }

  .know-text-jpabout h5 {
    font-size: 11px;
  }

  .btmPname {
    font-size: 11px;
  }

  .content-div {
    margin-bottom: 0px !important;
  }

  .delivered-projects-head {
    border-left: 5px solid #ddd;
    padding: 45px 25px 45px 25px;
    margin-top: 0px;
    position: relative;
    border-right: 5px solid #ddd;
    margin-bottom: 10%;
    margin-top: 10px;
  }

  .delivered-projects-head p {
    font-size: 14px;
    text-align: center;
  }

  .mb-del-btn {
    width: 75% !important;
    margin-top: 20px;
  }

  .mob-del-line {
    left: 75%;
  }

  .p-northhome {
    font-size: 12px;
    font-size: 12px;
    padding-top: 0;
  }

  .jp-button {
    /*width: 61%;*/
  }

  .jplife-button {
    float: none;
    border: 1px solid #fff;
    max-width: 100%;
    text-align: center;
    width: 50%;
  }

  .jp-north-button {
    top: 91%;
    left: 25px;
    width: 98% !important;
  }

  .btn-transprant {
    width: 66%;
    margin: 2%;
    padding: 2px 0px;
  }

  .jpotherproject-button {
    width: 81%;
    max-width: 100%;
    margin: 0 auto;
  }

  .pushing-new {
    position: unset;
    top: 0%;
  }

  .pushinghome {
    width: 98%;
    /*float: none;*/
    /*padding: 0;*/
    margin: 0 auto;
  }

  .home-boundries {
    background-image: none;
    padding: 0;
    margin-top: 10px;
  }

  .home-pb {
    top: 77% !important;
  }

  .home-boundries-img {
    display: block;
  }

  p.banner-subtitle1 {
    text-align: center;
  }

  .home-boundries-txt {
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-top: 0px;
  }

  .boundries-liveHead2.aos-init.aos-animate p {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: initial;
    font-size: 12px;
  }

  .boundaries-h1 h1 {
    text-align: left;
    text-transform: capitalize;
    font-weight: 800;
    color: #2e5689;
    font-size: 28px;
    width: 100%;
  }

  img.arrow_button_css {
    width: 6.5%;
  }

  .banner-north-mob {
    position: relative;
    height: 100vh;
    background: url(../mobile/Homepage/North.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
    margin-top: 25%;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main-div-jp {
    width: 100%;
    margin: 0 auto;
    top: 1%;
    left: 0;
  }

  .banner-title {
    margin: 5px 0px;
    text-align: center;
  }

  .p-18 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 200;
  }

  .new-p-css {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
  }

  .glimpse-main {
    background-color: #2e568945;
    width: 100%;
    padding: 30px 0;
  }

  .glimpse-col-middle img {
    width: 100%;
    height: auto;
  }

  .glimpse-h1 h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #2e5689;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px;
    text-transform: capitalize;
  }

  .line-homepage {
    text-align: left;
    width: 33%;
  }

  .lable_line {
    padding-top: 0px;
    width: 27%;
  }

  .glimpse-head.aos-init.aos-animate p {
    text-align: center;
    margin: 10px auto;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
  }

  .contact-div {
    padding: 0;
  }

  .col-del1 {
    width: 100%;
    float: none;
  }

  .col-del2 {
    width: 100%;
    float: none;
  }

  .banner-north {
    margin-top: 75%;
  }

  .jpabout-button {
    width: 47%;
    max-width: 100%;
    margin-top: -5px;
  }

  .know-text-jpabout {
    width: 48%;
    float: left;
  }

  .know-arrow-jpabout {
    width: 39%;
  }

  .btmPname {
    top: 16px;
    left: 56px;
  }

  .banner-north > *:not(.skiing) {
    padding: 0px 15px;
  }

  .banner-title {
    font-size: 38px;
  }

  p.banner-subtitle1 {
    font-size: 24px;
  }

  .banner-subtitle {
    width: 98%;
  }

  .contact-form {
    width: 98%;
    margin: 60px auto;
    padding: 20px 20px;
  }

  .close-form {
    margin-top: -10px;
  }

  .contact-block .inner-box {
    margin-bottom: 60px;
  }

  .form-field {
    width: 98%;
    float: none;
  }

  .phone-control {
    width: 78% !important;
    float: left;
  }

  .form-button {
    width: 60%;
    float: none;
    margin: 0 auto;
  }

  span#ccode input[type="text"] {
    width: 75%;
  }

  .form-button button {
    width: 95%;
  }

  .numbers-div {
    width: 100%;
  }

  .carousel-fade .carousel-inner {
    background: #0000;
  }

  .number-content p {
    font-size: 14px;
  }

  /*-------------------------------------------------------

    Blog Mob Page

---------------------------------------------------------*/
  .inner-goback-button {
    width: 42%;
  }

  .blog-banner img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .blog-box {
    position: unset;
    bottom: 0px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 30px;
    -webkit-box-shadow: 0.5px 3px 4px 3px #dddddd5e;
    box-shadow: 0.5px 3px 4px 3px #dddddd5e;
  }

  .blog-box p {
    text-align: center;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  section#blogs-here {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .blogs-here-col {
    margin-top: 60px;
    height: 300px;
  }

  img.cls-icons {
    width: 50%;
  }

  .share-buttons {
    margin: 0 0 28px;
  }

  .inner-goback-button {
    float: none;
  }

  aside#sidebar {
    width: 90% !important;
    float: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-top: 0% !important;
  }

  /*--------------------------------------------------------------
    nri corner page
    --------------------------------------------------------------*/
  .nri-text h3 {
    font-size: 20px;
    text-align: center;
  }

  .nri_yinvest {
    background-image: url(../img/nri/Why-Invest-BG.jpg);
  }

  .whitey_line {
    width: 20%;
    left: 38.75%;
    top: 6%;
  }

  .nri-corner-text {
    width: 98%;
  }

  .marg-mob-nri {
    margin-top: 35px !important;
  }

  .view-all-proj {
    width: 100%;
  }

  .content p {
    padding: 10px;
    font-size: 14px;
  }

  .accordion-container {
    max-width: 98%;
  }

  .set > a {
    padding: 10px;
    font-size: 16px;
  }

  .f-10 {
    font-size: 10px;
  }

  /*--------------------------------------------------------------
north Page
--------------------------------------------------------------*/
  .np-mergerd {
    width: 98%;
    float: none;
    margin: 0 auto;
  }

  .north-p {
    top: 77%;
  }

  section.main-npslider {
    height: auto;
  }

  video#myVideonpnorth {
    width: 100%;
  }

  .logo-banner {
    width: 30%;
    max-width: 170px;
    top: 5%;
    left: 5%;
  }

  .np-img-leaf4 {
    width: 20%;
    left: 74%;
    top: 97%;
  }

  .jp-north-page-way-life-main.width-100 {
    background-color: #00000014;
    padding: 30px 0px;
    margin-top: 0px;
  }

  .mob-tf-42 {
    margin: 0px 0px 0px 0px !important;
  }

  .ls-p {
    top: 93%;
  }

  .jp-north-page-banner-text-main {
    width: 90%;
    font-size: 16px;
  }

  .jp-north-page-way-life-main-text {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }

  .h2-css {
    font-size: 20px;
    text-align: left;
  }

  .jp-north-page-way-life-main-img {
    width: 100%;
    float: none;
  }

  .p-width {
    width: 98%;
    text-align: justify;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 35px;
  }

  .jp-north-page-banner-text-h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
  }

  .jp-north-page-way-life-main-divs {
    width: 94%;
    margin: 0 auto;
  }

  .np-bl-patch {
    background-color: #00000000;
  }

  .np-img-leaf {
    width: 20%;
    left: 25%;
    top: 20%;
  }

  .above-footer-color {
    font-size: 20px;
  }

  .jp-north-page-banner-text-h6 {
    font-size: 16px;
  }

  .jp-north-page-subheading {
    width: 90%;
    font-size: 14px;
  }

  .top {
    top: 25%;
    left: 6%;
  }

  .tx-align p {
    text-align: center !important;
    font-size: 14px !important;
  }

  .parallax-mira {
    background-image: url(../img/jpnorthpage/Miraroad-BG-mob.jpg);
  }

  .jp-north-page-abovefooter_main {
    width: 100%;
    background-color: #00000014;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jp-north-page-way-life-main-text {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .margin-top {
    margin: 35px 0px 0px 0px;
  }

  .inner-div-np-text {
    top: 80%;
  }

  .jp-north-page-transforming-text-main {
    top: 5%;
  }

  .button-np {
    width: 40%;
    padding: 0px 6px 0px 14px;
  }

  .np-img-leaf3 {
    width: 7%;
    left: 90%;
    top: 95%;
  }

  .np-img-leaf2 {
    width: 18%;
    left: 10%;
    top: 163%;
  }

  .mob-wid {
    margin: 0 auto;
    width: 98%;
  }

  .jp-north-page-themed-garden-heading {
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
  }

  /*--------------------------------------------------------------
    media Page mob
    --------------------------------------------------------------*/
  .media-background {
    background-image: url(../img/media/Media-Banner-mob.jpg);
  }

  .media-background.investor {
    background-image: url(../img/Banner-investors.jpg);
  }

  .media_sletters {
    width: 98%;
    margin: 0 auto;
  }

  /*--------------------------------------------------------------
    DELIVERED PRORJECT Page mob
    --------------------------------------------------------------*/
  .p-deltemp {
    font-size: 12px;
    top: 30%;
    left: 90%;
  }

  .pgal-artistic {
    top: 75%;
  }

  .pgalnc-artistic {
    top: 75%;
  }

  .pgalnc-artisticlob {
    top: 53%;
    min-height: 125px;
    max-height: 150px;
  }

  .project-blue-sec {
    width: 98%;
    left: 1%;
    top: 42%;
    padding: 15px 15px;
  }

  .proj_main {
    height: 55px;
  }

  .main_title_jpdesk p {
    text-align: justify !important;
  }

  .pd-icon-inner {
    width: 98%;
    margin: 0 auto;
  }

  .plus {
    left: 42%;
  }

  .pd-icon {
    width: 70%;
    float: none;
    padding: 35px;
    margin: 0 auto;
  }

  .cmn_plus {
    width: 15%;
    position: absolute;
    margin-top: -8%;
  }

  .plus2 {
    left: 42%;
  }

  .plus3 {
    left: 42%;
  }

  .gallery-silder {
    width: 98% !important;
    margin: 0 auto;
  }

  /*--------------------------------------------------------------
    Project Page
    --------------------------------------------------------------*/
  h1 {
    text-align: center;
    font-size: 21px;
  }

  .project-background-mob {
    background: url(../img/project/Projects-mob.jpg);
  }

  .container_aks {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .media_hveff_pro h5 {
    width: 100%;
    margin: 10px auto;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 16px;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    top: 47% !important;
  }

  .p-projon {
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    top: inherit;
    padding: 10px;
    margin: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*.media_hveff_pro:hover {*/
  /*	top: 81%;*/
  /*	width: 88%;*/
  /*	left: 6%;*/
  /*}*/
  .world_main {
    width: 98%;
  }

  .container_main {
    width: 98%;
  }

  .liveHead2.aos-init.aos-animate p {
    text-align: justify;
    width: 96%;
    margin: 20px auto;
    padding: 0px 15px;
  }

  .divide-img {
    width: 100%;
    float: none;
  }

  .divide-text {
    width: 100%;
    float: none;
    background-color: #0000001a;
    padding: 5px 0px;
  }

  .project-background h1 {
    top: 25%;
    font-size: 30px;
  }

  .testimonial_main h5 {
    text-align: center;
  }

  .testimonial_main {
    width: 100%;
    margin: 0px;
  }

  .btn-width {
    width: 50% !important;
    margin: 0 auto;
  }

  .center_para {
    text-align: center !important;
  }

  .lable_line {
    text-align: center;
    width: 22%;
    margin: 0 auto;
  }

  .delivery_project {
    width: 100%;
    background-color: #9fa7db69;
    padding-top: 20px;
    margin: 60px 0px;
  }

  .abovefooter_main {
    width: 100%;
    background-color: #00000014;
    margin: 0px 0px;
    padding: 20px 19px;
  }

  .project-white-sec {
    position: absolute;
    background-color: #fff;
    width: 98%;
    left: 1%;
    top: 58%;
    padding: 30px;
    -webkit-box-shadow: 0px 3px 4px 1px #eee;
    box-shadow: 0px 3px 4px 1px #eee;
  }

  .jp-testimonial {
    width: 98%;
    margin: 0 auto;
    padding: 5px 5px;
  }

  .testimonial-slider-main {
    width: 98%;
    margin: 10px auto;
  }

  /*--------------------------------------------------------------
    redevelopment Page
    --------------------------------------------------------------*/
  .proj_info {
    padding-top: 0;
  }

  .proj_slider {
    width: 100%;
    float: none;
  }

  .proj_txt {
    width: 100%;
    float: none;
  }

  .proj_txt h3 {
    font-size: 18px;
    margin-top: 25px;
  }

  .single_code {
    width: 100%;
    float: none;
  }

  .redev-chartslider {
    bottom: 0;
  }

  /*--------------------------------------------------------------
    work with  us Page
    --------------------------------------------------------------*/
  .resume-box {
    width: 98%;
  }

  .resume-txt h5 {
    font-size: 16px;
  }

  .resume-arrow {
    width: 17%;
    padding: 12px 0px;
  }

  .wwu-btn {
    width: 98%;
  }

  .wwu-btn-txt {
    width: 88%;
    padding: 15px 5px 15px 5px;
    font-size: 12px;
  }

  .wwu-bttn button {
    width: 40%;
    margin-left: 55%;
  }

  .content-wwu p {
    padding: 20px;
  }

  .over-btnarrow {
    padding: 13px 0px 0px 0px;
    width: 8%;
  }

  .position-wwu {
    padding: 0px 15px 40px;
  }

  .resume-txt {
    width: 70%;
    text-align: center;
    float: left;
    padding: 5px 5px;
  }

  .mail-resume {
    width: 100%;
    text-align: center;
    float: left;
    padding: 5px 5px;
  }

  /*--------------------------------------------------------------
    Media Page
    --------------------------------------------------------------*/
  .media-white-sec {
    width: 98%;
    left: 1%;
    padding: 20px 20px;
  }

  .row_article {
    padding: 0px 0px;
    border: 1px solid #00000024;
  }

  .slick-prev {
    left: -24px !important;
  }

  .new-media {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .media_knwmr {
    padding: 15px 25px 64px 25px;
  }

  .btn_more_media {
    padding: 8px;
    width: 36%;
  }

  .jpdesec {
    display: none;
  }

  .media_btn-width {
    width: 48% !important;
  }

  .media_glimpse-main {
    background-color: #2e568945;
    width: 100%;
    padding: 30px 0;
  }

  .media_glimpse-col-middle img {
    width: 100%;
    height: auto;
  }

  .media_glimpse-h1 h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #2e5689;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px;
    text-transform: capitalize;
  }

  .line-homepage {
    text-align: left;
    width: 33%;
  }

  .lable_line {
    text-align: center;
    padding-top: 0px;
    width: 27%;
  }

  .media_glimpse-head.aos-init.aos-animate p {
    text-align: center;
    margin: 10px auto;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  /*--------------------------------------------------------------
    Pushing boundaries Page mob
    --------------------------------------------------------------*/
  .mrg-top-ut {
    margin-top: 105% !important;
  }

  section.human_sec {
    margin-top: 20%;
  }

  .p-pushingb {
    top: 85%;
    left: 55%;
  }

  .slider-col .caption h2 {
    padding: 20% 0 10px !important;
  }

  .desinovtxt {
    padding: 20px 10px !important;
  }

  /*----------------------------------------------------------------
    overview PAGE mob
    ----------------------------------------------------------------*/
  .redevelopment-abtus {
    background-image: url(../img/about-us/Our-Redevelopment-Projects-BG-mob.jpg);
  }

  .abtus-txt {
    width: 98%;
    float: none;
    margin: 0 auto;
  }

  .abtus-txt h3 {
    padding: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  #mob-abtcar .carousel-indicators li {
    background: #c3c1c1;
    margin: 0 3px;
    width: 13px;
    height: 12px;
  }

  #mob-abtcar .carousel-indicators li.active {
    margin: 0 3px;
    background-color: #2e5484;
  }

  #mob-abtcar .carousel-indicators {
    top: 105%;
  }

  .ov-pdel {
    top: 88%;
  }

  .leader-slider {
    margin: 0px auto;
  }

  .leader-box {
    width: 100%;
    float: none;
    border: 1px solid #000;
    padding: 10px 26px;
    margin: 30px 0px 0px 0px;
    -webkit-filter: none;
    filter: none;
  }

  .leader-box-img {
    width: 100%;
    float: none;
  }

  .leader-box-txt {
    width: 100%;
    float: none;
    padding: 0px;
  }

  .abt-blueline {
    width: 15%;
  }

  .redevelopment-p {
    width: 98%;
    margin: 20px auto;
  }

  .abtpage-btn {
    width: 60%;
  }

  .abt-p-width {
    width: 98%;
    margin: 15px auto;
    text-align: justify;
  }

  .abt-pmob-width {
    width: 98%;
    margin: 15px auto;
  }

  /*--------------------------------------------------------------
    Contact Page
    --------------------------------------------------------------*/
  .rera-no p {
    font-size: 11px;
  }

  .contact_finfo {
    max-width: 90%;
    padding: 0%;
  }

  p.texxxt {
    margin: 0% 7% 0% 15%;
  }

  form {
    text-align: center;
  }

  .contact_linfo {
    padding: 0%;
    width: 100%;
    float: none;
  }

  .contact_rinfo {
    width: 100%;
    float: none;
    margin-top: 22px;
  }

  .contact_desk {
    display: block;
  }

  .contact_mob {
    display: none;
  }

  .contact_frm {
    margin-bottom: 23px;
  }

  input {
    width: 250px;
  }
  .project-tc-sec {
    width: 100% !important;
    left: 0% !important;
    top: 72% !important;
    padding: 50px 0px !important;
  }
  .swiper-button-prev i {
    left: 15% !important;
    top: 20px !important;
  }
  .swiper-button-next i {
    left: 15% !important;
    top: 20px !important;
  }
  .abtpage-achievement {
    width: 50%;
    margin: 0;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .desktop_cont {
    display: none;
  }

    .qr_code {text-align:center;}
.qr_code img {width:50%; text-align:center;}
  .mobile_cont {
    display: block;
  }

  .contact_desk {
    display: none;
  }

  .contact_mob {
    display: block;
  }

  /*project page*/
  .pr_sl_img {
    width: 100%;
    float: none;
  }

  .pr_sl_txt {
    width: 100%;
    float: none;
    height: 446px;
    padding: 13px 34px 0px 34px;
  }

  .jp-north-button {
    top: 85%;
    left: 0;
    width: 67%;
  }

  .north-project {
    margin-left: 36px !important;
    width: 25% !important;
  }

  .know-arrow-jp-north {
    width: 9%;
    bottom: 4px;
  }

  .ongoing_project {
    width: 98%;
    margin: 0 auto;
    margin-top: 235px;
  }

  .construction-update .ongoing_project {
    margin-top: 135px;
  }

  .ppnp-img-leaf {
    width: 25%;
    left: 10%;
    top: -90px;
  }

  .ppnp-img-leaf2 {
    width: 15%;
    left: 75%;
    top: 74%;
  }

  .ppnp-img-leaf3 {
    width: 19%;
    left: 68%;
    top: 0%;
  }

  .testimonial_main {
    background-image: url(../img/project/testimonial/Testimonials-mob.jpg);
    min-height: 82vh;
  }

  .testline-mob {
    width: 98%;
    background-color: #ffffff6e;
    height: 1px;
    margin: 0 auto;
  }

  .test-slider-main {
    width: 98%;
    margin: 10% auto;
  }

  .test-img {
    width: 30%;
  }

  .test-text {
    width: 65%;
    margin-left: 0px;
  }

  .padding-media {
    padding: 0;
  }

  .media_news {
    /* margin-top: 60px; */
    padding: 40px 0px 40px 0px;
  }

  .media_art.marg {
    padding: 40px 0px 0px 0px;
    margin: 0 !important;
  }

  .ongoing_project .container_aks {
    width: 100%;
  }

  .prev-button {
    left: -61px !important;
  }

  .project-ongoing-button {
    width: 49%;
  }

  .delivery_project .container_aks {
    width: 98%;
  }

  .new-del-project {
    width: 98%;
  }

  .project-property-button {
    width: max-content;
    padding: 15px;
    text-align: center;
    /* max-width: 245px; */
  }

  .testimonial_main .liveHead2.aos-init.aos-animate p {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  /*----------------------------------------------------------------

SUSTAINABILITY PAGE

----------------------------------------------------------------*/
  .human_col {
    width: 100%;
    float: none;
    margin: 0%;
    margin-top: 30px;
  }

  .human_main p {
    text-align: left;
    width: 100%;
    margin: 5px 0px;
    font-weight: 400;
  }

  .human_main {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
  }

  .liveHead2.aos-init.aos-animate p {
    text-align: justify;
    width: 100%;
    margin: 20px auto;
  }

  .icons2 img {
    width: 70%;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #a8a8a8;
  }

  .icons2 {
    width: 100%;
    float: none;
    min-height: 300px;
  }

  .container_main {
    width: 98%;
  }

  .main_absolute {
    position: absolute;
    left: 0px;
    top: 37.5% !important;
    width: 100%;
  }

  .content_abs {
    width: 100%;
    background-color: #76869d;
    padding: 25px;
  }

  .content_abs p {
    font-size: 10px;
  }

  .carbon_col {
    width: 100%;
    float: left;
  }

  p.carbon_head {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-left: 80px;
    width: 52%;
  }

  .img-cls22 {
    width: 28%;
    float: left;
  }

  p.head_con {
    font-size: 18px;
    text-align: left;
  }

  .mob_human {
    margin-top: 103% !important;
  }

  .integral_living {
    width: 100%;
    margin: 65px auto 0px auto;
  }

  .banner-title {
    font-size: 21px;
  }

  .banner-subtitle {
    width: 100%;
  }

  .line_human {
    border-top: 1px solid #aabbcf;
    border-right: 1px solid #aabbcf;
    height: 235px;
    position: absolute;
    left: 18%;
    width: 74%;
    top: 48%;
    z-index: -1;
  }

  .desktop_cont {
    display: none;
  }

  .mobile_cont {
    display: block;
  }

  .contact_desk {
    display: none;
  }

  .contact_mob {
    display: block;
  }

  .liveHead2.aos-init.aos-animate p {
    text-align: center;
    width: 100%;
    margin: 20px auto;
  }

  /*p.carbon_txt {
    font-size: 16px !important;
}*/
  .solar-img {
    width: 100%;
    float: none;
  }

  .solar-txt {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .solar-para h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    width: 100%;
    margin: 15px;
  }

  .footprint-tab {
    margin-top: 40px;
  }

  .srw-tab h6 {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px;
  }

  /*blue footer*/
  .boxes {
    width: 98%;
    float: none;
  }

  .box-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .border_btm {
    width: 70%;
  }

  .blue-footer {
    margin-top: 20px;
  }

  .box-main {
    width: 100%;
    margin: 0 auto;
    border: none;
  }

  .bl-fo-line {
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
  }

  .mainfooter p {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

  .footer-text {
    padding: 0;
  }

  .footer-icons {
    padding: 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .mainfooter img {
    /* width: 25%; */
    margin: 0px auto;
    padding: 5px;
  }

  .abtus-txt p {
    padding: 0px 8px !important;
  }

  .ov-pdel {
    top: 90% !important;
  }

  .leader-box {
    width: 99%;
  }

  .abt-blueline {
    width: 45%;
    top: 6%;
  }

  .abt-wwu p {
    padding: 0px 15px;
  }

  .media_art.marg {
    padding: 0px;
    margin: 0 !important;
  }

  .nri-text p {
    padding: 0px 15px;
  }

  .set > a {
    padding: 8px 4px;
    font-size: 11px;
  }

  .nri_yinvest p {
    padding: 0px 15px;
  }

  .nri_yinvest {
    min-height: 72vh;
  }

  .wwu-main p {
    padding: 0px 15px;
  }

  .redev-chartslider {
    bottom: 0;
  }

  .single_code {
    padding-bottom: 0;
  }

  .position-wwu p {
    padding: 0px 15px;
  }

  img.cls-icons {
    width: 50%;
  }

  .share-buttons {
    margin: 0 0 28px;
  }

  .inner-goback-button {
    float: none;
  }

  aside#sidebar {
    width: 90% !important;
    float: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-top: 0% !important;
  }

  .know-arrow-project-property img {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 620px) {
  .col_pr4 {
    width: 98%;
    float: none;
    margin: 3% auto;
    padding: 0;
  }
  .qr_code {text-align:center;}
.qr_code img {width:50%; text-align:center;}

  .col_sm4 {
    width: 400px;
    max-width: 98%;
    margin: 1% auto;
    float: none;
    background-color: rgba(244, 244, 244, 1);
  }

  .col_sm5 {
    width: 98%;
    margin: 1% auto;
    float: none;
  }

  .top_right_fx .logo {
    margin-left: 25px;
  }

  /*--------------------------------------------------------------
Home Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Project Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Media Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
}

@media only screen and (max-width: 640px) {
  .container_main {
    width: 90%;
  }

    .qr_code {text-align:center;}
.qr_code img {width:50%; text-align:center;}
  span#ccode3 input[type="text"] {
    /* height: 34px; */
  }

  #modal-content .form-control {
    /* height:34px; */
  }

  #modal-content .form-control {
    /* margin: 5px 0px 0; */
  }

  .modal-body {
    padding: 11px;
  }

  .modal-dialog {
    top: 0;
  }

  .marg-top {
    margin-top: 2%;
  }

  .navbar-header {
    width: 100%;
  }

  .call-mob {
    width: 4%;
    position: absolute;
    left: 82%;
    top: 24px;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .nav > li > a {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 520px) {
  /*--------------------------------------------------------------
Home Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Project Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Media Page
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
}

@media only screen and (max-width: 426px) {
  .jp-button {
    width: auto;
  }
    
    .qr_code {text-align:center;}
.qr_code img {width:60%; text-align:center;}
    
  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 26px;
  }

  .pushing_slider .slick-dots {
    display: none !important;
  }

  .pushinghome .p-deliver {
    bottom: 0;
    padding: 20px;
    top: inherit !important;
  }

  .container_main {
    width: 88%;
  }

  .delivered-projects-head p {
    font-size: 16px;
  }

  .jplife-button {
    max-width: 209px;
    width: auto;
    margin-top: 295px;
  }

  .liveHead {
    font-size: 16px;
  }

  #project h1 {
    text-align: center;
    font-size: 32px;
  }

  h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .delivered-projects-head h1 {
    text-align: center;
  }

  .banner-north-mob {
    margin-top: 0;
  }

  .banner-north-mob .main-div-jp {
    top: 12%;
    padding: 0 50px;
  }

  .projects-head h3 {
    margin: 0;
  }

  #hProngoing .swiper-slide__block .swiper-slide__block__img img {
    position: relative;
  }

  .projects-head h3 {
    margin-bottom: 30px;
  }

  .swiper-slide__block .main__title {
    padding-top: 0;
  }

  .swiper-slide__block .swiper-slide__block__text .swiper-content {
    padding: 0;
    margin: 0;
  }

  .swiper-slide__block .swiper-slide__block__text {
    padding-top: 30px;
  }

  .swiper-slide__block .main__title {
    font-size: 25px;
  }

  .swiper-slide__block h4 {
    margin: 0;
  }

  .swiper-slide__block .swiper-content .number {
    font-size: 230px;
    bottom: 400px;
    right: -20px;
  }

  #ongoing .swiper-slide__block .swiper-slide__block__text .swiper-content {
    padding: 0;
    margin-left: 0;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    position: relative;
    margin: 0 auto;
    bottom: inherit;
    display: table;
  }

  .pushing-new {
    padding: 15% 0;
  }

  .banner-title {
    font-size: 32px;
  }

  #hProngoing .swiper-slide__block .swiper-slide__block__text {
    width: 84%;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
    top: 50% !important;
    bottom: 50%;
  }

  #project.home #hProngoing .swiper-button-prev {
    top: 32% !important;
    margin-top: -8px !important;
  }

  #project.home #hProngoing .swiper-button-next {
    top: 32% !important;
    margin-top: -8px !important;
  }

  #hProngoing .swiper-slide .btn {
    padding: 7px 13px;
  }

  .quote-slider-wrapper .swiper-slide .wrapper {
    padding: 80px 0 0;
  }

  .delivered-projects-head {
    padding: 0;
  }

  .construction-section .box,
  .delivered-projects-head .box {
    display: block;
    padding: 40px;
  }

  /*
  .slick-list {
    margin: 0 -15px;
  } */

  .slick-dots {
    position: unset !important;
    margin-top: 22px;
  }

  #construction-section .construction-slider-1,
  #construction-section .construction-slider-2,
  #construction-section .construction-slider-3,
  #construction-section .construction-slider-4,
  #construction-section .construction-slider-5,
  #construction-section .construction-slider-6,
  #construction-section .construction-slider-7 {
    width: 100%;
  }

  #construction-section .slick-dots {
    margin: 0 0 50px 0;
  }

  .sep .new {
    width: 80%;
    margin: 0 auto;
  }

  .delivered-projects-text h2 {
    text-align: center;
  }

  .main_title_deliver h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .liveHead {
    font-size: 22px;
  }
}

@media only screen and (max-width: 360px), screen and (max-height: 640px) {
  /*--------------------------------------------------------------
Sustainability Page
--------------------------------------------------------------*/
  .line_human {
    border-top: 1px solid #aabbcf;
    border-right: 1px solid #aabbcf;
    height: 235px;
    position: absolute;
    left: 18%;
    width: 74%;
    top: 48%;
    z-index: -1;
  }
  .qr_code {text-align:center;}
.qr_code img {width:20%; text-align:center;}

  .main_absolute {
    position: absolute;
    left: 0px;
    top: 118%;
  }

  .banner-north-mob {
    height: 97vh;
  }
}

@media only screen and (max-width: 540px) {
  .main_title_deliver h1 {
    font-size: 40px;
  }
  .qr_code {text-align:center;}
.qr_code img {width:20%; text-align:center;}

  .liveHead {
    font-size: 22px;
  }

  .main_title_deliver h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .navbar .container_main {
    width: 95%;
  }

  .navbar-brand {
    /* margin: 12px 0px 0px 25px !important; */
  }
}

/****************************************Iphone 6 7 8 Plus***************************************************/
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .line_human {
    border-top: 1px solid #aabbcf;
    border-right: 1px solid #aabbcf;
    height: 235px;
    position: absolute;
    left: 18%;
    width: 74%;
    top: 46%;
    z-index: -1;
  }
  .qr_code {text-align:center;}
.qr_code img {width:20%; text-align:center;}

  .main_absolute {
    position: absolute;
    left: 0px;
    top: 107%;
  }

  .mob_human {
    margin-top: 244px;
  }

  .ongoing_project {
    margin-top: 148px;
  }

  .human_main p {
    text-align: left;
    width: 90%;
    margin: 5px 0px;
    font-weight: 400;
  }

  .mob_human {
    margin-top: 246px;
  }

  .banner-north-mob {
    height: 80vh;
  }

  .swiper-button-prev {
    top: 37.7% !important;
  }

  .project-blue-sec {
    top: 37%;
  }

  .main_title_jpdesk p {
    text-align: justify !important;
    padding: 0px 15px;
  }

  .pgalnc-artisticlob {
    top: 56% !important;
  }

  .pgal-artistic {
    top: 78% !important;
  }

  .banner-subtitle {
    padding: 0px 15px;
  }

  .p-northhome {
    top: 87%;
    min-height: 85px;
    padding: 0px 15px;
  }

  .p-deliver {
    bottom: 0%;
  }

  .p-projon {
    top: 85%;
    width: 88%;
    left: 6%;
  }

  .testimonial_main {
    min-height: 60vh;
  }

  .slider-col.active .caption {
    margin: 0;
    padding: 30px 15px;
  }

  .human_main {
    padding-top: 0px;
  }

  .pb-di {
    width: 100% !important;
  }

  .home-pb {
    top: 77% !important;
  }

  .pb-di-l {
    top: 91% !important;
  }

  .pb-integrate-txt p {
    text-align: justify;
    padding: 0px 15px;
  }

  .pb-care-txt p {
    text-align: justify;
    padding: 0px 15px;
  }

  .main_absolute {
    top: 33.5% !important;
  }

  .human_col {
    margin-top: 30% !important;
  }

  .mob_human {
    margin-top: 84% !important;
  }

  .pbslider-care-txt {
    min-height: 41.5vh;
  }

  .pb-cb {
    top: 80% !important;
  }

  .abtus-txt p {
    padding: 0px 8px !important;
  }

  .ov-pdel {
    top: 90% !important;
  }

  .leader-box {
    width: 99%;
  }

  .abt-blueline {
    width: 45%;
    top: 6%;
  }

  .abt-wwu p {
    padding: 0px 15px;
  }

  .media_art.marg {
    padding: 0px;
    margin: 0 !important;
  }

  .nri-text p {
    padding: 0px 15px;
  }

  .set > a {
    padding: 8px 4px;
    font-size: 11px;
  }

  .nri_yinvest p {
    padding: 0px 15px;
  }

  .nri_yinvest {
    min-height: 58vh;
  }

  .wwu-main p {
    padding: 0px 15px;
  }

  .redev-chartslider {
    bottom: 0;
  }

  .single_code {
    padding-bottom: 0;
  }

  .position-wwu p {
    padding: 0px 15px;
  }

  img.cls-icons {
    width: 50%;
  }

  .share-buttons {
    margin: 0 0 28px;
  }

  .inner-goback-button {
    float: none;
  }

  aside#sidebar {
    width: 90% !important;
    float: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-top: 0% !important;
  }
}

/*********************Iphone X***************************************************************/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

/*************************************************Iphone 6 7 8********************************************/

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone 3 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 1) {
}

/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone 6, 6s, 7, 8 
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .banner-north-mob {height: 76vh;}
	.line_human {
		border-top: 1px solid #AABBCF;
		border-right: 1px solid #AABBCF;
		height: 235px;
		position: absolute;
		left: 18%;
		width: 74%;
		top: 47%;
		z-index: -1;
	}
	.main_absolute {
		position: absolute;
		left: 0px;
		top: 112%;
	}
	.human_main p {
		text-align: left;
		width: 96%;
		margin: 5px 0px;
		font-weight: 400;
	}
	.mob_human {
		margin-top: 246px;
	}
	.banner-north-mob {
		height: 80vh;
	}
	.swiper-button-prev {
		top: 37.7% !important;
	}
	.project-blue-sec {
		top: 37%;
	}
	.main_title_jpdesk p {
		text-align: justify !important;
		padding: 0px 15px;
	}
	.pgalnc-artisticlob {
		top: 56% !important;
	}
	.pgal-artistic {
		top: 76%;
	}
	.banner-subtitle {
		padding: 0px 15px;
	}
	.p-northhome {
		top:93%;
		padding: 0px 15px;
	}
	.north-p {
		top: 78%;
	}
	.p-projon {
		top: 83%;
		width: 88%;
		left: 6%;
	}
	.testimonial_main {
		min-height: 60vh;
	}
	.slider-col.active .caption {
		margin: 0;
		padding: 30px 15px;
	}
	.human_main {
		padding-top: 0px;
	}
	.pb-di {
		width: 100% !IMPORTANT;
	}
	.pb-di-l {
		top: 90% !important;
	}
	.pb-integrate-txt p {
		text-align: justify;
		padding: 0px 15px;
	}
	.pb-care-txt p {
		text-align: justify;
		padding: 0px 15px;
	}
	.main_absolute {
		top: 34.5% !important;
	}
	.human_col {
		margin-top: 30% !important;
	}
	.mob_human {
		margin-top: 88% !important;
	}
	.pbslider-care-txt {
		min-height: 41.5vh;
	}
	.pb-cb {
		top: 80% !important;
	}
	.abtus-txt p {
		padding: 0px 8px !important;
	}
	.ov-pdel {
		top: 90% !important;
	}
	.leader-box {
		width: 99%;
	}
	.abt-blueline {
		width: 45%;
		top: 6%;
	}
	.abt-wwu p {
		padding: 0px 15px;
	}
	.media_art.marg {
		padding: 0px;
		margin: 0 !important;
	}
	.nri-text p {
		padding: 0px 15px;
	}
	.set>a {
		padding: 8px 4px;
		font-size: 11px;
	}
	.nri_yinvest p {
		padding: 0px 15px;
	}
	.nri_yinvest {
		min-height: 58vh;
	}
	.wwu-main p {
		padding: 0px 15px;
	}
	.redev-chartslider {
		bottom:0;
	}
	.single_code {
		padding-bottom: 0;
	}
	.position-wwu p {
		padding: 0px 15px;
	}
	img.cls-icons {
		width: 50%;
	}
	.share-buttons {
		margin: 0 0 28px;
	}
	.inner-goback-button {
		float: none;
	}
	aside#sidebar {
		width: 90% !important;
		float: none !important;
		margin-left: 0 !important;
		padding: 0 !important;
		margin-top: 0% !important;
	}
}*/

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (max-width: 480px) {
  span#ccode3 input[type="text"] {
    /* height: 40px; */
  }
    .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}

  #modal-content .form-control {
    /* margin:5px 0 0; */
    /* padding: 0 10px; */
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    bottom: 0 !important;
  }

  .modal-dialog {
    margin: 0 auto;
    top: 0;
  }

  .modal-header .close {
    right: 5px;
    top: 0px;
    top: 9px;
  }

  .marg-top {
    margin-top: 1%;
  }

  .modal-body {
    padding: 10px 15px;
  }

  .modal-header .close {
    z-index: 9999;
  }

  .container_main {
    width: 92%;
  }

  .p-northhome {
    top: inherit;
  }

  #project.home #hProngoing .swiper-button-prev,
  #project.home #hProngoing .swiper-button-next {
    top: 36% !important;
  }

  .know-arrow-jplife {
    padding: 8px 15px;
  }

  .nav > li > a {
    padding: 4px;
  }

  .section__slider .swiper-slide__block .main__title {
    position: relative;
  }

  h1,
  .contact-us h1 {
    font-size: 28px;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    display: inline-block;
    margin: 30px auto;
  }

  #modal-content .form-control {
    /* margin: 12px 0 0; */
  }

  .project-background h1 {
    margin: 100px 0 30px 0;
  }

  .project-white-sec {
    width: 83%;
    left: inherit;
    top: inherit;
    display: table;
    margin: 0 auto -230px;
    position: relative;
  }

  .project-ongoing-slider .slick-dots {
    margin: 30px 0 0;
  }

  .delivery_project {
    margin: 20px 0px 0;
  }

  .ppnp-img-leaf {
    top: -50px;
  }

  .north_projectpage.padding-media {
    padding: 61px 0;
  }

  .testimonial_main h1,
  .contact-us h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .container_main {
    width: 80%;
  }
    .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}
  .modal-dialog {
    top: 70px;
  }

  span#ccode3 input[type="text"] {
    /* Height: 34px; */
  }
}

@media only screen and (max-width: 414px) {
  .pgalnc-artisticlob {
    top: inherit;
  }
  .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}

  .swiper-slide__block .main__subtitle3 {
    padding-top: 22px;
  }

  .project-blue-sec {
    width: 85%;
    left: inherit;
    top: inherit;
    padding: 15px 15px;
    position: relative;
    margin: -23px auto -2px;
  }

  .banner_jp {
    height: auto;
  }

  .swiper-slide__block .swiper-content .number {
    right: 0;
  }

  #project.home .project .swiper-slide__block .swiper-slide__block__text {
    padding-top: 40px;
  }

  #redefining.main-func .carousel-indicators {
    top: 85%;
  }

  .jp-north-page-living-space-main .responsivepro .p-deliver,
  .jp-north-page-living-space-main .inner-div-np-text {
    width: calc(100% - 3px);
    left: 2px;
  }

  .navbar-brand {
    /* margin: 0 0px 0px 25px !important; */
  }

  .navbar-toggle {
    /* margin: 2px 28px; */
  }

  .call-mob {
    width: 6%;
    left: 73%;
    top: 21px;
  }

  .banner-north-mob {
    height: 87vh;
  }

  span#ccode3 input[type="text"] {
    /* height: 34px; */
  }

  .modal-dialog {
    top: 20px;
  }

  .jplife-button {
    display: table;
    margin: 245px auto 50px;
  }

  .project-ongoing-slider .slick-dots {
    margin: 30px 0 0;
  }

  .delivery_project {
    margin: 20px 0px 0;
  }

  .ppnp-img-leaf {
    top: -50px;
  }

  .north_projectpage.padding-media {
    padding: 61px 0;
  }

  .testimonial_main h1,
  .contact-us h1 {
    font-size: 20px;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 17px;
  }

  .footer-icons a {
    float: left;
    width: 20%;
    margin: 10px 5px;
  }

  .mainfooter img {
    /* width: 100%; */
    margin: 0px auto;
    padding: 0;
  }

  .footer-icons {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .box-inner h1 {
    font-size: 14px;
  }

  .article p {
    text-align: left;
    padding: 10px 0;
  }

  .srw-tab h6 {
    font-size: 14px;
  }

  .blue-footer {
    margin-top: 0;
  }

  .jp-button {
    margin: 10% auto;
  }

  .solar-content .pb-cb {
    top: 70% !important;
  }

  .carbon_main-new {
    margin: 50px auto 0;
  }

  .mrg-top-ut {
    margin-top: 0 !important;
  }

  .footprint-tab .desinovtxt {
    padding: 0px 0 20px !important;
  }

  .solar-para h6 {
    text-align: center;
    margin: 0;
  }

  .Integral_sec .footprint-tabs {
    margin-top: -54px;
    top: 0;
  }

  .footprint-tabs {
    top: -56px;
    margin-top: 0;
  }

  .pb-care-img {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .delivered-projects-head p {
    font-size: 14px;
  }

  .glimpse-main p {
    font-size: 14px !important;
  }

  h1,
  .contact-us h1 {
    font-size: 24px;
  }

  .pb-slider .pb-care-img {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .carbon_main-new {
    margin: 50px auto 0px auto;
  }

  p.texxxt {
    margin-bottom: 5%;
  }

  button#button_enquiry_desktop h5 {
    margin: 0;
    color: #fff;
  }

  .contact_frm {
    margin-bottom: 23px;
    padding: 50px 10px;
  }

  .main-wrapper .slider-col .caption p {
    font-size: 14px;
  }

  .solar-icon {
    width: 32%;
  }

  .set > a {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .wwu-btn-event .wwu-btn {
    width: 81%;
  }

  .h2-css {
    text-align: center;
  }

  #hProngoing .swiper-button-prev {
    top: 77.5% !important;
  }

  #hProngoing.north-jp .swiper-button-prev {
    margin-top: -32px !important;
  }

  .leader-box {
    padding: 26px;
  }

  .abt-us-jpinfra {
    padding: 40px 0 70px;
  }

  .sep .new {
    width: 100%;
  }

  .project-ongoing-slider .slick-list {
    margin: 0 15px;
  }

  .ov-pdel {
    top: 86% !important;
    text-align: left !important;
  }

  #hProngoing.north-jp .p-deliver {
    top: 89%;
  }

  .media-page .jp-button {
    margin: 6% auto;
  }

  .padding-media {
    padding: 40px 0;
  }

  .media_sletters .slick-slider {
    padding: 0;
    margin: 0;
  }

  .media-page h1 {
    font-size: 20px;
  }

  .jp-north-page-abovefooter_main {
    padding: 40px 0;
  }

  .wwu-btn-event .wwu-btn {
    margin: 40px auto;
  }

  .achievements {
    padding: 40px 0;
  }

  .position-wwu p {
    padding: 0;
  }

  .footprint-tabs {
    top: -56px;
  }

  .nri-corner-text {
    width: 94%;
  }

  .mainBody .nri-corner-text p {
    font-size: 14px;
  }

  .nri_yinvest {
    min-height: 120vh;
  }

  .know-text-project-property h5 {
    font-size: 15px;
  }

  .set > a {
    font-size: 14px;
    font-weight: 600;
  }

  .mainBody .nri-corner-text p {
    font-size: 14px;
  }

  #modal-content .bottom-form .marg-top {
    margin-top: 5%;
  }

  .banner-north-mob .main-div-jp {
    top: 12%;
    padding: 0 27px;
  }

  .navbar-toggle {
    /* padding: 25px 12px; */
  }

  .main_title_deliver h1 {
    font-size: 35px;
  }

  p.banner-subtitle {
    font-size: 13px;
  }

  .jplife-button {
    display: table;
    margin: 225px auto 0;
  }

  .mainBody p.p-deliver {
    font-size: 9px;
    /* min-height: 45px; */
    /* top: inherit !important; */
    bottom: 0;
  }

  .mainBody .gallery-silder p.p-deliver {
    bottom: 63px;
  }

  .mainBody .abtus-jpinfra p.p-deliver {
    bottom: 0;
    top: auto;
    width: 100%;
    left: auto;
  }

  .mainBody #redefining p.p-deliver {
    font-size: 9px;
    min-height: 45px;
    top: inherit;
  }

  .banner-north-mob {
    height: 87vh;
  }

  #project.home #hProngoing .swiper-button-prev,
  #project.home #hProngoing .swiper-button-next {
    top: 33.9% !important;
  }

  .swiper-slide__block h4 {
    margin: 0 0 20px;
  }

  .swiper-slide__block .swiper-content .number {
    right: 0;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    left: 5px;
    margin: 30px auto 0;
  }

  #redefining.main-func .carousel-indicators {
    top: inherit;
    bottom: 20px;
  }

  .jpdesk_main .container_main {
    width: 74%;
  }
}

/* iphone X , XS, 11 Pro, 12 Mini */
@media only screen and (max-width: 375px) {
  .slider-col .caption .p-pushingb {
    font-size: 11px;
  }
  .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}

  #redefining .p-deliver {
    bottom: 0%;
    right: 0;
    left: 0;
    top: inherit;
  }

  #redefining .rainwater .slider_img .p-deliver,
  #redefining .solar .slider_img .p-deliver {
    bottom: 20px;
    top: inherit;
  }

  .jp-north-page-living-space-main .responsivepro .p-deliver {
    left: 2px;
    width: calc(100% - 4px);
  }

  .jp-north-page-living-space-main .responsivepro .p-deliver,
  .jp-north-page-living-space-main .inner-div-np-text {
    width: calc(100% - 4px);
    left: 2px;
  }

  .slider-col .caption p.p-pushingb {
    font-size: 11px;
  }

  .p-deltemp {
    font-size: 10px;
    top: 47%;
    left: inherit;
    right: 5px;
  }

  .mainBody p.pos-absolute {
    font-size: 10px;
  }

  .mainBody .rera-no p {
    font-size: 10px;
  }

  .slider-col .caption h2 {
    padding: 22% 0 10px !important;
  }

  .gallery-silder .p-deliver {
    bottom: 62px;
    padding-left: 2%;
    top: inherit !important;
    height: auto;
    line-height: normal !important;
    min-height: inherit;
    max-height: inherit;
  }

  .pgalnc-artisticlob {
    font-size: 8px !important;
  }

  .wwu-bttn button {
    width: auto;
    margin-left: inherit;
    margin: 20px;
  }

  .redevelopment-abtus .jp-button {
    margin: 25% auto 0;
  }

  .abt-us-jpinfra .slick-slider {
    margin-bottom: 50px;
  }

  .footprint-tab {
    margin-top: 65px;
  }

  .gallery-silder .p-deliver {
    bottom: 62px;
    padding-left: 2%;
    top: inherit;
  }

  .banner_jp {
    height: auto;
  }

  .project-blue-sec {
    width: 86%;
    padding: 5px 15px;
    display: table;
    margin: -24px auto 0;
    position: relative;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 62px;
  }

  #redefining .carousel,
  #redefining .slider_img {
    padding: 10px;
  }

  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading {
    line-height: 175%;
  }

  .parallax-mira {
    display: table;
  }

  .jp-north-page-transforming-text-main {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }

  .np-img-leaf {
    left: -6%;
    top: 18%;
  }

  .jp-north-page-abovefooter_main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #hProngoing.north-jp .swiper-button-prev {
    margin-top: -42px !important;
  }

  .jp-north-page-way-life-main-divs {
    width: 85%;
    margin: 0 auto;
  }

  .redevelopment-abtus {
    min-height: 101vh;
    max-height: 100vh;
  }

  .leader-box-txt h3,
  .ongoingproject-txt h3 {
    text-align: center;
  }

  .leader-box p {
    text-align: center;
  }

  h6.abtus-color {
    font-size: 16px;
    text-align: center;
  }

  .leader-box-txt {
    width: 100%;
    float: none;
  }

  .leader-box-img {
    float: none;
    width: 50%;
  }

  .leader-box-img {
    float: none;
    width: 100%;
  }

  .abt-us-margin .lable_line {
    margin: 5% auto 0;
  }

  .leader-box {
    width: 100%;
    padding: 20px;
  }

  .achievements-slider .slick-dots li {
    width: 15px;
    height: 15px;
  }

  .redevelopment-abtus {
    padding-top: 40px;
  }

  .abtus-txt {
    width: 100%;
  }

  .new-del-project,
  .ongoing_project,
  .box-inner {
    width: 90%;
  }

  .testline-mob {
    margin: 20px auto;
  }

  .inner-box p,
  .top-content p,
  .ongoingproject-txt p,
  .test-text p,
  .test-text h6 {
    text-align: center;
  }

  .test-img {
    width: 30%;
    margin: 0 auto;
    float: none;
  }

  .test-text {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    float: none;
  }

  .testimonial_main h1 {
    font-size: 35px;
    margin: 0 0 20px;
  }

  .slick-dots li button:before {
    left: -1px !important;
  }

  .Integral_sec .footprint-tabs {
    top: -50px;
    margin-top: 0;
  }

  .mainBody .pb-care-txt p {
    text-align: center;
  }

  .pbslider-care-txt .txt-left {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
  }

  .know-arrow-jplife {
    padding: 7px 15px;
  }

  #project h1 {
    font-size: 26px;
    line-height: 26px;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    bottom: 0;
  }

  .mainBody p.p-deliver {
    font-size: 8px;
    line-height: normal;
    min-height: 30px;
  }

  .banner-north-mob {
    height: 76vh;
  }

  .sep .new {
    width: 100%;
  }

  .glimpse-main {
    padding: 50px 20px 0;
  }

  .nav > li > a {
    padding: 8px;
  }

  .footer-icons a {
    float: none;
    max-width: 68px;
    display: inline-block;
    margin: 0 auto;
  }

  .navbar-brand {
    /* margin: 0 0 0 25px !important; */
  }

  .line_human {
    border-top: 1px solid #aabbcf;
    border-right: 1px solid #aabbcf;
    height: 235px;
    position: absolute;
    left: 18%;
    width: 74%;
    top: 39%;
    z-index: -1;
  }

  .main_absolute {
    position: absolute;
    left: 0px;
    top: 95%;
  }

  .human_main p {
    text-align: left;
    width: 96%;
    margin: 5px 0px;
    font-weight: 400;
  }

  .ongoing_project {
    margin-top: 200px;
  }

  .mob_human {
    margin-top: 246px;
  }

  .swiper-button-prev {
    top: 37.7% !important;
  }

  .project-blue-sec {
    top: 30%;
  }

  .main_title_jpdesk p {
    text-align: justify !important;
    padding: 0px 15px;
  }

  .pgalnc-artisticlob {
    top: 56% !important;
  }

  .pgal-artistic {
    top: 76%;
  }

  .banner-subtitle {
    padding: 0px 15px;
  }

  .p-northhome {
    top: inherit;
    min-height: 37px;
    padding: 0px 15px;
  }

  .p-projon {
    top: 83%;
    width: 88%;
    left: 6%;
  }

  .testimonial_main {
    min-height: 60vh;
  }

  .slider-col.active .caption {
    margin: 0;
    padding: 30px 15px;
  }

  .human_main {
    padding-top: 0px;
  }

  .pb-di {
    width: 100% !important;
  }

  .pb-di-l {
    top: 90% !important;
  }

  .pb-integrate-txt p {
    text-align: justify;
    padding: 0px 15px;
  }

  .pb-care-txt p {
    text-align: justify;
    padding: 0px 15px;
  }

  .main_absolute {
    top: 34.5% !important;
  }

  .human_col {
    margin-top: 30% !important;
  }

  .mob_human {
    margin-top: 88% !important;
  }

  .pbslider-care-txt {
    min-height: 41.5vh;
  }

  .pb-cb {
    top: 80% !important;
  }

  .abtus-txt p {
    padding: 0px 8px !important;
    text-align: center;
  }

  .ov-pdel {
    top: 90% !important;
  }

  .leader-box {
    width: 99%;
  }

  .abt-blueline {
    width: 45%;
    top: 6%;
  }

  .abt-wwu p {
    padding: 0px 15px;
  }

  .media_art.marg {
    padding: 0px;
    margin: 0 !important;
  }

  .nri-text p {
    padding: 0px 15px;
  }

  .set > a {
    padding: 10px;
    font-size: 11px;
  }

  .nri_yinvest p {
    padding: 0px 15px;
  }

  .nri_yinvest {
    min-height: 58vh;
  }

  .wwu-main p {
    padding: 0px 15px;
  }

  .redev-chartslider {
    bottom: 0;
  }

  .single_code {
    padding-bottom: 0;
  }

  .position-wwu p {
    padding: 0px 15px;
  }

  img.cls-icons {
    width: 50%;
  }

  .share-buttons {
    margin: 0 0 28px;
  }

  .inner-goback-button {
    float: none;
  }

  aside#sidebar {
    width: 90% !important;
    float: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-top: 0% !important;
  }

  .logo-banner {
    top: 2%;
  }

  .know-text-jp h5 {
    font-size: 20px;
    line-height: 45px;
  }

  .nav > li > a {
    line-height: 16px;
  }

  .navbar-nav {
    margin: 15px -15px;
  }

  h1 {
    font-size: 26px;
    line-height: normal;
  }

  .liveHead {
    font-size: 20px;
  }

  .main_title_deliver h1 {
    font-size: 36px;
  }

  .box h1 {
    font-size: 36px;
  }

  .slick-slider {
    margin-bottom: 0;
  }

  .main_title_deliver {
    margin-top: 0;
  }

  .bghome-push {
    margin-top: 0;
  }

  .deliver_main {
    margin: 15% 0;
  }

  .know-text-jp h5 {
    margin: 0;
  }

  .banner-north-mob .main-div-jp {
    padding: 0 20px;
    top: 6%;
  }

  #modal-content .select-drop {
    border-radius: 4px;
    padding: 10px;
    margin: 0;
  }

  #modal-content span#ccode3 input[type="text"] {
    /* padding: 10px 20px 10px 10px; */
    font-size: 16px;
    line-height: 25px;
  }

  #modal-content .pop-col-phone {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }

  #modal-content .form-group {
    margin-bottom: 15px;
  }

  #modal-content .form-control {
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    height: 40px;
  }

  .modal-dialog {
    width: 88% !important;
    top: 2%;
    margin: 6%;
  }

  .main-abt-slider.slick-slider {
    margin-bottom: 0;
  }

  .pushing-new {
    padding: 15% 0;
  }

  .know-arrow-jp {
    padding: 11px 15px;
  }

  .banner-north-mob .know-arrow-jplife {
    padding: 7px 15px;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 14px;
  }

  .know-arrow-jplife {
    padding: 11px 15px;
  }

  .mainBody p.texxt {
    font-size: 16px;
    line-height: 170%;
    text-align: center;
  }

  .jplife-button {
    margin: 20% auto 0;
    display: table;
  }

  .main-div-jp {
    position: relative;
  }

  .banner-subtitle {
    width: 100%;
    margin: 0;
    float: none;
  }

  .banner-north-mob {
    margin-top: -10px;
  }

  .form-submit-custom {
    margin-top: 35px !important;
  }

  .swiper-slide__block .swiper-content .number {
    font-size: 230px;
    bottom: inherit;
    right: -10px;
    top: 70px;
  }

  #construction-section .slick-slide {
    padding: 0;
  }

  .construction-section .box,
  .delivered-projects-head .box {
    display: block;
    padding: 25px;
  }

  .delivered-projects-carousel {
    padding: 2px;
  }

  .quote-slider-wrapper .swiper-slide .wrapper {
    padding: 45px 0 0;
  }

  .main_section {
    width: 100%;
    padding: 0px;
    margin: 15% 0;
  }

  .contact-us h1 {
    font-size: 32px;
  }

  .project-white-sec {
    width: 90%;
    padding: 30px;
    margin: 0 auto -185px;
    display: table;
    position: relative;
  }

  .project-ongoing-slider .slick-dots {
    margin: 30px 0 10px 0;
  }

  .project-ongoing-button {
    width: auto;
  }

  .project-ongoing .p-projon {
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    top: inherit;
    padding: 10px;
    margin: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .delivery_project {
    margin: 30px 0;
  }

  .padding-media {
    padding: 12% 0;
  }

  .jp-button {
    margin: 15% auto 10%;
  }

  .abovefooter_main h1 {
    font-size: 20px;
    line-height: normal;
  }

  .liveHead2.aos-init.aos-animate p {
    margin: 0 auto;
  }

  .blue-footer {
    margin-top: 0;
  }

  .slider-col .caption p.p-pushingb {
    font-size: 11px;
    font-weight: normal;
    opacity: 1;
    position: relative;
    top: inherit;
    right: 30px;
    text-align: right;
  }

  .mrg-top-ut {
    margin-top: 0 !important;
  }

  .carbon_main-new {
    margin: 50px auto 0;
  }

  .pb-cb {
    top: inherit !important;
  }

  .srw-tab h6 {
    font-size: 16px;
    font-weight: bold;
  }

  .mainBody .pb-cb {
    top: inherit !important;
  }

  .pb-care-img {
    width: calc(50% - 34px);
    float: left;
    overflow: hidden;
    margin: 17px;
    position: relative;
  }

  .slider-col .caption p.p-pushingb {
    top: inherit;
    right: 10px;
    bottom: 10px;
    position: absolute;
  }

  .pb-integrate-main {
    margin: 10% 0;
  }

  .carbon_main-new {
    margin: 80px auto 40px !important;
  }

  .pb-care-img {
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    float: none;
    padding: 0;
  }

  .slider-col {
    display: block;
    border-bottom: 5px solid #fff;
  }

  .integrate-icons-div {
    padding: 0 0 80px 0;
  }

  .desinovtxt {
    padding: 50px 10px 20px !important;
  }

  .integrate-icons {
    width: 100%;
    margin: 0 auto;
  }

  .pb-care-img {
    width: 100% !important;
    float: none !important;
    overflow: hidden !important;
    margin: 0 !important;
    position: relative !important;
    display: block !important;
  }

  .pb-swimart.p-deliver {
    top: 79% !important;
  }

  .pb-swimart.p-deliver {
    top: 79% !important;
  }

  .pb-care-slider-main.slick-slider {
    margin-bottom: 0;
  }

  .pbslider-care-txt {
    padding: 20px !important;
  }

  h1 {
    font-size: 22px;
    line-height: normal;
  }

  .container_main {
    width: 88%;
  }

  .pbslider-care-txt {
    background-color: #e1e1e1;
  }

  .footprint-tabs .srw-tab h6 {
    font-size: 12px;
    font-weight: bold;
  }

  p.texxxt {
    margin: 0% 7% 5% 15%;
  }

  .media_hveff_pro {
    padding: 40px;
  }

  .desinovtxt {
    padding: 50px 50px 20px !important;
    width: inherit;
    display: block;
  }

  .pb-integrate-main .pb-integrate-txt {
    width: 80%;
    margin: 40px auto;
  }

  .slider-col.active .caption {
    margin: 0;
    padding: 50px 50px 20px !important;
  }

  .pb-care-txt p {
    width: 80%;
    margin: 40px auto;
  }

  .pbslider-care-txt h3 {
    text-align: center;
    padding: 0;
  }

  .project-property-button {
    width: auto;
    padding: 5px;
    text-align: center;
    max-width: 245px;
  }

  .form-control {
    height: 45px;
    font-size: 14px;
  }

  .solar-icon {
    width: 20%;
    float: none;
    margin: 25px auto;
    display: table;
  }

  .solar-para h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    margin: 0;
    float: none;
    display: block;
    clear: both;
  }

  .abtus-txt {
    float: none;
    width: 100%;
    margin: 40px auto;
  }

  .contact_frm {
    margin-bottom: 23px;
    padding: 50px 50px 20px !important;
  }

  .contact_frm h1 {
    margin-bottom: 35px;
  }

  img.contact_ifcon {
    width: 60px;
    display: block;
    /*margin: 0 auto 15px;*/
  }

  .contact_linfo h5 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }

  .contact_linfo p.texxxt,
  .contact_linfo p.texxt {
    margin: 0 0 30px;
    text-align: center;
    color: #333333;
  }

  .contact_linfo p.texxxt a,
  .contact_linfo p.texxt a {
    color: #333333;
    font-weight: bold;
  }

  .contact_frm.co {
    padding: 50px 20px 20px !important;
  }

  .contact_frm.co .contact_rinfo {
    padding: 20px;
  }

  .jplife-button {
    position: relative;
    display: table;
    margin: 10px auto;
    top: 50px;
  }

  .banner-north {
    background: url(../images/clubbg1.jpg) no-repeat center/cover;
  }

  #hProngoing .swiper-slide__block .swiper-slide__block__img img {
    position: relative;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    margin-top: -43px !important;
    top: 27% !important;
  }

  .pr_tab {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  #project.home #hProngoing .swiper-button-prev,
  #project.home #hProngoing .swiper-button-next {
    margin-top: 0 !important;
  }

  .pr_cont_slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    float: left;
  }

  #hProngoing .swiper-slide__block .swiper-slide__block__img img {
    max-width: 100%;
  }

  #project .container_main {
    width: 85%;
    margin: 0 auto;
  }

  .swiper-slide__block {
    width: 100%;
  }

  span#ccode3 input[type="text"] {
    /* height: 40px; */
  }

  .glimpse-main {
    padding: 50px 20px 0;
  }

  .navbar-header {
    width: auto;
  }

  span#ccode3 input[type="text"] {
    /* height: 40px; */
  }

  .sep .new {
    width: 100%;
  }

  .nri-corner-text .project-property-button {
    padding: 5px 20px;
    max-width: inherit;
    display: table;
    margin: 0 auto;
    width: inherit !important;
  }

  .set {
    margin-top: 15px;
  }

  .know-arrow-project-property img {
    margin: 10px 0;
  }

  .view-all-proj .know-text-project-property {
    padding: 0;
    margin: 10px 0;
  }

  .contact-btn {
    padding: 5px 25px;
  }

  .know-arrow-project-property img {
    margin: 13px 0;
  }

  .nri-corner-text {
    width: 90%;
  }

  .marg-mob-nri {
    line-height: 120px;
  }

  .nri_yinvest .container_main h1 {
    line-height: 130px;
    margin: 0 0 -20px;
  }

  .nri_yinvest .container_main {
    padding-bottom: 50px;
  }

  .nri-corner-text .know-arrow-project-property img {
    margin: 13px 0;
  }

  .mainBody .nri-corner-text p {
    line-height: 170%;
    font-size: 14px;
  }

  .resume-txt {
    width: auto;
    float: left;
  }

  .mail-resume {
    float: none;
  }

  .resume-arrow {
    width: 17%;
  }

  .resume-box {
    width: 76%;
  }

  .set > a {
    font-size: 16px;
    padding: 8px;
  }

  .wwu-btn-event .wwu-btn {
    width: 90%;
  }

  .wwu-btn-txt {
    font-size: 13px;
    padding: 18px 5px 15px 5px;
  }

  .box-inner h5 {
    font-size: 16px;
  }

  .call-mob {
    width: 6%;
    left: 74%;
  }

  div#project h4 {
    padding-top: 26px !important;
    padding-bottom: 20px;
  }

  .banner-north-mob {
    height: 90vh;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 27.7% !important;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 20px;
  }

  #project.home .project .swiper-slide__block .swiper-slide__block__text {
    padding-top: 50px;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 30% !important;
  }

  #project.home
    .swiper-slide__block
    .swiper-slide__block__text
    .swiper-content {
    padding: 0 0 20px;
  }

  .glimpse-main p {
    font-size: 14px !important;
  }

  .nri-corner-text .view-all-proj {
    margin: 40px 0;
  }

  .nri-corner-text .view-all-proj {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wwu-btn-event .wwu-btn {
    margin: 0 auto 50px;
    display: table;
  }

  .jp-north-page-abovefooter_main .jp-button {
    margin: 10% auto 0;
    display: table;
  }

  #redefining.main-func .carousel-indicators {
    top: 83%;
  }

  .nri-corner-text .view-all-proj {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .set > a {
    padding: 10px 20px 10px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 365px) {
  #hProngoing.north-jp .swiper-button-prev {
    margin-top: -62px !important;
  }
    
    .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}
  .Integral_sec .footprint-tabs {
    top: 3px;
  }

  .banner-north-mob {
    height: 85vh;
  }
}

@media only screen and (max-width: 360px) {
  .jp-north-page-living-space-slider-main .p-deliver {
    bottom: 0 !important;
  }

  #hProngoing .swiper-button-prev {
    top: 77.5% !important;
    margin-top: -44px !important;
  }

  .mainBody p.p-deliver {
    text-align: left;
  }

  .slider-col .caption p.p-pushingb {
    font-size: 11px;
  }

  .navbar-toggle {
    /* padding: 17px 12px; */
  }

  .main_title_jpdesk {
    padding-top: 21%;
  }

  .project-blue-sec {
    width: 88%;
    position: relative;
    padding: 2px 15px;
    margin: -31px auto;
  }

  .banner_jp {
    height: auto;
  }

  .media_hveff_pro {
    padding: 20px;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 24.7% !important;
  }

  div#project h4 {
    padding-top: 0 !important;
    padding-bottom: 20px;
  }

  .banner-north-mob {
    height: 85vh;
  }

  .p-northhome {
    top: 92%;
    min-height: 39px;
    padding: 0px 15px;
  }

  .jplife-button {
    top: 30px;
  }

  .know-arrow-jplife {
    padding: 7px 15px;
  }

  .swiper-slide__block .main__subtitle2 {
    font-size: 0.7em;
  }

  .construction-section .box,
  .delivered-projects-head .box {
    padding: 0;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 25% !important;
  }

  #project.home .project .swiper-slide__block .swiper-slide__block__text {
    padding-top: 30px;
  }

  .logo-banner {
    top: 4%;
  }

  .call-mob {
    width: 7%;
    left: 71%;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar-toggle {
    /* margin: 5px 0; */
  }

  .call-mob {
    left: 75%;
  }

  .construction-section .box,
  .delivered-projects-head .box {
    padding: 25px;
  }

  .container_main {
    width: 85%;
  }

  .jp-button {
    margin: 10% auto;
  }

  .banner-north-mob .main-div-jp {
    top: 10%;
  }

  .swiper-slide__block .main__title {
    line-height: 33px;
  }

  #hProngoing div#project h4 {
    padding-top: 47px !important;
  }

  .swiper-slide__block .main__subtitle1 {
    font-size: 0.7em;
  }

  .swiper-slide__block .main__subtitle2 {
    padding-top: 15px;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 0;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 14px;
  }

  .construction-section .delivered-projects-text .box,
  .delivered-projects-head .delivered-projects-text .box {
    padding: 25px;
  }

  #project.home
    .swiper-slide__block
    .swiper-slide__block__text
    .swiper-content {
    padding: 0 0 50px;
  }

  #modal-content .form-group {
    margin-bottom: 10px;
  }

  .box-inner h1 {
    font-size: 14px;
  }

  .mainBody p.p-deliver {
    text-align: left;
    top: inherit !important;
  }

  .media-page.abovefooter_main {
    padding: 50px 0;
  }

  .parallax-mira {
    background-image: url(../img/jpnorthpage/Miraroad-BG-mob.jpg);
    background-size: 100%;
    background-position: left top;
  }

  .jp-north-page-abovefooter_main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .new-margin {
    margin-top: 2% !important;
  }

  .h2-css {
    text-align: center;
  }

  .media-background h1 {
    margin: 30px 0 50px 0;
  }

  .glimpse-main p {
    font-size: 14px !important;
  }

  .know-text-project-property h5 {
    font-size: 14px;
  }

  .resume-txt {
    width: auto;
    float: left;
  }

  .resume-txt h5 {
    font-size: 14px;
  }

  .wwu-bttn button {
    width: auto;
    margin: 23px auto;
    display: table;
  }

  .nri-corner-text .view-all-proj {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .wwu-btn-event .wwu-btn {
    margin: 0 auto 50px;
    display: table;
  }

  .jp-north-page-abovefooter_main .jp-button {
    margin: 10% auto 0;
  }

  #redefining.main-func .carousel-indicators {
    top: 83%;
  }

  .nri-corner-text .view-all-proj {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .set > a {
    padding: 10px 20px 10px;
    font-weight: 600;
  }

  .p-deliver {
    bottom: 16% !important;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff00),
      to(black)
    );
    background: linear-gradient(#ffffff00, black);
    top: inherit !important;
  }

  .Integral_sec .footprint-tabs {
    top: -52px;
  }

  .abt-us-margin .lable_line {
    margin: 8% auto 0;
  }

  .set > a i {
    margin-top: -10px;
  }

  .proj_info ul {
    width: 100%;
  }

  .set > a i {
    margin-top: 0px;
    margin-right: -11px;
  }

  .srw-tab h6 {
    font-size: 12px;
  }

  .pushinghome .p-deliver,
  .delivered-projects-carousel .p-deliver,
  #hProngoing .p-deliver,
  .banner-north-mob .p-deliver,
  .footprint-tab .p-deliver {
    bottom: 0 !important;
  }

  .Integral_sec.pb .footprint-tabs-new {
    top: -38px;
  }
}

@media only screen and (max-width: 320px) {
  .mrg-top {
    margin-top: 9px !important;
  }
  .qr_code {text-align:center;}
    .qr_code img {width:25%; text-align:center;}

  .p-deliver {
    bottom: 16% !important;
  }

  .navbar-toggle {
    margin: 1px 10px;
  }

  .project-blue-sec {
    width: 78%;
    padding: 5px 15px;
    position: relative;
    display: table;
    margin: -18px auto;
  }

  .banner_jp {
    height: auto;
  }

  .form-submit-custom {
    margin-top: 21px !important;
  }

  #modal-content .form-control,
  #modal-content span#ccode3 input[type="text"] {
    /* padding: 8px 20px 8px 10px; */
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    /* height: 43px; */
  }

  span#ccode3 input[type="text"] {
    /* height: 44px; */
  }

  #modal-content span#ccode3 {
    width: 25%;
  }

  #modal-content .pop-col-phone {
    width: 75%;
  }

  #modal-content .form-group {
    margin-bottom: 10px;
  }

  .navbar-header .navbar-brand {
    height: 68px !important;
    width: 176px;
    padding: 20px 0px !important;
  }

  .banner-north-mob {
    height: 76vh;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 29% !important;
  }

  #construction-section .slick-dots li button:before {
    top: -2px !important;
    left: -1px !important;
  }

  .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    line-height: 18px;
  }

  .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 21px;
    left: 3px !important;
  }

  .sep .slick-dots li,
  #construction-section .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .footer-icons {
    /* padding-left: 0; */
    /* margin: 0; */
    width: initial;
  }

  .mainfooter img {
    width: 95%;
  }

  .banner-title {
    font-size: 25px;
    line-height: 26px;
  }

  #project h1 {
    font-size: 22px;
  }

  span#ccode3 input[type="text"] {
    /* height: 47px; */
  }

  .box-inner h1 {
    font-size: 12px;
  }

  #section a.moreless-button {
    font-size: 12px;
  }

  .main-wrapper .slider-col .caption p {
    font-size: 12px;
  }

  .srw-tab h6 {
    font-size: 14px;
  }

  .Integral_sec.pb .footprint-tabs-new {
    top: -40px;
  }

  .carbon_main-new {
    margin: 80px auto 0 !important;
  }

  .pb-integrate-main {
    margin: 0;
  }

  .footprint-tab .desinovtxt {
    padding: 15px 0 20px !important;
  }

  .integrate-icons-div {
    padding: 0 0 40px 0;
  }

  .pbslider-care-txt .txt-left {
    margin: 0 auto 20px;
  }

  .jp-button {
    margin: 15% auto;
  }

  .banner-north-mob {
    height: 112vh;
  }

  .banner-north-mob .main-div-jp {
    top: 13%;
  }

  .swiper-slide__block .main__title {
    padding-top: 0;
  }

  .swiper-slide__block .main__subtitle1 {
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 59px !important;
  }

  .section__slider .swiper-slide__block .main__title {
    position: relative;
  }

  .construction-section .box,
  .delivered-projects-head .box {
    padding: 30px;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 0;
  }

  #project.home .swiper-slide__block .swiper-slide__block__text {
    padding: 30px 0 30px 0;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    bottom: -30px;
  }

  .navbar-toggle {
    margin: 15px 28px;
  }

  .call-mob {
    width: 7%;
    left: 72%;
    top: 27px;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 12px;
    line-height: normal;
  }

  .main_title_deliver h1 {
    font-size: 30px;
  }

  .box h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 22px;
  }

  .nav > li > a {
    padding: 5px;
  }

  .swiper-slide__block .swiper-content .number {
    font-size: 160px;
    right: 10px;
  }

  .close-btn-1,
  .close-btn-2,
  .close-btn-3,
  .close-btn-4,
  .close-btn-5,
  .close-btn-6,
  .close-btn-7 {
    top: -19px;
  }

  .contact-block .overlay {
    padding: 15px 0;
  }

  .contact-block .overlay {
    left: -2px;
    right: -2px;
    width: inherit;
  }

  .footprint-tabs .srw-tab h6 {
    font-size: 10px;
    font-weight: bold;
  }

  .insightly_C_Code {
    width: 25%;
  }

  .insightly_C_Mob {
    width: 75%;
  }

  .container_main.achievements {
    padding: 22% 0 0;
  }

  .achievements-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .slick-dots li button:before {
    top: -3px !important;
    left: -4px !important;
    font-size: 7px;
    line-height: 23px;
  }

  .sep .slick-dots li button:before {
    font-size: 8px;
    top: 0px !important;
    left: -1px !important;
  }

  .media-background h1 {
    margin: 30px 0 48px 0;
  }

  .media-page h1 {
    font-size: 23px;
  }

  .media_sletters .slick-dots li button:before {
    line-height: 26px;
    left: -1px !important;
    font-size: 8px;
  }

  .know-text-project-property h5 {
    font-size: 16px;
  }

  h1 {
    font-size: 18px;
  }

  #redefining.main-func .carousel-indicators {
    top: 93%;
  }

  .proj_info ul {
    margin: 30px auto 0;
  }

  .resume-arrow {
    width: 15%;
  }

  .resume-txt h5 {
    font-size: 13px;
  }

  .wwu-bttn button {
    width: auto;
    margin: 20px;
  }

  .logo-banner {
    top: 7%;
    left: 7%;
  }

  .media-page h1 {
    font-size: 18px;
  }

  #redefining.main-func .carousel-indicators {
    top: 93%;
  }

  .carousel-indicators li {
    background: #957373;
  }

  .proj_info ul {
    margin: 30px auto 0;
  }

  .proj_info ul {
    width: 100%;
  }
}

@media only screen and (max-width: 280px) {
  .mainBody p.moretext,
  .mainBody .article p,
  .mainfooter .footer-text p {
    text-align: left;
  }

  .footer-icons a {
    float: none;
    max-width: 115px;
    display: inline-block;
    margin: 0;
  }

  .p-deliver {
    bottom: 18% !important;
  }

  .pd-icon {
    width: 83%;
  }

  .project-blue-sec {
    width: 88%;
    position: relative;
    margin: -21px auto 0;
    padding: 5px 0;
  }

  .banner_jp {
    height: auto;
  }

  .section__slider .swiper-slide__block .main__title {
    position: relative;
  }

  .swiper-slide__block .main__title {
    line-height: normal;
  }

  .swiper-slide__block .main__subtitle2 {
    padding-top: 30px;
  }

  .main_title_deliver h1 {
    font-size: 26px;
  }

  .navbar-header .navbar-brand {
    height: 68px !important;
    width: 130px;
    padding: 21px 0px !important;
    margin: 0 0 0 13px !important;
  }

  #project.home #hProngoing .swiper-button-next,
  #project.home #hProngoing .swiper-button-prev {
    top: 23% !important;
  }

  .navbar-brand > img {
    width: 81% !important;
  }

  .call-mob {
    width: 9%;
    left: 60%;
  }

  h1 {
    font-size: 21px;
  }

  .liveHead {
    font-size: 15px;
  }

  .jp-button {
    margin: 0 auto 10%;
  }

  .banner-north-mob .main-div-jp {
    padding: 30px 20px;
    top: 0;
  }

  .swiper-slide__block .main__title {
    font-size: 17px;
  }

  .swiper-slide__block .main__title {
    padding-top: 10px;
  }

  .swiper-slide__block .main__subtitle2 {
    padding-top: 0;
  }

  .swiper-slide__block .main__subtitle3 {
    padding-top: 0;
  }

  .p-deliver {
    padding: 12px 20px 9px;
  }

  #hProngoing .swiper-slide a.construction-btn-1,
  #hProngoing .swiper-slide a.construction-btn-2,
  #hProngoing .swiper-slide a.construction-btn-3,
  #hProngoing .swiper-slide a.construction-btn-4,
  #hProngoing .swiper-slide a.construction-btn-5,
  #hProngoing .swiper-slide a.construction-btn-6,
  #hProngoing .swiper-slide a.construction-btn-7 {
    font-size: 12px;
    bottom: -40px;
  }

  .swiper-slide__block .paragraphe {
    text-align: justify;
  }

  #project h1 {
    font-size: 22px;
    padding: 25px 0 0;
  }

  #project h2 {
    font-size: 15px;
    margin: 0;
  }

  div#project h4 {
    padding-top: 0 !important;
    font-size: 12px;
  }

  .p-northhome {
    bottom: 0;
    top: inherit;
  }

  #project.home .swiper-slide__block .swiper-slide__block__text {
    padding: 30px 0 50px 0;
  }

  .know-arrow-jp {
    padding: 8px 15px;
  }

  .pushinghome h5,
  .media_hveff_pro h5,
  .know-text-jp h5 {
    font-size: 12px;
    line-height: normal;
  }

  .form-submit-custom {
    margin-top: 6px !important;
  }

  #modal-content .form-control {
    height: 45px;
  }

  span#ccode3 input[type="text"] {
    height: 45px;
  }

  .sep .slick-dots li,
  #construction-section .slick-dots li {
    margin-left: 1px;
    margin-right: 1px;
  }

  .contact-block .inner-box {
    margin-bottom: 36px;
    height: 206px;
  }

  .project-background h1 {
    margin: 30px 0 30px 0;
  }

  .ongoing_project {
    margin-top: 180px;
  }

  .media_hveff_pro {
    padding: 7px;
  }

  .ongoing_project .proj_hvtext,
  .project-ongoing .proj_hvtext {
    font-size: 12px;
  }

  .project-ongoing-slider .slick-dots {
    margin: 10px 0 10px 0;
  }

  .delivery_project {
    padding: 40px;
  }

  .padding-media {
    padding: 12% 0 18%;
  }

  .abovefooter_main h1 {
    font-size: 15px;
  }

  .abovefooter_main {
    padding: 40px 19px;
  }

  .carbon_main-new {
    margin: 40px auto 0 !important;
  }

  .srw-tab h6 {
    font-size: 9px;
    font-weight: bold;
  }

  .footprint-tabs .srw-tab h6 {
    font-size: 9px;
    font-weight: bold;
  }

  .pb-care-txt p {
    margin: 17px auto;
  }

  .Integral_sec .footprint-tabs {
    top: -125px;
  }

  .solar-icon {
    width: 40%;
  }

  .contact_linfo p.texxxt,
  .contact_linfo p.texxt {
    font-size: 12px;
  }

  .insightly_C_Code {
    width: 29%;
  }

  .insightly_C_Mob {
    width: 71%;
  }

  .Integral_sec.pb .footprint-tabs-new {
    top: -34px;
  }

  .jp-button {
    margin: 25% auto 10%;
  }

  .redevelopment-abtus .jp-button {
    background-color: #2e568957;
  }

  .redevelopment-abtus .know-text-jp h5 {
    color: #ffffff;
  }

  .achievements {
    padding: 35px 0 0;
  }

  .abtpage-achievement {
    margin: 20px;
  }

  .achievements-slider {
    padding: 20px 0 0;
  }

  .wwu-btn {
    margin-bottom: 15%;
  }

  .p-width {
    width: 100%;
    margin-top: 15px;
  }

  .swiper-button-prev {
    top: 62.5% !important;
  }

  .media-background h1 {
    margin: 0;
  }

  .media-page h1 {
    font-size: 20px;
    margin: 0 0 25px;
  }

  .slick-dots li button:before {
    left: 0 !important;
  }

  .media_news .slick-slider {
    margin-bottom: 0;
    padding: 0;
  }

  #mediapage_link.padding-media {
    padding: 12% 0 0;
  }

  .media-page.abovefooter_main {
    padding-top: 50px;
  }

  .box-inner h1 {
    margin: 0 0 15px;
  }

  .mainBody .nri-corner-text p {
    font-size: 12px;
  }

  .nri-text {
    margin-top: 0;
  }

  .set > a {
    padding: 10px 20px 10px;
  }

  .mainBody .nri-corner-text p {
    padding-bottom: 10px;
  }

  .know-text-project-property h5 {
    font-size: 12px;
  }

  .view-all-proj .know-text-project-property {
    margin: 6px 0;
  }

  .nri-corner-text .know-arrow-project-property img {
    margin: 8px 0;
  }

  .north_projectpage .know-arrow-project-ongoing,
  .abovefooter_main .know-arrow-project-ongoing,
  .know-arrow-project-property {
    width: 27px;
    margin-top: 3px;
  }

  .delivery_project {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }

  .pushinghome h5,
  .media_hveff_pro h5 {
    width: 100%;
    margin: 16px auto;
  }

  .leader-box-txt h3,
  .ongoingproject-txt h3 {
    font-size: 17px;
  }

  .know-text-jp h5 {
    width: inherit;
    margin: 0 auto;
  }

  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li,
  .proj_txt li,
  .nri-text ul li,
  .abovefooter p,
  figcaption,
  .contact_frm p,
  .mainBody p,
  .media-white-sec p,
  .ols-p,
  h6.jp-north-page-subheading.tx-align.aos-init.aos-animate,
  .jp-north-page-subheading,
  .p-width,
  .abt-p-width,
  .redevelopment-p,
  .leader-slider p,
  .abtus-txt p,
  .solar-txt p,
  .pb-care-slider-main .pbslider-care-txt p,
  .pb-care-txt p,
  .pb-integrate-txt p,
  .solar-txt p,
  .contact_linfo h5,
  .contact_linfo p,
  .north_projectpage p,
  .ongoingproject-txt p,
  .project-white-sec p,
  .box-inner h5,
  .contact-block ul li,
  .contact-block ul li a,
  .top-content .text,
  .contact-us h5,
  .inner-box h4,
  .top-content h4,
  .pr_cntr_p,
  #project .swiper-slide__block .paragraphe,
  .delivered-projects-head p,
  .know-text-jplife h5,
  .banner-subtitle,
  .abt-slide-heading h6,
  .liveHead2.aos-init.aos-animate p,
  .delivered-projects-head p,
  .nav > li > a,
  .liveHead2.aos-init.aos-animate p,
  .glimpse-main p,
  .mainBody .wwu-main p,
  .mainBody .position-wwu p,
  .wwu-lineheight,
  .set > a,
  .mainBody .nri-corner-text p,
  .contact_linfo p.texxxt,
  .mainBody .nri-corner-text p,
  .nri-text ul li {
    font-size: 12px;
    line-height: normal;
  }

  .resume-arrow {
    width: 16%;
  }

  .resume-box {
    width: 80%;
  }

  .wwu-bttn button {
    margin: 30px auto 30px;
    display: table;
  }

  .nav > li > a {
    line-height: 12px;
  }

  .resume-txt h5 {
    font-size: 13px;
  }

  .ppnp-img-leaf {
    top: -60px;
  }

  .proj_info ul {
    width: 100%;
  }
}
a {
  text-decoration: none;
  color: #000;
}
/* the slides */
.slick-slide {
  margin: 0 15px;
}

/* the parent 
.slick-list {
  margin: 0 -15px;
}*/

.know-text-jplife h5 {
  margin-bottom: 0;
}
button.btn-close {
  background: #2e5484 !important;
  color: #fff;
  padding: 10px;
  margin: 15px;
  height: 20px;
  opacity: 1;
}

ul.ulMenu li {
  width: 100%;
}
.image-hover iframe {
  height: 280px;
}
.article p a {
  color: #fff;
}
    .investor .content {
    padding: 10px 20px;
}
   .investor .content h3 {
    font-size: 30px;
    font-weight: 500;
}
.readmore {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  /* width:200px; */
  /* border: solid 1px blue; */
  padding: 10px;
  margin-bottom: 20px;
  transition:
  max-height 0.15s ease-out;
}

.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width:100%;
  height: 60px;
  text-align: center;
  color: #000;
  font-weight:
  bold;
  font-size:16px;
  padding-top:40px;
  /* background-image: linear-gradient(to bottom, transparent, white); */
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:20px;
}

.readmore-link:after {
  content:"Read more";
}
.readmore-link.expand:after{
  content:"Read less";
}
.mainfooter .row{
    align-items:center;
}
.pb-care .slick-dots li button{
    background-color: #ccc !important;
}
.mail-resume {
    padding: 0 15px;
}
.ongoingclass .swiper-button-prev{
    top: 77% !important;
}


.p-bl-patch.pos-absolute, .inner-div-np-text.pos-absolute {
    position: absolute;
}

.jp-north-page-living-space-main .responsivepro .p-deliver.imgTag {
    width: 100%;
    position: absolute;
    top: auto !important;
    transform: translateX(0) !important;
    bottom: 0 !important;
}
.inner-goback-button button#button_enquiry_desktop h5{
    color:#fff;
}
.inner-goback-button{
    background: #2e5689;
}

.pushinghome .p-deliver {
    /* width: 100%; */
    /* transform: translateX(-50%); */
}
.footprint-tab .p-deliver{
    width: calc(100% - 30px);
    transform: translateX(-50%);
}
.test-inner .test-text p{
    text-align:left;
}
.about_us .slick-slide{
    padding: 10px 0 10px;
}
.about_us .abt-slide:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid #EA485D;
    border-left: 3px solid #EA485D;
    z-index: 9999999;
}
.about_us .abt-slide-heading:before {display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 3px solid #EA485D;
    border-right: 3px solid #EA485D;
}
.about_us .abt-slide-heading{
    position:relative;
}
.project-ongoing-slider .slick-slide{
    padding:10px 0;
}
.project-ongoing-slider .projectongoingimg.columews:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid #EA485D;
    border-left: 3px solid #EA485D;
    z-index: 9999999;
}
.project-ongoing-slider .projectongoingimg.columews:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 3px solid #EA485D;
    border-right: 3px solid #EA485D;
}
.project-ongoing-slider .projectongoingimg.columews .ongoingproject-txt{
    margin-top:20px;
}
.landscape-msg{
    display:none;
}
.jp-north-page-living-space-main{
    padding-top:50px;
}
.ongoingclass .swiper-button-prev {
    top: 82% !important;
}
#ongoing p.pos-absolute.p-deliver.p-narang {
    bottom: 85px !important;
    top: auto !important;
}
.pr_showcase .ongoingclass .swiper-button-prev {
    top: 60% !important;
}
/* iphone 12, 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
}

/* iphone XR, 11 */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/* iphone XS Max, 11 Pro Max */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
}

/* iphone 12 Pro Max */
@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
  .navbar-nav li {
    float: left;
    display: block;
    width: auto;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    float: right;
    flex-direction: row;
    position: relative;
  }

  .navCall {
    margin-right: 0;
  }

  .navMenu,
  .navMenu1 {
    top: 0;
    position: relative;
  }
  .nri_yinvest .container_main {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  button#button_enquiry_desktop h5 {
    margin-bottom: 0;
    color: #fff;
  }
  button#button_enquiry_desktop {
    padding: 10px 0;
  }
  .contact_linfo h5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .leader-box-txt p{
      font-size:14px;
      margin-bottom:0;
  }
  .navbar-inverse .navbar-toggle{
      display:none;
  }
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    margin: 5px 0;
  }

  .navbarnavMobile,
  #myNavbar2 {
    width: 100%;
  }
  .contact_linfo h5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contact_frm {
    padding: 50px 0px 20px !important;
  }
  input#rcs1 {
    height: 20px;
    /* display: block; */
    width: max-content;
    /* padding-right: 20px; */
    /* margin-top: 0; */
    margin-right: 10px;
    /* width: 20px; */
  }
  .checkbox-btn label {
    text-align: left;
  }
  .checkbox-btn {
    align-items: normal;
  }
  .leader-box{
      display:block;
      height:auto;
  }
  .mainBody p.p-deliver {
    /*left: 0 !important;*/
  }
  
  .modal-dialog {
        width: 99% !important;
        top: 20px;
        margin: 0 0px 0 0;
  }
  
  .modal-header .close {
    top: -15px;
    }
   .testimonial_main .test-inner{
        display:flex;
    }
    .test-text h6 {
    text-align: left;
}
.delivered-projects-head{
    padding: 20px 10px;
}
}
@media(min-width:768px) and (max-width:900px){
    .numbers-div {
    width: 25%;
}
.below-banner-section.m_hide{
    display:block !important;
}
.main-slider.below-banner-section.d_hide{
    display:none !important;
}
.below-banner-section .content-div{
    width:100%;
}
#modal-content .m_hide{
    display:block !important;
}
#hProngoing .swiper-slide__block .swiper-slide__block__img{
    width:50%;
}
#project.home #hProngoing .swiper-slide__block #project.home #hProngoing .swiper-slide__block__img {
    width: 50%;
}
#project.home #hProngoing .swiper-slide__block{
    display:flex;
    width: 100%;
}
#project.home .project .swiper-slide__block .swiper-slide__block__text{
    width: 50%;
    padding:20px;
    margin:0;
}
.modal-dialog{
    margin: 0 auto;
}
.boxes {
    width: 33.33%;
    float: left;
}
.box-inner{
    padding:0 15px;
}
.mainfooter img{
    width:100%;
}
.footer-icons{
    width:auto;
}
.project-white-sec{
    top: 85%;
}
.mrg-top-ut{
    margin-top:0 !important;
}
.slider-col.active{
    width:40%;
}
.slider-col{
    float: left !important;
    width: 20% !important;
    height:100% !important;
}
.slider-col.active {
    width: 40% !important;
}
.slider-col .caption h2 {
    font-size: 20px;
}
.solar-img {
    width: 50%;
}
.solar-txt {
    width: 50%;
}
.pb-care-img {
    width: 50%;
    float: left;
    margin:0;
}
.pbslider-care-txt {
    width: 50%;
    float: left;
}
.solar-icon{
    margin:0;
}
.footprint-tabs {
    top: -118px !important;
}

.navbar .m_hide {
    display: block !important;
}

.navbar .d_hide {
    display: none !important;
}

.navbar-nav {
    align-items: center;
}
.navbar-brand > img {
    width: 100% !important;
}
.delivered-projects-head{
    padding: 50px 0px 50px 40px;
}
.nav > li > a{
    padding:10px;
}
.navbar-brand{
    width:150px;
}
.triangle-up{
    display:none;
}
}
.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
	
.mainBody p.p-deliver {
    left: 0 !important;
    top: auto !important;
    bottom: 35px;
}
}
@media only screen and (max-width : 991px) and (orientation : landscape) {
  .landscape-msg {
    background: black;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*.landscape-msg{*/
/*    display:block;*/
/*}*/
  }
}