/* Minification failed. Returning unminified contents.
(1054,30): run-time error CSS1046: Expect comma, found '0'
(1054,34): run-time error CSS1046: Expect comma, found '/'
 */
/* Slider */
.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;

  margin: 0;
  padding: 0;
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;

  height: 100%;
  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;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.form-type1 .form-row {
  margin-right: -10px;
  margin-left: -10px;
}
.form-type1 .form-row > .col,
.form-type1 .form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.form-type1 .form-row .form-group {
  margin-bottom: 30px;
}
.form-type1 .form-row.sbmtbtn-outer {
  margin-top: 5px;
  position: relative;
  padding-top: 30px;
}
.form-type1 .form-row.sbmtbtn-outer:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 1px;
  height: 1px;
  background-color: #d8d8d8;
}
.form-type1 .form-row.sbmtbtn-outer .send-btn-box {
  text-align: right;
  padding-top: 8px;
}
.select2 {
  width: 100% !important;
  height: 50px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.63;
  border: 1px solid #d8d8d8;
  padding: 12px 40px 12px 26px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  background: #ffffff;
}
.select2-container--open .select2-dropdown--below {
  box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.select2-container.select2-container--focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
  color: #000000;
  font-weight: bold;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(../images/down-arrow2.svg);
  background-repeat: no-repeat;
  background-size: 15px 8px;
  margin-left: -8px;
  border: 0;
  width: 15px;
  height: 8px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0;
  right: 23px;
  width: 20px;
}
.select2-container--open .select2-dropdown {
  overflow: hidden;
}
.select2-results__option {
  padding: 12px 10px 10px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #da291c;
}
.select2-container--default .select2-results__option:first-child {
  border-radius: 5px 5px 0 0;
}
.select2-container--default .select2-results__option:last-child {
  border-radius: 0 0 5px 5px;
}
.select2-search--dropdown {
  padding: 10px;
}
.custom-field1 {
  position: relative;
}
.custom-field1 .select2 {
  width: 104px !important;
  position: absolute;
  left: 0;
  top: 0;
  background: #ebebeb;
  border-radius: 25px 0 0 25px;
  border-right: 0;
  padding-right: 30px;
  color: #626262;
}
.custom-field1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(../images/down-arrow3.svg);
}
.custom-field1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 12px;
}
.custom-field1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #626262;
  font-weight: normal;
  letter-spacing: 1px;
}
.custom-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(../images/down-arrow3.svg);
}
.custom-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #626262;
  font-weight: normal;
  letter-spacing: 1px;
}
.form-type1 .lbl-txt {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  display: block;
  letter-spacing: 1.33px;
}
.form-control {
  height: 50px;
  letter-spacing: 1px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 12px 26px 12px 26px;
  border-color: #d8d8d8;
  color: #3b3b3b;
  font-size: 16px;
}
.form-control:focus {
  letter-spacing: 1px;
  color: #3b3b3b;
}
.form-control::placeholder {
  color: #626262;
}
.form-control::-webkit-input-placeholder {
  color: #626262;
}
.form-control::-ms-input-placeholder {
  color: #626262;
}
.custom-field1 .form-control {
  padding-left: 120px;
}
select.form-control {
  background: url(../images/down-arrow.svg) no-repeat #ffffff;
  background-position: top 50% right 15px;
  appearance: none;
  -webkit-appearance: none;
}
.messagetextarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  border-radius: 10px;
}

.conactmap {
  margin-bottom: 19px;
}
.conactmap a {
  display: inline-block;
}
.conactmap img {
  display: inline-block;
  max-width: 100%;
}
.point-type1 li .list-cntct span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3b3b3b;
  margin-bottom: 5px;
}
.point-type1 li .list-cntct a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.54px;
  color: #da291c;
}
.point-type1 li .list-cntct {
  padding-left: 49px;
  position: relative;
}
.point-type1 li .list-cntct.ph-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 31px;
  height: 31px;
  display: block;
  background: url(../images/icon-phone.svg) no-repeat 0 0;
}
.point-type1 li .list-cntct.loss-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 27px;
  height: 34px;
  display: block;
  background: url(../images/icon-lost.svg) no-repeat 0 0;
}
.point-type1 li .list-cntct.globe-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 39px;
  height: 30px;
  display: block;
  background: url(../images/icon-globe.svg) no-repeat 0 0;
}
.point-type1 li .list-cntct.feedback-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 26px;
  display: block;
  background: url(../images/icon-feedback.svg) no-repeat 0 0;
}
.form-type1 .alert {
  border-radius: 0;
  padding: 1px 5px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}
