@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Poppins:300,400,500,700);
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none
}
/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
    border: 0
}
body {
    font-size: 100%;
    font-family: 'poppins', sans-serif;
    background: #111
}
/*common*/
.no-overflow {
    overflow: hidden
}
.left {
    float: left
}
.right {
    float: right
}
.clear {
    clear: both
}
.show {
    display: block
}
.hide {
    display: none
}
.inline {
    display: inline-block
}
.ucase {
    text-transform: uppercase
}
.calign {
    text-align: center
}
.ralign {
    text-align: right
}
.malign {
    vertical-align: middle
}
.justify {
    text-align: justify
}
.box {
    box-sizing: border-box
}
.container {
    padding: 3em
}
.container-full {
    padding: 2em 0 0
}
.container2 {
    padding: 2em 0
}
.mauto {
    margin: auto
}
.pointer {
    cursor: pointer
}
.relative {
    position: relative
}
.mwidth {
    max-width: 100%;
    height: auto;
    margin: auto
}
.scrollup {
    height: 40px;
    font-size: 24px;
    border: 1px solid #000;
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    position: fixed;
    z-index: 4;
    bottom: 10px;
    left: 10px;
    display: none
}
.relpar {
    height: 0;
    width: 100%;
    position: relative
}
.switch {
    display: block
}
.switchtd {
    display: table-cell
}
.lheight {
    line-height: 1.5
}
.lspace {
    letter-spacing: 2px
}
.p15 {
    padding: 15px
}
.dtop {
    display: block
}
.mobile {
    display: none
}
/*text*/
h1 {
    font-size: 1.5em;
    margin: 10px 0
}
h2, h3 {
    font-size: 1.3em
}

.pro-heads{font-size: 1em !important;}

h4, h5 {
    font-size: 1em
}
h1, h2, h3, h4, h5 {
    font-weight: 700
}
p, h6 {
    font-size: 1em
}
.small {
    font-size: 0.7em
}
.title {
    font-size: 24px;
}
/*color*/
.white {
    color: #fff
}
.new-bule {
    color: #003885
}

.new-text{font-size:.8em}

.new-text ul li {
    display: block;
	font-size:1.2em;
    font-weight:400;
    margin: 0 0 10px 0;
    position: relative;
    margin-left: 15px;
}

.#005aab {
color:#333
}
.gray {
    color: #888
}
.brown {
    color: #af8351
}
.blue {
    color: #2e9cff
}
.green {
    color: #39cb8c
}
.red {
    color: #fff
}

.red-new {
    color: #47a0d7
}

.yellow {
    color: #ff8400
}
.bg-white {
    background: #fff
}
.bg-gray {
    background: #f1f1f1
}
.bg-grayl {
    background: #f9f9f9
}
.bg-brown {
    background: #af8351
}
.bg-blue {
    background: #2e9cff
}
.bg-yellow {
    background: #fee800
}
.bg-green {
    background: #39cb8c
}
.bg-red {
    background:#0b3a48
}

.bg-red-2 {
    background: #f0aa6f
}

.bg-#005aab {
    background: #111
}
.bg-trans {
    background: rgba(0,0,0,.6)
}

.new-mark{    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
	background:#e52c58;
    -webkit-border-radius: 15px;}
/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 40px;
    right: 0;
    z-index: 2
}
header .menu {
    cursor: pointer
}
nav {
    position: relative;
    margin-right: 20px;
    display: block
}
nav ul {
    display: none;
    background: rgba(0,0,0,.8);
    position: fixed;
    right: 0;
    transition: all 500ms;
    top: 32px;
    bottom: 0;
    width: 200px;
    line-height: 1;
    z-index: 3;
    padding: 50px 20px;
    height: 100%;
}
nav ul .navoff {
    position: absolute;
    top: 60px;
    right: 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer
}
nav ul li {
    display: block;
    list-style: none;
    text-align: left
}
nav ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: block;
    line-height: 2.2;
    color: #bbb
}
nav ul li:last-child a {
    border: 0
}
.anchor-link {
    position: fixed;
    right: 10px;
    top: 83px;
    padding: 11px 15px 11px 15px;
	border-radius:5px;
    font-size: 1em;
    background:#20a839;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    color: #fff
}
#menu-toggle {
    display: block
}
.mobileno {
    position: fixed;
    right:62px;
    background:#20a839;
    top: 83px;
    padding: 10px 15px 10px 15px;
	border-radius:5px;
    font-size: 1em;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 2;
    transition: all 0.3s;
}

