@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap');
@font-face {
    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("https://orenjiyala3.com/assets/fonts/icofont/icofont.woff2") format("woff2"),
    url("https://orenjiyala3.com/assets/fonts/icofont/icofont.woff") format("woff");
}
h1, h2, h3, h4, h5, h6, nav, .nav, .menu, button, .button, .btn, .price, blockquote, label, legend {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}
body {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
}
*, *::before, *::after {
    box-sizing: inherit;
}
html {
  scroll-behavior: smooth;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
}
.site-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
body {
    margin-top: 100px;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
a {
    display: inline-block;
    text-decoration: none;
    color: #f67a20;
    transition: all 0.4s;
}
a, a:hover, a:focus, a[onclick] {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}
div {
    display: block;
}
ul, ol {
    padding-left: 20px;
    text-indent: 0;
    margin: 0 0 20px;
}
p {
    margin: 0 0 20px;
}
p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5 {
    line-height: 1.3;
    margin: 0 0 25px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.headbar-desktop > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.headbar-desktop > .container > .head-left {
    width: 20%;
}
.headbar-desktop > .container > .head-right {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.headbar-desktop > .container > .head-left img {
    width: 60px;
}
#header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.headbar-desktop > .container > .head-right ul.menu > li.menu-item > a > img {
    width: 28px;
}
.headbar-desktop > .container > .head-right > .language {
    margin-left: 80px;
}
.menu-desktop ul.menu > li.menu-item {
    position: relative;
}
.menu-desktop ul.menu > li.menu-item > ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu-desktop ul.menu > li.menu-item:hover > ul.sub-menu {
    height: auto;
    opacity: 1;
    overflow: unset;
    width: 220px;
}
.menu-desktop ul.menu > li.menu-item > ul.sub-menu li.menu-item {
    position: relative;
}
.menu-desktop ul.menu > li.menu-item > ul.sub-menu li.menu-item >  ul.sub-menu {
    position: absolute;
    top: 0;
    left: 220px;
    right: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    width: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu-desktop ul.menu > li.menu-item > ul.sub-menu li.menu-item:hover > ul.sub-menu {
    height: auto;
    opacity: 1;
    overflow: unset;
    width: 220px;
}
.menu-desktop ul.menu > li.menu-item ul.sub-menu {
    background-color: #ffffff;
    box-shadow: 0 0 1px rgb(0 0 0 / 40%);
}
.menu-desktop ul.menu > li.menu-item ul.sub-menu > li.menu-item > a {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}
.menu-desktop ul.menu > li.menu-item ul.sub-menu > li.menu-item {
    padding-left: 10px;
    padding-right: 10px;
}
.menu-desktop ul.menu > li.menu-item ul.sub-menu > li.menu-item:last-child > a {
    border-bottom: none;
}
.menu-desktop ul.menu > li.menu-item-has-children > a:after {
    content: "\ea67";
    font-family: IcoFont!important;
    float: right;
    margin-left: 3px;
    transition: all 0.4s;
}
.menu-desktop ul.menu > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > a:after {
    content: "\ea67";
    font-family: IcoFont!important;
    float: right;
    margin-left: 3px;
    transition: all 0.4s;
}
.menu-desktop ul.menu > li.menu-item-has-children ul.sub-menu > li.menu-item-has-children:hover > a:after {
    content: "\ea69";
    transition: all 0.4s;
}
.menu-desktop ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-desktop ul.menu > li.menu-item {
    margin: 0 25px;
}
.menu-desktop ul.menu > li.menu-item:first-child {
    margin-left: 0;
}
.menu-desktop ul.menu > li.menu-item:last-child {
    margin-right: 0;
}
.menu-desktop ul.menu > li.menu-item > a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}
.language ul.menu-lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.language ul.menu-lang > li {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
}
.language ul.menu-lang > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.language ul.menu-lang > li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 2px solid #000000;
    height: 11px;
    margin: auto;
}
.language ul.menu-lang > li:last-child:after {
    content: unset;
}
.language ul.menu-lang > li > a {
    color: #000000;
    font-weight: 300;
}
@media (min-width: 992px) {
#header {
    box-shadow: 0 6px 10px #cccccc45;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    min-height: 100px;
}
#header .headbar-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
#header.show-heading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-103px);
}
#header.fix-heading {
    transform: translateY(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.headbar-desktop {
    display: block;
}
.headbar-mobile {
    display: none;
}
}

