.page-details {
    padding-bottom: 50px!important;
}


.follow {
    padding-bottom: 70px;
}
.follow .text {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
}
.follow .text .fb {
    margin-left: 30px;
    margin-right: 15px;
}
.follow a img:hover {
    -webkit-animation: toTopToBottom 1s infinite;
    -moz-animation: toTopToBottom 1s infinite;
    animation: toTopToBottom 1s infinite;
}



.contact {
    padding-bottom: 70px;
}
.contact .left {
    width: 37%;
}
.contact .right {
    width: 63%;
}
.contact .left .title {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 15px;
}
.contact .left .detail {
    font-family: var(--noto);
    font-size: 24px;
    color: var(--medium-blue);
    padding-bottom: 60px;
}
.contact .left .detail a {
    font-family: var(--noto);
    font-size: 24px;
    color: var(--medium-blue);
    text-decoration: none;
}
.contact .left .email:hover, .contact .left .phone:hover {
    text-decoration: underline;
}


.form {
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
}
.form .fill {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 70px;
    text-align: center;
}

.form .wpcf7 {
    border: 1px solid #C1C1C1;
    padding: 130px 170px;
}
.form .form-group {
    position: relative;
    padding-bottom: 20px;
}
.form .form-input {
    height: 60px;
    width: 100%;
    outline: 0;
    border: none;
    font-family: var(--noto);
	font-style: italic;
    font-weight: 600;
    color: var(--medium-blue);
    font-size: 24px;
    padding: 0;
    border-bottom: 1px solid rgb(20, 67, 122, 0.4);
    background-color: white;
}
.form .form-label {
	font-family: var(--open);
    color: var(--medium-blue);
    font-size: 17px;
    position: absolute;
    left: 0px;
    top: 10px!important;
	margin-bottom: 0;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form .focused .form-label{
    top: 14px !important;
}
.form .form-input:focus {
    padding: 0;
}
.form .focused .form-label {
    transform: translateY(-50%);
    font-size: 15px;
}
.form .book-btn {
    border: 0;
	margin: auto;
    margin-top: 70px;
}
.form .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 15px 0;
    border: 2px solid #00a0d2;
    text-align: center;
}
.form .select {
    -webkit-appearance: none;
    width: 50px;
}


/* Responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .follow .text {
        font-size: 15px;
    }
    .follow .text .fb {
        width: 11px;
        height: 22px;
        margin-left: 15px;
        margin-right: 5px;
    }
    .follow .text .instagram {
        width: 22px;
        height: 22px;
    }


    .contact .left .title {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .contact .left .detail {
        font-size: 18px;
        padding-bottom: 50px;
    }
    .contact .left .detail a {
        font-size: 18px;
    }


    .leaflet-container {
        height: 350px!important;
    }


    .contact {
        padding-bottom: 50px;
    }
    .form {
        padding-bottom: 90px;
    }
    .form .wpcf7 {
        border: 1px solid #C1C1C1;
        padding: 75px 130px;
    }
    .form .fill {
        font-size: 14px;
        padding-bottom: 40px;
    }
    .form .form-label {
        font-size: 14px;
    }
    .form .form-input {
        height: 50px;
        font-size: 18px;
    }
    .form .focused .form-label {
        font-size: 13px;
    }
    .form .book-btn {
        margin-top: 40px;
    }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
    .form .wpcf7 {
        padding: 60px 70px;
    }
    .contact .left .title {
        font-size: 14px;
    }
    .contact .left .detail {
        font-size: 15px;
        padding-bottom: 30px;
    }
    .contact .left .detail a {
        font-size: 15px;
    }
}

@media screen and (max-width: 428px) {
    .contact .left {
        width: 100%;
    }
    .contact .right {
        width: 100%;
    }
    .leaflet-container {
        width: 100%!important;
        min-width: 100%!important;
    }

    .contact .left .detail br {
       display: none;
    }
    .form .wpcf7 {
        padding: 30px 10px;
    }
    .form .book-btn {
        width: 100%;
    }
    .follow {
		padding-bottom: 40px;
	}
}

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

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

@media screen and (max-width: 320px) {
    .contact .left .detail br {
        display: block;
    }
}