/*================= Font-Family Start =================*/

@font-face {
    font-family: 'avenirnextltpro592322c8215fa';
    src: url('fonts/avenirnextltpro592322c8215fa.eot');
    src: url('fonts/avenirnextltpro592322c8215fa.eot') format('embedded-opentype'), url('fonts/avenirnextltpro592322c8215fa.woff2') format('woff2'), url('fonts/avenirnextltpro592322c8215fa.woff') format('woff'), url('fonts/avenirnextltpro592322c8215fa.ttf') format('truetype'), url('fonts/avenirnextltpro592322c8215fa.svg#avenirnextltpro592322c8215fa') format('svg');
}
@font-face {
    font-family: 'Thinking_of_Betty';
    src: url('fonts/Thinking_of_Betty.eot');
    src: url('fonts/Thinking_of_Betty.eot') format('embedded-opentype'), url('fonts/Thinking_of_Betty.woff2') format('woff2'), url('fonts/Thinking_of_Betty.woff') format('woff'), url('fonts/Thinking_of_Betty.ttf') format('truetype'), url('fonts/Thinking_of_Betty.svg#Thinking_of_Betty') format('svg');
}
@font-face {
    font-family: 'helveticaneueltpro55roman592d0655a90a3';
    src: url('fonts/helveticaneueltpro55roman592d0655a90a3.eot');
    src: url('fonts/helveticaneueltpro55roman592d0655a90a3.eot') format('embedded-opentype'), url('fonts/helveticaneueltpro55roman592d0655a90a3.woff2') format('woff2'), url('fonts/helveticaneueltpro55roman592d0655a90a3.woff') format('woff'), url('fonts/helveticaneueltpro55roman592d0655a90a3.ttf') format('truetype'), url('fonts/helveticaneueltpro55roman592d0655a90a3.svg#helveticaneueltpro55roman592d0655a90a3') format('svg');
}
@font-face {
    font-family: 'zag_bold';
    src: url('fonts/zag_bold.eot');
    src: url('fonts/zag_bold.eot') format('embedded-opentype'), url('fonts/zag_bold.woff2') format('woff2'), url('fonts/zag_bold.woff') format('woff'), url('fonts/zag_bold.ttf') format('truetype'), url('fonts/zag_bold.svg#zag_bold') format('svg');
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot') format('embedded-opentype'), url('../fonts/ebasNeue.woff2') format('woff2'), url('../fonts/ebasNeue.woff') format('woff'), url('../fonts/bebas-neue-regular.ttf') format('truetype'), url('../fonts/BebasNeue.svg#zag_bold') format('svg');
}
@font-face {
    font-family: 'zona_probold';
    src: url('fonts/zonapro-bold-webfont.woff2') format('woff2'), url('fonts/zonapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*font-family: 'Roboto', sans-serif;
    font-family: 'Raleway', sans-serif;*/


/*font-family: 'Bebas Neue';*/


/*================= Font-Family End =================*/

.error_new {
    /*background: #fff !important;*/
    border: 1px solid red !important;
    color: black !important;
    color: #000 !important;
}
#enquire-now .error_new {
    /*background: #fff !important;*/
    border: 1px solid red !important;
    color: black !important;
    color: #fff !important;
}

/*================= Default Style Start =================*/

body {
    position: relative;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
sub {
    bottom: 19px;
}
.wrap {
    width: 1330px;
    max-width: 100%;
}
.l-wrap {
    max-width: 1534px;
    width: 100%;
}

/*================= Default Style End =================*/


/*================= Header Start =================*/

.header-nav .navbar {
    border: none;
    min-height: auto;
    background: transparent;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.header-nav .navbar.navbar-inverse {
    transition: all 0.6s ease 0s;
}
.header-nav .navbar.navbar-inverse .brand_logo_right {
    margin: 31px 19px 0 0;
    transition: all 0.6s ease 0s;
}
.header-nav .navbar-brand {
    padding: 0px;
    margin: 22px 0 0 11px;
    margin-left: 11px !important;
    height: auto;
}
.header-nav .navbar-brand > img {
    transition: all 0.5s ease 0s;
    max-width: 206px;
    height: auto;
}
img.black {}
img.white {
    display: none;
}
img.color {}
.header-nav .nav.navbar-nav {
    float: none;
    display: inline-block;
    margin-bottom: -4px;
    margin-top: 0px;
    margin-left: 13px;
    transition: all 0.5s ease 0s;
}
.header-nav .nav.navbar-nav li {
    margin: 0 4px;
}
.header-nav .nav.navbar-nav li a {
    font-size: 12px;
    /*color: #fefefe;*/
    color: #000000;
    padding: 10px 10px 7px 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.3px;
}
.header-nav .nav.navbar-nav li a:hover {
    color: #fefefe;
    background: rgba(117, 160, 205, 0.70);
}
.header-nav .nav.navbar-nav li.active a {
    background: rgba(117, 160, 205, 0.70);
    color: #fff;
}
.header-nav .sticky .nav.navbar-nav li a {
    color: #fff;
}
.header-nav .navbar.navbar-inverse.sticky {
    background: #000;
}
.header-nav .navbar.navbar-inverse.sticky .brand_logo_right.pull-right {
    margin: 13px 19px 0 0;
}
.header-nav .navbar.navbar-inverse.sticky .navbar-brand {
    /*margin-top: 15px; */
}
.header-nav .navbar.navbar-inverse.sticky .navbar-brand > img {
    height: auto;
    max-width: 160px;
}
.header-nav .navbar.navbar-inverse.sticky .nav.navbar-nav {
    margin-left: 49px;
}
#menu_close {
    position: absolute;
    display: none;
}
nav ul li {
    float: left;
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 30px 0;
}
.menu_icon {
    position: absolute;
    top: 39%;
    right: 215px;
    background: url(../images/menu_icon.png) no-repeat;
    height: 25px;
    width: 25px;
    z-index: 99;
    display: none;
}
.overley_layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(255,255,255,0.1);*/
    background: rgba(0, 0, 0, 0.4);
    z-index: 6;
    display: none;
}

/*================= Header End =================*/


/*================= section-main Start =================*/

.section-main {
    width: 100%;
}

/*================= Banner Start =================*/

.banner-box {
    float: left;
    width: 100%;
}
.banner {
    width: 100%;
    position: relative;
}
.banner_img_box {
    width: 100%;
    margin: 0;
}
.banner_img_box img {
    width: 100%;
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    background-size: cover;
    height: calc(100vh - 63px);
    /*height: 750px;*/
}
.banner_tex {
    margin: 0;
    /*display: inline-block;*/
    /*width: 72%;*/
    /*left: 0;*/
    /*left: 6%;*/
    position: absolute;
    padding-left: 5%;
    /*top: 270px;*/
    top: 25%;
    /*transform: translateY(-59%);*/
    text-align: center;
}
.banner_view {
    /*width: 40%;
	float: left;
	margin: 13px 0 0 178px;
	left: 0;*/
    display: inline-block;
    padding-right: 70px;
    vertical-align: top;
}
.banner_view img {
    max-width: 100%;
    margin: 0;
}
.rera {
    width: 11%;
    position: absolute;
    /* display: flex; */
    right: 0;
    /* bottom: 0; */
    left: 0;
    margin: 0 auto;
    top: 105%;
}
.plans {
    text-align: left;
}
.residences {
    /*width: 49%;*/
    /*float: left;*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*margin: 0 auto;
	z-index: 100;*/
    /*left: 170px;*/
    /*text-align: center;*/
    /*top: -50px;*/
    display: flex;
    flex-direction: column;
}
.residences h2 {
    font-size: 27px;
    color: #ffffff;
    font-family: 'Thinking_of_Betty';
    margin: 0;
    border-bottom: 2px solid #ffffff;
    display: block;
    position: relative;
    z-index: 100;
    padding: 0 0 11px 6px;
    text-shadow: 1px 3px #2a4481;
    letter-spacing: 1px;
}
.residences h2 span {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 2%;
    color: #f1ec83;
    font-weight: 500;
    text-shadow: 1px 3px #2a4481;
    padding: 0 0 0 14px;
}
.residences h3 {
    font-size: 30px;
    color: #9d1c20;
    font-family: 'zona_probold';
    /* line-height: 50px; */
    text-align: left;
    /* padding-bottom: 20px; */
}
.residences h4 {
    font-size: 32px;
    color: #000;
    /*padding-top: 15px; */
    font-family: 'zona_probold';
    /* line-height: 35px; */
    text-align: left;
}
.residences h4 span.number {
    /*color:#eee20d;*/
    color: #000;
    font-family: 'zona_probold';
    /*font-size: 28px;*/
}
.residences h4 .start {
    font-size: 24px;
}
.starting {
    /*border:2px solid #000;*/
    margin: 95px 0 0 0;
    /*border-top:none;*/
    /*position:relative;*/
    /*max-width:505px;*/
    display: block;
    /*padding: 0 30px;*/
}
.residences h5 {
    font-size: 27px;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    text-shadow: 8px 5px 10px rgba(0, 0, 0, 1);
    letter-spacing: 0px;
    line-height: 185%;
    /* margin: -20px 0 0; */
    font-family: 'avenirnextltpro592322c8215fa';
}
.
/*residences span {
    font-size: 50px;
    
    color: #f26822;
    font-weight: bold;
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-style: normal;
    text-transform: none;
}*/

.residences span.payment {
    background-color: #f26822;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 40px;
    /* width: 64%; */
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    font-family: 'zag_bold';
    text-align: center;
}
.residences span.scheme {
    color: #fff;
    font-size: 16px;
    text-shadow: 8px 5px 10px rgba(0, 0, 0, 1);
    font-family: 'avenirnextltpro592322c8215fa';
}

/*.residences span.tc-apply {
	color: #000000;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 4px;
	margin-left: 20px;
	margin-top: 11px;
	text-align: right;
	vertical-align: top;
	text-transform: capitalize;
}*/


/*.residences a.residences-btn {		
	display: block;
	margin-top: 15px; 
}*/

.section div.plan {
    display: flex;
    flex-direction: row;
}
.banner-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.banner-text span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'avenirnextltpro592322c8215fa';
    letter-spacing: 1;
    margin: 0 0 30px 0px;
}
.banner-text p {
    float: left;
    width: 55%;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-family: 'avenirnextltpro592322c8215fa';
    letter-spacing: 1px;
    /*padding: 0 5px;	*/
}
.banner-text p span {
    /*float: right;*/
    display: inline-block;
    font-size: 15px;
    /*line-height: 20px;*/
    /*color: #fff;*/
    /*font-family: 'avenirnextltpro592322c8215fa';*/
    /*letter-spacing: 2px;*/
    background: rgba(0, 0, 0, 0.65);
    margin: 0;
    padding: 0 5px;
}
.banner-text p.right-text {
    width: 45%;
    text-align: right;
}
.banner-btn {
    left: 0;
    position: absolute;
    right: 0;
    top: 125px;
}
.banner-btn a.btn {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(138, 183, 226, 0.6);
    padding: 2px 15px 1px;
    margin-left: 5px;
    border-radius: 0px;
    letter-spacing: 0.8px;
    font-family: 'helveticaneueltpro55roman592d0655a90a3';
}
3 .banner img.desktop {
    display: block;
}
.banner img.mobile {
    display: none;
}
.maha-rear {
    position: absolute;
    color: #fff;
    /* color: #231f20; */
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    bottom: 5%;
    font-size: 12px;
    padding: 0 2%;
}
.maha-rear span {
    display: block;
    color: #fff;
    font-size: 10.54px;
    line-height: 14.95px;
    letter-spacing: 1px;
}
.tc-apply-txt {
    color: #ffffff;
    font-size: 13.95px;
    line-height: 17.95px;
    letter-spacing: 1px;
    bottom: 3%;
    position: absolute;
    right: 4%;
    text-align: right;
    transform: translateY(100%);
}
.maha-rear a {
    color: #fff;
}
.maha-rear span {
    -webkit-flex: 1;
    flex: 1;
}
.swipe-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.swipe-wrap > div:nth-child(2) {
    padding-top: 5%;
}
.onlymob {
    display: none;
}
img.payblack {
    display: block;
}
img.paywhite {
    display: none;
}

