@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
body {
  background: #fff;
  color: #444444;
  line-height: 26px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  overflow: auto;
}
* {
  box-sizing: border-box !important;
}
a {
  /* color: #8577d4; */
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: rgb(0, 185, 245);
}
img {
  border: 0px;
}
*:focus {
  outline: none;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 100%;
  height: 100%;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
.buildingArea {
  box-shadow: 0px 8px 21px 0px rgba(125, 125, 125, 0.2);
  position: relative;
  margin: 0 auto;
  display: block;
  width: 750px;
}
.mobHeader {
  min-height: inherit;
  background-image: url(../images/grediand-blue-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mobTitle {
  -webkit-text-fill-color: #fff !important;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  text-align: center;
  padding: 30px 0;
}
.mobSubHeader {
  padding: 55px;
}
.mobSubHeader .header-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.mobSubHeader .header-desc {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  -webkit-text-fill-color: #fff;
  margin-top: 20px;
}
.mobileBody {
  padding: 20px;
  /* box-shadow: 0px 5px 16px 0px rgba(113, 127, 135, 0.21); */
  box-shadow: 0px 0px 2px 0px rgba(113, 127, 135, 0.21);
  background-color: #fcfcfd;
  position: relative;
}
.GuidebookTileMenu ul li {
  width: 33.33%;
  float: left;
  border-right: 1px solid #e9eff1;
  border-bottom: 1px solid #e9eff1;
  text-align: center;
  min-height: 225px;
  padding: 30px 5px;
}
.GuidebookTileMenu ul li:nth-child(3n) {
  border-right: none;
}
.GuidebookTileMenu ul li a {
  display: block;
}
.GuidebookTileMenu ul li span {
  display: block;
  font-size: 18px;
  color: #45494b;
  margin-top: 20px;
  font-weight: 700;
}
.mobileFooter {
  padding: 20px 20px;
  text-align: center;
  /* background-color: #e1e6e9; */
  background-image: url(../images/right-grey-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mobileFooter .footer-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
}
.mobileFooter .footer-desc {
  font-size: 16px;
  color: #292929;
  margin-top: 18px;
  font-weight: 600;
}
footer {
  font-size: 12px;
  margin-top: 15px;
  color: #9e9e9e;
}
.mobileBody_detail {
  padding: 0 !important;
  background-color: #f6f7f8;
}
.mobileBody_detail h1 {
  font-size: 40px;
  font-weight: bold;
  color: #4e4e4e;
  /* -webkit-text-fill-color: #4e4e4e; */
  line-height: 55px;
  padding: 35px;
  border-bottom: 1px solid #eceded;
}
.mobileBody_detail .desc {
  padding: 35px;
}
.mobileBody_detail .desc h2 {
  font-size: 32px;
  color: #4e4e4e;
  /* -webkit-text-fill-color: #4e4e4e; */
  line-height: 35px;
  font-weight: 500;
}
.mobileBody_detail .desc p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  color: #464646;
  /* -webkit-text-fill-color: #464646; */
}
hr.border {
  width: 100%;
  margin: 5px auto 20px auto;
  height: 1px;
  background-color: #fff;
  border: none;
}
.largeBored {
  height: 5px !important;
  background-color: #f4f4f5 !important;
  width: 96%;
  max-width: 96%;
}
.itemDetail {
  background-color: #fff;
  width: 96%;
  max-width: 96%;
  box-shadow: 0px 9px 35px 0px rgba(167, 167, 167, 0.26);
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.itemDetail table td {
  line-height: 55px;
  font-size: 34px;
  font-weight: 300;
  color: #131313 !important;
  padding: 20px;
}
.itemDetail table td strong {
  font-size: 24px;
  font-weight: 500;
  color: #6f6f6f;
}
.type1_preparations {
  padding: 40px 50px;
  background-color: #fbfcfc;
}
.type1_preparations li {
  background-color: #fff;
  box-shadow: 0px 9px 35px 0px rgba(167, 167, 167, 0.26);
  border-radius: 3px;
  padding: 20px;
  display: block;
  margin-bottom: 30px;
  padding-left: 200px;
  background-repeat: no-repeat;
  -webkit-background-size: 150px;
  background-size: 150px;
  background-position: 20px center;
  min-height: 180px;
}
/*
.type1_preparations h4 {
  font-size: 24px;
  color: #6f6f6f;
  line-height: 30px;
}
.type1_preparations p {
  font-size: 20px;
  color: #131313;
  line-height: 36px;
  font-weight: 300;
}
*/
.img-responsive {
  width: 100%;
}
.layoutv2 .mobileBody_detail {
  background-color: #fbfcfc;
}
.layoutv2 .desc table thead th {
  background-color: #e8e8e8;
  line-height: 30px;
  padding: 25px;
  font-size: 24px;
  color: #464646;
  font-weight: 700;
  border-right: 1px solid #d7d7d7;
}
.layoutv2 .desc table thead th:last-child {
  border: none;
}
.tableHeader {
  background-color: #e463b8;
  box-shadow: 0px 13px 24px 0px rgba(231, 107, 189, 0.44);
  line-height: 30px;
  padding: 25px;
  color: #fff !important;
  text-align: center;
  font-size: 24px;
  font-weight: 500 !important;
  border: none !important;
  z-index: 9;
  position: relative;
}
a.tableHeader {
  display: block;
}
.tableHeader i {
  margin-left: 10px;
}
.tableHeader.blue {
  background-color: #64b5f4 !important;
  box-shadow: 0px 13px 46px 0px rgba(37, 156, 202, 0.16) !important;
}
.tableHeader.white {
  background-color: #fff !important;
  color: #6f6f6f !important;
  box-shadow: 0px 9px 35px 0px rgba(167, 167, 167, 0.26);
  font-weight: 300 !important;
}
.tableHeader.white strong {
  font-weight: 500 !important;
}
.layoutv2 .desc table tr td {
  padding: 20px 30px;
  line-height: 40px;
  font-weight: 300;
  color: #252525;
  font-size: 24px;
  border: 1px solid #f1f1f1;
}
.layoutv2 .desc table {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 9px 35px 0px rgba(167, 167, 167, 0.26);
}
.mt20 {
  margin-top: 20px !important;
}
.filled.blue-btn {
  background-color: #64b5f4 !important;
  box-shadow: 0px 13px 46px 0px rgba(37, 156, 202, 0.16) !important;
  text-transform: none !important;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  height: 40px;
}
.filled.blue-btn:hover {
  background-color: #449ce3 !important;
}
.btn-bordered {
  background-color: transparent !important;
  border: 2px solid #445c79;
  box-shadow: none !important;
  width: 96%;
}
.popup .mobileBody {
  margin-bottom: 40px;
  box-shadow: none !important;
}
.popup-full .btn {
  width: 100% !important;
  max-width: 80%;
  margin-bottom: 10px;
}
.margin {
  margin: 4px !important;
}
.blue-btn.btn-bordered {
  border: 2px solid #64b5f4 !important;
  color: #64b5f4;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
.blue-btn.btn-bordered:hover {
  background-color: #0e87e4 !important;
  color: white !important;
}
.gray-btn.btn-bordered {
  border: 2px solid #666 !important;
  background: #f3f3f3 !important;
  color: #666;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
.gray-btn.btn-bordered:hover {
  background-color: #666 !important;
  color: white;
}
.red-btn.btn-bordered {
  border: 2px solid #fc0d1b !important;
  color: #fc0d1b;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
.red-btn.btn-bordered:hover {
  background-color: #fc0d1b !important;
  color: white;
}
.green-btn.btn-bordered {
  border: 2px solid #55c2b7 !important;
  color: #55c2b7;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
.green-btn.btn-bordered:hover {
  background-color: #55c2b7 !important;
  color: white;
}
.layoutv2 .desc .btn-large {
  width: 100%;
  padding: 25px;
  line-height: 30px;
  font-weight: 500;
  height: inherit;
  font-size: 24px;
}
.editOption {
  background-color: #e8e8e8 !important;
  padding: 15px 15px;
}
.editOption span {
  display: inline-block;
  vertical-align: middle;
}
.editOption span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 500 !important;
}
.editOption td {
  font-size: 12px;
  font-weight: 500 !important;
}
.editOption .btn {
  max-width: 80px;
  min-width: 70px;
  margin-right: 5px;
  border-radius: 2px;
  padding: 5px;
  line-height: 15px;
  font-size: 12px;
  background-color: #454545;
  color: #ffffff;
  text-transform: none;
  height: inherit;
  box-shadow: none;
}
.editOption .btn.red {
  background-image: -moz-linear-gradient(69deg, rgb(207, 55, 55) 0%, rgb(244, 87, 125) 100%);
  background-image: -webkit-linear-gradient(69deg, rgb(207, 55, 55) 0%, rgb(244, 87, 125) 100%);
  background-image: -ms-linear-gradient(69deg, rgb(207, 55, 55) 0%, rgb(244, 87, 125) 100%);
}
.editOption .btn:hover {
  background-color: #202020;
}
.editOption .btn.red:hover {
  background-image: none;
  background-color: #a00000;
}
.editIconOption ol {
  list-style: none;
  margin: 0;
}
.editIconOption li {
  height: inherit;
  padding: 0;
  float: right;
}
.editIconOption li a {
  display: block;
  padding: 5px;
}
.editIconOption li a img {
  max-width: 30px;
  /* height: auto; */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}
.editIconOption.mini li a img {
  max-width: 25px;
}
.editIconOption li a {
  padding: 0;
}
.clickableIconButton:hover {
  color: #51b2e8;
}
.poweredBy {
  /* background-color: #72C4F7; */
  background-color: gray;
  color: white;
  padding: 5px 0px;
  text-align: center;
  font-size: 14px;
}
