@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
html, body{padding:0;margin:0;font-size:16px;line-height:26px;color:#4A4A4A;font-family: 'Montserrat', sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
a, img, button, input[type=submit]{text-decoration:none;outline:none;border:0;}
*, *:after, *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul{margin:0px;padding:0px;}
ul li{list-style:none;}
p{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0px;-webkit-margin-end:0px;margin-bottom:20px;}
.container{max-width:1270px;margin:0px auto;padding:0 20px;}
.container-fluid{width:90%;margin:auto;}
.clearfix{clear:both;}
.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;}
.img-responsive{max-width:100%;height:auto;}
.img-full{width:100%;height:auto;}
.uppercase{text-transform:uppercase;}
.capitalize{text-transform:capitalize;}
.center-block{margin:0 auto;}
.col-1{width:8.333333333333333%;}
.col-2{width:16.66666666666667%;}
.col-3{width:25%;}
.col-4{width:33.33333333333333%;}
.col-4-5{width:41%;}
.col-5{width:41.66666666666667%;}
.col-6{width:50%;}
.col-7{width:58.33333333333333%;}
.col-8{width:66.66666666666667%;}
.col-9{width:75%;}
.col-10{width:83.33333333333333%;}
.col-11{width:91.66666666666667%;}
.col-12{width:100%;}
.col-12-5{width:17%;}
.w70{width:70%;}
.w30{width:30%;}
.col-1, .col-2, .col-3, .col-4, .col-4-5, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70{float:left;}
section{float:left;width:100%;}
.section-padding{padding:60px 0px;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.top{top:0;}
.bottom{bottom:0;}
.left{left:0;}
.right{right:0;}
.pdntb5{padding:5% 0%;}
.cwt{color:#fff;}
.cbk{color:#000;}
.cgray{color:#9F9F9F;}
.cBrown{color:#6C594B;}
.cred{color: #F7811F;}
.sz18{font-size:18px;}
.f300{font-weight:300;}
.f400{font-weight:400;}
.f500{font-weight:500;}
.f600{font-weight:600;}
.f700{font-weight:700;}
.f800{font-weight:800;}
.f900{font-weight:900;}
.font-montserrat{font-family: 'Montserrat', sans-serif;}
.f-normal{font-weight:normal;}
.hidden-xs{display:block !important;}
.visible-xs{display:none !important;}
.hidden-portrait{display:block !important;}
.visible-portrait{display:none !important;}
.disp-block{display: block;}


header{
	z-index:999;
    padding: 8px 0px 8px;
    background-color: #fff;
	-webkit-transition:all .2s ease-in;
	-ms-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
.site-logo{
    display: inline-block;
    cursor: pointer;
}
.site-logo img{
	width: 252px;
}
.menu-div{
    padding: 4px 0px 0px;
}
.menu-list li{
	list-style-type: none;
	display: inline-block;
}
.menu-list li a{
    display: block;
    margin-right: 12px;
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
    position: relative;
}
.menu-list li:last-child a{
    margin-right: 0px;
}

.menu-list li a.active{
	color: #F0832B;
    font-weight: 600;
}
.menu-list li a.active:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #F0832B;
    z-index: 9;
}

.burger-menu{
    display:block;
    padding:0px 0px 0px 0px;
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 9;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

.enquire-btn{
    display: block;
    border: 1px solid #F7811F;
    color: #F7811F;
    text-align: center;
    padding: 6px 15px 3px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

footer p{
    margin: 0px;
    font-size: 10px;
    line-height: 19px;
}
.desktop-footer{
    background-color: #262626;
    padding: 8px 0px;
    font-weight: 600;
}
.copyright-div, .disclaimer-div, .privacy-policy-div{
    padding: 10px 0px 0px;
}

.disclaimer-page, .privacy-page {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
.disclaimer-page-copy, .privacy-page-copy {
    position: absolute;
    top: 50%;
    width: 75%;
    left: 12.5%;
    margin: 0 0 20px 0;
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.disclaimer-page-copy h2, .privacy-page-copy h2 {
    font-size: 25px;
}
.scroll {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    overflow-y: scroll;
    height: 300px;
    margin-bottom: 15px;
}
.i-agree-btn, .privacy-agree-btn {
    display: block;
    width: 150px;
    text-align: center;
    float: right;
    border: 2px solid #cdab64;
    background-color: #F6821F;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

/*Floating Enquire Wrapper*/
.floating-enquire-wrapper{position: fixed;right: 0;top: 17%; background-color: rgba(255,255,255,1); /*color: #fff;*/padding:10px 15px; z-index: 199;width: 375px;transition: all 0.4s ease-in; -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;}
.floating-enquire-wrapper.hide{right: -375px;}
.floating-enquire-wrapper label{color: #fff;}
.enquire-toggle-button{
    left: -106px;
    top: 170px;
    position: absolute;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.enquire-toggle-button span{
  background-color: #F0832B;
  color: #fff;
  padding: 5px 12px;
  text-transform: uppercase;
  display: block;
  box-shadow: 0px -2px 5px #ccc;
}
.enquire-toggle-button img{
  vertical-align: middle;
    width: 14px;
}
.enquire-close-mobile{
    position: absolute;
    right: 6px;
    top: -5px;
    color: #000;
    z-index: 99;
    border: 1px solid #000;
    padding: 0px 5px 0px;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    font-weight: 500;
}
.hidden-brochure-btn{display: none;padding:5px;text-align: center;border:1px solid #c6a37e;color:#c6a37e;margin: 10px auto;width: 90%;}
.floating-enquire-wrapper form{font-family: 'Montserrat', sans-serif !important;font-size: 13px;line-height: 12px;}
.floating-enquire-wrapper input[type="text"]{ width: 100%; padding: 4px; border:solid 1px #ddd; height: 28px; color: #999; margin-bottom: 18px !important; -webkit-border-radius: 0px!important; font-family: 'Montserrat', sans-serif !important;}
.floating-enquire-wrapper select{ font-family: 'Montserrat', sans-serif !important; width: 100%; padding: 4px; border:solid 1px #ddd; background: #fff; height: 28px ; color: #999; margin-bottom: 18px !important; -webkit-border-radius: 0px!important;}
.floating-enquire-wrapper label.error{ position: absolute; color: #f00; font-size: 10px; display: block; text-transform: initial;top: 34px; font-weight: normal !important;}
.floating-enquire-wrapper .form_thankyou{font-family: 'Montserrat', sans-serif !important; padding: 12% 1%;}
label, input, button, select, textarea{font-size: 12px;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {display: inline-block;height: 34px;width: 100%; padding: 0px 6px;     margin-bottom: 5px;  font-size: 14px;line-height: 37px;color: #555555;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;vertical-align: middle;}
input, button, select, textarea {font-family: Arial,Helvetica,sans-serif;font-size: 12px;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {background-color: #ffffff;border: 1px solid #cccccc;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition: border linear .2s, box-shadow linear .2s;-moz-transition: border linear .2s, box-shadow linear .2s;-o-transition: border linear .2s, box-shadow linear .2s;transition: border linear .2s, box-shadow linear .2s;}
input, textarea, .uneditable-input {margin-left: 0;}
textarea{resize: none;}
/*Floating Enquire Wrapper Ends*/
/* Callnumber */
.call-number-wrapper{
    position: fixed;
    right: 0;
    top: 20%;
    background-color: #f3f3f3;
    padding: 10px 10px;
    z-index: 99;
    width: 190px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.call-number-wrapper.callhide{right: -162px;}
.callnumber {
    padding-left: 30px;
}
.call-number-button{
    left: -19px;
    top: -10px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background-color: #F0832B;
    padding: 13px 12px;
}
.call-number-button img{
    vertical-align: middle;
}

/* Home Section */
.home-section{
    margin-top: 93px;
}
.slide{background-size:cover;background-repeat:no-repeat;background-position:center;}
/*.home-banner{
    background-image: url(/eternia-enigma/images/mulund-desktop-banner-lp-31-1-2020.jpg);    
}*/
.home-banner-1{
    background-image: url(/eternia-enigma/images/new/Eternia_LP_Banner-221020.jpg);
    background-size:100% 105%;
    background-position: center center;
}
.home-banner-2{
    background-image: url(/eternia-enigma/images/new/Enigma_LP_Banner-221020.jpg);
    background-size:100% 105%;
    background-position: center center;
}
.home-caption-wrapper{
    display: flex; 
    /*justify-content: center; */
    align-items: center;
    height: 100%;
    padding: 8px 35px;
}
.home-caption-new{
    width: 100%;
    border: 2px solid #fff;
    height: 100%;
    border-radius: 7px;
    z-index: 99;
}
.home-caption-left-section,.home-caption-right-section{height: 100%;}
.home-caption-left-section{width: 65%;position: relative;}
.home-caption-right-section{
    width: 35%;
    position: relative;
    background-color: #fff;
    padding: 5px 10px;
    padding: 42px 0px 0px;
}
.diwali-element{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 28%;
}
.home-line-1{color: #ee6f2c; font-weight: 800;font-size: 30px; line-height: 36px; margin-bottom: 16px;}
.home-line-2{font-size: 15px; font-weight: 800; margin-bottom: 10px;}
.home-line-3{display: inline-block; width: 180px; background-color: #ee6f2c; font-size:20px; padding: 8px 14px; color: #fff; font-weight: 700;}
.home-line-4{
    font-size: 16px;
    font-weight: 800;
    margin: 39px 0px;
    position: relative;    
}
.home-line-4:before{
    content: '';
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: #ee6f2c;
    height: 2px;
    width: 180px;
    margin: auto;
}
.home-line-4:after{
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-color: #ee6f2c;
    height: 2px;
    width: 180px;
    margin: auto;
}
.home-line-5{font-size: 10px;line-height: 20px; font-weight: 700;}
.home-tnc{font-size: 11px;font-weight: 600;}
.actual-sample-flat-text{
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.actual-sample-flat-text p{margin-bottom: 0px;text-shadow: 0px 10px 15px #000;}
.actual-text-1{
    font-size: 20px;
    font-weight: 700;
}
.actual-rera-text{
    font-size: 11px;
    line-height: 18px;
}
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager{width: 100px; position: absolute; bottom: 4%; right: 4%; z-index: 99; text-align: center;}
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item{
  display: inline-block;
  margin-right: 15px;
}
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a{
  display: block;
  font-size: 0px;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  border: 2px solid #F0832B;
  margin: 0px auto;
  position: relative;
}
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover::before,
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active::before{ 
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 10px;
height: 10px;
border-radius: 26px;
background: #F0832B;
z-index: 9;
}
.home-left-section{
    background-image: url(/eternia-enigma/images/new/BAnner_01.jpg);
}
.home-right-section{
    background-image: url(/eternia-enigma/images/new/BAnner_03.jpg);
}
.home-middle-section{
    background-color: #E2E2E2;
    padding: 2.5% 5px 0;
    text-align: center;
}
.home-middle-section h2{
    color: #6E6D72;
    margin: 0 0px 10px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    text-transform: uppercase;
}
.home-middle-section h2 span{
    font-style: italic;
    font-size: 38px;
}
.home-middle-section h1{
    color: #6E6D72;
    font-size: 46px;
    line-height: 47px;
    font-weight: 800;
    margin: 0px 0px 15px;
}
.home-subheading{
    font-size: 21px;
    text-align: center;
    font-weight: 800;
    color: #6E6D72;
    margin-bottom: 10px;
}
.home-middle-image{
    position: relative;
    width: 78%;
    margin: auto;
}
.home-middle-image img{
    width: 100%;
    display: block;
}
.home-middle-image:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #F0832B;
    z-index: 9;
}
.first-para{
    font-weight: 700;
    text-transform: uppercase;
    margin: 11px 0px 12px;
    font-size: 16px;
}
.pay-div{
    background-color: #F0832B;
    color: #fff;
    font-weight: 700;
    padding: 12px 25px;
    letter-spacing: 2px;
    font-size: 27px;
    display: inline-block;
}
.second-para{
    font-size: 12px;
    margin: 7px 0px;
    line-height: 20px;
    position: relative;
}
.second-para:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #000;
    height: 1px;
    width: 100%;
    z-index: 9;
}
.third-para{
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0px 0px;
}
.fourth-para{
    font-size: 12px;
    margin: 5px auto 0 auto;
    line-height: 19px;
}
.fifth-para{
    font-size: 9px;
    margin: 0px 0px 0px;
    line-height: 16px;
}
.banner-enquire-now{
    background-color: #F0832B;
    color: #fff;
    padding: 6px 25px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}
.home-image-disclaimer{
    color: #fff;
    position: absolute;
    bottom: 4px;
    left: 25px;
    z-index: 9;
    font-size: 11px;
    font-weight: 600;
    margin: 0px;
}
/* Configuration section */
.section-heading-wrapper{
    text-align: center;
    padding-bottom: 15px;
}
.section-heading{
    font-size: 29px;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
}
.section-heading:after{
    content: '';
    background-color: #333;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    width: 70%;
    height: 1px;
    margin: auto;
    z-index: 1;
}
.conf-internal-head{
    background-color: #EA874C;
    color: #fff;
}
.configuration-section .section-heading-wrapper{
    padding-bottom: 0px;
}
.configuration-section .section-heading:after{
    display: none;
}
.configuration-internal-section{
    width: 75%;
    margin: auto;
    padding: 10px 0px;
}
.configuration-internal-section table{
    width: 100%;
    border-collapse: collapse;
}
.configuration-internal-section th, .configuration-internal-section td{
    padding: 5px 25px;
    text-align: left;
    text-transform: uppercase;
    width: 33.3%;
}
.configuration-internal-section td{
    border:1px solid #a7a7a7;
    font-weight: 600;
    font-size: 17px;
}
.configuration-internal-section th{
    letter-spacing: 1px;
    font-size: 19px;
    border: 1px solid #fff;
}
.configuration-internal-section tr:nth-child(3) {
  background-color: #E2E5EF;
}
.click-price{
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
/* Overview section */
.overview-section{
    /*background-image: url(/eternia-enigma/images/new/Overview.jpg);*/
    padding: 60px 0px 200px;
    position: relative;
}
.actual-shot{ position: absolute; bottom: 10px; right: 10px; background: rgba(0, 0, 0, 0.6); font-size: 12px; line-height: 12px; padding: 4px 10px 6px 10px; color: #fff;}
.section-subheading{
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
}
.subtitle{
    font-size: 22px;
    font-weight: 600;
}
/* Amenities section */
.amenities-item{
    text-align: center;
    font-size: 14px;
    padding: 10px 0px 0px;
    font-weight: 600;
    height: 190px;
}
.amenities-internal-wrapper .bx-wrapper .bx-pager.bx-default-pager{
        width: 150px;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    text-align: center;
}
.amenities-internal-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item{
  display: inline-block;
    margin: 0px 7px;
}
.amenities-internal-wrapper .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a{
  display: block;
  font-size: 0px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  background-color: #ccc;
  margin: 0px auto;
}
.amenities-internal-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,.amenities-internal-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #F0832B !important;}
.note-para{font-size: 10px; margin: 15px 0px; font-weight: 600;}
/* Gallery section */
.gallery-section{
    background-color: #E0E0E0;
}
.gallery-section.section-padding{
    padding: 60px 0px 0px;
}
.eternia-bg{
   /*background-image: url(/eternia-enigma/images/new/Gallery-Image-01.jpg);*/
   height: 510px;
   border-right: 1px solid #fff;
}
.enigma-bg{
   /*background-image: url(/eternia-enigma/images/new/Gallery-Image-02.jpg);*/
   height: 510px;
}

.gal-project-name{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
}
.gal-conf-heading{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0px 25px;
    letter-spacing: 2px;
}
.gal-tab{
    background-color: #F0832B;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 10px;
    font-weight: 600;
}
.gallery-inner-wrapper{
    padding: 30px 0px 0px;
}
.gallery-inner-div{
    padding: 25% 0;
}
/* Virtual tour section */
.virtual-tour-section{
    background-color: #E0E0E0;
}
.virtual-tour-inner-wrapper{
    padding: 25px 0px;
}
.eternia-tour-bg{
    /*background-image: url(/eternia-enigma/images/new/Video01.jpg);*/
    height: 360px;
}
.enigma-tour-bg{
    /*background-image: url(/eternia-enigma/images/new/Video02.jpg);*/
    height: 360px;
}
.virtual-tour-inner-wrapper .col-6{
    width: 47%;
    margin: 1% 1.5%;
}
.virtual-tab-container{
    padding: 24% 0;
}
.virtual-tab-container a{
    display: inline-block;
}
/* Location section */
.location-map{
    width: 100%;
    height: 410px;
}
.location-point-item{
    background-color: #E2E5EF;
    padding: 15px 25px;
    margin: 0px 0px 10px;
}
.location-point-item img{
    vertical-align: middle;
}
.location-description{
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0px 0px;
}
.location-description p{
    margin: 0px;
}
.location-left-content{
    padding: 0px 25px 0px 0px;
}
.corange{
    color: #F0832B;
}
/* Floor plans section */
.floorplans-section{
    background-color: #E0E0E0;
}
.eternia-flps{
    /*background-image: url(/eternia-enigma/images/new/Tower-A-Typical-Floor-Plan---Zone-1.png);*/
    height: 460px;
    display: block;
}
.enigma-flps{
    /*background-image: url(/eternia-enigma/images/new/TOWER-A--ZONE-1-FLOORS-2ND-TO-22ND.png);*/
    height: 460px;
    display: block;
}
.plans-inner-wrapper .col-6{
    width: 47%;
    margin: 1% 1.5%;
}
.plans-heading{
    background-color: #4F525D;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 98%;
    margin: 0px auto 3px;
}
.enigma-flps:hover .plans-tab-container, .enigma-flps:hover .black-shade:after{ display: block;  }
.plans-tab-container{
    padding: 36% 0;
    text-align: center;
    display: none;
    z-index: 2;
    position: relative;
}
.plans-btn{
    background-color: #F0832B;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 10px;
    font-weight: 600;
}
/* Site Update Section */
.project-update-tabs a{
    display: inline-block;
    color: #fff;
    font-size: 19px;
    padding: 8px 30px;
    background-color: #57595E;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.project-update-tabs a.active-tab{
    background-color: #F0832B
}
.project-update-container{
    background-color: #EFEEEF;
    padding: 25px 15px;
    float: left;
    width: 100%;
}
.project-update-container .col-3{
    width: 24%;
    margin: 0.5%;
}
.project-update-container a{
    display: block;
}

.project-update-container a img{
    width: 100%;
    display: block;
}
.update-heading{
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.update-heading:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: #000;
    z-index: 9;
}
.eternia-flps,.enigma-flps{
    position: relative;
    cursor: pointer;
}
.black-shade:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 98%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.site-up-heading{
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

/* Specification section */
.specification-section{
    /*background-image: url(/eternia-enigma/images/new/Specification-BG.jpg);*/
}
.specification-inner-wrapper{
    width: 85%;
    margin: auto;
    padding-bottom: 40px;
}
.specification-section .section-heading:after{
    background-color: #fff;
}
.specification-list{
    margin-left: 25px;
}
.specification-list li{
    list-style-type: disc;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

/* About us section*/
.aboutus-section{
   /*background-image: url(/eternia-enigma/images/new/About-Us-BG.jpg);    */
}
.aboutus-section .section-heading-wrapper{
    text-align: left;
}
.aboutus-section .section-heading:after{
    margin: initial;
    width: 100%;
}
.aboutus-inner-wrapper{
    width: 65%;
    padding-bottom: 140px;
}
.aboutus-inner-wrapper p{
    /*font-weight: 600;*/
    font-size: 15px;
}
.disclaimer-section{
    background-color: #DCDCDC;
    padding: 14px 0px;
    font-size: 10px;
    line-height: 14px;
}
.disclaimer-section p{
    margin: 0px;
}
.bignumber{
    font-size: 46px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
}
.smalltext{
    line-height: 23px;
}
.aboutus-eterniaenigma-wrapper{padding: 30px 0px 0px;}

@media only screen and (min-width:1440px) and (max-width:1920px){
   .home-middle-section{
        padding: 6% 2.5% 0;
   }
   .home-middle-section h1{
        font-size: 60px;
        line-height: 60px;
   }
   .home-subheading{
        font-size: 26px;
   }
   .first-para{
        margin: 27px 0px 25px;
        font-size: 20px;
   }
   .second-para{
        font-size: 16px;
        margin: 18px 0px;
        line-height: 26px;
   }
   .third-para{
        font-size: 23px;
        margin: 10px 0px 10px;
   }
}

@media only screen and (min-width:1100px) and (max-width:1299px){
    .menu-list li a{
        font-size: 13px;
        padding: 0px 0px;
        margin-right: 8px;
    }    
}

@media only screen and (min-width:1011px) and (max-width:1099px){
    .menu-div {
        padding: 0px 10px 0px 0px;
    }
    .menu-list li a{
        font-size: 13px;
        padding: 0px 10px;
    }
}

@media(max-width: 1440px){
 .call-number-button{ left: -17px; }
}
@media(max-width: 1280px){
    .home-banner{background-size: 100% 100%;}
}

@media all and (max-width:1010px){
html, body{ font-size: 16px;line-height: 26px;}
.hidden-portrait{display:none !important;}
.visible-portrait{display:block !important;}
header{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.left-header { padding: 6px 0px 0px;}
.site-logo img { width: 85%;}
.menu-div{display:none;position:absolute;top:52px;left:0px;right:0px;z-index:99;border-bottom:1px solid #ccc;padding: 0px;background-color: #000;}
.menu-list li{display:block;}
.menu-list li a{font-size:15px;text-align:center;padding:6px 0px;border-right:0px;margin:0px;color: #fff;}

.mobile-footer{width:100%;z-index:99;border-top:1px solid #ccc;}
.call-btn{background:#fff;padding:5px 5px 4px;}

.enquiry{background:#F7811F;}
.col-6.enquiry{width: 100%;}
.mobile-enquire-now-btn{display:block;color:#fff;padding:5px 5px; text-transform: uppercase;}
.enquireform{
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y:scroll;
}
.call-number{
    margin-right: 30px;
    padding: 6px 0px 0px;
}
.home-section{
    margin-top: 66px;
    line-height: 40px;
}
.home-middle-section{
    padding: 10px 8px 0px;
}
.home-middle-image{
    width: 90%;
}
.home-middle-section h1{
    font-size: 25px;
    line-height: 32px;
    margin: 0px 0px 10px;
}
.home-subheading{
    font-size: 12px;
    margin-bottom: 0px;
}
.first-para{
    margin: 0px 0px 9px;
    font-size: 13px;
    line-height: 20px;
}
.second-para{
    font-size: 9px;
    margin: 7px 0px;
    line-height: 16px;
}
.pay-div {
    padding: 2px 15px;
    font-size: 15px;
}
.third-para{
    line-height: 27px;
    font-size: 10px;
}
.fourth-para{
    font-size: 9px;
    line-height: 26px;
}
.home-image-disclaimer{
    left: 13px;
    font-size: 9px;
}
.location-point-item{
    padding: 15px 3px;
}
.location-description{
    font-size: 10px;
}
.location-image-div img{
    width: 48px;
}
.location-map{
    height: 380px;
}
.gal-tab{
    margin: 8px 10px;
}
.specification-inner-wrapper{
    width: 94%;
}
.virtual-tab-container {
    padding: 35% 0;
}
.aboutus-inner-wrapper{
    width: 83%;
}
.plans-btn{
    margin: 8px 10px;
}
.eternia-flps, .enigma-flps{
    height: 300px;
}
.plans-tab-container{
    padding: 23% 0;
}
.intl-tel-input .country-list {
    width: 350px !important;
    overflow-x: hidden;
}
.iti-mobile .intl-tel-input.iti-container{
    top: 47% !important;
    left: 52% !important;
}
.iti-mobile .intl-tel-input .country-list{
    max-height: 35% !important;
}
/*.enigma-flps .plans-tab-container, .enigma-flps .black-shade:after{ display: block;  }*/
.plans-tab-container,.enigma-flps .black-shade:after{display: block !important;}

}

@media all and (max-width:767px){
.hidden-xs{display:none !important;}
.visible-xs{display:block !important;}
.sell_do_virtual_number_mobile{color:#000 !important;}
.col-6.enquiry{width: 50%;}
.col-xs-12{width: 100%;}
.section-padding{padding: 50px 0px;}
.site-logo img {width: 50%;}
.para{text-align: justify;}
/*.home-banner{background-image: url(/eternia-enigma/images/mulund-mobile-banner-lp-31-1-2020.jpg);}*/
}
@media all and (max-width:320px){

}