/*---------- Enquire Form Start ----------*/

.enquire-now {
    background: rgba(0, 0, 0, 0.85);
    /*position:absolute;*/
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    /*padding:17px 0 12px;*/
    transition: all 0.5s ease;
    padding: 17px 0 0px;
}
.enquire-row {
    max-width: 1158px;
    /*max-width:100%;*/
    width: 100%;
    display: inline-block;
}
.form-group {}
.enquire-row .col-md-2.col-sm-12 {
    width: 14.40%;
    margin-left: 20px;
}
.form-control::-moz-placeholder {
    color: #ffffff;
}
::-webkit-input-placeholder {
    /* Chrome */
    color: #999;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #999;
}
#overlay input[type="text"]::-moz-placeholder {
    color: #999;
}
#overlay input[type="text"]:-moz-placeholder {
    color: #999;
}
#instant-callback-div input[type="text"]:-moz-placeholder {
    color: #999;
}
#instant-callback-div input[type="text"]::-moz-placeholder {
    color: #999;
}
#price1 input[type="text"]:-moz-placeholder {
    color: #999;
}
#price1 input[type="text"]::-moz-placeholder {
    color: #999;
}
#price2 input[type="text"]:-moz-placeholder {
    color: #999;
}
#price2 input[type="text"]::-moz-placeholder {
    color: #999;
}
#price3 input[type="text"]:-moz-placeholder {
    color: #999;
}
#price3 input[type="text"]::-moz-placeholder {
    color: #999;
}
.enquire-row .enquire-head {
    padding: 14px 0 0;
}
.enquire-head h2 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    /*float: left;*/
    font-weight: 500;
    letter-spacing: 1.5px;
}
.enquire-now form {
    margin: 0;
    float: left;
    width: 100%;
}
.enquire-now form .col-md-3 {
    width: 27.7%;
    padding-right: 25px;
    padding-left: 0;
}
.enquire-now form .col-md-3.padd-15px {
    padding-right: 5px;
    width: 26%;
}
.enquire-now form .col-md-3:last-child {
    padding-left: 0;
}
.enquire-now .form-group {
    margin: 0px;
}
.enquire-now .form-group input.form-control {
    background: transparent;
    border: 1px solid #8ab7e2;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    /*text-transform:uppercase;*/
    height: 38px;
    width: 100%;
    margin-top: 1px;
}
.enquire-now .btn.btn-default {
    background: #8ab7e2;
    color: #000000;
    border: none;
    width: 100%;
    font-size: 14px;
    height: 40px;
    width: 134px;
    border-radius: 3px;
    transition: all 0.6s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.enquire-now .btn.btn-default:hover {
    background: #6a97c2;
}
.enquire-now .form-group .intl-tel-input {
    color: #7c7c7c;
    width: 100%;
}

/*================= Banner End =================*/


/*================= Overview Start =================*/

.overview {
    width: 100%;
    margin: 0;
    background: url(../images/over-bg.png) repeat center top;
}
.overview_box {
    text-align: center;
    margin: 29px 0 31px;
    display: inline-block;
    width: 100%;
}
.overview_box h3 {
    font-size: 36px;
    color: #ffffff;
    /*font-family: 'zag_bold';*/
    font-family: 'avenirnextltpro592322c8215fa';
    /*font-weight:400;*/
    text-transform: uppercase;
    /*letter-spacing: -0.1px;*/
    margin: 0;
}
.overview_box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    margin: 18px 0 30px;
    font-weight: 500;
}
.overview_box hr {
    max-width: 97px;
    margin: 0 auto;
    border: none;
    height: 2px;
    background: #fff;
}
#config .table {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    padding-top: 50px;
    color: #fff;
}
.table a {
    color: #fff;
}
.table td {
    width: 33%;
}
.pricepop {
    border-bottom: 1px solid #fff;
}
.pricepop1,
.pricepop2,
.pricepop3,
.pricepop4 {
    border-bottom: 1px solid #fff;
}
#pricepop2,
#pricepop3 {
    padding: 15px;
    text-align: left;
}

