body {
  font-family: "Montserrat", sans-serif;
  padding-top: 95px; }

.container {
  width: 90%;
  max-width: 1280px; }

.wrapper {
  width: 100%;
  float: left; }

.h1 {
  font-size: 36px;
  margin: 0px;
  font-weight: 300;
  line-height: 48px; }

.h2 {
  font-size: 24px;
  margin: 0px;
  font-weight: 600; }

.h3, .footer h3 {
  font-size: 16px;
  font-weight: 600; }

.h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  padding-right: 20px; }
  .h4:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    left: 0px;
    bottom: 0px; }

.p, .footer p, .project-list-main .product-col p, .location .amenities ul li p, .bottom-strip > div p, .contact-main p {
  font-size: 14px; }

.anim, .header nav, .header nav ul li a:after, .bannercarousel .slick-dots li, .project-list-main .product-col img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.con-row {
  margin: 60px 0px; }
  .con-row:last-child {
    margin-bottom: 0px; }

#nav-icon4 {
  width: 30px;
  height: 25px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  margin-top: 15px;
  margin-right: 15px;
  display: none; }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #f5821f;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon4 span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    #nav-icon4 span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    #nav-icon4 span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.header {
  padding: 15px 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: #FFF; }
  .header .logo {
    float: left;
    margin-left: 8.33%; }
  .header nav {
    float: right;
    width: auto;
    margin-right: 8.33%;
    margin-top: 20px; }
    .header nav ul li {
      display: inline-block;
      padding: 0 20px; }
      .header nav ul li a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 4px;
        padding: 12px 0;
        color: #909090;
        display: inline-block;
        position: relative; }
        .header nav ul li a:after {
          content: "";
          width: 0%;
          height: 1px;
          background-color: #f5821f;
          left: 0px;
          bottom: 0px;
          position: absolute; }
      .header nav ul li:last-child {
        padding-right: 0px; }
      .header nav ul li:hover a:after, .header nav ul li.active a:after {
        width: 100%; }

.topbaner {
  position: relative; }
  .topbaner .down-arrow {
    position: absolute;
    bottom: 0px;
    right: 4%; }