@media (max-width: 991px) {
#content {
    margin-top: 50px;
}
.headbar-desktop {
    display: none;
}
.headbar-mobile {
    display: block;
}
.headbar-mobile .head-right {
    flex-direction: column;
    align-items: flex-end !important;
}
.headbar-mobile button.btn-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: unset;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    color: #333333;
}
.headbar-mobile button.btn-mobile-menu > i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.headbar-mobile button.btn-mobile-menu > i > span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #254655;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(1) {
    top: 0px;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(2), .headbar-mobile button.btn-mobile-menu > i > span:nth-child(3) {
    top: 6px;
}
.headbar-mobile button.btn-mobile-menu > i > span:nth-child(4) {
    top: 12px;
}
.headbar-mobile button.btn-mobile-menu > i  > span {
    background-color: #333333;
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.headbar-mobile .menu-click button.btn-mobile-menu > i > span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
}
.headbar-mobile button.btn-mobile-menu > b {
    display: inline-block;
    margin-left: 6px;
    font-weight: 400;
}
.headbar-mobile {
    padding: 0 !important;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
}
.headbar-mobile .content-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    background-color: #ffffff;
    box-shadow: 0 6px 10px #cccccc45;
}
.headbar-mobile .content-nav > .head-left {
    width: fit-content;
}
.headbar-mobile .content-nav > .head-left > a > img {
    width: auto;
    height: 40px;
}
.headbar-mobile .content-nav > .head-right {
    width: fit-content;
}
.headbar-mobile .content-nav > .head-right button.btn-mobile-menu {
    margin: 0 0 0 auto;
}
.headbar-mobile .content-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: #ffffff;
    opacity: 0;
    height: 0;
    z-index: 99998;
    width: 100%;
    overflow: hidden;
    transition: all 0.6s ease, background 0.5s ease;
    transition-delay: 0.08s;
    box-shadow: 0 0 1px rgb(0 0 0 / 40%);
}
.headbar-mobile .menu-click .content-menu {
    padding-top: 50px;
    height: 100%;
    opacity: 1;
    transition-delay: 0.08s;
    overflow: auto;
}
.headbar-mobile .mobile-menu-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headbar-mobile > .container {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    max-width: unset;
}
.menu-mobile-row {
    padding: 10px 15px;
    height: 100%;
}
.menu-mobile-row ul.menu > li.menu-item > a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #dddddd69;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item > a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}
.menu-mobile-row ul.menu > li.menu-item:last-child > a {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item:last-child > a {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item ul.sub-menu > li.menu-item-has-children.active > ul.sub-menu {
    border-top: 1px solid #dddddd;
}
.menu-mobile-row ul.menu > li.menu-item > ul.sub-menu > li.menu-item:first-child > a {
    border-top: none;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active {
    border-bottom: 1px solid #dddddd;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active:last-child {
    border-bottom: none;
}
.menu-mobile-row ul.menu > li.menu-item-has-children.active:last-child > a {
    border-bottom: 1px solid #dddddd;
}
.menu-mobile-row ul.menu > li.menu-item > a > img {
    width: 20px !important;
    height: auto !important;
    margin-right: 3px;
}
.menu-mobile-row ul.menu li.menu-item-has-children {
    position: relative;
}
.menu-mobile-row ul.menu li.menu-item-has-children > i.icon-caret-down {
    position: absolute;
    top: 7px;
    right: 0;
    font-style: normal;
}
.menu-mobile-row ul.menu li.menu-item-has-children > i.icon-caret-down:before {
    content: "\ea67";
    font-family: IcoFont!important;
    float: right;
    margin-left: 3px;
    transition: all 0.4s;
}
.menu-mobile-row ul.menu li.menu-item-has-children.active > i.icon-caret-down:before {
    content: "\ea6a";
}
.menu-mobile-row ul.menu li.menu-item-has-children > ul.sub-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease, background 0.5s ease;
    transition-delay: 0.08s;
    padding-left: 15px !important;
}
.menu-mobile-row ul.menu li.menu-item-has-children.active > ul.sub-menu {
    height: auto;
    opacity: 1;
    transition-delay: 0.08s;
}
.menu-mobile-row ul.menu li.menu-item img.img-flag {
    width: 18px !important;
}
}

/* Page Title */

.main-head {
    padding: 30px 0;
    background-color: #f67a20;
}
.main-head h2.title {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;   
    color: #ffffff;
}
.page-title {
    text-align: center;
}
.page-title h2.title {
    font-size: 34px;
    color: #333333;
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-title .sub-title {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #f67a20;
}
#footer {
    background-color: #333333;
    padding: 0 0 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    text-align: left;
    padding: 50px 0;
}
.footer-wrap .footer-col-1 img {
    margin-bottom: 20px;
    width: 120px;
}
.footer-wrap .footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-wrap .footer-col ul > li a {
    font-weight: 300;
    color: #ffffff;
}
.footer-wrap .footer-col ul > li {
    margin-bottom: 5px;
}
.footer-wrap .footer-col ul > li:last-child {
    margin-bottom: 0;
}
.footer-wrap .footer-col-2 {
    width: fit-content;
    margin: 0 auto;
}
.footer-wrap .footer-col-3 {
    width: fit-content;
    margin: 0 auto;
}
#footer .footer-copyright {
    padding: 12px;
    background-color: #222222;
    border-radius: 8px;
}
.footer-wrap .footer-col ul > li i {
    margin-right: 5px;
}