/*
.mobileno {
    position: fixed;
    right:60px;
    color: #fff;
    top:83px;
    font-size: 1.2em;
    line-height: 1;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 9;
    transition: all 0.3s;
    padding: 12px 30px 12px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

@media screen and (min-width: 240px) and (max-width:1024px) {
.mobileno:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
*/
	
	
}
/*Home*/
#home {
    height: auto;
    width: 100%;
    position: relative;
    box-shadow: inset 0 0 15px rgba(0,0,0,.3)
}
.logo2 {
    position: absolute;
    top:80px;
    left:16px;
    font-size: 3em;
    font-weight: 300;
    line-height: .95;
    z-index: 2
}
.logo2 a {
    color: #fff
}
.logo2 small {
    font-size: 12px;
    line-height: 1
}
.bgimg {
    width: 100%;
    height: auto;
    display: block
}
.masterstrok {
    position: absolute;
    bottom: 150px;
    right: 0
}

.innerPage h1 {color:#0b3a48 !important;}

/*stats*/

.stats {
    display: block;
    padding: 15px 0;
    background-color:#0b3a48;
}
.stats ul {
    display: block;
    width: 100%;
    list-style: none
}
.stats li {
    display: inline-block;
    padding: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.8)
}
.stats li i {
    font-size: 2em;
    line-height: 1.5;
    display: block;
    color: #fff;
    margin: 10px auto 0
}
.stats li span {
    font-size: .8em;
    line-height: 1.5;
    display: block
}
.stats li small {
    font-size: .8em;
    line-height: 1.5;
    display: block
}
/*content*/
.col-80 {
    width: 80%
}
.col-75 {
    width: 75%
}
.col-70 {
    width: 70%
}
.col-65 {
    width: 65%
}
.col-60 {
    width: 60%
}
.col-50 {
    width: 50%
}
.col-40 {
    width: 40%
}
.col-35 {
    width: 35%
}
.col-30 {
    width: 30%
}
.col-25 {
    width: 25%
}
.col-20 {
    width: 20%
}
/*gallery*/
.gallery {
    display: block
}
.gallery img {
    display: block;
    width: 100%;
    height: auto
}
.gallery div {
    position: relative
}
.gallery div .caption {
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 25px;
    font-size: 1.2em;
    color: #fff;
}
.video {
    margin: 15px auto;
    height: 100px
}
.video img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
/*table*/
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin: 10px auto;
    font-size:0.8em;
	color:#000;
    border: 1px solid rgba(0,0,0,.2);
}
table th, table td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2)
}
table th, table td p{
    margin:0px;
}
table th small, table td small {
    font-size: .7em
}
table tr:last-child td {
    border-bottom: 0
}
table tr td:first-child, table tr th:first-child {
    border-left: 0
}
.table {
    width: 100%;
    border-spacing: 0;
    color: #444 !important;
    border-collapse: separate;
    margin: 10px auto;
    border: 1px solid #d5d1d0;
}
.table th, .table td {
    text-align: center;
    padding: 10px;
    color: #444 !important;
    border-bottom: 1px solid #d5d1d0 !important;
    border-left: 1px solid #d5d1d0 !important
}
.table th {
    color: #444;
    font-weight: 500;
    vertical-align: bottom
}

.table {
    width: 100%;
    border-spacing: 0;
    color: #444 !important;
    border-collapse: separate;
    margin: 10px auto;
    border: 1px solid #d5d1d0;
}
.table th, .table td {
    text-align: center;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #d5d1d0;
    border-left: 1px solid #d5d1d0
}
.table th {
    color: #444;
    font-weight: 500;
    vertical-align: bottom
}

.bg-highlight{
    background: #000000;
    padding: 50px 0px;
}

/*
.price table {
    width: 100%;
    border-spacing: 0;
    color: #444 !important;
    border-collapse: separate;
    margin: 10px auto;
    border: 1px solid #d5d1d0 !important;
}
.price table th td {
    text-align: center;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #d5d1d0 !important;
    border-left: 1px solid #d5d1d0 !important;
}
.price table th {
    color: #444;
    font-weight: 500;
    vertical-align: bottom
}
*/


