html, body,#divloadMap {  
    height: 100%;  
    margin: 0px;  
    padding: 0px;  
    margin-top:15px  
}  
      
.apply {  
    margin-top: 16px;  
    border: 1px solid transparent;  
    border-radius: 2px 0 0 2px;  
    box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    height: 32px;  
    outline: none;  
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);  
}  
  
.controls {
    margin-top: 10px;
    background-color: #fff;  
    padding: 0 11px 0 13px;  
    width: 400px;  
    font-family: Roboto;  
    font-size: 15px;  
    font-weight: 300;  
    text-overflow: ellipsis;
}  
 .controls:focus {  
    border-color: #4d90fe;  
    margin-left: -1px;  
    padding-left: 14px;    
    width: 402px;  
}  
  
.pac-container {  
    font-family: Roboto;  
}  
  
#type-selector {  
    color: #fff;  
    background-color: #4d90fe;  
    padding: 5px 11px 0px 11px;  
}  
  
#type-selector label {  
    font-family: Roboto;  
    font-size: 13px;  
    font-weight: 300;  
}  




@font-face {
  font-family: "roboto-bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto-bold.eot");
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#roboto-bold") format("svg"); }

@font-face {
  font-family: "roboto-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#roboto-regular") format("svg"); }

@font-face {
  font-family: "roboto-light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto-light.eot");
  src: url("../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff"), url("../fonts/roboto-light.ttf") format("truetype"), url("../fonts/roboto-light.svg#roboto-light") format("svg"); }

@font-face {
  font-family: "roboto-semibold";
  font-weight: semibold;
  font-style: normal;
  src: url("../fonts/roboto-medium.eot");
  src: url("../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium.ttf") format("truetype"), url("../fonts/roboto-medium.svg#roboto-medium") format("svg"); }

@font-face {
  font-family: "materialdesignicons-webfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype"), url("../fonts/materialdesignicons-webfont.svg#materialdesignicons-webfont") format("svg"); }

@font-face {
  font-family: "ionicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ionicons.eot");
  src: url("../fonts/ionicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.ttf") format("truetype"), url("../fonts/ionicons.svg#ionicons") format("svg"); }

* {
  text-shadow: none;
  font-weight: normal; }
  *:focus {
    outline: none; }