/* Body */

:focus {
    outline: unset;
}
a.btn-primary {
    background-color: #f67a20;
    color: #ffffff;
    border: none;
    width: fit-content !important;
    padding: 7px 50px;
    border-radius: 5px;
    display: inline-block;
    height: unset;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s;
}
a.btn-primary:hover {
    background-color: #d86e21;
    opacity: 1;
}
a.btn-gradient {
    background: rgb(167,169,172);
    background: linear-gradient(90deg, rgba(167,169,172,1) 0%, rgba(221,221,221,1) 22%, rgba(236,236,236,1) 30%, rgba(206,208,209,1) 43%, rgba(199,202,207,1) 57%, rgba(237,237,237,1) 70%, rgba(167,169,172,1) 100%);
    color: #000000;
    border: none;
    width: fit-content !important;
    padding: 7px 50px;
    border-radius: 5px;
    display: inline-block;
    height: unset;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s;
}
a.btn-gradient:hover {
    opacity: 0.9;
}
a.btn-border-primary {
    background-color: #ffffff;
    color: #f67a20;
    border: none;
    width: fit-content !important;
    padding: 5px 50px;
    border-radius: 5px;
    display: inline-block;
    height: unset;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s;
    border: 2px solid #f67a20;
}
a.btn-border-primary:hover {
    background-color: #f67a20;
    color: #ffffff;
    opacity: 1;
}
.content-section {
    padding: 80px 0;
    position: relative;
}
.form-control .form-col input, .form-control .form-col textarea {
    padding: 10px;
    display: block;
    width: 100%;
    border: 2px solid #BBBDC0;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    color: #333;
}
.form-control .form-col textarea {
    height: 200px;
}
.form-control .form-col input::placeholder, , .form-control .form-col textarea::placeholder {
    font-family: 'Kanit', sans-serif;
    color: #333;
}
.form-control .form-col {
    margin-bottom: 25px;
}
.form-control .form-col.form-submit {
    margin-bottom: 0;
}
.form-control .form-submit input {
    font-size: 22px;
}
.form-control .form-submit input, .form-control .form-submit button {
    background-color: #f67a20;
    color: #ffffff;
    border: none;
    width: fit-content !important;
    padding: 7px 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: unset !important;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s;
}
.form-control .form-submit input:hover, .form-control .form-submit button:hover {
    background-color: #d86e21;
}