/*================= Overview Start =================*/


/*================= section-main End =================*/


/*================= Amenities Start =================*/

.amenities {
    padding: 59px 0 47px;
}
.amenities-box {
    max-width: 1131px;
    margin: 0 auto;
}
.amenities-title {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.amenities-title h2 {
    font-size: 36px;
    color: #2e2e2e;
    text-transform: uppercase;
    /*font-weight:500;*/
    /*font-family: 'zag_bold';*/
    font-family: 'avenirnextltpro592322c8215fa';
    margin: 0;
    letter-spacing: 4px;
}
.amenities-contain {
    margin: 0 auto 0 7%;
    max-width: 1063px;
    padding: 38px 0 0;
    text-align: center;
}
.left-amenities {
    /*float:left; */
    padding: 0;
    display: inline-block;
    width: 29.3%;
    margin: 0 -3px;
    vertical-align: top;
    border-left: 1px solid #ccced8;
    text-align: left;
}
.left-amenities.first {
    border-left: none;
}
.left-amenities.second {
    padding-left: 20px;
    width: 30.9%;
}
.left-amenities.thard {
    padding-left: 20px;
    width: 38.2%;
}
.left-amenities ul {
    /*float:left;*/
    padding: 0;
}
.left-amenities ul li {
    padding-bottom: 26px;
    list-style: none;
    padding: 0 0 28px 0;
    margin: 0 17px 0 0;
    /*border-right:1px solid #ccced8;*/
}
.left-amenities ul li:last-child {
    padding-bottom: 0;
}
.left-amenities ul li img {
    margin: 0 15px 0 0;
    max-width: 46px;
}
.left-amenities ul li span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    vertical-align: middle;
}
.left-amenities .amenities_right li {
    border: none;
}

