@font-face {
  font-family: 'Futura Bk BT Book';
  src: url(../fonts/FuturaBkBTBook.eot);
  src: url(../fonts/FuturaBkBTBook.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaBkBTBook.otf) format('otf'),
       url(../fonts/FuturaBkBTBook.svg#FuturaBkBTBook) format('svg'),
       url(../fonts/FuturaBkBTBook.ttf) format('truetype'),
       url(../fonts/FuturaBkBTBook.woff2) format('woff2');
}
@font-face {
  font-family: 'Futura Md Bt Medium';
  src: url(../fonts/FuturaMdBtMedium.eot);
  src: url(../fonts/FuturaMdBtMedium.eot?#iefix) format('embedded-opentype'),
       url(../fonts/FuturaMdBtMedium.otf) format('otf'),
       url(../fonts/FuturaMdBtMedium.svg#FuturaMdBtMedium) format('svg'),
       url(../fonts/FuturaMdBtMedium.ttf) format('truetype'),
       url(../fonts/FuturaMdBtMedium.woff) format('woff'),
       url(../fonts/FuturaMdBtMedium.woff2) format('woff2');
}
  html, body{padding: 0;margin: 0;display: flow-root;font-size: 16px;-webkit-font-smoothing: antialiased;font-family: Futura Bk BT Book;font-weight: 400;color: #4d4c4f;
      line-height: 1.4;overflow-x: unset;letter-spacing: 0.5px;}
      a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
      button, input, select, textarea{font-family: Futura Bk BT Book}
      b, strong{font-weight: 700;}
      *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
      a:focus, a:hover{text-decoration: none !important;}
      p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
      .container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
      .container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
      .container.small{max-width: 850px;padding: 0 20px;}
      .container.medium{max-width: 1000px;padding: 0 20px;}
      .pull-left{float: left !important;}
      .pull-right{float: right !important;}
      .text-left{text-align: left;}
      .text-center{text-align: center;}
      .text-right{text-align: right;}
      .text-justify{text-align: justify;}
      .text-uppercase{text-transform: uppercase;}
      .text-lowercase{text-transform: lowercase;}
      .text-italic{font-style: italic;}
      .text-underline{text-decoration: underline;}
      .text-light{font-weight: 300;}
      .text-medium{font-weight: 400;}
      .text-bold{font-weight: 600;}
      .text-bolder{font-weight: 700;}
      .text-black{color:#000;}
      .text-white{color:#fff!important;}
      .text-orange{color: #ee6e25;}
      .img-responsive{max-width: 100%;height: auto;}
      .img-full{width: 100%;height: auto;}
      .center-block{float:none;margin: 0 auto;}
      .bg-white{background-color: #fff;}
      .bg-off-white{background-color:#f8f8fa; }
      .bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
      .col-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-12 {
          flex: 0 0 auto;
          width: 100%;
      }
      .w100{width: 100%;}
      .w80{width: 80%;}
      .w70{width: 70%;}
      .w30{width: 30%;}
      .w20{width: 20%;}
      .cred {color: red;}
      .h100{height: 100%;}

      .mg-5{margin: 5px;}
      .mg-10{margin:10px;}
      .mg-20{margin:20px;}
      .mg-30{margin:30px;}

      .mg-tp-5{margin-top: 5px;}
      .mg-tp-10{margin-top: 10px;}
      .mg-tp-20{margin-top: 20px;}
      .mg-tp-30{margin-top: 30px;}

      .mg-bt-5{margin-bottom: 5px;}
      .mg-bt-10{margin-bottom: 10px;}
      .mg-bt-20{margin-bottom: 20px;}
      .mg-bt-30{margin-bottom: 30px;}

      .mg-rt-5{margin-right: 5px;}
      .mg-rt-10{margin-right: 10px;}
      .mg-rt-20{margin-right: 20px;}
      .mg-rt-30{margin-right: 30px;}

      .mg-lt-5{margin-left: 5px;}
      .mg-lt-10{margin-left: 10px;}
      .mg-lt-20{margin-left: 20px;}
      .mg-lt-30{margin-left: 30px;}

      .pd-5{padding:5px;}
      .pd-10{padding:10px;}
      .pd-20{padding:20px;}
      .pd-30{padding:30px;}

      .pd-tp-5{padding-top: 5px;}
      .pd-tp-10{padding-top: 10px;}
      .pd-tp-20{padding-top: 20px;}
      .pd-tp-30{padding-top: 30px;}

      .pd-bt-5{padding-bottom: 5px;}
      .pd-bt-10{padding-bottom: 10px;}
      .pd-bt-20{padding-bottom: 20px;}
      .pd-bt-30{padding-bottom: 30px;}

      .pd-rt-5{padding-right: 5px;}
      .pd-rt-10{padding-right: 10px;}
      .pd-rt-20{padding-right: 20px;}
      .pd-rt-30{padding-right: 30px;}

      .pd-lt-5{padding-left: 5px;}
      .pd-lt-10{padding-left: 10px;}
      .pd-lt-20{padding-left: 20px;}
      .pd-lt-30{padding-left: 30px;}

      .h500{height: 500px;}
      .h600{height: 600px;}
      .h700{height: 700px;}
      .h800{height: 800px;}

      .pos-rel{position: relative;}
      .pos-abs{position: absolute;}
      .pos-fix{position: fixed;}
      .bottom{bottom:0;}
      .top{top:0;}
      .left{left:0;}
      .right{right:0;}
      .visible-xs{display: none !important;}
      .hidden-xs{display: block}
      .row{
        display: flex;
          flex-wrap: wrap;
      }
      .clearfix{clear: both;}

      .disptable{display: table;height: 100%;}
      .dispblock{display: block;}
      .table-cell{display: table-cell;vertical-align: middle;}

      .Yoverflowhidden{overflow-y: hidden;}
      .Xoverflowhidden{overflow-x: hidden;}
      .overflowhidden{overflow: hidden;}

      section{width: 100%;}
      section.padding{padding:30px 0;}

      /*Header Section*/
      header{position: fixed;width: 100%;top:0;left: 0;padding:5px 0 0px 0;background-color: #fff;z-index: 9999;}
      header .brand-logo img{width: 160px}
      header .upper{}
      header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
      header .upper .ctc-wrapper{margin-right: 20px;}
      header .upper .enq-btn-wrapper{}
      header .upper .enq-btn-wrapper a{display: inline-block;padding:0px 15px;color:#fff;background-color: #6b6b6b;text-transform: uppercase;line-height: 40px;}
      header .lower{}
      header .lower .nav-links{text-align: right;}
      header .lower .nav-links a{display: inline-block;margin-right: 20px;margin-top: 20px;color:#000;position: relative;}
      header .lower .nav-links a.active{color:#f16736;}
      header .lower .nav-links a:last-child{margin-right: 0px;}
      header .lower .nav-links a.theme-btn{margin-top: 0px;}
      header .form-container .frmclose {
    /* display: none; */
    font-size: 30px;
    position: absolute;
    right: 11px;
    color: #000;
    z-index: 2;
    line-height: 20px;
}
      header .form-container .thankyou{margin-bottom: 10px;}
      header .form-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000000b0;
        padding: 10px;
        display: none;
        height: 100%;
    }
.inner-form {
    width: 400px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 23px 30px 0;
}
      /*Footer Section*/
      footer{width: 100%;color:#fff;}
      footer a{color:#fff;}
      footer .upper{background-color: #2b2b2b;padding:10px 0;}
      footer .lower{background-color: #121212;padding:10px 0;font-size: 12px;}
      /*.download-brochure-btn, .download-brochure-btn:hover {
        position: fixed;
        top: 50%;
        right: -85px;
        background-color: #a86413;
        color: white;
        padding: 9px 16px;
        font-size: 20px;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: background-color 0.3s ease;
        transform: rotate(90deg);
        transform-origin: center center;
        z-index: 9;
    }*/
    .banner-list{
      height: 100vh;
    }
    .banner-1{
      background-image: url(../images/banner-1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
          display: flex !important;
    justify-content: center;
    align-items: center;
    }
    .banner-2{
      background-image: url(../images/Banner-2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
      .home-banner{
        position: relative;
      }
      .custom-arrow.home-arrow {
    position: absolute;
    top: 80%;
    width: 100%;
}
      div#homeRight {
    text-align: right;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
div#homeLeft {
  cursor: pointer;
      position: absolute;
    left: 0;
}
 #homeLeft img,
#homeRight img{
    width: 80px;
    cursor: pointer;
}
      .banner-ele{
        position: absolute;
        bottom: 0;
        z-index: 2;
      }
      .banner-text{
        font-family: 'Futura Bk BT Book';
        font-size: 110px;
        position: absolute;
        top: 85px;
        text-align: center;
        color: #fff;
      }
      .overview-title{
        color: #000;
        font-size: 26px;
        margin-top: 20px;
        text-transform: uppercase;
        letter-spacing: 8px;
      }
      .overview-title span{
        font-size: 40px;
      }
      .over-img{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    
      }
      .overview-desc{
        font-size: 18px;
        color: #000;
        margin-top: 20px;
      }
      .section-title{
        font-size: 40px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 8px;
      }
      .highlights-sec, .amenities-sec, .gallery, .btn-sec{
        background-color: #fef9f0;
      }
      .icon-list{
        text-align: left;
        margin-top: 30px;
      }
      .icon-list .icon-img{
        height: 64px;
        display: flex;
        justify-content: start;
      }
      .hightlight-desc{
        font-weight: 500;
        margin-top: 10px;
        margin-right: 47px;
      }
      .amenities{
        background-image: url(../images/background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }
.amenities .icon-img img {
    padding: 10px;
    max-width: 65px;
    max-height: 65px;
}
.amenities .icon-list {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #f16736;
    border-radius: 37px 0 0 0;
    flex: 0 0 90%;
    margin: 15px;
}
.amenities .icon-list.last-icon-list{
      justify-content: flex-start;
    align-items: start;
    color: #fff;
}
.amenities .icon-list.last-icon-list .amenities-desc{
    padding-top: 10px;
}
.last-icon-list ul li{
  margin-left: 20px;
}
.amenities-list {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.amenities .icon-list .icon-img {
    height: 70px;
    display: flex;
    justify-content: center;
    background-color: #f16736;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    border-radius: 100%;
    margin-right: 21px;
    align-content: center;
    align-items: center;
}
      .amenities p.amenities-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.additional-features-slider{
  padding-bottom: 50px;
}
 .add-fe-next {
    cursor: pointer;
    position: absolute;
    right: calc(50% - 80px);
    bottom: 0;
    width: 80px;
    cursor: pointer;
}
.add-fe-prev {
    cursor: pointer;
    position: absolute;
    left: calc(50% - 80px);
    bottom: 0;
    width: 80px;
}
.gallery{
  padding: 60px 0;
}
/*.gallery-slider:after{
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  border-radius: 100% 0 0 100%;
  background-color: #fff;
  z-index: 2;
  right: 0;
  top: 0;
}*/
.gallery-slider img{
  border-radius: 0 600px 600px 0;
    height: 600px;
  object-fit: cover;
  /*box-shadow: ;*/
}
      .gallery-slider-thumb img{
        margin: 20px;
      }
      .specification-slider{
        background-image: url(../images/background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 300px 300px 0 0;
      }
      .specification-slider .slick-list img{
        padding: 100px;
        margin-top: 50px;
      }
      .specification-slider .spec-next{
        position: absolute;
        right: 0;
        width: 50px;
        top: 50%;
        cursor: pointer;
        z-index: 3;
      }
      .specification-slider .spec-prev{
        cursor: pointer;
        position: absolute;
        left: 0;
        width: 50px;
        top: 50%;
        z-index: 3;
      }
      .spec-title h3 {
    background-color: #fef9f0;
    border:1px solid #ffdcd7;
    padding: 3px 17px;
    cursor: pointer;
    margin-top: 5px;
}
      .spec-info ul {
    padding: 20px;
        border: 1px solid #ff5f32;
}
.spec-info ul li {
    margin-left: 16px;
}
.specification-info-slider .list-item.slick-current h3{
    background-color: #ff5f32;
    border:1px solid #ff5f32;
    color: #fff;
}
.specification-info-slider .slick-list{
  overflow: visible;
}

.specification-info-slider .spec-info {
  opacity: 0;
  transform: translateY(-20px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.specification-info-slider .list-item.slick-current .spec-info {
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px; /* enough space for content */
}
.specification-info-slider .slick-slide {
    width: 100%!important;
}


.specification-info-slider .slick-track {
  transform: none !important;
}
      .plan-sec{
        background-image: url(../images/background.jpg);
            background-size: 100% 200px;
    background-repeat: repeat-x;
    background-position: bottom;
      }
      .plan-title span{
        font-size: 16px;
        font-weight: 400;
      }
      .plan-sec .section-title{
        line-height: 40px;
        color: #fff;
      }
      .plan-desc{
        color: #fff;
        font-size: 14px;
        text-align: center;
      }
      .about-sec{
        background-image: url(../images/about-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
      }

      .about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.about-list {
    text-align: center;
}
.about-list img {
    width: 62px;
}
.about-info p {
    color: #fff;
    text-align: center;
}
.about-info p span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px;
    display: block;
}
.gallery-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gallery-arrow #ggLeft img,
.gallery-arrow #ggRight img{
    width: 80px;
    cursor: pointer;
}
.locations-sec{
          background-image: url(../images/location.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: #f8f0ed;
}
ul.location-list {
    list-style: none;
}
ul.location-list > li:nth-child(odd) {
    padding-right: 31px;
}
ul.location-list > li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
ul.location-list li ul {
    list-style: disc;
    padding-left: 15px;
}
ul.location-list li ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.location-list li ul li:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000;
    left: -12px;
    top: 8px;
    border-radius: 100%;
}
ul.location-list > li > p {
    font-size: 18px;
    font-weight: 600;
}

.footer{
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-inner {
    color: #fff;
    margin-bottom: 5px;
    align-content: center;
    align-items: center;
}
.rera-info > img {
    width: 90px;
}
.project-rera-list {
    display: flex;
    gap: 20px;
}
.rera-info {
    display: flex;
    gap: 10px;
}
.rerano{
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 12px;
  gap: 10px;
}
.rerano img{
  border-radius: 100%;
}
.group-logo{
  display: flex;
    align-items: center;
}
.rera-prjt-name{
  font-size: 12px;
}
.form-body input, .form-body textarea,.form-body select {
    width: 63%;
    padding: 10px 0;
    font-size: 16px;
    margin: 8px;
    border-bottom: 2px solid #ffdcd7;
    border-top: 0;
    border-left: 0;
    border-right: 0px;
    resize: none;
    background-color: transparent;
}
.form-body input:focus, .form-body textarea:focus{
  outline: none;
}
#VKskyVillasEnquireFormPopup input,
#VKskyVillasEnquireFormPopup textarea,
#VKskyVillasEnquireFormPopup select{
  width: 90%;
  margin: 10px auto;
  display: block;
}
.form-group{
  position: relative;
}
.form-group label.error {
    position: absolute;
    bottom: -9px;
    color: red;
    font-size: 12px;
    display: block;
    width: 57%;
}
.theme-btn {
    background-color: #f16736;
    padding: 14px 20px;
    color: #fff!important;
    font-weight: 800;
    cursor:pointer;
}






      /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1366px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px) {
      .col-md-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-md-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-md-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-md-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-md-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-md-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-md-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-md-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-md-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-md-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-md-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-md-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-md-12 {
          flex: 0 0 auto;
          width: 100%;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      .col-sm-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-sm-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-sm-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-sm-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-sm-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-sm-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-sm-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-sm-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-sm-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-sm-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-sm-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-sm-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-sm-12 {
          flex: 0 0 auto;
          width: 100%;
      }

      .menu-icon-mobile{display: block;width: 50px;padding: 14px 8px 4px 8px;border-radius: 0px; margin:0;position: absolute;
        top:15px;right: 20px;height: 40px;}
      .menu-icon-mobile>span{display: block;height: 4px;width: 100%; margin-bottom: 10px;background-color: #f16736;}
      header .nav-links{ display: none;position: fixed;top: 94px;left: 0;background-color: #fff; width: 100%;height: 100%;z-index: 999;}
      header .nav-links a{display: block !important;text-align: center;line-height: 40px !important;color:#fff ;margin-top: 0px;margin-right: 0px;}
      header .lower .nav-links a:last-child{margin-right: 0px;}
      header .lower .nav-links a{margin-right: 0px;color:#000;}

      header .upper .enq-btn-wrapper{margin-right: 50px;margin-top: 15px;}
      header .upper .ctc-wrapper{margin-right: 5px;}
      header .upper .number-wrapper{margin-right: 15px;margin-top: 25px;}
      .banner-2{
        background-image: url(../images/Mobile-Banner_2.jpg);
      }
      .banner-1{
        background-image: url(../images/Mobile-Banner_1.jpg);
      }
      .section-title {
          font-size: 28px;
          color: #000;
      }
            .home-banner {
          height: 100vh;
          position: relative;
      }
      .banner-text {
          font-size: 38px;
          top: 135px;
      }
      ul.location-list > li:nth-child(odd) {
          padding-right: 0;
      }
      ul.location-list > li {
          width: 100%;
          float: left;
          margin-bottom: 20px;
      }
      .about-icon {
          display: flex;
          align-items: center;
          justify-content: space-around;
          gap: 43px;
          flex-wrap: wrap;
      }
      .project-rera-list {
          display: flex;
          gap: 20px;
          height: auto;
          align-items: center;
          flex-wrap: wrap;
          align-content: center;
          justify-content: space-between;
      }
      .footer-inner {
          gap: 10px;
      }
      .overview-title {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.overview-title span {
    font-size: 26px;
}
.gallery-arrow #ggLeft img, .gallery-arrow #ggRight img {
    width: 55px;
    cursor: pointer;
}
.overview-title span {
    font-size: 22px;
    color: #000!important;
}
.over-img {
    position: relative;
    text-align: center;
    width: 100%;
    top: 0;
    color: #000!important;
}
.gallery-slider img {
    border-radius: 0 600px 600px 0;
    height: 250px;
    object-fit: cover;
}
.gallery-arrow img{
  width: 55px;
}
.gallery {
    padding: 30px 0 0;
}
.btn-sec a{
  display: block;
  margin: 0 0 20px;
  margin-right: 0!important;
}
.dev-logo{
  width: auto;
}
header .lower .nav-links a.extLink{display: none;}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 640px) {
      body{-webkit-text-size-adjust: none;}
      .col-xs-auto {
          flex: 0 0 auto;
          width: auto;
      }
      .col-xs-1 {
          flex: 0 0 auto;
          width: 8.33333333%;
      }
      .col-xs-2 {
          flex: 0 0 auto;
          width: 16.66666667%;
      }
      .col-xs-3 {
          flex: 0 0 auto;
          width: 25%;
      }
      .col-xs-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
      }
      .col-xs-5 {
          flex: 0 0 auto;
          width: 41.66666667%;
      }
      .col-xs-6 {
          flex: 0 0 auto;
          width: 50%;
      }
      .col-xs-7 {
          flex: 0 0 auto;
          width: 58.33333333%;
      }
      .col-xs-8 {
          flex: 0 0 auto;
          width: 66.66666667%;
      }
      .col-xs-9 {
          flex: 0 0 auto;
          width: 75%;
      }
      .col-xs-10 {
          flex: 0 0 auto;
          width: 83.33333333%;
      }
      .col-xs-11 {
          flex: 0 0 auto;
          width: 91.66666667%;
      }
      .col-xs-12 {
          flex: 0 0 auto;
          width: 100%;
      }

      header .nav-links a.hidden-xs, .hidden-xs{display: none !important;}
      .visible-xs{display: block !important;}
      .mg-tp-xs-30{
        margin-top: 30px;
      }
      .menu-icon-mobile{height: 60px;padding:25px 8px 4px 8px;top:-5px;}
      header{padding:5px 0 0;}
      header .nav-links{padding:10px 0;top:55px;}
      header .brand-logo img{width: 144px;}

      header .form-container{position: fixed !important;left: 0 !important;right: 0 !important;top: 100% !important; bottom: -100% !important; 
        width: 100% !important; padding: 30px 0 !important; -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0);
         z-index: 300; background-color: rgba(255, 254, 254, 0.97) !important;}
      header .form-container.show{top: 0 !important;bottom: 0 !important;display: block !important;}
      header .form-container .frmclose{display: inline-block;position: absolute;top:10px;right: 10px;color:#000;font-size: 20px;}

      footer{padding-bottom: 30px;}
      footer .lower{font-size: 10px;}
      footer .lower div{text-align: center !important;}

      .mob-footer{position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;background-color: #fff;font-size: 14px;font-weight: 600;z-index: 999999;}
      .mob-footer a{display: block;line-height: 30px;}
      .mob-footer a.mob-enq-btn{background-color: #f16736;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;}
      .mob-footer a.mob-call-btn{background-color: #fff;color: #f16736;text-transform: uppercase;font-weight: 600;font-size: 14px;}
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 320px) {

    }