.form-control .form-text > span {
    display: block;
}
.form-control .form-text > span > strong {
    display: block;
    font-weight: 300;
}
.form-control .form-text > span > strong > a {
    text-decoration: underline;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000073;
    transition: background-color 0.2s ease-in-out;
}
.alert-box {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 100%;
    margin: 0 auto;
}
.alert-box .alert-box-image img {
    width: 600px;
    height: 390px;
}
.alert-box > .alert-box-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-box > .alert-box-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.alert-box > .alert-box-text p {
    font-size: 18px;
    margin-bottom: 20px;
}
.box-radius {
    width: fit-content;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #BBBDC0;
}
input.hp-check[type="checkbox"] {
    width: 0;
    height: 40px;
    position: relative;
    margin-right: 80px;
    cursor: pointer;
}
input.hp-check[type="checkbox"]:before, input.hp-check[type="checkbox"]:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #929497;
    background-color: #ffffff;
}
input.hp-check[type="checkbox"]:checked:after {
    content: "\eed6";
    font-family: IcoFont !important;
    font-size: 41px;
    color: #929497;
}
h2.head-title {
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.gallery > ul {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery.column-3 > ul {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.gallery > ul > li {
    position: relative;
    padding-top: 60%;
    box-shadow: 0 6px 10px #cccccc45;
}
.gallery > ul > li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.orenji-section .col-inner {
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 25px #ababab45;
}
.orenji-section {
    padding-bottom: 50px;
}
.orenji-point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.orenji-point p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
.orenji-point > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    background-color: #f67a20;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 25px;
}
.orenji-point > span > span {
    margin: 0 15px;
}
.orenji-point > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a200;
}
.orenji-point > strong > span {
    display: inline-block;
    padding: 0;
    border-radius: unset;
    background-color: unset;
    font-weight: 600;
}
.orenji-point > strong {
    font-size: 28px;
    margin-bottom: 5px;
}
.orenji-point > a {
    text-decoration: underline;
}
#form-point .orenji-point {
    margin-bottom: 30px;
}
.form-col.form-submit {
    margin-bottom: 0;
}
#form-point .form-col label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}
#orenji-condition h3 {
    text-align: center;
    background-color: #f67a20;
    color: #ffffff;
    padding: 25px;
    font-size: 24px;
    border-radius: 15px;
}
#orenji-condition p, #orenji-condition li {
    font-size: 18px;
}
#check-point form.form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
#check-point form.form-control .form-col {
    margin: 0;
    width: 80%;
}
#check-point form.form-control .form-col.form-submit {
    width: 20%;
    margin-left: 10px;
}
#check-point form.form-control .form-col input {
    height: 50px !important;
}
.section-about {
    padding-top: 70px;
}
.section-about > .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-about .about-left {
    padding-right: 70px;
    text-align: center;
}
.section-about .about-left h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.section-about .about-left p {
    font-size: 18px;
}
.section-about .about-left .about-btn a {
    display: block;
    width: 70% !important;
    margin: 0 auto 10px;
    padding: 12px;
}
.section-about .about-left .about-btn a:after {
    content: "\eaa0";
    font-family: IcoFont!important;
    margin-left: 3px;
}
.section-about .about-left .about-btn a:last-child {
    margin-bottom: 0;
}
a.btn-white {
    background-color: #ffffff;
    color: #000000;
    border: none;
    width: fit-content !important;
    padding: 7px 50px;
    border-radius: 5px;
    display: inline-block;
    height: unset;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s;
}
a.btn-white:hover {
    background-color: #dddddd;
}
.service-rate {
    padding-top: 70px;
}
.service-rate > .container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.service-rate > .container > .col {
    background-color: #ffffff;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
    padding: 35px;
    border-radius: 15px;
}
.service-rate > .container > .col h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}
.service-rate > .container > .col h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.service-rate > .container > .col h2 span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -16px;
    margin-right: 5px;
}
.service-rate > .container > .col h2 strong {
    font-size: 18px;
    font-weight: 400;
}
.service-rate > .container > .col a.btn-primary {
    width: 100% !important;
}
.service-rate > .container > .col ul {
    margin-bottom: 30px;
}
.service-delivery {
    padding: 70px 0;
}
#check-point {
    padding: 70px 0;
}
.service-price > .container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.service-price {
    padding-top: 70px;
}
#form-point {
    padding-top: 70px;
}
#form-point .text-center h3 {
    margin: 0;
}
#orenji-condition {
    padding-bottom: 70px;
}
.service-delivery .delivery-col {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
    border-radius: 15px;
}
.section-map iframe {
    margin-bottom: -7px;
}