/*================= Amenities End =================*/


/*================= Gallery kanakia Start =================*/

#gallery {
    width: 100%;
    background: #eee8e8;
}
.gallery-head {
    width: 100%;
    padding: 75px 0 150px;
    text-align: center;
}
.walkthrough-head h2 {
    font-size: 36px;
    color: #414042;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'ZonaProBold';
    margin: 0;
    /* letter-spacing: 4px; */
}
.walkthrough-head {
    width: 100%;
    padding: 50px;
    text-align: center;
}
.gallery-head h2 {
    font-size: 36px;
    color: #414042;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'avenirnextltpro592322c8215fa';
    margin: 0;
    /*letter-spacing: 4px;*/
}
.gallery-head p {
    font-size: 16px;
    line-height: 26px;
    color: #3b3b3b;
    margin: 0 0 26px;
    font-weight: 300;
}
.gallery-head p:last-child {
    margin: 0;
}
.gallery-head img {
    /*  margin-top: 18px;
    margin-bottom: 49px;*/
}
.project-detailpage .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.tabs-wrap {
    margin: 25px;
    color: #222;
}
.tabs-wrap span {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
}
.tabs-wrap strong {
    font-weight: normal;
    margin: 0 8px;
}
.tabs-wrap span.active {
    color: #d92027;
    position: relative;
    font-weight: 700;
}
.tabs-wrap span.active:after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d92027;
}
.project-detailpage .owl-nav [class*=owl-] {
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 0;
    position: relative;
}