.form-type1 .alert.form-success {
  font-size: 16px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 15px;
}
.form-type1 .form-control.error-box {
  border-color: #ce132d;
}
.form-type1 .error-box .select2-container {
  border-color: #ce132d;
}

.form-type1 .custom-file-label {
  right: 73px;
  border-radius: 0;
}
.form-type1 .custom-file-label:after {
  cursor: pointer;
  right: -73px;
  background-color: #f3f0f0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  color: #425563;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
}
.form-type1 .lbl-txt.position-relative {
  display: inline-block;
  padding-right: 27px;
}
.lbl-txt .question-icon {
  width: 16px;
  height: 16px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  background: url(../images/question-icon.svg) no-repeat 0 0;
}
.calendar-field {
  position: relative;
  background: #ffffff;
}
.calendar-field .ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 18px;
  height: 19px;
  font-size: 0;
  display: inline-block;
}
.calendar-field input:focus,
.calendar-field input {
  position: relative;
  background: transparent;
  padding-right: 28px;
}
/*******************************
    Common datepicker CSS
*******************************/
.form-control.datepicker + .ui-datepicker-trigger {
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.form-control.birthdate + .ui-datepicker-trigger {
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.form-control.date + .ui-datepicker-trigger {
  position: absolute;
  bottom: 8px;
  right: 12px;
}
.ui-datepicker {
  border: 1px solid #e4e8eb;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  width: auto !important;
  padding: 10px;
  z-index: 99999999 !important;
}
.modal-open .ui-datepicker {
  z-index: 999999999 !important;
}

.ui-datepicker .ui-widget-header {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 8px;
  position: relative;
  padding: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  background: #fff;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev span,
.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  position: unset;
  top: unset;
  left: unset;
  margin-left: unset;
  margin-top: unset;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url(../images/down-arrow.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-datepicker-prev,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-datepicker-prev {
  left: -10px;
  transform: rotate(90deg);
  transform-origin: 100% 50%;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-datepicker-next,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-datepicker-next {
  right: -10px;
  transform: rotate(-90deg);
  transform-origin: 0 50%;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next:hover,
.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title select {
  margin: 0;
  border: 1px solid #c4c4c4;
  background: url(../images/down-arrow.svg) no-repeat #fff;
  background-position: calc(100% - 8px) center;
  font-size: 12px;
  padding: 6px 8px 5px 8px;
  margin: 0 6px;
  font-weight: unset;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 90px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title select:focus {
  outline: none;
  box-shadow: none;
}

.ui-datepicker table {
  margin-bottom: 0;
}

.ui-datepicker table th {
  font-size: 12px;
  color: #494949;
  padding: 0;
  text-align: center;
}

.ui-datepicker table td {
  padding: 2px;
}

.ui-datepicker table td span.ui-state-default {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #c4c4c4;
  padding: 0;
}

.ui-datepicker table td a.ui-state-default {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  color: #595959;
  font-size: 13px;
  line-height: 30px;
  border: none;
  padding: 0;
}

.ui-datepicker table td a.ui-state-default:hover {
  background: rgba(193, 178, 182, 0.4);
  border-radius: 3px;
}

.ui-datepicker table td a.ui-state-default.ui-state-highlight {
  background: #ffffff;
  border: 1px solid #2e1a47;
  border-radius: 3px;
  color: #2e1a47;
}

.ui-datepicker table td a.ui-state-default.ui-state-active {
  background: #2e1a47;
  border-radius: 3px;
  color: #fff;
}

.ui-datepicker .ui-timepicker-div {
  padding: 0;
  border-top: 1px solid #e4e8eb;
  padding-top: 20px;
  margin-top: 18px;
}

.ui-datepicker .ui-timepicker-div .ui_tpicker_time_label {
  font-size: 15px;
  line-height: 25px;
}

.ui-datepicker .ui-timepicker-div .ui_tpicker_minute:before {
  display: none !important;
}

.ui-datepicker .ui-timepicker-div select.ui-timepicker-select {
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  min-width: 56px;
  color: #666;
  background: url(../images/down-arrow.svg) no-repeat #f7f8f9;
  background-position: calc(100% - 8px) center;
  font-size: 12px;
  padding: 5px 8px 4px 8px;
  margin: 0 0 0 18px;
  font-weight: unset;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 90px;
}

.ui-datepicker .ui-timepicker-div select.ui-timepicker-select:focus {
  outline: none;
  box-shadow: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
  background: #fff;
  border-radius: 0;
  margin: 5px 0 0 0;
  padding: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: unset;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #c4c4c4;
  padding: 8px 12px 7px;
  color: #333;
  line-height: 1.1;
  opacity: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}
.form-control.datepicker + .ui-datepicker-trigger,
.form-control.datetimepicker + .ui-datepicker-trigger {
  position: absolute;
  bottom: 5px;
  right: 8px;
}
.form-control.birthdate + .ui-datepicker-trigger {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.form-control.date + .ui-datepicker-trigger {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.mandatory-sign {
  color: #e7292b;
  margin-left: 2px;
  font-weight: 600;
  display: inline-block;
}
/**********************************/
.form-sub-head {
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  margin-bottom: 16px;
  margin-top: 20px;
}
/*****Custom Browse Button*****/
.upld-area {
  position: relative;
  min-height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  padding: 12px 26px 12px 26px;
  margin-right: 30px;
}
.upld-area:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 14px;
  width: 18px;
  height: 22px;
  display: block;
  background: url(../images/browse-icon.svg) no-repeat 0 0;
}
#uploadFile1,
#uploadFile2,
#uploadFile3,
#uploadFile4 {
  border: none;
  width: 100%;
  background-color: transparent;
  color: #626262 !important;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-text-fill-color: rgba(0, 0, 0, 1);
  -webkit-opacity: 1;
}
.fileUpload {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: #0f0;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  z-index: 999;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  text-align: center;
}
.del-file {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  max-height: 23px;
}
.del-file svg {
  width: 22px;
  height: 22px;
}
.del-file:hover svg .st0 {
  stroke: #da291c;
}

.modal-body .form-control::placeholder {
  color: #3b3b3b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .custom-select2.custom-select-small .select2 {
    padding: 12px 15px 12px 15px;
  }
  .custom-select2.custom-select-small
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .form-type1 .lbl-txt {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .calendar-field input:focus,
  .calendar-field input {
    font-size: 14px;
  }
  .custom-select {
    font-size: 14px;
  }
  .form-sub-head {
    margin-bottom: 14px;
    margin-top: 0;
  }
  .form-type1 .form-row .form-group {
    margin-bottom: 18px;
  }
  .form-type1 .form-row.sbmtbtn-outer {
    margin-top: 0;
  }
}
.captcha {
  position: relative;
  text-align: left;
  padding-right: 48px;
  display: inline-block;
}
.captcha {
  border: 1px solid #d8d8d8;
  height: 50px;
  width: 165px;
  background-color: #fff;
  border-radius: 10px;
}
.captcha .captcha-img {
  width: 100%;
  border-radius: 10px;
}
.captcha .btn.refresh-btn {
  width: 48px;
  height: 48px;
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fe6652;
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.captcha .btn.refresh-btn:hover {
  background-color: #1d252d;
  border: 1px solid #1d252d;
}
.captcha .btn.refresh-btn:hover svg path {
  fill: #ffffff;
}
.char-input {
  margin-left: 20px;
}
.char-input input {
  max-width: 162px;
}
@media (max-width: 992px) {
  .char-input input {
    max-width: 137px;
  }
}
@media (max-width: 767px) {
  .form-type1 .form-row.sbmtbtn-outer .send-btn-box {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .form-type1 .form-row.sbmtbtn-outer {
    display: block;
  }
  .messagetextarea {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}
@media (max-width: 575px) {
  .captcha-box {
    text-align: center;
  }
  .captcha-box img {
    max-width: 285px;
  }
  .form-type1 .form-row.sbmtbtn-outer .send-btn-box {
    text-align: center;
    padding-top: 10px;
  }
  .char-input {
    margin-left: 15px;
  }
  .char-input input {
    padding: 12px 15px 12px 15px;
  }
}

/* New Css start here */
@media (min-width: 1200px) {
  .map-outer > .row.no-gutters > .col-xl-9 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .map-outer > .row.no-gutters > .col-xl-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.page-content {
  padding-bottom: 0px;
}
.map-filtersection {
  /*background-color: #da291c;*/
  padding: 26px 0px;
  background: url(../images/wheretopark-bg.svg) no-repeat 0 0 #d62726;
  background-size: cover;
}
.filter-btn {
  display: none;
}
.back-btn {
  display: none;
}
.map-header {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
  display: block;
}
.custom-select {
  background-image: url(../images/down-arrow2.svg);
  background-size: 30px 8px;
  border-radius: 25px;
  border: 1px solid #ced4da;
  height: 50px;
  border: solid 1px rgba(59, 59, 59, 0.2);
  background-color: #ffffff;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 12px 30px 12px 26px;
  line-height: 16px;
}
.map-filtersection .search-box {
  position: relative;
}
.map-filtersection .search-box .form-control {
  appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  width: 100%;
  padding: 12px 40px 12px 26px;
  color: #3b3b3b;
  outline: none;
  height: 50px;
  border-radius: 30px;
  letter-spacing: 1px;
  border: solid 1px rgba(151, 151, 151, 0.38);
  background-color: #ffffff;
}
.map-filtersection .btn-search {
  width: 17px;
  height: 22px;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
}
.map-filtersection .btn-search:hover svg path {
  fill: #ce132d;
}
/* Map section css start here*/
.map-section {
  background-color: #c7bfbd;
  /*display: flex;
    justify-content: center;*/
  position: relative;
  text-align: center;
  min-height: 1px;
  margin-bottom: 20px;
}
.map-loader {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  display: none;
}
.maploading .map-loader {
  display: flex;
}
/* Map popup css start here */
.map-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 2px 24px 0 rgba(59, 59, 59, 0.16);
}
.popup-outer {
  position: relative;
  width: 376px;
}
.img-outer {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-width: 376px;
  min-height: 212px;
  overflow: hidden;
}
.img-outer .imagesbox-inner {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 212px;
  max-height: 212px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-size: cover !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.img-outer .dining-tag {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #9db0ac;
  border-radius: 2px;
  padding: 4px 8px 2px;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0.46px;
  color: #ffffff;
  z-index: 1;
  display: inline-block;
}
.img-outer .removePopup {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  text-align: center;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  padding-top: 6px;
  border-radius: 100%;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
}
.img-outer .removePopup > svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  fill: #da291c;
}
.img-outer .removePopup > svg > g {
  fill: #da291c;
  stroke: #da291c;
}
.img-outer .removePopup:hover > svg > g {
  fill: #000000;
  stroke: #000000;
}
.popup-outer .popup-content {
  background-color: #ffffff;
  padding: 15px;
}
.popup-content .content-header {
  font-size: 19px;
  font-weight: normal;
  line-height: 22px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.popup-content .popup-desc {
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  line-height: 25px;
  color: #3b3b3b;
  display: block;
  margin-bottom: 20px;
}
/* Map Sidebar css start here */
.map-sidebar {
  display: block;
  background-color: #ffffff;
}
.map-sidebar .sidebar-outer {
  margin-bottom: 0;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}
.sidebar-outer > .sidebar-header {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
  padding-left: 18px;
}
.sidebar-outer > .sidebar-header > span {
  background: url(../images/faq-plus-img.svg) no-repeat;
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  text-align: center;
  background-size: contain;
}
.sidebar-outer > .sidebar-header.open > span {
  background: url(../images/faq-minus-img.svg) no-repeat;
  background-size: contain;
  top: 8px;
}
.sidebar-outer .sidebar-groupcontent {
  margin-top: 15px;
  padding-left: 20px;
  display: none;
}
.sidebar-outer .sidebar-groupcontent .sub-content {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-outer .sidebar-groupcontent .sub-content li {
  display: block;
  position: relative;
  padding-left: 16px;
}
.sidebar-outer .sidebar-groupcontent .sub-content li:before {
  background: url(../images/bullet-arrow.svg) no-repeat;
  content: "";
  width: 10px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar-outer .sidebar-groupcontent .sub-content li .sub-links {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  cursor: pointer;
  margin-bottom: 8px;
  display: block;
}
.sidebar-outer .sidebar-groupcontent .sub-content li:last-child .sub-links {
  margin-bottom: 0px;
}
.sidebar-outer .sidebar-groupcontent .sub-content li .sub-links:hover,
.sidebar-outer .sidebar-groupcontent .sub-content li .sub-links.active {
  color: #e81c3f;
}
body .viewport + .ui-dialog {
  border: 0 none !important;
  padding: 0 !important;
  border-radius: 10px !important;
  font-weight: normal;
}
body .viewport + .ui-dialog .map-popup {
  height: auto !important;
  position: static !important;
  padding: 0 !important;
  border-radius: 10px;
}
body .viewport + .ui-dialog .map-popup .popup-outer .btn-type1 {
  color: #ffffff;
  /* font-family: 'din';*/
  font-weight: 600;
}
body .viewport + .ui-dialog .ui-dialog-buttonpane {
  display: none;
}
body .viewport + .ui-dialog .popup-content .popup-desc,
body .viewport + .ui-dialog .popup-content .popup-desc > p,
body .viewport + .ui-dialog .img-outer .dining-tag,
body .viewport + .ui-dialog .popup-content .content-header {
  /* font-family: 'din';*/
  font-weight: normal;
}
body .viewport + .ui-dialog .popup-content .btn-typ1 {
  /*font-family: 'din';*/
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
body .viewport + .ui-dialog .popup-content .btn-typ3 {
  /*font-family: 'din';*/
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #2e1a47;
  border: 1px solid #2e1a47;
  background-color: #fff;
  border-radius: 20px;
}
body .viewport + .ui-dialog .popup-content .btn-typ3:hover {
  color: #fff;
}
.select2-dropdown {
  z-index: 9;
}
@media (max-width: 991px) {
  .map-header {
    margin-bottom: 15px;
    text-align: center;
  }
  .custom-select,
  .select2-container {
    margin-bottom: 10px;
  }
  .map-filtersection .map-header {
    position: relative;
    margin-bottom: 0;
  }
  .filter-container {
    display: none;
    padding-top: 15px;
  }
  .filter-btn {
    position: absolute;
    right: 0px;
    top: 7px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .back-btn {
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    cursor: pointer;
  }
  .filter-btn svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
  }
  .open .filter-btn svg {
    fill: #000000;
  }
}
@media (max-width: 767px) {
  .popup-outer {
    max-width: 250px;
  }
  .img-outer {
    min-width: 250px;
    min-height: 130px;
  }
  .img-outer .imagesbox-inner {
    min-height: 130px;
    max-height: 130px;
  }
  .popup-content .content-header {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .popup-content .popup-desc {
    font-size: 13px;
    color: #3b3b3b;
  }
  .popup-outer .btn-type1,
  .popup-outer .btn-type1:focus {
    padding: 8px 44px 9px 20px;
    line-height: 16px;
    font-size: 12px;
  }
  .popup-outer .btn-type1:after {
    background-size: 90%;
  }
}
.z-control-container {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.control-zoom {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  float: left;
  clear: both;
  position: relative;
  z-index: 800;
  pointer-events: auto;
}
.control-zoom a {
  font-size: 30px;
  text-indent: 1px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.control-zoom a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.control-zoom a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.control-zoom a.disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.btn-type3 {
  color: #2e1a47 !important;
}

p {
  /*font-family: "Times New Roman";
	font-size: 14px;*/
}

.ui-widget-content {
  /*font-family: "Times New Roman";*/
}

.ui-widget-content a {
  color: blue;
}

.marker {
  position: absolute;
  width: 25px;
  height: 30px;
}
.marker img {
  width: 100%;
}

.marker-text {
  position: absolute;
  top: 10%;
  width: 100%;
  margin: 0 0 0 0;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.pin {
  position: absolute;
  width: 20px;
  height: 30px;
}

.pin-text {
  position: absolute;
  top: 10%;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: visible;
  width: 180px;
  background-color: white;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 7px;
  left: 50%;
  margin-left: -90px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

table.gridtable {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
table.gridtable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}