/*
.highlights table {
    width: 100%;
    border-spacing: 0;
    color: #fff !important;
    border-collapse: separate;
    margin: 10px auto;
    border: 1px solid #e8956e;
}
.highlights table th, td {
    text-align: center;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #e8956e !important;
    border-left: 1px solid #e8956e !important;
}
.highlights table th {
    color: #444;
    font-weight: 500;
    vertical-align: bottom
}
*/
/*plans*/
.plan {
    padding: 0;
    position: relative
}
.plan img {
    width: 100%;
    margin: auto;
    height: auto;
    display: block
}
.plan p {
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 10px 0;
    background: rgba(255,255,255,.5);
    width: 100%;
    text-align: center
}
/*list*/
.ul {
    display: block;
    list-style: none;
	font-size:0.8em;
}
.ul li {
    display: block;
    font-weight: 300;
    margin: 0 0 10px 0;
    position: relative;
    margin-left: 15px
}
.ul li:before {
    content: "-";
    position: absolute;
    left: -15px
}
/*highlight*/
.highlights li {
    display: block;
    clear: both
}
.highlights li .txtbox {
    padding: 20px;
    box-sizing: border-box
}
.highlights li img {
    width: 100%;
    height: auto;
    display: block
}
.highlights li table tr {
    background: none
}
/*products*/
.products {
    width: 25%;
    float: left
}
.products .ul {
    height: 200px
}
.products img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto
}
.plans {
    width: 17%;
    margin: 1% 1.5%;
    float: left;
    background: #fff
}
.plans img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto
}
/*download*/
#download-bar {
    position: fixed;
    font-size: 11px;
    line-height: 1;
    width: 400px;
    left: 20px;
    bottom:8px;
    z-index: 11;
    background: rgba(255,255,255,.95);
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}
#download-bar li {
    float: left;
    display: block;
    width: 24%;
    border-right: 1px solid rgba(0,0,0,.2)
}
#download-bar li:last-child {
    border: none
}
#download-bar li a {
    display: block;
    padding: 10px;
    color: #444
}
#download-bar li a i {
    font-size: 2em;
    display: block;
    margin-bottom: 8px;
    color:#097704;
}
.hide-download-bar {
    position: absolute;
    height: 10px;
    width: 10px;
    padding: 5px;
    top: -24px;
    height: 14px;
    right: 10px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1
}
/*video*/
.status {
    padding: 10px;
    font-size: .80em;
    display: inline-block;
    margin: auto 15px
}
.popupbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,.2);
    display: none;
}
.vdcontainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background-color: #000000;
    border-radius: 8px;
    display: none;
}
.vdcontainer .pad {
    padding: 10px;
    width: 850px;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 8px
}
.vdcontainer .pad iframe {
    width: 120%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.vdcontainer .close {
    position: absolute;
    top: -43px;
    right: 0px;
    padding: 16px;
    background: #000000;
    border-radius: 8px 8px 0px 0px
}
.banner {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 12
}
.popup {
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}
.hide-popup {
    font-size: 22px;
    line-height: 22px;
    padding: 5px;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer
}
.scrollup {
    font-size: 10px;
    color: #000;
    line-height: 1;
    padding: 0 10px;
    position: fixed;
    z-index: 4;
    bottom: 5px;
    left: 20px;
    display: none;
    z-index: 2
}
.scrollup i {
    font-size: 24px;
    line-height: 20px
}
@keyframes bg {
 0% {
background:#f29620
}
 50% {
background:#d81555
}
 75% {
background:#5413c9
}
 100% {
background:#f29620
}
}

@media screen and (min-width: 240px) and (max-width:1024px) {
.container {
    padding: 10px
}
.dtop {
    display: none
}
.mobile {
    display: block
}
.col-80, .col-75, .col-70, .col-65, .col-60, .col-50, .col-40 {
    width: 100%
}
.col-35, .col-30, .col-25, .col-20 {
    width: 50%
}
.logo img {
    width: auto;
    height: 30px
}
.stats {
    padding: 0
}
.stats ul {
    display: block;
    width: 100%;
    list-style: none
}
.stats ul li {
    width:22%;
    padding: 5px;
    border-radius: 0;
    box-sizing: border-box;
    margin: 1.5%;
    float: left
}
.stats li i {
    font-size: 1.5em
}
.stats li span, .stats li small {
    font-size: .5em
}
.home-footer ul li {
    font-size: .7em;
    margin: 5px 0
}
.amenities li {
    margin: 0
}
.amenities li:last-child {
    display: none
}
.col-33 {
    width: 100%
}
.dt {
    display: none
}
.ul {
    font-size: 11px
}
.p15 {
    padding: 10px
}
.full {
    width: 100%
}
.switchtd {
    display: none
}
h1, h2, h3, h4, h5, .title {
    font-size: .8em
}
p {
    font-size: 12px
}
.popup {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}
.gallery div .caption {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 5px 15px;
    font-size: .8em;
    line-height: 1;
    color: #fff
}
table {
    font-size: 11px;
}
table td, .table td, .table th {
    padding: 3px
}
#download-bar {
    display: block;
    position: fixed;
    font-size: 10px;
    line-height: 1;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    border-radius: 0
}
#download-bar li {
    float: left;
    display: block;
    width: 25%;
    border: none
}
#download-bar li a {
    display: block;
    padding: 5px;
    color: #444
}
#download-bar li a i {
    font-size: 2em;
    display: block;
    margin-bottom: 8px;
    color:#0e9207;
}
.hide-download-bar {
    position: absolute;
    height: 10px;
    width: 10px;
    padding: 5px;
    top: -24px;
    height: 14px;
    right: 10px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1
}
.products {
    width: 50%;
    float: left
}
.products .ul {
    height: 250px
}
.plans {
    width: 100%;
    margin: 1.5% 0
}
}
/*icomoon*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?4p8mu8');
    src: url('fonts/icomoon.eot?4p8mu8#iefix') format('embedded-opentype'),  url('fonts/icomoon.ttf?4p8mu8') format('truetype'),  url('fonts/icomoon.woff?4p8mu8') format('woff'),  url('fonts/icomoon.svg?4p8mu8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-setting:before {
    content: "\e926";
}
.icon-layout:before {
    content: "\e922";
}
.icon-plan:before {
    content: "\e923";
}
.icon-money:before {
    content: "\e924";
}
.icon-brochure:before {
    content: "\e925";
}
.icon-download:before {
    content: "\e921";
}
.icon-image:before {
    content: "\e91e";
}
.icon-text:before {
    content: "\e91f";
}
.icon-menu:before {
    content: "\e920";
}
.icon-tick:before {
    content: "\e91b";
}
.icon-ticked:before {
    content: "\e91c";
}
.icon-checked:before {
    content: "\e91d";
}
.icon-cart:before {
    content: "\e914";
}
.icon-office:before {
    content: "\e915";
}
.icon-medical:before {
    content: "\e916";
}
.icon-college:before {
    content: "\e917";
}
.icon-school:before {
    content: "\e918";
}
.icon-wifi:before {
    content: "\e919";
}
.icon-wifi2:before {
    content: "\e91a";
}
.icon-phone:before {
    content: "\e912";
}
.icon-call:before {
    content: "\e913";
}
.icon-up:before {
    content: "\e900";
}
.icon-down:before {
    content: "\e901";
}
.icon-prev:before {
    content: "\e902";
}
.icon-next:before {
    content: "\e903";
}
.icon-room:before {
    content: "\e904";
}
.icon-bed:before {
    content: "\e905";
}
.icon-mortgage:before {
    content: "\e906";
}
.icon-key:before {
    content: "\e907";
}
.icon-key2:before {
    content: "\e908";
}
.icon-price:before {
    content: "\e909";
}
.icon-star:before {
    content: "\e90a";
}
.icon-flag:before {
    content: "\e90b";
}
.icon-featured:before {
    content: "\e90c";
}
.icon-location2:before {
    content: "\e90d";
}
.icon-location:before {
    content: "\e90e";
}
.icon-building:before {
    content: "\e90f";
}
.icon-home:before {
    content: "\e910";
}
.icon-home2:before {
    content: "\e911";
}
.btn-primary {
    color: #fff;
    background-color: #50b848 !important;
    border-color: #50b848 !important;
    padding: 3px 10px !important;
}
/*slick*/
.slider {
    width: 100%;
    margin: auto
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    margin: 0;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: #fff url(images/load.gif) center center no-repeat
}
.prev {
    position: absolute;
    right: 0;
    cursor: pointer
}
.next {
    position: absolute;
    left: 0;
    cursor: pointer
}
.next, .prev {
    font-size: 18px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    background: none;
    border: 0;
    z-index: 1;
    color: #fff;
    background: rgba(0,0,0,.8);
    padding: 5px
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    color: transparent;
    cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: #fff
}