/*.project-detailpage .owl-nav [class*=owl-]:hover{background-color: rgba(0,0,0,0.1)}*/

.project-detailpage .owl-nav .owl-prev {
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    float: left;
    left: -5%;
    background: url(../images/back.svg) no-repeat top left;
    background-size: contain;
}
.project-detailpage .owl-nav .owl-next {
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    float: right;
    right: -5%;
    background: url(../images/next.svg) no-repeat top left;
    background-size: contain;
}
.owl-carousel .owl-item .slide-head img {
    width: auto;
}
.owl-carousel .owl-stage {
    margin: 0 auto;
}
.owl-carousel.tabs-content {
    display: none;
}
.owl-carousel.tabs-content.active {
    display: block;
}
.tabcontent .owl-carousel .owl-nav [class*=owl-] {
    font-size: 0;
    background-size: contain !important;
}
.tabcontent .owl-carousel .owl-nav .owl-prev {
    background: url(assets/images/back.svg) no-repeat left;
    left: -4%;
    width: 46px;
    height: 44px;
    position: absolute;
    background: url(../images/back.svg) no-repeat top left;
    background-size: contain;
}
.tabcontent .owl-carousel .owl-nav .owl-next {
    background: url(assets/images/next.svg) no-repeat right;
    right: -4%;
    width: 46px;
    height: 44px;
    position: absolute;
    background: url(../images/next.svg) no-repeat top left;
    background-size: contain;
}
.owl-carousel {
    z-index: 0;
}
.tabcontent .owl-carousel .owl-stage,
#press_release_slider.owl-carousel .owl-stage {
    margin: 0;
}
.consults {
    padding: 60px 0;
    text-align: center;
    background: #fff;
}
.consult-desc {
    width: 70%;
    padding: 15px 5% 30px;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
}
.consult-desc:before {
    position: absolute;
    width: 100%;
    height: 500%;
    content: '';
    border: 1px solid #333;
    left: 0;
    top: 0;
}
.hover-scale-eff {
    width: 95%;
    margin: 30px auto 0;
}
.hover-scale-eff .consult-thumb {
    position: relative;
    box-shadow: 1px 1px 19px #999;
    /*margin-bottom: 25px;*/
    overflow: hidden;
}