/* Responsive */
@media (max-width: 991px) {
.content-section {
    padding: 50px 0;
}
a.btn-border-primary {
    padding: 5px 20px;
    font-size: 16px;
}
h2.head-title {
    font-size: 28px;
    margin-bottom: 30px;
}
.gallery.column-3 > ul {
    grid-gap: 20px;
}
.main-head h2.title, .section-about .about-left h3 {
    font-size: 28px;
}
.service-price {
    padding-top: 50px;
}
#form-point {
    padding-top: 50px;
}
#orenji-condition {
    padding-bottom: 50px;
}
.section-about {
    padding-top: 50px;
}
.section-about .about-left {
    padding-right: 50px;
}
.service-rate {
    padding-top: 50px;
}
.service-delivery {
    padding: 50px 0;
}
#check-point {
    padding: 50px 0;
}
.section-about .about-left p {
    font-size: 16px;
}
}

@media (max-width: 767px) {
.content-section {
    padding: 30px 0;
}
input.hp-check[type="checkbox"]:before, input.hp-check[type="checkbox"]:after {
    width: 30px;
    height: 30px;
}
input.hp-check[type="checkbox"]:checked:after {
    font-size: 32px;
}
input.hp-check[type="checkbox"] {
    height: 30px;
    margin-right: 45px;
}
h2.head-title, .section-about .about-left h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.main-head h2.title {
    font-size: 24px;
}
.gallery.column-3 > ul {
    grid-template-columns: repeat(2,1fr);
}
.form-control .form-col textarea {
    height: 120px;
}
.orenji-section .col-inner {
    padding: 30px;
}
.orenji-point p {
    font-size: 16px;
}
.orenji-point strong {
    margin: 0 10px;
    font-size: 18px;
}
.orenji-point span {
    padding: 6px 15px;
}
.orenji-section {
    padding-bottom: 30px;
}
#orenji-condition h3 {
    padding: 20px;
    font-size: 18px;
}
#orenji-condition p, #orenji-condition li, #form-point .form-col label {
    font-size: 16px;
}
#check-point form.form-control {
    flex-direction: column;
    width: 100%;
}
#check-point form.form-control .form-col.form-submit {
    width: 100%;
    margin-left: 0;
}
#check-point form.form-control .form-col {
    margin: 0 0 12px;
    width: 100%;
}
#check-point form.form-control .form-col.form-submit input {
    margin: 0 auto;
    height: auto !important;
}
.service-price {
    padding-top: 30px;
}
#form-point {
    padding-top: 30px;
}
#orenji-condition {
    padding-bottom: 30px;
}
.service-price > .container, .service-rate > .container {
    grid-template-columns: repeat(1,1fr);
}
.section-about {
    padding-top: 30px;
}
.section-about .about-left {
    padding-right: 0;
    padding-bottom: 30px;
}
.service-rate {
    padding-top: 30px;
}
.service-delivery {
    padding: 30px 0;
}
#check-point {
    padding: 30px 0;
}
.section-about > .container {
    flex-direction: column;
}
.service-delivery .delivery-col {
    padding: 30px;
}
.footer-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.footer-wrap .footer-col {
    width: 100%;
}
}