@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", serif; */

body {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif;
}
img {
    max-width: 100%;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lineheight-0 {
    line-height: 0;
}
.container {
    width: 1630px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.column-gap-10 {
    column-gap: 10px;
}
.row-gap-10 {
    row-gap: 10px;
}
.header {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.error {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.form-inner .btn {
    position: fixed;
    right: 0;
    bottom: 40px;
}
.form-inner .btn a {
    background: #000;
    color: #fff;
    font-weight: 600;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
input {
    font-family: "Montserrat", serif;
    padding: 5px 0 5px 30px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
    height: 50px;
}
input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
}
input[type="file"] {
    border: none;
    height: auto;
    padding: 0;
    width: auto;
}
.form-section .form-wrap form label {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}
form .field {
    padding-bottom: 10px;
}
textarea {
    font-family: "Montserrat", serif;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 12px 0 5px 30px;
    width: 100%;
    box-sizing: border-box;
}
input[type="submit"] {
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}
input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
.form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px;
}
.form-section .form-wrap form {
    background: #ddd;
    padding: 40px;
    width: 650px;
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.success {
    background: #00a91e9e;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}
.uid-massage {
    text-align: center;
    font-size: 30px;
}

.backto_btn {
    margin-top: 20px;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.backto_btn a {
    display: inline-block;
    font-size: 15px;
}
.backto_btn a.uk-button {
    font-size: 18px;
    font-weight: 600;
}
.name-output {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}

.family-detail-table h3.uk-text-center, .form-section h3.uk-text-center {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}
.massage-error {
    color: #f00;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.family-detail-table .uk-button {
    font-size: 20px;
    font-weight: 700;
}
.family-detail-table {
    max-width: 100%;
    overflow: hidden;
}
.family-detail-table p.content {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 5px solid #000;
    position: relative;
}
.family-detail-table p.content::before, .family-detail-table p.content::after {
    content: "";
    position: absolute;
    left: -600px;
    bottom: -5px;
    background-color: #000;
    width: 50%;
    height: 5px;
}
.family-detail-table p.content::after {
    left: inherit;
    right: -600px;
}
.family-detail-table td a.action-btn::first-child {
    margin-right: 0px;
}
.family-detail-table td a.action-btn {
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-flex;
}
.form-section .massage-error {
    margin-top: -40px;
    margin-bottom: 40px;
}
.family-detail-table h3.uk-text-center a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-left: 8px;
}

.family-detail-table .detail-table-inner {
    width: 1130px;
    margin: 0 auto;
    max-width: 100%;
}
.family-detail-table .detail-table-inner table {
    border: 1px solid #ddd;
}
.family-detail-table .detail-table-inner table th {
    font-weight: 600;
    color: #444;
}
.family-detail-table td img + a {
    margin: 0 !important;
    display: block !important;
    text-align: center;
}


.gallery.uk-flex {
    margin: 0 -10px 50px;
}
.gallery-item {
    width: 33.33%;
}
.gallery-item a.light-box-link {
    padding: 8px;
    border: none;
    display: inline-block;
}


@media only screen and (max-width: 1259px) {
.family-detail-table p.content::before {left: -20px;}
.family-detail-table p.content::after {right: -20px;}
.detail-table-inner {overflow: scroll;}
}
@media only screen and (max-width: 959px) {
.cooming-soon h1 {margin-top: 25px;}
.gallery-item {width: 50%;}
}
@media only screen and (max-width: 767px) {
.form-wrap {padding: 15px 0 80px;}
.success {font-size: 20px;padding: 6px;}
.uid-massage {text-align: center;font-size: 22px;}
input[type="file"] {width: auto;max-width: 100%;}
.form-section .form-wrap form label {font-size: 16px;}
.form-section .form-wrap form {padding: 20px;width: 90%;max-width: 100%;}
input {padding: 5px 0 5px 20px;font-size: 15px;margin-bottom: 0;height: 45px;}
input[type="submit"] {line-height: 45px;font-size: 16px;}
.form-inner .btn {bottom: 20px;}
.form-inner .btn a {height: 42px;line-height: 42px;font-size: 14px;}
.massage-error {font-size: 16px;}
.cooming-soon .soon-inner a.uk-button {font-size: 16px !important;height: 46px;line-height: 46px;}
.family-detail-table .uk-button {font-size: 16px;height: 46px;line-height: 46px;}
.backto_btn a.uk-button {font-size: 16px;height: 47px;line-height: 47px;}
.family-detail-table h3.uk-text-center, .form-section h3.uk-text-center {font-size: 20px;}
.form-section .massage-error {margin-top: -50px;margin-bottom: 20px;}
.family-detail-table h3.uk-text-center a {font-size: 12px;margin-left: 5px;}
.family-detail-table td img {max-width: 60px !important;}
.family-detail-table td img + a {font-size: 13px;}
}
@media only screen and (max-width: 539px) {
    .family-detail-table td a.action-btn {margin-right: 10px;margin-bottom: 10px;font-size: 14px;}
}
@media only screen and (max-width: 479px) {
.family-detail-table td {font-size: 14px;padding: 10px;}
.family-detail-table td a.action-btn {font-size: 12px;}
}