/*Added by Dhaya*/


/*.hover-scale-eff .consult-thumb:after{ display:none;position: absolute;width: 100%;height: 100%;content: '';background: rgba(0,0,0,0.6) url(../images/gallery-img-zoom-icon.jpg) no-repeat center center;left: 0;top:0;transition:0.3s;z-index: 2;}
.hover-scale-eff .consult-thumb:hover:after{display:block;}*/

.hover-scale-eff .consult-thumb small {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    z-index: 3;
}
.hover-scale-eff .consult-thumb span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.hover-scale-eff p {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;
    text-align: left;
}
.hover-scale-eff a {
    color: #20bdbe;
    display: block;
}
.hover-scale-eff.owl-theme .owl-item img {
    transition: 0.3s;
}

/*================= Gallery kanakia End =================*/

.item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.59);
    display: flex;
    flex-flow: column-reverse;
    padding: 10px 20px;
    align-content: space-between;
    justify-content: space-between;
    opacity: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    /*transform: translateY(50%);*/
}
.overlay-magnify-ico img {
    width: auto !important;
    margin: 0 auto;
    padding-top: 25%;
}
.overlay-desc {
    font-size: 14px;
    color: #fff;
    /*visibility: hidden;*/
}
.img-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    /*opacity: 0;*/
    display: none;
    /* comment this out for CSS hover */
    /*background: rgba(0,0,0,0.1)*/
    /*background: #ccc;*/
    /*transition: all 0.5s ease;*/
}
.img-title h5 {
    color: #fff;
}

/*================= Location Salience Start =================*/