.bannercarousel {
  width: 100%;
  padding-right: 8.33%;
  box-sizing: border-box; }
  .bannercarousel .inner-con {
    position: absolute;
    right: 20px;
    top: 60px;
    color: #fff;
    max-width: 650px; }
    .bannercarousel .inner-con > div {
      display: inline-block;
      vertical-align: middle; }
      .bannercarousel .inner-con > div:first-child {
        width: calc(60% - 3px);
        padding-right: 20px;
        text-align: right; }
      .bannercarousel .inner-con > div:last-child {
        width: calc(40% - 3px);
        padding-left: 20px;
        border-left: 1px solid #FFF; }
    .bannercarousel .inner-con a {
      padding: 10px 20px;
      outline: 0px;
      font-weight: 600;
      line-height: 20px;
      color: #FFF;
      font-size: 14px;
      border: 1px solid #FFF;
      background-color: transparent;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      letter-spacing: 3px; }
      .bannercarousel .inner-con a:after {
        content: url(../images/arrow1.png);
        margin-left: 10px; }
    .bannercarousel .inner-con p {
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px; }
  .bannercarousel.slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .bannercarousel .slick-slide {
    height: calc(100vh - 95px);
    position: relative; }
    .bannercarousel .slick-slide img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: auto; }
      .bannercarousel .slick-slide img.desktop_image {
        display: block; }
      .bannercarousel .slick-slide img.mobile_image {
        display: none; }
  .bannercarousel .slick-dots {
    width: 80px;
    right: 20px;
    bottom: 200px; }
    .bannercarousel .slick-dots li {
      width: 40px;
      height: 20px;
      position: relative;
      opacity: 0.2;
      display: block; }
      .bannercarousel .slick-dots li span {
        width: 100%;
        background-color: #000000;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px; }
      .bannercarousel .slick-dots li:last-child {
        margin-bottom: 0px; }
      .bannercarousel .slick-dots li.slick-active {
        opacity: 1;
        width: 60px; }
      .bannercarousel .slick-dots li:hover {
        opacity: 1; }

.home-about {
  margin-bottom: 0px; }
  .home-about .container {
    width: 700px;
    vertical-align: middle;
    text-align: center; }
    .home-about .container > div {
      display: inline-block;
      vertical-align: middle; }
      .home-about .container > div:first-child {
        width: 170px;
        text-align: right;
        padding-right: 20px; }
      .home-about .container > div:last-child {
        width: calc(100% - 175px);
        border-left: 1px solid #CCC;
        text-align: left;
        box-sizing: border-box;
        padding-left: 30px; }
    .home-about .container .h2 {
      color: #6ea7d7;
      line-height: 30px;
      font-weight: 800;
      letter-spacing: 1px; }
    .home-about .container p {
      margin-bottom: 30px;
      font-size: 14px;
      font-weight: 500;
      color: #909090;
      letter-spacing: 1px;
      line-height: 30px; }
    .home-about .container a {
      color: #000000;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 10px;
      font-weight: 700;
      letter-spacing: 3px; }
      .home-about .container a:after {
        content: url(../images/arrow-black.png);
        margin-left: 10px; }

.home-project {
  position: relative; }
  .home-project > div {
    position: relative; }
  .home-project .project-col {
    position: relative;
    outline: 0px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    text-align: center; }
    .home-project .project-col a:focus {
      outline: 0px; }
    .home-project .project-col img {
      margin: 0 auto;
      margin-bottom: 40px;
      max-width: 100%; }
    .home-project .project-col.slick-slide {
      height: auto; }
    .home-project .project-col:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #6ea7d7;
      position: absolute;
      left: 0px;
      bottom: 30px; }
    .home-project .project-col:before {
      content: "";
      width: 9px;
      height: 9px;
      background-color: #6ea7d7;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      bottom: 26px; }
    .home-project .project-col[data-slick-index="0"]:after {
      width: 50%;
      left: auto;
      right: 0px; }
    .home-project .project-col p {
      text-transform: uppercase;
      font-size: 12px;
      color: #5f5f5f;
      font-weight: 600;
      letter-spacing: 1px; }
  .home-project .nn {
    width: 40px !important;
    height: 40px;
    background-image: url(../images/carousel-nxt-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer; }

.footer {
  padding: 50px 0px;
  background-color: #f2f2f2; }
  .footer > div {
    position: relative; }
  .footer .space-icon {
    position: absolute;
    right: 0px;
    bottom: 10px; }
  .footer h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px; }
  .footer p {
    margin-bottom: 10px;
    line-height: 18px;
    color: #676767;
    letter-spacing: 1px; }
    .footer p strong {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px; min-width:70px; display:inline-block; }
    .footer p:last-child {
      margin-bottom: 0px; }

.about-main {
  background-color: #d1e8f9;
  width: 91.66%; }
  .about-main > div {
    vertical-align: middle;
    text-align: center;
    padding: 130px;
    box-sizing: border-box;
    width: 100%; }
    .about-main > div > div {
      display: inline-block;
      vertical-align: top; }
      .about-main > div > div:first-child {
        width: 220px;
        text-align: right;
        padding-right: 20px; }
      .about-main > div > div:last-child {
        width: calc(100% - 225px);
        border-left: 1px solid #CCC;
        text-align: left;
        box-sizing: border-box;
        padding-left: 20px; }
    .about-main > div .h2 {
      color: #6ea7d7;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 40px; }
    .about-main > div p {
      line-height: 30px;
      margin-bottom: 30px;
      font-size: 14px;
      font-weight: 500;
      color: #909090;
      letter-spacing: 1px; }
      .about-main > div p:last-child {
        margin-bottom: 0px; }
    .about-main > div a {
      color: #000000;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 10px;
      font-weight: 700;
      letter-spacing: 2px; }
      .about-main > div a:after {
        content: url(../images/arrow-black.png);
        margin-left: 10px; }

.project-list-main {
  width: 100%; }
  .project-list-main .product-col {
    margin-bottom: 40px; }
    .project-list-main .product-col > div {
      background-color: #4b95d0;
      margin-bottom: 15px;
      line-height: 0px; }
    .project-list-main .product-col img {
      width: 100%; }
    .project-list-main .product-col p {
      text-transform: uppercase;
      font-size: 14px;
      color: #6ea7d7;
      font-weight: 600;
      letter-spacing: 2px; }
    .project-list-main .product-col:hover img {
      opacity: 0.3; }

.prodetails-col {
  width: 91.66%; }
  .prodetails-col img.desktop_image {
    display: block; }
  .prodetails-col img.mobile_image {
    display: none; }

.pro-details-banner {
  position: relative; }
  .pro-details-banner img {
    width: 100%; }
    .pro-details-banner img.desktop_image {
      display: block; }
    .pro-details-banner img.mobile_image {
      display: none; }
  .pro-details-banner .con-box {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    position: absolute;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    color: #FFF; }
  .pro-details-banner h1 {
    margin-bottom: 15px; }
  .pro-details-banner h4 {
    margin-bottom: 15px;
    display: inline-block; }
  .pro-details-banner p {
    line-height: 24px; }
  .pro-details-banner .brand-logo {
    position: absolute;
    top: 50px;
    right: 50px; }

.productcarousel .slick-slide {
  position: relative; }
.productcarousel h2 {
  position: absolute;
  font-size: 32px;
  line-height: 42px;
  font: 700;
  top: 50px;
  right: 50px;
  text-align: right;
  max-width: 350px;
  width: 100%;
  color: #FFF;
  padding-right: 20px;
  border-right: 1px solid #FFF; }

.location {
  background-color: #aee2fa;
  padding: 80px 60px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: right;
  display: inline-block; }
  .location > img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; }
  .location .location-con {
    width: 600px;
    float: right; }
    .location .location-con > div {
      margin-bottom: 50px;
      width: 100%;
      z-index: 1;
      position: relative; }
      .location .location-con > div:last-child {
        margin-bottom: 0px; }
  .location .heading {
    color: #5668b0;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #5668b0;
    display: inline-block; }
    .location .heading h2 {
      margin-bottom: 25px;
      font-size: 32px;
      font-weight: 700; }
    .location .heading p {
      max-width: 50%;
      display: inline-block;
      font-size: 16px;
      line-height: 24px; }
  .location .direction {
    display: inline-block; }
    .location .direction .circle {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #5668b0;
      color: #FFF;
      font-size: 10px;
      text-align: center;
      margin: 10px auto;
      letter-spacing: 1px; }
      .location .direction .circle span {
        display: block;
        padding-top: 14px;
        font-size: 16px; }
    .location .direction p {
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 1px; }
    .location .direction > div {
      width: 25%;
      float: left;
      text-align: center;
      padding-left: 10px; }
  .location .amenities {
    display: inline-block; }
    .location .amenities ul {
      display: inline-block; }
      .location .amenities ul li {
        width: 25%;
        float: left;
        margin-bottom: 10px;
        text-align: left; }
        .location .amenities ul li img {
          display: inline-block;
          vertical-align: middle; }
        .location .amenities ul li p {
          display: inline-block;
          vertical-align: middle; }
  .location .map-link {
    text-align: right;
    display: inline-block; }
    .location .map-link a {
      font-size: 14px;
      display: inline-block;
      position: relative; }
      .location .map-link a:after {
        content: "";
        width: 20px;
        background-image: url(../images/google-maplink.png);
        background-repeat: no-repeat;
        height: 20px;
        background-position: center;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle; }
      .location .map-link a:before {
        content: "";
        width: calc(100% - 25px);
        left: 0px;
        background: #5668b0;
        bottom: 0px;
        position: absolute;
        height: 1px; }

.floor-plan {
  background-color: #f2f2f2;
  padding: 80px 60px;
  position: relative; }
  .floor-plan > div {
    margin-bottom: 60px;
    width: 500px;
    position: absolute;
    right: 60px; }
  .floor-plan .heading {
    color: #5668b0;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #5668b0;
    display: inline-block;
    top: 80px; }
  .floor-plan .map-link {
    text-align: right;
    display: inline-block;
    bottom: 80px; }
    .floor-plan .map-link a {
      font-size: 14px;
      display: inline-block;
      position: relative; }
      .floor-plan .map-link a:after {
        content: "";
        width: 20px;
        background-image: url(../images/google-maplink.png);
        background-repeat: no-repeat;
        height: 20px;
        background-position: center;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle; }
      .floor-plan .map-link a:before {
        content: "";
        width: calc(100% - 25px);
        left: 0px;
        background: #5668b0;
        bottom: 0px;
        position: absolute;
        height: 1px; }

.bottom-strip {
  background-color: #aee2fa;
  display: flex;
  align-content: stretch;
  margin-bottom: 60px !important; }
  .bottom-strip > div {
    justify-content: center;
    padding: 20px; }
    .bottom-strip > div.text {
      width: 60%;
      padding: 20px 80px;
      text-align: left;
      color: #3f626e; }
    .bottom-strip > div.download {
      border-left: 1px solid #FFF;
      width: 40%;
      text-align: center; }
    .bottom-strip > div a {
      font-size: 14px;
      display: inline-block;
      position: relative;
      color: #3f626e;
      font-weight: 600; }
      .bottom-strip > div a:after {
        content: "";
        width: 20px;
        background-image: url(../images/google-maplink.png);
        background-repeat: no-repeat;
        height: 20px;
        background-position: center;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle; }
      .bottom-strip > div a:before {
        content: "";
        width: calc(100% - 25px);
        left: 0px;
        background: #5668b0;
        bottom: 0px;
        position: absolute;
        height: 1px; }
    .bottom-strip > div p {
      display: inline-block;
      vertical-align: middle;
      line-height: 24px; }
  .bottom-strip strong {
    font-weight: 600; }

.contact-main {
  padding: 50px 0px; }
  .contact-main h2 {
    margin-bottom: 25px;
    color: #6ea7d7; }
  .contact-main p {
    margin-bottom: 20px;
    line-height: 18px;
    color: #909090;
    line-height: 20px; }
    .contact-main p strong {
      text-transform: uppercase;
      font-weight: 700; }
.contact-main p.txt strong{display:inline-block; min-width:60px;}
    .contact-main p:last-child {
      margin-bottom: 0px; }
  .contact-main .contact-form {
    position: relative; }
    .contact-main .contact-form p, .contact-main .contact-form .p, .contact-main .contact-form .footer p, .footer .contact-main .contact-form p, .contact-main .contact-form .project-list-main .product-col p, .project-list-main .product-col .contact-main .contact-form p, .contact-main .contact-form .location .amenities ul li p, .location .amenities ul li .contact-main .contact-form p, .contact-main .contact-form .bottom-strip > div p, .bottom-strip > div .contact-main .contact-form p, .contact-main .contact-form p {
      margin-bottom: 0px; }
    .contact-main .contact-form:after {
      content: "";
      position: absolute;
      width: 1px;
      border-left: 1px solid #CCC;
      height: 100%;
      top: 0px;
      left: -50px; }
    .contact-main .contact-form span {
      margin-bottom: 10px; }
      .contact-main .contact-form span:last-child {
        margin-bottom: 0px; }
    .contact-main .contact-form li {
      margin-bottom: 10px; }
      .contact-main .contact-form li:last-child {
        margin-bottom: 0px; }
    .contact-main .contact-form > div {
      width: 100%;
      max-width: 350px; }
    .contact-main .contact-form input {
      padding: 10px;
      line-height: 20px;
      font-weight: 600;
      color: #909090;
      font-size: 14px;
      border: 0px;
      background-color: #d1e8f9;
      width: 100%;
      outline: 0px;
      margin-bottom: 10px; }
    .contact-main .contact-form button, .contact-main .contact-form input[type="submit"] {
      padding: 10px 20px;
      outline: 0px;
      font-weight: 600;
      line-height: 20px;
      color: #6ea7d7;
      font-size: 14px;
      border: 1px solid #6ea7d7;
      background-color: transparent;
      text-transform: uppercase;
      display: inline-block;
      margin-top: 20px;
      width: auto; }
      .contact-main .contact-form button:after, .contact-main .contact-form input[type="submit"]:after {
        content: url(../images/arrow.png);
        margin-left: 10px; }
    .contact-main .contact-form img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .container {
    width: 95%; }

  body {
    padding-top: 70px; }

  .header {
    padding: 10px 0; }
    .header nav {
      margin-top: 10px; }
    .header .logo {
      width: 90px; }
      .header .logo img {
        width: 100%; }

  .bannercarousel {
    width: 100%; }
    .bannercarousel .inner-con {
      position: absolute;
      right: 20px;
      top: 20px;
      color: #fff;
      max-width: 650px; }
      .bannercarousel .inner-con > div {
        display: inline-block;
        vertical-align: middle; }
        .bannercarousel .inner-con > div:first-child {
          width: calc(60% - 3px);
          padding-right: 20px;
          text-align: right; }
        .bannercarousel .inner-con > div:last-child {
          width: calc(40% - 3px);
          padding-left: 20px;
          border-left: 1px solid #FFF; }
    .bannercarousel .slick-dots {
      width: 100%;
      right: 0px;
      top: 50%;
      transform: none;
      height: auto;
      position: relative;
      text-align: center;
      bottom: 0px; }
      .bannercarousel .slick-dots li {
        width: 40px;
        height: 20px;
        position: relative;
        opacity: 0.2;
        display: inline-block; }
        .bannercarousel .slick-dots li span {
          width: 100%;
          background-color: #000000;
          height: 3px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0px; }
        .bannercarousel .slick-dots li:last-child {
          margin-bottom: 0px; }
        .bannercarousel .slick-dots li.slick-active {
          opacity: 1;
          width: 60px; }
        .bannercarousel .slick-dots li:hover {
          opacity: 1; }
    .bannercarousel .slick-slide img.desktop_image {
      display: none; }
    .bannercarousel .slick-slide img.mobile_image {
      display: block; }

  .con-row {
    margin: 40px 0; }

  .header nav {
    margin-right: 0px; }

  .productcarousel .h1 {
    font-size: 24px; }
  .productcarousel .h2, .productcarousel h2 {
    font-size: 20px;
    right: auto;
    left: 0px;
    text-align: left;
    line-height: 24px;
    border-right: 0px;
    padding-right: 0px;
    padding-left: 15px; }

  .h1 {
    font-size: 24px; }

  .h2 {
    font-size: 20px; }

  .project-list-main {
    width: 100%; }

  .prodetails-col {
    width: 100%; }

  .location {
    padding: 15px 0; }
    .location > img {
      position: relative;
      width: 100%;
      height: auto; }
    .location > div {
      width: 100%;
      margin-bottom: 20px; }
      .location > div:last-child {
        margin-bottom: 0px;
        margin-top: 20px; }
    .location .heading {
      text-align: left;
      padding-left: 20px;
      border-right: 0px; }
    .location .direction {
      padding: 0px 15px; }
      .location .direction:empty {
        display: none; }
      .location .direction:blank {
        display: none; }
      .location .direction > div {
        width: 50%; }
    .location .amenities {
      display: inline-block;
      padding: 15px; }
      .location .amenities ul li {
        width: 50%; }
    .location .map-link {
      text-align: left;
      padding: 0 15px; }

  .floor-plan {
    padding: 15px; }
    .floor-plan > img {
      width: 100%; }
    .floor-plan > div {
      position: relative;
      width: 100%;
      top: 0px;
      right: 0px;
      margin-bottom: 15px; }
    .floor-plan .heading {
      top: 0px; }
    .floor-plan .map-link {
      bottom: 0px;
      margin-bottom: 0px; }

  .location .location-con {
    width: 100%; }

  .prodetails-col img.desktop_image {
    display: none; }
  .prodetails-col img.mobile_image {
    display: block; } }
@media only screen and (max-width: 580px) {
  .location .direction:empty, .location .direction:blank {
    display: none; }

  .bannercarousel {
    width: 100%; }
    .bannercarousel .inner-con {
      right: 0px;
      top: 0px;
      color: #fff;
      max-width: 650px;
      padding: 15px; }
      .bannercarousel .inner-con > div:first-child {
        width: 100%;
        text-align: left; }
      .bannercarousel .inner-con > div:last-child {
        width: 100%;
        border-left: 0px solid #000;
        padding-left: 0px;
        margin-top: 15px; }

  .location .heading p {
    max-width: 100%; }

  #nav-icon4 {
    display: block; }

  .header nav {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    background-color: #FFF;
    margin-top: 0px;
    height: auto;
    max-height: 0px;
    overflow: hidden; }
    .header nav ul li {
      display: block; }
    .header nav.open {
      max-height: 500px; }

  .con-row {
    margin: 15px 0; }

  .container {
    width: 100%; }

  .home-about .container {
    width: 100%; }
    .home-about .container h2 {
      margin-bottom: 20px; }
    .home-about .container > div:first-child, .home-about .container > div:last-child {
      width: 100%;
      text-align: left;
      padding-left: 0px;
      border-left: 0px; }

  .footer {
    padding: 20px 0; }

  .about-main {
    width: 100%; }
    .about-main > div {
      padding: 15px; }
      .about-main > div > div:first-child, .about-main > div > div:last-child {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        border-left: 0px; }

  .bottom-strip {
    display: block; }

  .bottom-strip > div.text, .bottom-strip > div.download {
    width: 100%; }

  .pro-details-banner .brand-logo {
    top: 10px;
    right: 10px;
    max-width: 100px; }
  .pro-details-banner .con-box {
    position: relative;
    left: 0px;
    top: 0px;
    transform: none;
    color: #6ea7d7;
    right: 0px;
    padding: 10px 15px; }

  .bottom-strip > div.text {
    padding: 15px 15px; }

  .contact-form {
    margin-top: 30px; }

  div.wpcf7 .wpcf7-recaptcha iframe {
    width: 290px !important; }

  div.wpcf7 .wpcf7-recaptcha iframe .rc-anchor-normal {
    width: 260px !important; }

  div.wpcf7 .wpcf7-recaptcha iframe .rc-anchor-normal .rc-anchor-content {
    width: 160px !important; }

  div.wpcf7 .wpcf7-recaptcha iframe .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important; } }
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top; }
  
  
a.disclaimerClick{font-size: 2em; color: #000}


/************ POPUP CSS START ************/
.overlay{background: #000; position: fixed; left: 0; top: 0; height: 100%; z-index: 5; width: 100%; opacity: 0.8; display: none;}
.popupWrap{width: 960px; height: auto; position: fixed; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 6; background: #fff; padding: 50px 100px; box-sizing: border-box;  display: none; }
.popupBox{width: 100%; float: left}
.popupBox h2{width: 100%; float: left; text-align: center; color: #6ea7d7; font-size: 18px; font-family: 'Montserrat', sans-serif; font-weight: 800;}
.popupBox .cont{width: 100%; float: left; margin: 15px 0 0 0;}
.popupBox .cont p{margin: 10px 0; width: 100%; float: left; color: #909090; font-size: 14px; line-height: 20px;font-family: 'Montserrat', sans-serif; font-weight: 500; }
.popupWrap a.closeBtn{position: absolute; right: 10px; top: 10px; float: left; overflow: hidden; width: 40px; height: 40px; z-index: 7; text-indent: -99px; }
.popupWrap a.closeBtn:after, .popupWrap a.closeBtn:before{width: 100%; height: 2px; background: #0f0f0f; content: ''; display: block; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); margin: 0px 0 0 -20px; transform-origin: center center;}
.popupWrap a.closeBtn:before{width: 2px; height: 100%; margin: -20px 0 0 0px;}
@media only screen and (max-width : 1200px) {
	.popupWrap{width: 80%;  padding: 40px 60px; }
}
@media only screen and (max-width : 767px) {
	.popupWrap{width: 90%;  padding: 40px 25px; position: absolute; -webkit-transform: none; -moz-transform: none; transform: none; left: 5%; top:50px; margin: 0}
	.popupBox h2{font-size: 15px;}
	.popupBox .cont p{font-size: 12px; margin: 5px 0}
	.popupBox .cont{margin: 5px 0 0 0;}
}
/************ POPUP CSS END ************/