html, body {
  font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background: #ffffff; }

a {
  color: #0288d1;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  cursor: pointer; }

a:hover, a:focus {
  color: #0278b8;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, ul, label {
  margin: 0px; }

.height-auto {
  height: auto !important; }

.min-height-auto {
  min-height: auto !important; }

.max-height-auto {
  max-height: auto !important; }

.width-auto {
  width: auto !important; }

.min-width-auto {
  min-width: auto !important; }

.max-width-auto {
  max-width: auto !important; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.list-inline {
  margin: 0px; }

.position-relative {
  position: relative; }

.dis-none {
  display: none !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.disp-none {
  display: none !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }
#disclaimer { background: #fff; height: 300px; overflow-y: scroll; padding: 0 10px; color: #000; text-align: left; border: 1px solid #000; margin-bottom: 10px; }
#disclaimer-btns { text-align: center; margin: 10px 0; }


.line-normal {
  line-height: 1; }

.line-none {
  line-height: 0; }

.word-break {
  word-break: break-all; }

.content-right {
  text-align: right !important; }

.content-left {
  text-align: left !important; }

.cursor-move {
  cursor: move !important; }

.cursor-pointer {
  cursor: pointer !important; }

.min-height-100 {
  min-height: 100px; }

.min-height-150 {
  min-height: 150px; }

.min-height-200 {
  min-height: 200px; }

.min-height-250 {
  min-height: 250px; }

.padding-0 {
  padding: 0px !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-0t {
  padding-top: 0px !important; }

.padding-5t {
  padding-top: 5px !important; }

.padding-10t {
  padding-top: 10px !important; }

.padding-15t {
  padding-top: 15px !important; }

.padding-20t {
  padding-top: 20px !important; }

.padding-25t {
  padding-top: 25px !important; }

.padding-30t {
  padding-top: 30px !important; }

.padding-35t {
  padding-top: 35px !important; }

.padding-40t {
  padding-top: 40px !important; }

.padding-100t {
  padding-top: 100px !important; }

.padding-0b {
  padding-bottom: 0px !important; }

.padding-5b {
  padding-bottom: 5px !important; }

.padding-10b {
  padding-bottom: 10px !important; }

.padding-15b {
  padding-bottom: 15px !important; }

.padding-20b {
  padding-bottom: 20px !important; }

.padding-25b {
  padding-bottom: 25px !important; }

.padding-30b {
  padding-bottom: 30px !important; }

.padding-0r {
  padding-right: 0px !important; }

.padding-5r {
  padding-right: 5px !important; }

.padding-10r {
  padding-right: 10px !important; }

.padding-15r {
  padding-right: 15px !important; }

.padding-20r {
  padding-right: 20px !important; }

.padding-25r {
  padding-right: 25px !important; }

.padding-30r {
  padding-right: 30px !important; }

.padding-0l {
  padding-left: 0px !important; }

.padding-5l {
  padding-left: 5px !important; }

.padding-10l {
  padding-left: 10px !important; }

.padding-15l {
  padding-left: 15px !important; }

.padding-20l {
  padding-left: 20px !important; }

.padding-25l {
  padding-left: 25px !important; }

.padding-30l {
  padding-left: 30px !important; }

.margin-0 {
  margin: 0px !important; }

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-0t {
  margin-top: 0px !important; }

.margin-5t {
  margin-top: 5px !important; }

.margin-10t {
  margin-top: 10px !important; }

.margin-15t {
  margin-top: 15px !important; }

.margin-20t {
  margin-top: 20px !important; }

.margin-25t {
  margin-top: 25px !important; }

.margin-30t {
  margin-top: 30px !important; }

.margin-0b {
  margin-bottom: 0px !important; }

.margin-5b {
  margin-bottom: 5px !important; }

.margin-10b {
  margin-bottom: 10px !important; }

.margin-15b {
  margin-bottom: 15px !important; }

.margin-20b {
  margin-bottom: 20px !important; }

.margin-25b {
  margin-bottom: 25px !important; }

.margin-30b {
  margin-bottom: 30px !important; }

.margin-0r {
  margin-right: 0px !important; }

.margin-5r {
  margin-right: 5px !important; }

.margin-10r {
  margin-right: 10px !important; }

.margin-15r {
  margin-right: 15px !important; }

.margin-20r {
  margin-right: 20px !important; }

.margin-25r {
  margin-right: 25px !important; }

.margin-30r {
  margin-right: 30px !important; }

.margin-0l {
  margin-left: 0px !important; }

.margin-5l {
  margin-left: 5px !important; }

.margin-10l {
  margin-left: 10px !important; }

.margin-15l {
  margin-left: 15px !important; }

.margin-20l {
  margin-left: 20px !important; }

.margin-25l {
  margin-left: 25px !important; }

.margin-30l {
  margin-left: 30px !important; }

.border-0 {
  border: 0px !important; }

.border-0t {
  border-top: 0px !important; }

.border-0b {
  border-bottom: 0px !important; }

.border-0r {
  border-right: 0px !important; }

.border-0l {
  border-left: 0px !important; }

.border-t {
  border-top: 1px solid #eeeeee !important; }

.border-b {
  border-bottom: 1px solid #eeeeee !important; }

.border-l {
  border-left: 1px solid #eeeeee !important; }

.border-r {
  border-right: 1px solid #eeeeee !important; }

.border-all {
  border: 1px solid #eeeeee !important; }

.border-all {
  border: 1px solid #eeeeee; }

.g-border {
  border: 1px solid #51b73c; }

.p-border {
  border: 1px solid #2fbad4; }

.o-border {
  border: 1px solid #ff6c00; }

.r-border {
  border: 1px solid #d60057; }

.bg-green {
  background: #51b73c; }

.bg-red {
  background: #d60057; }

.bg-primary {
  background: #2fbad4; }

.bg-orange {
  background: #ff6c00; }

.bg-white {
  background: #ffffff; }

.bg-color {
  background: #f2f2f2; }

.primary-color {
  color: #2fbad4 !important; }

.orange-color {
  color: #ff6c00 !important; }

.white-color {
  color: #ffffff !important; }

.blue-color {
  color: #0288d1 !important; }

.colo-light {
  color: #919191 !important; }

.color-light {
  color: #999999 !important; }

.color-dark {
  color: #4a4a4a !important; }

.color-white {
  color: #ffffff !important; }

.text-capital {
  text-transform: uppercase !important; }

.navbar {
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #d5d5d5; }
  .navbar.navbar-default {
    background: #ffffff; }
    .navbar.navbar-default .navbar-header {
      position: relative;
      margin-top: 15px; }
      .navbar.navbar-default .navbar-header .navbar-brand {
        height: auto; }
        .navbar.navbar-default .navbar-header .navbar-brand > img {
          max-width: 40px;
          height: auto;
          display: inline-block;
          vertical-align: middle; }
        .navbar.navbar-default .navbar-header .navbar-brand .navbar-brand-title {
          padding-left: 10px;
          font-size: 20px;
          color: #919191;
          vertical-align: middle; }
    .navbar.navbar-default .navbar-nav > li {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 40px; }
      .navbar.navbar-default .navbar-nav > li.open > a {
        background: #ffffff; }
      .navbar.navbar-default .navbar-nav > li > a {
        padding: 0;
        text-transform: uppercase;
        color: #919191;
        font-size: 13px;
        border-bottom: 2px solid transparent; }
      .navbar.navbar-default .navbar-nav > li.active > a, .navbar.navbar-default .navbar-nav > li:hover > a {
        color: #2fbad4;
        border-bottom: 2px solid #2fbad4;
        background: #ffffff; }
      .navbar.navbar-default .navbar-nav > li .dropdown-menu {
        margin-top: 25px;
        border: none; }
        .navbar.navbar-default .navbar-nav > li .dropdown-menu > li {
          margin-bottom: 5px; }
          .navbar.navbar-default .navbar-nav > li .dropdown-menu > li > a {
            padding-top: 4px;
            padding-bottom: 4px;
            padding-left: 10px;
            color: #919191; }
            .navbar.navbar-default .navbar-nav > li .dropdown-menu > li > a .nav-icon {
              margin-right: 5px;
              width: auto;
              max-width: 12px;
              display: inline-block;
              -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
            .navbar.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
              background: #ffffff;
              color: #2fbad4; }
              .navbar.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover .nav-icon {
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }

#header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  text-align: center; }
  #header.--not-top {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.form-padding {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #d5d5d5; }

.form-group {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative; }
  .form-group.error > label {
    color: #d60057;
    font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif;
    font-size: 12px; }
  .form-group.error .form-control, .form-group.error .custom-radio + label, .form-group.error .custom-checkbox + label {
    border: 1px solid #d60057; }
  .form-group.error .highlight {
    color: #d60057; }
  .form-group.success .form-control {
    border: 1px solid #51b73c; }
  .form-group.success .highlight {
    color: #51b73c; }
  .form-group span.form-control {
    cursor: no-drop;
    line-height: 26px; }
  .form-group .form-control {
    padding: 0px 5px;
    border-radius: 0px;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 35px;
    color: #4a4a4a;
    font-size: 14px;
    border-left: 3px solid #2fbad4; }
    .form-group .form-control.search {
      border-left: 1px solid #d5d5d5;
      height: 30px; }
  .form-group .form-label {
    padding: 5px 0px;
    color: #4a4a4a;
    font-size: 14px;
    position: relative;
    pointer-events: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    display: block;
    font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif;
    font-weight: normal; }
  .form-group textarea {
    width: 100%;
    min-height: 100px;
    border-color: #d5d5d5;
    resize: none; }

.custom-radio,
.custom-checkbox {
  position: absolute;
  display: none; }

.custom-radio[disabled],
.custom-checkbox[disabled] {
  cursor: not-allowed; }

.custom-radio + label,
.custom-checkbox + label {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  cursor: pointer;
  vertical-align: middle;
  height: 26px;
  line-height: 24px;
  color: #919191;
  font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal; }
  .custom-radio + label:hover:before,
  .custom-checkbox + label:hover:before {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hover-color;
    animation-name: hover-color; }
  .custom-radio + label:before,
  .custom-checkbox + label:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #d5d5d5; }
  .custom-radio + label:after,
  .custom-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }
  .custom-radio + label.cr-auto,
  .custom-checkbox + label.cr-auto {
    height: auto;
    display: inline; }
    .custom-radio + label.cr-auto:before,
    .custom-checkbox + label.cr-auto:before {
      top: 0; }
    .custom-radio + label.cr-auto:after,
    .custom-checkbox + label.cr-auto:after {
      top: 0px; }

.custom-radio[disabled] + label,
.custom-checkbox[disabled] + label {
  cursor: not-allowed; }
  .custom-radio[disabled] + label:hover, .custom-radio[disabled] + label:before, .custom-radio[disabled] + label:after,
  .custom-checkbox[disabled] + label:hover,
  .custom-checkbox[disabled] + label:before,
  .custom-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .custom-radio[disabled] + label:hover:before,
  .custom-checkbox[disabled] + label:hover:before {
    border: 1px solid #d5d5d5;
    -webkit-animation-name: none;
    animation-name: none; }
  .custom-radio[disabled] + label:before,
  .custom-checkbox[disabled] + label:before {
    border-color: #d5d5d5;
    background: #d5d5d5; }

.custom-radio:checked + label:before,
.custom-checkbox:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none; }

.custom-radio:checked + label:after,
.custom-checkbox:checked + label:after {
  display: block; }

.custom-checkbox:indeterminate + label:before {
  border-color: #2fbad4;
  content: "-";
  color: #2fbad4;
  font-size: 26px;
  text-align: center; }

.custom-checkbox + label:before {
  border-radius: 3px;
  top: 4px; }

.custom-checkbox + label:after {
  top: 4px;
  left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #2fbad4;
  border-top: 0;
  border-left: 0; }

.custom-checkbox:checked + label {
  color: #2fbad4; }
  .custom-checkbox:checked + label:before {
    border: 1px solid #2fbad4; }

.custom-checkbox:checked[disabled] + label:before {
  border: #d5d5d5;
  background: #d5d5d5; }

.custom-radio + label:before {
  border-radius: 50%;
  top: 4px; }

.custom-radio + label:after {
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2fbad4; }

.custom-radio:checked + label:before {
  border: 1px solid #2fbad4; }

.custom-radio:checked[disabled] + label:before {
  border: 1px solid #d5d5d5; }

.custom-radio:checked[disabled] + label:after {
  background: #d5d5d5; }

select option {
  color: #4a4a4a; }

.calender-left .calender-panel {
  border: 1px solid #eeeeee; }
  .calender-left .calender-panel > h3 {
    padding-left: 10px;
    display: block;
    border-bottom: 1px solid #eeeeee; }
  .calender-left .calender-panel > ul {
    padding: 10px; }
    .calender-left .calender-panel > ul > li {
      display: block;
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      position: relative;
      font-size: 14px;
      padding-top: 2px;
      padding-bottom: 2px; }
      .calender-left .calender-panel > ul > li .date {
        padding: 5px 15px;
        background-color: #2fbad4;
        color: #ffffff;
        border-radius: 4px;
        position: relative;
        left: -20px; }
  .calender-left .calender-panel .event-list {
    padding: 20px; }
    .calender-left .calender-panel .event-list .event-date {
      padding: 5px 15px;
      background-color: #2fbad4;
      border-radius: 4px;
      color: #ffffff;
      font-size: 16px;
      position: relative;
      left: -30px; }
    .calender-left .calender-panel .event-list .event-title {
      padding-top: 20px;
      color: #2fbad4;
      font-size: 14px;
      font-weight: bold; }
    .calender-left .calender-panel .event-list .event-description {
      font-size: 14px;
      line-height: 20px;
      color: #999999; }

.calendar > img {
  max-width: 100%;
  max-height: 500px; }

.breadcrumb {
  width: 100%;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #d5d5d5; }
  .breadcrumb .sub-heading {
    font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif; }

.btn {
  padding: 3px 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  font-size: 14px; }
  .btn:hover, .btn:focus, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important; }
  .btn.btn-default {
    border: 1px solid #d5d5d5;
    background-color: #f2f2f2;
    color: #919191; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      border-color: #f2f2f2;
      background-color: #f2f2f2; }
  .btn.btn-primary {
    border: 1px solid #2fbad4;
    background-color: #2fbad4;
    color: #ffffff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #28a9c1;
      background-color: #28a9c1; }
  .btn.btn-success {
    border: 1px solid #51b73c;
    background-color: #51b73c;
    color: #ffffff; }
    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
      border-color: #49a436;
      background-color: #49a436; }
  .btn.btn-warning {
    border: 1px solid #ff6c00;
    background-color: #ff6c00;
    color: #ffffff; }
    .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active {
      border-color: #e66100;
      background-color: #e66100; }
  .btn.btn-success-alt {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #51b73c; }
    .btn.btn-success-alt:hover, .btn.btn-success-alt:focus, .btn.btn-success-alt:active {
      border-color: #f2f2f2;
      background-color: #f2f2f2; }
  .btn.btn-danger-alt {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #d60057; }
    .btn.btn-danger-alt:hover, .btn.btn-danger-alt:focus, .btn.btn-danger-alt:active {
      border-color: #f2f2f2;
      background-color: #f2f2f2; }
  .btn.btn-sm {
    padding: 3px 10px;
    font-size: 16px; }
  .btn.btn-lg {
    padding: 6px 18px;
    font-size: 16px; }
  .btn.btn-outline {
    background-color: transparent; }
    .btn.btn-outline.btn-default {
      border: 1px solid #d5d5d5;
      background-color: transparent;
      color: #919191; }
      .btn.btn-outline.btn-default:hover, .btn.btn-outline.btn-default:focus, .btn.btn-outline.btn-default:active {
        background-color: #ffffff;
        color: #4a4a4a; }
    .btn.btn-outline.btn-primary {
      border: 1px solid #2fbad4;
      background-color: transparent;
      color: #2fbad4; }
      .btn.btn-outline.btn-primary:hover, .btn.btn-outline.btn-primary:focus, .btn.btn-outline.btn-primary:active {
        background-color: #2fbad4;
        color: #ffffff; }
    .btn.btn-outline.btn-success {
      border: 1px solid #51b73c;
      background-color: transparent;
      color: #51b73c; }
      .btn.btn-outline.btn-success:hover, .btn.btn-outline.btn-success:focus, .btn.btn-outline.btn-success:active {
        background-color: #51b73c;
        color: #ffffff; }
    .btn.btn-outline.btn-warning {
      border: 1px solid #ff6c00;
      background-color: transparent;
      color: #ff6c00; }
      .btn.btn-outline.btn-warning:hover, .btn.btn-outline.btn-warning:focus, .btn.btn-outline.btn-warning:active {
        background-color: #ff6c00;
        color: #ffffff; }
    .btn.btn-outline.btn-danger {
      border: 1px solid #d60057;
      background-color: transparent;
      color: #d60057; }
      .btn.btn-outline.btn-danger:hover, .btn.btn-outline.btn-danger:focus, .btn.btn-outline.btn-danger:active {
        background-color: #d60057;
        color: #ffffff; }
    .btn.btn-outline.btn-attach {
      margin-top: 3px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #ffffff;
      color: #2fbad4;
      font-size: 11px; }
      .btn.btn-outline.btn-attach:hover, .btn.btn-outline.btn-attach:focus, .btn.btn-outline.btn-attach:active {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff; }

.location .top-btn .btn {
  padding: 5px 30px;
  border-radius: 18px; }
  .location .top-btn .btn.btn-default {
    border: 1px solid #cfcfcf;
    background-color: #f2f2f2; }

.map-button {
    position: absolute;
    top: 12px;
    left: 52%;
    z-index: 1;
}

.view-btns > li {
  border: 1px solid #d5d5d5;
  color: #4a4a4a;
  display: inline;
  border-collapse: collapse; }
  .view-btns > li > a {
    color: #2fbad4; }
  .view-btns > li.active {
    background-color: #f2f2f2; }

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 350px; }

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

#description {
  font-size: 15px;
  font-weight: 300; }

#infowindow-content .title {
  font-weight: bold; }

#infowindow-content {
  display: none; }

#map #infowindow-content {
  display: inline; }

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px; }

.pac-controls {
  display: inline-block;
  padding: 5px 11px; }

.pac-controls label {
  font-size: 13px;
  font-weight: 300; }

.pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 5px 11px 5px 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 400px;
  top: 10px !important;
  border-radius: 4px; }

#pac-input:focus {
  border-color: #4d90fe; }

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px; }

#target {
  width: 345px; }

/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("{$owl-image-path}owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  display: none;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-prev {
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  color: #ffffff !important;
  font-size: 60px !important; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important; }

.owl-next {
  position: absolute;
  right: -100px;
  top: 0;
  bottom: 0;
  color: #ffffff !important;
  font-size: 60px !important; }
  .owl-next:hover {
    background-color: none; }

.video-div .owl-prev, .video-div .owl-next {
  color: #919191 !important; }

.heading {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  color: #4a4a4a;
  display: block;
  text-transform: capitalize;
  font-family: "roboto-light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal; }

.sub-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #4a4a4a;
  display: inline-block;
  text-transform: capitalize;
  font-family: "roboto-light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal; }

.content {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  color: #919191;
  font-size: 16px;
  line-height: 25px; }

.header-fixed {
  padding-top: 120px !important; }

.fixed-breadcrmb {
  padding-top: 90px !important; }

.page-container {
  padding: 60px 0; }
  .page-container .direction-img {
    max-width: 140px;
    height: auto; }
  .page-container .banner-house {
    width: 100%;
    height: auto;
    position: relative;
    top: -70px; }
  .page-container .banner-data {
    margin-top: 40%;
    line-height: 25px; }
  .page-container.background-image {
    background: url("../images/background_content.png");
    background-position: left bottom;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover; }
  .page-container .icon {
    margin-bottom: 25px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    border-radius: 4px; }
    .page-container .icon .icon-img {
      padding-top: 10%;
      width: 100%;
      height: 100px; }
      .page-container .icon .icon-img > img {
        max-width: 100%;
        vertical-align: middle; }
    .page-container .icon > p {
      margin-top: 10px;
      color: #4a4a4a;
      line-height: 25px; }

.content-data {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 25px; }

.content-datanc {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    line-height: 25px; }

.vasthu-list {
  padding-top: 100px;
  padding-bottom: 60px; }
  .vasthu-list .vasthu-list-data {
    margin-top: 30px; }
    .vasthu-list .vasthu-list-data > p {
      color: #999999;
      line-height: 25px; }

.vasth-sathram {
  padding-bottom: 60px; }
  .vasth-sathram .data {
    margin-top: 70px;
    line-height: 25px; }

.vs-img {
  max-width: 100%;
  display: block; }
  .vs-img > img {
    max-width: 100%; }

.news_updates {
  background-image: url("../images/news_and_update_image.png");
  background-position: 0px 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover; }
  .news_updates .heading-title {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-family: "roboto-light", "Helvetica Neue", "Arial", sans-serif; }
  .news_updates .nu-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 25px; }

.people-about .profile-img {
  margin: auto;
  width: 90px;
  height: 90px; }
  .people-about .profile-img > img {
    padding: 3px;
    max-width: 100%;
    border-radius: 100%;
    text-align: center; }

.people-about .persone-name {
  padding-top: 10px;
  font-size: 16px;
  color: #4a4a4a; }

.people-about .perosne-designation {
  padding-top: 10px;
  font-size: 12px;
  color: #4a4a4a; }

.people-about .stars {
  padding-top: 20px; }
  .people-about .stars > li {
    color: #51b73c; }

.people-about .description-title {
  padding-top: 10px;
  font-size: 16px;
  color: #919191; }

.people-about .description {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #999999 !important;
  line-height: 25px; }

.about {
  padding-bottom: 60px;
  position: relative; }
  .about .about-data {
    margin-top: 10%; }

.about-title {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 36px;
  color: #2fbad4;
  display: block;
  text-transform: capitalize;
  font-family: "roboto-light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  text-align: center;
  position: relative; }
  .about-title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 47%;
    bottom: 0;
    background: #2fbad4; }
  .about-title:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    right: 47%;
    bottom: 0;
    background: #2fbad4; }

.about-vastu {
  margin-top: 30px;
  text-align: center; }
  .about-vastu > img {
    margin: auto;
    display: block;
    max-width: 60px;
    margin-bottom: 15px; }

.form-address {
  padding: 60px 15%; }

.web-view {
  display: block; }

.mobile-view {
  display: none; }

.list-view {
  border: 1px solid #d5d5d5;
  padding: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
  max-height: 400px;
  overflow-y: auto; }
  .list-view > ul > li {
    margin-top: 5px;
    margin-bottom: 10px;
    border-left: 3px solid transparent;
    border: 1px solid #d5d5d5;
    position: relative; }
    .list-view > ul > li .list-count {
      padding: 5px 15px;
      border-left: 3px solid transparent;
      border: 1px solid #d5d5d5;
      position: relative; }
    .list-view > ul > li .list-data {
      padding: 5px;
      color: #999999;
      line-height: 16px;
      display: inline-block;
      width: calc(100% - 40px); }
    .list-view > ul > li .list-btns {
      padding-top: 5px;
      padding-right: 5px; }
      .list-view > ul > li .list-btns .mdi {
        color: #919191; }
      .list-view > ul > li .list-btns > a {
        padding: 3px 5px;
        float: left;
        color: #919191;
        height: 26px; }
        .list-view > ul > li .list-btns > a > i {
          font-size: 14px;
          vertical-align: middle; }
    .list-view > ul > li:hover, .list-view > ul > li.active {
      border-left: 3px solid #2fbad4; }
      .list-view > ul > li:hover .list-data, .list-view > ul > li.active .list-data {
        color: #4a4a4a; }

.grid-view {
  margin-bottom: 15px;
  padding: 10px 10px;
  padding-right: 20px;
  border: 1px solid #d5d5d5;
  position: relative; }
  .grid-view .grid-data {
    color: #919191; }
  .grid-view .dropdown {
    position: absolute;
    right: 5px;
    top: 0px; }
    .grid-view .dropdown > a {
      color: #919191;
      font-size: 12px; }

.dropdown-divider {
  border-bottom: 1px solid #d5d5d5; }

.video-div {
  padding-top: 30px;
  padding-bottom: 30px; }

.video-section {
  border: 1px solid #d5d5d5;
  margin-bottom: 15px; }
  .video-section .video {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative; }
    .video-section .video > iframe {
      width: 100%;
      height: 200px; }
    .video-section .video .video-socila {
      position: absolute;
      right: 10px;
      top: 10px; }
      .video-section .video .video-socila > a {
        float: left;
        color: #ffffff;
        z-index: 9; }
  .video-section .content {
    padding: 10px 10px;
    font-size: 12px;
    line-height: 16px; }

.more {
  margin-top: 10px;
  margin-right: 15px; }

.personal-details {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5; }

.vasthu .form-search {
  margin: 20px 20%; }

.vasthu-blog {
  padding-top: 30px;
  padding-bottom: 60px; }
  .vasthu-blog .tab {
    margin-top: 250px; }
    .vasthu-blog .tab > li {
      padding: 5px 10px;
      margin-bottom: 15px;
      border: 1px solid #d5d5d5;
      background-color: #f2f2f2;
      font-size: 14px;
      color: #919191;
      display: table-caption;
      text-align: center;
      cursor: pointer; }
      .vasthu-blog .tab > li.active {
        background: #2fbad4;
        color: #ffffff; }

.tabcontent {
  position: relative; }
  .tabcontent .compass {
    position: absolute;
    top: 10px;
    right: 10px; }
  .tabcontent .compass-direction {
    position: absolute;
    right: -550px;
    top: 30px;
    width: 80px; }
    .tabcontent .compass-direction > img {
      max-width: 100%; }
.propert-dimentions .compass-direction {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
}
.propert-dimentions .compass-direction > img {
    width: 100%;
}
.vasthu-blog .add-more > a {
  display: block;
  color: #919191; }

.vasthu-blog .add-more .form-control {
  height: 26px;
  border-left: 1px solid #d5d5d5; }

.vasthu-blog .add-more .dropdown-backdrop {
  background-color: rgba(0, 0, 0, 0.15); }

.vasthu-blog .add-more .dropdown-menu {
  margin-left: -280px;
  padding: 16px 0;
  background-color: #ffffff;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 560px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
  .vasthu-blog .add-more .dropdown-menu::before {
    content: '';
    display: block;
    border-color: transparent transparent #fafafa transparent;
    border-style: solid;
    border-width: 10px;
    /* The border on the drop down box  */
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px; }

.vasthu-blog .add-more .dropdown-menu {
  margin-left: -125px;
  min-width: 250px; }

.main-tab {
  padding: 10px;
  margin-left: 10px;
  position: relative;
  background-color: #f2f2f2;
  border: 1px solid #d5d5d5;
  float: left; }
  .main-tab .propert-dimentions {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    position: relative; }
    .main-tab .propert-dimentions .form-group .form-label {
      font-size: 13px; }
    .main-tab .propert-dimentions .form-group .form-control {
      height: 26px;
      border-left: 1px solid #d5d5d5; }
    .main-tab .propert-dimentions .dropdown {
      position: absolute;
      right: 5px;
      top: 0px; }
      .main-tab .propert-dimentions .dropdown > a {
        color: #919191;
        font-size: 14px; }
        .main-tab .propert-dimentions .dropdown > a > i {
          font-size: 14px; }
  .main-tab .div-outer {
    position: relative;
    width: 100%;
    display: block;
    height: 700px; }
  .main-tab .west {
    width: 570px;
    position: absolute;
    top: 57%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
  .main-tab .east {
    width: 570px;
    position: relative;
    top: 57%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg); }
  .main-tab .home {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 450px;
    text-align: center;
    vertical-align: middle; }
    .main-tab .home > img {
      max-width: 100%;
      vertical-align: middle; }
  .main-tab .direction {
    position: absolute;
    left: -120px;
    bottom: -20px; }
    .main-tab .direction .direction-text {
      position: absolute;
      top: 10px;
      left: 15px;
      font-size: 12px;
      width: 80px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .main-tab .dropdown-backdrop {
    background-color: rgba(0, 0, 0, 0.15); }
  .main-tab .east-dropdown {
    position: absolute;
    top: 120px;
    left: 0px; }
    .main-tab .east-dropdown > a {
      color: #919191;
      font-size: 14px; }
  .main-tab .west-dropdown {
    position: absolute;
    top: 110px;
    right: 0px; }
    .main-tab .west-dropdown > a {
      color: #919191;
      font-size: 14px; }
  .main-tab .west-dropdown .form-group .form-label, .main-tab .east-dropdown .form-group .form-label, .main-tab .compass .form-group .form-label {
    font-size: 13px; }
  .main-tab .west-dropdown .form-group .form-control, .main-tab .east-dropdown .form-group .form-control, .main-tab .compass .form-group .form-control {
    height: 26px;
    border-left: 1px solid #d5d5d5; }
  .main-tab .dropdown-menu {
    margin-left: -280px;
    padding: 16px 0;
    background-color: #ffffff;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 560px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); }
    .main-tab .dropdown-menu::before {
      content: '';
      display: block;
      border-color: transparent transparent #fafafa transparent;
      border-style: solid;
      border-width: 10px;
      /* The border on the drop down box  */
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -10px; }
  .main-tab .compass .dropdown-menu {
    margin-left: -125px;
    min-width: 250px; }

.first-blog-profile {
  padding-left: 5px; }

.blog {
  padding-top: 30px; }
  .blog .blog-img {
    width: 100%;
    display: block; }
    .blog .blog-img > img {
      max-width: 100%; }
    .blog .blog-img > .sub-heading {
      position: absolute;
      width: 50%;
      color: #ffffff;
      left: 30px;
      bottom: 10px;
      font-family: "roboto-regular", "Helvetica Neue", "Arial", sans-serif; }
  .blog .blog-profile {
    width: 100%;
    position: relative;
    border: 1px solid #d5d5d5; }
    .blog .blog-profile .blog-profile-img {
      width: 100%;
      height: 180px;
      overflow: hidden;
      text-align: center; }
      .blog .blog-profile .blog-profile-img > img {
        max-width: 100%; }
    .blog .blog-profile .profile-date {
      padding: 10px;
      color: #919191;
      text-transform: uppercase;
      font-size: 12px; }
    .blog .blog-profile .profile-content {
      padding-left: 10px;
      padding-right: 10px;
      text-transform: uppercase;
      color: #4a4a4a; }
    .blog .blog-profile .profile {
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 50px;
      margin-bottom: 30px; }
      .blog .blog-profile .profile .profile-img {
        width: 40px;
        height: 40px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle; }
        .blog .blog-profile .profile .profile-img > img {
          border-radius: 50%; }
      .blog .blog-profile .profile .profile-name {
        color: #919191;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 10px; }
  .blog .blog-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2fbad4;
    color: #ffffff;
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
  .blog .bolg-img {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    position: relative; }
    .blog .bolg-img > img {
      max-width: 100%; }

.submit-bts-group {
  clear: both;
  text-align: center;
  padding-top: 20px; }

.paintrest-images {
  margin-top: 20px;
  margin-bottom: 20px; }
  .paintrest-images > li {
    margin-bottom: 10px;
    width: 32%; }
    .paintrest-images > li > img {
      width: 100%; }

.more-btn {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #ff6c00;
  display: block; }

.blog-content {
  padding: 15px 0px;
  text-align: center;
  font-size: 12px;
  color: #919191; }

.blog-vasthu {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  display: block;
  position: relative; }
  .blog-vasthu .vasthu-title {
    margin-top: 30px;
    background-color: #f2f2f2;
    width: 60px;
    height: 230px;
    position: relative;
    display: inline-block;
    float: left; }
    .blog-vasthu .vasthu-title > span {
      font-size: 26px;
      font-color: #878787;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .blog-vasthu .vasthu-title::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 70px;
      background-color: #4a4a4a;
      left: 50%;
      top: -30px; }
  .blog-vasthu .vasthu-img {
    display: inline-block;
    float: left;
    height: 350px;
    width: 300px; }
    .blog-vasthu .vasthu-img > img {
      width: 100%;
      height: 100%; }
  .blog-vasthu .vasthu-content {
    margin-top: 30px;
    overflow: hidden;
    display: block; }
    .blog-vasthu .vasthu-content .vasthu-description {
      background-color: #f2f2f2;
      padding: 30px;
      height: 230px;
      font-size: 14px; }
      .blog-vasthu .vasthu-content .vasthu-description .vasthu-letter {
        font-size: 40px;
        color: #4a4a4a;
        position: absolute;
        top: 0px; }
    .blog-vasthu .vasthu-content .btn-vasthu {
      padding: 10px 30px;
      margin-top: 45px;
      margin-left: 30px;
      border: 1px solid #d5d5d5;
      position: relative; }

.bolg-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .bolg-social > li > a {
    width: 30px;
    height: 30px; }
    .bolg-social > li > a > img {
      max-width: 30px; }

.blog-profile-alt {
  padding-top: 10px; }

.latest-post {
  margin-top: 10px; }
  .latest-post .post-blog {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5; }
    .latest-post .post-blog .post-description {
      font-size: 12px;
      color: #4a4a4a;
      line-height: 14px; }
    .latest-post .post-blog .post-date {
      margin-top: 10px;
      font-size: 12px;
      color: #919191; }

.blog-tags > li {
  margin-top: 5px;
  padding: 5px 20px;
  font-size: 12px;
  color: #4a4a4a;
  background-color: #f2f2f2;
  border-radius: 18px;
  text-transform: uppercase; }

.popover-content {
  max-height: 200px;
  overflow-y: auto; }

.grid-view-layout {
  max-height: 300px;
  overflow-y: auto; }

footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-top: 50px;
  padding-bottom: 50px; }
  footer .address {
    margin-top: 50px; }
    footer .address > p {
      font-size: 13px;
      color: #ffffff;
      line-height: 25px; }
  footer .form-group .form-control {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
    border-radius: 0; }
    footer .form-group .form-control::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    footer .form-group .form-control:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    footer .form-group .form-control::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    footer .form-group .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    footer .form-group .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    footer .form-group .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ffffff; }
  footer .social-media {
    margin-top: 30px; }

@media screen and (max-width: 1200px) {
  .blog .blog-profile .blog-profile-img {
    height: 150px; }
  .blog .blog-profile .profile-content {
    font-size: 15px; }
  .blog .blog-profile .profile {
    margin-top: 25px;
    margin-bottom: 20px; } }

@media screen and (max-width: 1024px) {
  .table-responsive {
    border: 0px;
    width: 100%;
    overflow: auto; }
  .blog .blog-profile .blog-profile-img {
    height: 150px; }
  .blog .blog-profile .profile-content {
    font-size: 14px; }
  .blog .blog-profile .profile {
    margin-top: 26px; }
  .blog-vasthu .vasthu-content .vasthu-description {
    height: auto;
    padding: 15px 30px; }
  .blog-vasthu .vasthu-content .btn-vasthu {
    margin-top: 10px; }
  .tabcontent .compass-direction {
    width: 60px;
    height: 60px;
    right: -550px;
    top: 30px; }
    .tabcontent .compass-direction > img {
      max-width: 100%; }
  .vasthu-blog .tab > li {
    padding: 5px; } }

@media screen and (max-width: 992px) {
  .page-container .banner-data {
    margin-top: 0; }
  .page-container {
    padding: 30px 0; }
  .vasthu-list {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar-header {
    float: none;
    margin-top: 0; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav > li {
    float: none !important; }
  .collapse.in {
    display: block !important; }
  .navbar-right {
    float: none;
    margin: 0;
    width: 100%; }
  .navbar.navbar-default {
    padding: 0; }
    .navbar.navbar-default .navbar-header {
      float: none;
      margin-top: 0; }
      .navbar.navbar-default .navbar-header .navbar-toggle {
        margin-top: 20px;
        border-color: #2fbad4;
        background: #ffffff; }
        .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
          background-color: #2fbad4; }
        .navbar.navbar-default .navbar-header .navbar-toggle:hover {
          background: #2fbad4; }
          .navbar.navbar-default .navbar-header .navbar-toggle:hover .icon-bar {
            background-color: #ffffff; }
    .navbar.navbar-default .navbar-nav > li {
      margin: 2px; }
      .navbar.navbar-default .navbar-nav > li > a {
        padding: 5px 10px;
        display: block;
        border: none;
        border-radius: 4x; }
      .navbar.navbar-default .navbar-nav > li.active > a, .navbar.navbar-default .navbar-nav > li:hover > a {
        border: none;
        background: #2fbad4;
        color: #ffffff; }
      .navbar.navbar-default .navbar-nav > li .dropdown-menu {
        margin-top: 0; }
      .navbar.navbar-default .navbar-nav > li .dropdown-menu {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .navbar.navbar-default .navbar-nav > li .dropdown-menu > li {
          text-align: center; }
      .navbar.navbar-default .navbar-nav > li:last-child {
        clear: both; }
  .blog .blog-profile .profile {
    margin-top: 37px; }
  .latest-post .post-blog {
    width: 50%;
    float: left; }
  .blog-btn {
    clear: both; }
  .blog .bolg-img {
    text-align: center; }
  .vasthu-blog .tab {
    text-align: center;
    margin-top: 20px; }
    .vasthu-blog .tab > li {
      display: inline-block;
      text-align: center; }
  .main-tab {
    width: 100%; }
    .main-tab .east {
      margin-bottom: 15px;
      width: 100%;
      position: relative;
      top: 0%;
      left: 0%;
      -moz-transform: translateX(0%) translateY(0%) rotate(0deg);
      -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
      -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
      transform: translateX(0%) translateY(0%) rotate(0deg); }
    .main-tab .west {
      margin-top: 15px;
      width: 100%;
      position: relative;
      top: 0%;
      left: 0%;
      -moz-transform: translateX(50%) translateY(50%) rotate(0deg);
      -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
      -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
      transform: translateX(0%) translateY(0%) rotate(0deg); }
    .main-tab .div-outer {
      height: auto; }
    .main-tab .east-dropdown {
      position: absolute;
      top: 0;
      right: 0;
      left: auto; }
      .main-tab .east-dropdown > a {
        color: #919191; }
    .main-tab .west-dropdown {
      position: absolute;
      top: 0;
      right: 0; }
      .main-tab .west-dropdown > a {
        color: #919191; }
    .main-tab .dropdown-menu {
      margin-left: -150px;
      min-width: 300px; }
  .compass-direction {
    width: 80px;
    height: 80px;
    right: -550px; }
    .compass-direction > img {
      max-width: 100%; }
  .vasth-sathram .data {
    margin-top: 0; }
  .form-address {
    padding: 30px 5%; } }

@media screen and (max-width: 768px) {
  .main-tab {
    width: 100%; }
  .navbar-right {
    float: none;
    margin: 0; }
  .navbar.navbar-default {
    padding: 0; }
    .navbar.navbar-default .navbar-header {
      float: none;
      margin-top: 0; }
      .navbar.navbar-default .navbar-header .navbar-toggle {
        margin-top: 20px;
        border-color: #2fbad4;
        background: #ffffff; }
        .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
          background-color: #2fbad4; }
        .navbar.navbar-default .navbar-header .navbar-toggle:hover {
          background: #2fbad4; }
          .navbar.navbar-default .navbar-header .navbar-toggle:hover .icon-bar {
            background-color: #ffffff; }
    .navbar.navbar-default .navbar-nav > li {
      margin: 2px; }
      .navbar.navbar-default .navbar-nav > li > a {
        padding: 5px 10px;
        display: block;
        border: none;
        border-radius: 4x; }
      .navbar.navbar-default .navbar-nav > li.active > a, .navbar.navbar-default .navbar-nav > li:hover > a {
        border: none;
        background: #2fbad4;
        color: #ffffff; }
      .navbar.navbar-default .navbar-nav > li .dropdown-menu {
        margin-top: 0; }
  .page-container {
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-container .banner-data {
      margin-top: 0%;
      text-align: center; }
    .page-container .vasthu-list {
      padding-top: 0;
      padding-bottom: 0; }
  .vasth-sathram {
    padding-bottom: 0px;
    border-top: 1px solid #d5d5d5; }
    .vasth-sathram .data {
      margin-top: 0px; }
  .about .about-data {
    margin-top: 0px; }
  .blog-profile {
    margin-top: 10px;
    margin-bottom: 10px; }
  .vasthu-description {
    overflow: hidden; }
  .main-tab .east {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    -moz-transform: translateX(0%) translateY(0%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
    -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
    transform: translateX(0%) translateY(0%) rotate(0deg); }
  .main-tab .west {
    margin-top: 15px;
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    -moz-transform: translateX(50%) translateY(50%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
    -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
    transform: translateX(0%) translateY(0%) rotate(0deg); }
  .main-tab .div-outer {
    height: auto; }
  .main-tab .east-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    left: auto; }
    .main-tab .east-dropdown > a {
      color: #919191; }
  .main-tab .west-dropdown {
    position: absolute;
    top: 0;
    right: 0; }
    .main-tab .west-dropdown > a {
      color: #919191; }
  .main-tab .dropdown-menu {
    margin-left: -150px;
    min-width: 300px; }
  .vasthu-blog .tab {
    margin-top: 0;
    text-align: center; }
    .vasthu-blog .tab > li {
      display: inline-block; }
  .calender-left {
    margin-bottom: 15px; }
  .blog-vasthu {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    display: block;
    position: relative; }
    .blog-vasthu .vasthu-title {
      margin-top: 30px;
      background-color: #f2f2f2;
      width: 60px;
      height: 230px;
      position: relative;
      display: inline-block;
      float: left; }
      .blog-vasthu .vasthu-title > span {
        font-size: 26px;
        font-color: #878787;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      .blog-vasthu .vasthu-title::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 70px;
        background-color: #4a4a4a;
        left: 50%;
        top: -30px; }
    .blog-vasthu .vasthu-img {
      display: inline-block;
      float: left;
      height: 350px;
      width: 300px; }
      .blog-vasthu .vasthu-img > img {
        width: 100%;
        height: 100%; }
    .blog-vasthu .vasthu-content {
      margin-top: 30px;
      overflow: none;
      display: block;
      float: left; }
      .blog-vasthu .vasthu-content .vasthu-description {
        background-color: #f2f2f2;
        padding: 30px;
        height: auto;
        font-size: 14px; }
        .blog-vasthu .vasthu-content .vasthu-description .vasthu-letter {
          display: none; }
      .blog-vasthu .vasthu-content .btn-vasthu {
        padding: 10px 30px;
        margin-top: 45px;
        margin-left: 30px;
        border: 1px solid #d5d5d5;
        position: relative; }
  #pacinput {
    width: auto !important; }
  .main-tab .dropdown-menu {
    right: 100%;
    left: inherit; }
  .main-tab .east-dropdown > a, .main-tab .west-dropdown > a {
    margin-right: 5px; }
  .tabcontent .compass-direction {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
    top: -250px;
    right: -550px; }
  .header-fixed {
    padding-top: 90px !important; }
  .web-view {
    display: none; }
  .mobile-view {
    display: block; }
  .blog .heading {
    margin-bottom: 20px; }
  .fixed-breadcrmb {
    padding-top: 80px !important; }
  .breadcrumb {
    margin-bottom: 10px; }
  .personal-details-title {
    padding-bottom: 20px; }
  footer {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .address {
      margin-top: 0; }
  .blog .blog-profile .blog-profile-img {
    height: 150px; }
    .blog .blog-profile .blog-profile-img > img {
      width: 100%; }
  .blog .blog-profile .profile-content {
    font-size: 14px; }
  .blog .blog-profile .profile {
    margin-top: 25px; }
  .blog-img {
    text-align: center; }
    .blog-img > img {
      width: 100%; }
    .blog-img > .sub-heading {
      width: 80% !important; }
  .blog-profile-alt {
    padding-top: 0; }
  .first-blog-profile {
    padding-left: 15px; } 
    .map-button {
        left: 75%;
    }
}

@media all and (max-width: 540px) {
  .page-container {
    margin: 0px auto; }
    .page-container .direction-img {
      width: auto;
      max-width: 100px;
      height: auto; }
    .page-container .banner-data {
      margin-top: 0; }
  .blog .blog-profile {
    margin-top: 10px; }
    .blog .blog-profile .blog-profile-img {
      height: 130px; }
    .blog .blog-profile .profile .profile-name {
      font-size: 12px; }
  .blog-profile-alt {
    padding-top: 0; }
  .tabcontent .compass-direction {
    top: -335px;
    width: 60px;
    height: 60px; }
    .controls {
        width: 180px;
    }
    .map-button {
        right: 10px;
        left: auto;
    }
}

@media all and (max-width: 400px) {
  .tabcontent .compass-direction {
    top: -550px;
    width: 50px;
    height: 50px; }
  .blog .blog-profile .profile .profile-name {
    font-size: 10px; }
  .blog-vasthu {
    margin-top: 15px;
    margin-bottom: 15px; }
    .blog-vasthu .vasthu-title {
      margin-top: 0;
      position: relative;
      width: calc(100% - 30px);
      height: 60px; }
      .blog-vasthu .vasthu-title > span {
        top: 10px;
        left: 35%;
        -moz-transform: translateX(0%) translateY(0%) rotate(0deg);
        -webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
        -ms-transform: translateX(0%) translateY(0%) rotate(0deg);
        transform: translateX(0%) translateY(0%) rotate(0deg); }
      .blog-vasthu .vasthu-title::after {
        position: absolute;
        content: "";
        width: 70px;
        height: 1px;
        background-color: #4a4a4a;
        right: -35px;
        top: 50%;
        left: 88%; }
    .blog-vasthu .vasthu-content {
      margin-top: 15px; }
      .blog-vasthu .vasthu-content .btn-vasthu {
        margin-top: 15px;
        margin-left: 0; }
    .blog-vasthu .vasthu-img {
      height: 250px;
      width: 100%;
      margin-top: 10px; } }