#location {
    width: 100%;
}
.red-border {
    border-color: #f36f21;
    border-width: 6px;
    margin: 0 auto;
    max-width: 702px;
}
.bottom-hr {
    /*border-width: 8px; */
    position: relative;
    z-index: 9;
}
.section-location {
    width: 100%;
    padding: 53px 0 77px;
    background: #0062a3;
}
.location-head {
    width: 100%;
    text-align: center;
}
.location-head h2 {
    font-size: 36.05px;
    /*font-weight:300;*/
    color: #ffffff;
    /*font-family: 'zag_bold';*/
    font-family: 'avenirnextltpro592322c8215fa';
    line-height: 29px;
    margin: 0;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.location-count {
    width: 100%;
}
.location-count ul {
    margin: 0;
    padding: 79px 0px 0;
    text-align: center;
}
.location-count ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0px;
    padding: 0 38px 0 16px;
    border-left: 1px solid #ffffff;
    vertical-align: top;
}
.location-count ul li:first-child {
    border-left: none;
}
.location-count ul li strong {
    color: #fff;
    float: left;
    font-size: 53.11px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 4px;
}
.location-count ul li label {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    float: left;
    margin: 15px 0 0 -8px;
    transform: rotate(270deg);
    line-height: 13px;
}
.location-count ul li span {
    display: block;
    line-height: 20px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

/*================= Location Salience End =================*/


/*================= About kanakia Start =================*/

#about {
    width: 100%;
}
.about-head {
    width: 100%;
    padding: 68px 0 0;
    text-align: center;
}
.about-head h2 {
    font-size: 35.97px;
    line-height: 30px;
    color: #0a1639;
    font-weight: 500;
    /*font-family: 'zag_bold';*/
    font-family: 'avenirnextltpro592322c8215fa';
    line-height: 29px;
    margin: 0 0 35px;
    display: inline-block;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.about-head p {
    font-size: 16px;
    line-height: 26px;
    color: #0a1639;
    margin: 0 0 26px;
    font-weight: 300;
}
.about-head p:last-child {
    margin: 0;
}
.about-head img {
    margin-top: 34px;
    margin-bottom: 45px;
}

/*================= About kanakia End =================*/


/*================= Contact Us Start =================*/

.contact {
    width: 100%;
    padding: 15px 0 40px;
    background: #dbdbdb;
    display: inline-block;
    position: relative;
    top: -5px;
}
.contact-us {
    padding: 0;
}
.contact-us .row .col-md-6 {
    padding: 0;
}
.contact-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 24px 0 48px;
}
.contact-title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    /*font-family: 'zag_bold';
	font-family: 'avenirnextltpro592322c8215fa'; */
    text-transform: uppercase;
    margin: 0;
}
.contact-left {
    padding: 0 130px 0 145px;
}
.contact-left-title {
    padding: 0;
}
.contact-left-title h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.contact-left-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.contact-left-title p {
    /*float:left;  */
    margin: 27px 0 10px 0;
    display: inline-block;
    width: 100%;
}
.contact-left-title p span {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    display: inline-block;
}
.contact-left-title p img {
    margin: 5px 17px 0 0;
    float: left;
}
.contact-link {
    padding: 0 0 10px;
    width: 100%;
    display: inline-block;
}
.contact-link img {
    margin: 2px 17px 0 0;
    /*float:left;*/
    display: inline-block;
}
.contact-link a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin: 0;
}
.contact-link a:hover {
    color: #b23e3e;
}
.contact-right {
    padding: 0 0 0 67px;
    border-left: 1px solid #000;
}
.contact-right .contact-link {
    color: #000;
}
.contact-right .contact-left-title p span {
    float: left;
    width: 91%;
}
.map-border {
    margin-top: -6px;
}

/*================= Contact Us End =================*/


/*================= Footer Start =================*/