/*lightbox*/
@charset "UTF-8";
.fancybox-enabled {
    overflow: hidden
}
.fancybox-enabled body {
    overflow: visible;
    height: 100%
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.fancybox-container~.fancybox-container {
    z-index: 99992
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30,30,30,.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}
.fancybox-toolbar {
    top: 0;
    right: 0
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--image {
    overflow: visible
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}
.fancybox-slide--next {
    z-index: 99995
}
.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}
.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}
.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));
    pointer-events: none
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}
.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}
.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}
.fancybox-button, .fancybox-infobar__body {
    background: rgba(30,30,30,.6)
}
.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0,0,0,.8)
}
.fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
    opacity: .3
}
.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}
.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--left {
    border-bottom-left-radius: 5px
}
.fancybox-button--right {
    border-bottom-right-radius: 5px
}
.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}
.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}
.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30,30,30,.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}
.fancybox-arrow--right {
    right: 0
}
.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
    left: 0
}
.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}
.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}
.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}
@-webkit-keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes a {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-width:800px) {
.fancybox-infobar {
    left: 0;
    margin-left: 0
}
.fancybox-button--left, .fancybox-button--right {
    display: none!important
}
.fancybox-caption {
    padding: 20px 0;
    margin: 0
}
}
.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}
.fancybox-button--pause:before, .fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}
.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}
.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}
.fancybox-button--thumbs, .fancybox-thumbs {
    display: none
}