.footer {
    width: 100%;
    text-align: center;
    /*padding:53px 0 39px;*/
    /*height: 78px;*/
    transition: all 0.5s ease 0s;
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background: #fff;
}
.footer.showup {
    /*height: 240px;*/
}
.footer-box {
    padding: 53px 0 120px;
}
.footer h2 {
    color: #000000;
    font-size: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.footer p {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    max-width: 100%;
    width: 963px;
}

/*================= Footer End =================*/

.enquire-head-text {
    background: #000000;
    bottom: 0;
    display: none;
    float: left;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.enquire-head-text button {
    background: rgb(241, 92, 34);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 18px;
    text-transform: uppercase;
    width: 100%;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    /*color: #fff;*/
}
.intl-tel-input .selected-flag .iti-arrow {
    right: 1px;
}
.enquire-now.fade {
    opacity: 1;
    display: block;
    top: inherit;
    overflow: inherit;
}
.enquire-popup .close {
    display: none;
}
.map-section {
    background: url(../images/over-bg.png) repeat center top;
    margin-top: -6px;
    padding: 0 0 45px;
}
.map-title {
    text-align: center;
    padding: 15px 0 30px;
}
.map-title h2 {
    font-size: 35px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'zag_bold';*/
    font-family: 'avenirnextltpro592322c8215fa';
    font-weight: 500;
}
.mapbox iframe {
    /*pointer-events: none;*/
}
.mapbox iframe.clicked {
    pointer-events: auto;
}
.map_images {
    position: relative;
    margin: 0;
}
.map_images a.btn {
    font-size: 11px;
    color: #ffffff;
    background: #414042;
    width: 102px;
    height: 25px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    /* top: 0; */
    left: 24px;
    bottom: 18px;
}
#map_box {
    display: none;
}
.map_images img {
    max-width: 100%;
    height: 389px;
    object-fit: cover;
}
#hide {
    background-color: #FFFFFF;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    height: 32px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 40px;
    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
}
#hide img {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#inquiryFormOtp input#enter-otp-enquiry .error_new .error {
    color: #fff;
}
#inquiryFormOtp .enquire-now .form-group input.form-control {
    color: #fff;
}
.otpbtn {
    width: 120px;
    height: 40px;
    margin: 2% 5%;
}
#instant-callback-div .btn-default {
    width: 100%;
    background: #8ab7e2;
    color: #000;
    border-color: #8ab7e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#instant-callback-div {
    /*font-family: 'Open Sans', Arial, sans-serif;*/
    position: fixed;
    vertical-align: top;
    /* padding: 0 0 24px 0px;*/
    right: -247px;
    top: 28%;
    /*width: 280px;*/
    z-index: 1000;
}
#instant-callback-div .instant-switch {
    background: #fff url("../images/handle.png") no-repeat scroll 0 0;
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    height: 184px;
    vertical-align: top;
    width: 36px;
    position: relative;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
#instant-callback-div .content-switcher {
    background-color: #fff;
    display: inline-block;
    width: 245px;
    margin: 0 0 0 -4px;
    padding: 0 16px 12px;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#instant-callback-div h4 {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 5px;
}
#instant-callback-div p {
    margin: 5px 0 !important;
    padding: 4px 0;
}

/*#instant-callback-div input {
    display: block;
    width: 90%;
    margin: 6px 0;
    border: 1px solid #CCC;
    padding: 6px 10px;
    }*/

#instant-callback-div input[type="submit"]:hover {
    background-color: #333;
    color: #FFF;
}
#instant-callback-div input[type="submit"] {
    width: 100%;
}
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[class^="hvr-"] {
    margin: 0em;
    padding: 0em;
    cursor: pointer;
    /*background: #e1e1e1;*/
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 50px;
    bottom: 150px;
    background: url(../images/UpArrow.png) center center no-repeat;
    background-size: cover;
    transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%;
}
.marketing {
    height: 10px;
    margin-top: -4px;
}
#rights {
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.rights {
    display: flex;
    justify-content: space-between;
    padding: 2px 10%;
    background-color: #eee8e8;
    position: absolute;
    width: 100%;
    transition: all 0.4s ease;
}
.mob_rights {
    display: none;
}
.rights p {
    margin: 0;
    padding: 2px 0;
    font-size: 12px;
}

/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