@media (min-width:800px) {
.fancybox-button--thumbs {
    display: inline-block
}
.fancybox-button--thumbs span {
    font-size: 23px
}
.fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 220px
}
.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}
.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}
li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}
}
/*magnifier lence*/
.wrap {
    width: 100%;
    margin: auto;
    position: relative
}
.magnifierRentgen {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%
}
.magnifierRentgen .magnifier-loupe {
    overflow: hidden;
    position: absolute;
    border-radius: 10em;
    top: 0;
    left: 0;
    box-shadow: rgba(0,0,0,0.3) 5px 5px 8px;
    cursor: none;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    display: none
}
a {
    text-decoration: none !important;
    color: #005aab;
}
#home {
    margin-top: -34px;
}
hr {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    border: 0 !important;
    border-top: 1px solid white !important;
    background-color: white !important;
}





.dwld-popup{width:350px; z-index:1000; display:none; max-width: 80%; border: 10px solid rgba(0,0,0,.5); position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%)}
.dwld-popup .dwld-content{padding:15px; font-size:16px; border-bottom:1px solid #ddd}
.dwld-popup .textarea{font-size:14px; padding: 10px; width: 100%; border: 1px solid #ddd; margin:10px auto; color: #666}
.dwld-popup .submit-btn{font-size:14px; padding: 11px; width: 100%; border: none; margin: 10px auto; color: #ffffff; background-color: #017bff; cursor: pointer;}
.dwld-form{cursor: pointer;}


.otp-popup{width:350px; z-index:1000; display:none; max-width: 80%; border: 10px solid rgba(0,0,0,.5); position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%)}
.otp-popup .otp-content{padding:15px; font-size:16px; border-bottom:1px solid #ddd}
.otp-popup .textarea{font-size:14px; padding: 10px; width: 100%; border: 1px solid #ddd; margin:10px auto; color: #666}
.otp-popup .submit-btn{font-size:14px; padding: 11px; width: 100%; border: none; margin: 10px auto; color: #ffffff; background-color: #017bff; cursor: pointer;}
.otp-popup{cursor: pointer;}




.whatsapp {
    position: fixed;
    z-index: 999;
    left:435px;
    bottom:23px;
    color: #ffffff;
    background-color: #4db848;
    border:3px solid #fff !important;
    font-size: 1rem;
    padding: 12px 13px 12px 13px;
    border-radius: 50px;
    border: none;
}

.callBackForm{z-index: 1002 !important;}



@media screen and (max-width:700px) {
	.enquireNow{bottom:54px !important;}
.whatsapp {
    left: 50%;
    bottom:103px;
	padding:8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    width: fit-content;
}

#home{margin-top:-22px !important;}	
	
.video-mobile {
    margin-top: -22px !important;
}
.logo2 {
    top:65px;
    left:4px;
}
	
.logo2 img{
	height:50px;
    display: none;
}

.mobileno {
    top: 68px;
	right:58px
}
.anchor-link {
    top: 68px;
}
#download-bar {
    bottom: -16px;
}
.stats ul li {
    width:30%;     
}
}

.disclamer-popup{width:45%; z-index:1035; display:none; max-width: 80%; position: fixed; left: 50%; top: 22%; transform: translate(-50%, -50%)}
.disclamer-popup .disclamer-content{padding:15px; font-size:16px; border-bottom:1px solid #ddd; background:#fff; padding:15px; border-radius: 5px; font-size: 1em; font-weight: 400; color: #444;}

@media screen and (max-width:700px){

	.innerPage header{
		top:56px !important;
	}

.disclamer-popup {
    width: 85%;
    top: 33%;
}
}
