/*!
Theme Name: sharefit
Theme URI: http://underscores.me/
Author: Brite Solutions
Author URI: http://britevn.net/
Description: a theme for sharefit website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sharefit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sharefit is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #d6d6d6;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: bottom;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
    text-decoration: none;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

body,
html {
    height: 100%;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.container {
    position: relative;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-header {
    position: relative;
    padding: 28px 0 0;
    width: 100%;
    z-index: 1;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 100%;
}

.main-navigation a {
    display: block;
    color: #333;
}


/* Small menu. */

.menu-toggle {
    background: none;
    border: none;
    outline: 0;
    font-size: 24px;
    position: absolute;
    right: 8%;
    top: 20px;
    padding: 0;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.top-head {
    overflow: hidden;
}

@media screen and (min-width: 37.5em) {
    .top-head {
        overflow: visible;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation {
        float: right;
        width: auto;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        padding: 16px;
        width: auto;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* header
--------------------------------------------- */

.top-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 8px 3.6% 5px;
    border-bottom: 1px solid #ccc;
}

.site-branding {
    float: left;
    padding-top: 2px;
}


/* content top
--------------------------------------------- */

.entry-header {
    margin: 0;
    position: relative;
}

.entry-title,
.entry-page-name {
    color: #fff;
    text-align: center;
    margin: 0;
}

.entry-title {
    font-size: 56px;
    font-weight: bold;
}

.entry-page-name {
    font-size: 18px;
    font-weight: 300;
}

.page_top_title {
    text-align: center;
    padding-top: 10.125rem;
    padding-bottom: 10.125rem;
}

.img_logo_big {
    width: 32.622%;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 10.125rem;
    padding-bottom: 10.125rem;
}

@media screen and (max-width: 1200px) {
    .entry-title {
        font-size: 50px;
    }
    .entry-page-name {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .img_logo_big {
        width: 35.622%;
    }
    .entry-title {
        font-size: 40px;
    }
    .entry-page-name {
        font-size: 15px;
    }
}

@media screen and (max-width: 568px) {
    .entry-title {
        font-size: 36px;
    }
    .entry-page-name {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .entry-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 375px) {
    .entry-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 360px) {
    .entry-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 320px) {
    .entry-title {
        font-size: 28px;
    }
}

.balloon_top {
    position: absolute;
    z-index: -1;
}

.balloon_top_1 {
    background: url(assets/img/balloon_top_1.png) center center no-repeat;
    background-size: 100%;
    width: 117px;
    height: 158px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.balloon_top_2 {
    background: url(assets/img/balloon_top_2.png) center center no-repeat;
    background-size: 100%;
    width: 182px;
    height: 97px;
    bottom: 0;
    right: 18.08%;
}

.balloon_top_3 {
    background: url(assets/img/balloon_top_3.png) center center no-repeat;
    background-size: 100%;
    width: 77px;
    height: 80px;
    top: 46%;
    right: 4%;
    transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
    .balloon_top {
        display: none;
    }
}


/* block hold the left right float and absolute
--------------------------------------------- */

.block_holder {
    position: relative;
    margin-bottom: 5.25%;
}

.block_holder .l_content,
.block_holder .r_content,
.greeting_content .l_content,
.greeting_content .r_content {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.block_holder h2,
.about_page.about_home h2 {
    font-size: 44px;
    margin: 6.5% 0 0.8% 0;
    display: inline-block;
    width: 100%;
}

.block_holder p,
.about_home p {
    margin: 0;
    letter-spacing: -0.5px;
}

.no_container .block_holder:first-child p {
    margin-bottom: 6%;
}

.r_content .padding_text h3,
.r_content .padding_text p {
    padding-left: 6.5%;
}

.r_content h3,
.l_content h3 {
    font-size: 44px;
    line-height: 1;
    margin: 1em 0 0.7em;
}

.r_content h3 {
    color: #15aeca;
}

.l_content h3 {
    color: #e59425;
}

.r_content h3 span,
.l_content h3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    color: #333;
    margin: 3% 0 0 3.33%;
}

.no_container .block_holder .r_content p,
.no_container .block_holder .l_content p {
    margin: 0;
}

.r_content a,
.l_content a {
    display: block;
    text-align: center;
    max-width: 215px;
    font-size: 15px;
    line-height: 1;
    color: #333;
    padding: 14px;
    border: 1px solid #cdd6dd;
    border-radius: 44px;
    margin-top: 9%;
}

.service_app_link {
    padding-left: 6.5%;
}
.service_app_link .app_link{
    border: 0;
    border-radius: 0;
    display: inline-block;
}
@media screen and (max-width: 1200px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 34px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 34px;
        margin: 0.7em 0 0.4em;
    }
    .r_content a,
    .l_content a {
        font-size: 14px;
        max-width: 200px;
        margin-top: 7%;
    }
    .no_container .block_holder .l_content p {
        padding-right: 15px;
    }
}

@media screen and (max-width: 850px) {
    .service_app_link .app_link {
        width: 130px;
        height: 39px;
    }
}

@media screen and (max-width: 767px) {
    .block_holder .l_content,
    .block_holder .r_content,
    .greeting_content .l_content,
    .greeting_content .r_content {
        width: 100%;
    }
    .block_holder h2,
    .about_home h2 {
        font-size: 30px;
    }
    .r_content .padding_text h3,
    .r_content .padding_text p,
    .service_app_link {
        padding-left: 0;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 32px;
        margin: 0.5em 0;
    }
    .r_content h3 span,
    .l_content h3 span {
        margin: 1.5% 0 0 2.33%;
    }
    .r_content a,
    .l_content a {
        margin-top: 3%;
    }
    .no_container .block_holder .l_content p {
        padding-right: 0;
    }
    .block_holder .r_content .padding_text img {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 568px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 28px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 30px;
    }
    .r_content h3 span,
    .l_content h3 span {
        margin: 2.5% 0 0 2.33%;
    }
    .service_app_link .app_link {
        width: 100px;
        height: 30px;
    }
}

@media screen and (max-width: 414px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 26px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 28px;
    }
    .r_content h3 span,
    .l_content h3 span {
        margin: 3.5% 0 0 2.33%;
    }
}

@media screen and (max-width: 375px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 24px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 26px;
    }
    .r_content h3 span,
    .l_content h3 span {
        margin: 3% 0 0 2.33%;
    }
}

@media screen and (max-width: 360px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 22px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 24px;
    }
    .r_content h3 span,
    .l_content h3 span {
        margin: 2.5% 0 0 2.33%;
    }
}

@media screen and (max-width: 320px) {
    .block_holder h2,
    .about_home h2 {
        font-size: 20px;
    }
    .r_content h3,
    .l_content h3 {
        font-size: 22px;
    }
}


/* about block in home page
--------------------------------------------- */

.about_home {
    max-width: 100% !important;
    position: relative;
    background-color: #f4f5f5;
}

.about_content {
    max-width: 100%;
    margin: 6.2% auto 0;
    padding-bottom: 120px;
}

.about_home .about_content {
    max-width: 680px;
}

.about_content h3 {
    margin: 0 0 1.5% 0;
    display: inline-block;
    font-size: 30px;
}

.about_content table {
    margin: 0;
    border-collapse: collapse;
}

.about_content table tr {
    border-bottom: 1px solid #d6d6d6;
}

.about_content table tr td {
    padding: 29px 3px;
}

.about_content table tr td:first-child {
    width: 23.5%;
}

.about_content table a {
    font-size: 14px;
    color: #15aeca;
    display: block;
    margin-top: 5px;
}

.about_home .balloon {
    position: absolute;
}

.about_home .balloon_1 {
    background: url(assets/img/about_1_blue.png) center center no-repeat;
    background-size: 100%;
    width: 66px;
    height: 137px;
    top: 8.41%;
    left: 0;
}

.about_home .balloon_2 {
    background: url(assets/img/about_2_yellow.png) center center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 106px;
    top: 18.43%;
    right: 0;
}

.about_home .balloon_3 {
    background: url(assets/img/about_3_yellow.png) center center no-repeat;
    background-size: 100%;
    width: 104px;
    height: 106px;
    bottom: 18.43%;
    left: 5.42%;
}

.about_home .balloon_4 {
    background: url(assets/img/about_4_green.png) center center no-repeat;
    background-size: 100%;
    width: 136px;
    height: 80px;
    bottom: -1px;
    right: 9.15%;
}

@media screen and (max-width: 1200px) {
    .about_content {
        max-width: 88%;
    }
    .about_home .balloon_3 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about_content {
        padding-bottom: 80px;
    }
    .about_home .balloon_1 {
        top: 2.41%;
    }
}

@media screen and (max-width: 767px) {
    .about_home .balloon {
        display: none;
    }
}


/* breadcrumb
--------------------------------------------- */

.breadcrumb {
    margin: 21px 0 0;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    font-size: 14px;
}

.breadcrumb li:first-child {
    padding-left: 0;
}

.breadcrumb li::after {
    content: "";
    position: absolute;
    right: -27px;
    top: 5px;
    width: 9px;
    height: 14px;
    background: url(assets/img/icon_breadcrumb.png) center left no-repeat;
}

.breadcrumb li:last-child::after {
    content: none;
}

.breadcrumb li a.link_to_home {
    display: inline-block;
    background: url(assets/img/icon_home.png) center left no-repeat;
    width: 16px;
    height: 14px;
    vertical-align: middle;
}

.breadcrumb li a.link_to_home span {
    opacity: 0;
}

@media screen and (max-width: 1200px) {
    .breadcrumb li {
        padding-left: 22px;
    }
    .breadcrumb li::after {
        right: -20px;
    }
}


/* entry content
--------------------------------------------- */

.entry-content {
    margin: 3.35% 0 0;
}


/* page description
--------------------------------------------- */
.dcontent {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 6.7%;
}
/* grid
--------------------------------------------- */

.contain_grid {
    margin-bottom: 80px;
}

.grid_content {
    float: left;
    width: 28%;
    margin-right: 8%;
}

.grid_content:nth-child(3n) {
    margin-right: 0;
}

.grid_content img {
    margin-left: auto;
    margin-right: auto;
}

.grid_content h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 45px 0 36px;
}

@media screen and (max-width: 1200px) {
    .grid_content h4 {
        font-size: 16px;
        margin: 35px 0 26px;
    }
}

@media screen and (max-width: 767px) {
    .grid_content {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .grid_content h4 {
        font-size: 15px;
        margin: 25px 0 16px;
    }
}

@media screen and (max-width: 568px) {
    .grid_content h4 {
        margin: 20px 0 11px;
    }
}

@media screen and (max-width: 414px) {
    .grid_content h4 {
        margin: 15px 0 6px;
    }
}

@media screen and (max-width: 360px) {
    .grid_content h4 {
        margin: 10px 0 0;
    }
}


/* hr in content
--------------------------------------------- */

.entry-content hr {
    margin-bottom: 11%;
}


/* about page
--------------------------------------------- */

.about_page {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.about_page h2 {
    font-size: 32px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.about_page .about_content {
    margin: 4.4% auto 0;
}

.vision_content {
    width: 100%;
    margin: 2% auto 8%;
}

.vision_content h3 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -2px;
}

.vision_content p {
    font-size: 36px;
}

.greeting_content {
    margin-bottom: 12%;
}

.greeting_content h2 {
    margin-bottom: 52px;
}

.greeting_content .r_content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.greeting_content .r_content p {
    margin: 33px 0 41px;
}

.greeting_content .r_content span {
    display: block;
}

.parallax {
    position: relative;
    min-height: 764px;
}

.parallax::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/about_bg_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.6;
}

.text_in_parallax {
    text-align: center;
    padding-top: 31.125rem;
    font-size: 44px;
}

.device_ios.parallax {
    background-attachment: scroll;
}

@media screen and (max-width: 1200px) {
    .about_page h2 {
        font-size: 30px;
    }
    .about_content h3 {
        font-size: 28px;
    }
    .vision_content h3 {
        font-size: 42px;
        margin: 3% 0;
    }
    .text_in_parallax {
        font-size: 42px;
    }
    .vision_content p {
        font-size: 33px;
    }
    .greeting_content .r_content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 979px) {
    .vision_content {
        width: 100%;
    }
    .greeting_content .r_content h3 {
        font-size: 20px;
    }
    .vision_content p {
        font-size: 30px;
    }
    .greeting_content h2 {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 568px) {
    .about_page h2 {
        font-size: 28px;
    }
    .about_content h3 {
        font-size: 26px;
    }
    .text_in_parallax {
        font-size: 30px;
        padding-top: 34.125rem;
    }
    .vision_content h3 {
        font-size: 30px;
    }
    .vision_content p {
        font-size: 27px;
    }
    .greeting_content .r_content h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 414px) {
    .about_page h2 {
        font-size: 26px;
    }
    .about_content h3 {
        font-size: 24px;
    }
    .text_in_parallax {
        font-size: 28px;
    }
    .vision_content h3 {
        font-size: 28px;
    }
    .vision_content p {
        font-size: 21px;
    }
    .greeting_content .r_content h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .about_page h2 {
        font-size: 24px;
    }
    .about_content h3 {
        font-size: 22px;
    }
    .text_in_parallax {
        font-size: 24px;
    }
    .vision_content h3 {
        font-size: 24px;
    }
    .greeting_content .r_content h3 {
        font-size: 16px;
    }
}


/* Contact page
--------------------------------------------- */

.wpcf7 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 10%;
}

.wpcf7-form table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #dbdbdb 1px solid;
    width: 100%;
    margin-bottom: 7%;
}

.wpcf7-form table th {
    width: 190px;
    padding-top: 22px;
    padding-left: 0;
    white-space: nowrap;
}

.wpcf7-form table th,
.wpcf7-form table td {
    border-bottom: #dbdbdb 1px solid;
    vertical-align: top;
    padding: 15px 0;
    text-align: left;
    line-height: 1.85;
    font-weight: 300;
}

.wpcf7-form table td {
    vertical-align: middle;
}

.wpcf7-form table th span {
    font-size: 0.875em;
    color: #cc3333;
    padding-left: 5px;
}

.wpcf7-form table input[type="text"],
.wpcf7-form table input[type="email"],
.wpcf7-form table input[type="url"],
.wpcf7-form table input[type="tel"],
.wpcf7-form table textarea {
    padding: 5px 5px;
    width: 100%;
}

.wpcf7-form .btn {
    text-align: center;
}

.wpcf7-form .btn input {
    display: block;
    text-align: center;
    max-width: 215px;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    color: #333;
    padding: 14px;
    border: 1px solid #cdd6dd;
    border-radius: 44px;
    margin: 0 auto 0;
    background: #fff;
    cursor: pointer;
    outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border: 1px solid #1d98af;
    outline: #1d98af;
}

.wpcf7-not-valid-tip {
    font-size: 0.7em;
}

@media screen and (max-width: 767px) {
    .wpcf7 {
        margin: 0 auto 15%;
    }
    .wpcf7-form table th,
    .wpcf7-form table td {
        display: list-item;
        list-style: none;
        padding-left: 0;
        padding-right: 0;
    }
    .wpcf7-form table td {
        padding-top: 0;
    }
    .wpcf7-form table th {
        width: auto;
        border-bottom: none;
        padding: 10px 0 0;
    }
    .wpcf7-form .btn input {
        font-size: 14px;
        max-width: 200px;
    }
}


/* policy
--------------------------------------------- */

.policy_head,
.policy_body {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.policy_head {
    margin-bottom: 4%;
}

.policy_body {
    margin-bottom: 10%;
}

.policy_head h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 7.5%;
}

.policy_body h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 1em 0 0;
}

.policy_block_content {
    margin-bottom: 20px;
}
.policy_body table {
    margin: 0;
    border-collapse: collapse;
}
.policy_body table tr {
    border: 1px solid #d6d6d6;
}
.policy_body table tr td:first-child {
    width: 23.5%;
    padding: 12px 0;
    text-align: center;
}
.policy_body table tr th, 
.policy_body table tr td {
    padding: 12px;
    border: 1px solid #d6d6d6;
}
@media screen and (max-width: 1200px) {
    .policy_head h2 {
        font-size: 30px;
    }
    .policy_body h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .policy_head h2 {
        font-size: 28px;
    }
    .policy_body h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
    .policy_head h2 {
        font-size: 26px;
        text-align: left !important;
    }
    .policy_body h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 414px) {
    .policy_head h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
    .policy_head h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .policy_head h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .policy_head h2 {
        font-size: 17px;
    }
}


/* footer
--------------------------------------------- */

footer.site-footer {
    background-color: #1d98af;
    padding-bottom: 14px;
}

.logo_footer {
    margin: 28px 0 0 0
}

#secondary-menu {
    margin: 45px 0 19px 0;
}

#secondary-menu li {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    box-sizing: border-box;
}

#secondary-menu li:last-child {
    padding-right: 8px;
}

#secondary-menu a {
    display: block;
    color: #fff;
}

.copy {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

@media screen and (max-width: 979px) {
    .site-footer .alignleft,
    .site-footer .alignright {
        float: none;
        margin: 0;
    }
    .logo_footer {
        margin: 0;
    }
    #secondary-menu {
        margin: 35px 0 9px 0;
    }
}

@media screen and (max-width: 767px) {
    #secondary-menu {
        margin: 25px 0 5px 0;
    }
    #secondary-menu li {
        width: 100%;
        padding: 0 0 14px;
    }
}


/* landing page
--------------------------------------------- */
@media screen and (max-width: 1200px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 14px;
    }
}
.site-header-lp {
    padding: 0;
}
.blue_mask {
    height: 317px;
    width: 100%;
    background: #27BBD3;
    opacity: 0.9;
    position: absolute;
    left: 0;
    bottom: 18.52226%;
    z-index: -1;
}
.phone_header,
.header_block_content {
    float: left;
}
.phone_header {
    width: 41.39535%;
    max-width: 356px;
}
.header_block_content {
    position: relative;
    padding-top: 30.27677%;
    margin-left: 0px;
}
.landing_top_page {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 7.632% 20px 43px 20px;
}
.landing_top_page p {
    font-size: 19px;
    color: #fff;
    margin: 0;
}
.landing_top_page h1 {
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}
.landing_top_page h1 span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 14px;
}
.landing_app_link {
    margin-top: 32px;
}
.app_link {
    display: inline-block;
    width: 161px;
    height: 48px;
    margin-right: 10px;
}
.app_link.ios {
    background: url(assets/img/appstore.svg) center center no-repeat;
    background-size: 100%;
}
.app_link.android {
    background: url(assets/img/googleplay.svg) center center no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 840px) {
    .header_block_content {
        padding-top: 26.27677%;
    }
}
@media screen and (max-width: 767px) {
    .landing_top_page {
        padding: 40.632% 0 0 0;
    }
    .phone_header {
        display: none;
    }
    .landing_top_page p {
        font-size: 16px;
    }
    .landing_top_page h1 {
        font-size: 46px;
    }
    .landing_top_page h1 span {
        font-size: 14px;
        margin-top: 7px;
    }
    .header_block_content {
        padding-top: 0;
        margin-left: 0;
    }
    .landing_app_link {
        margin-top: 15px;
    }
    .blue_mask {
        display: none;
    }
    .header_block_content {
        width: 100%;
        padding: 10px 20px 23px;
    }
    .header_block_content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #27bbd3;
        opacity: 0.8;
        z-index: -1;
    }
}

@media screen and (max-width: 640px) {
    .landing_top_page p {
        font-size: 15px;
    }
    .landing_top_page h1 {
        font-size: 40px;
    }
    .landing_top_page h1 span {
        font-size: 13px;
    }
    .header_block_content {
        padding: 10px 20px 15px;
    }
}

@media screen and (max-width: 568px) {
    .landing_top_page h1 {
        font-size: 38px;
    }
    .landing_app_link {
        margin-top: 10px;
    }
    .app_link {
        width: 100px;
        height: 30px;
    }
}

@media screen and (max-width: 375px) {
    .landing_top_page p {
        font-size: 17px;
    }
    .landing_top_page h1 {
        font-size: 36px;
    }
    .landing_app_link {
        margin-top: 15px;
    }
}
@media screen and (max-width: 375px) {
    .landing_top_page h1 span{
        font-size: 12px;
    }
}
.landing_about {
    position: relative;
    margin: 129px 0 0;
    padding-bottom: 175px;
}

.landing_about_content {
    width: 60%;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.landing_about_content p {
    margin-bottom: 2em;
}

.landing_about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/img/landing_bg_left.png) center left no-repeat;
    background-size: 100%;
    width: 267px;
    height: 408px;
    z-index: -1;
}

.landing_about::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(assets/img/landing_bg_right.png) center right no-repeat;
    background-size: 100%;
    width: 281px;
    height: 419px;
    z-index: -1;
}

.landing_about_content h2 {
    font-size: 32px;
    font-weight: 500;
    color: #32bed5;
    margin: 0;
}

.landing_about_content h2 span {
    font-size: 20px;
    color: #b9b9b9;
    display: block;
    margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .landing_about {
        margin: 10% 0 0;
        padding-bottom: 7%;
    }
    .landing_about::before {
        width: 167px;
        height: 255px;
    }
    .landing_about::after {
        width: 181px;
        height: 270px;
    }
    .landing_about_content h2 span {
        font-size: 18px;
        margin-bottom: 0;
    }
    .landing_about_content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    .landing_about::before {
        width: 127px;
        height: 194px;
    }
    .landing_about::after {
        width: 141px;
        height: 210px;
    }
}

@media screen and (max-width: 767px) {
    .landing_about::before {
        content: none;
    }
    .landing_about::after {
        content: none;
    }
    .landing_about_content {
        width: 88%;
    }
    .landing_about_content h2 {
        font-size: 28px;
    }
}

.landing_recommend {
    width: 90%;
    margin: 0 auto 130px;
}

.landing_recommend h2 {
    font-size: 24px;
    font-weight: 500;
    color: #32bed5;
    text-align: center;
    position: relative;
    background: url(assets/img/slash_bg.png) center center no-repeat;
    background-size: 330px 31px;
    margin: 1em 0 1.5em;
}

.landing_recommend .l_content {
    width: 50%;
    margin: 0;
}

.landing_recommend ul {
    margin-top: 7px;
}

.landing_recommend ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    background: url(assets/img/img_check.png) center left no-repeat;
    background-size: 32px 32px;
    padding: 15px 0 15px 48px;
}

.landing_recommend ul li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(assets/img/dotted.png) center center repeat-x;
}

.landing_recommend ul li:last-child::after {
    content: none;
}
.landing_recommend ul.inleft{
    padding-right: 15px;
}
.landing_recommend ul.inright{
    padding-left: 15px;
}
@media screen and (max-width: 1250px) {
    .landing_recommend ul {
        margin-top: 0;
    }
    
}

@media screen and (max-width: 1200px) {
    .landing_recommend h2 span {
        font-size: 18px;
        margin-bottom: 0;
    }
    .landing_recommend h2 {
        font-size: 22px;
        background-size: 310px 29px;
        margin: 0 0 1em;
    }
    .landing_recommend ul li {
        line-height: 22px;
        background-size: 22px 22px;
        padding: 10px 0 10px 38px;
    }
}

@media screen and (max-width: 767px) {
    .landing_recommend {
        width: 100%;
        margin: 0 auto 10%;
    }
    .landing_recommend .l_content {
        width: 100%;
    }
    .landing_recommend ul {
        padding: 0 0 1.5em 0 !important;
    }
    .change-align {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
    .landing_recommend .l_content img {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5em;
    }
}

.landing_feature {
    position: relative;
    background: url(assets/img/box_bg.png) center center repeat;
    padding-bottom: 40px;
}

.landing_feature::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 533px;
    height: 144px;
    background: url(assets/img/feature_bg_1.png) center center no-repeat;
    background-size: 100%;
}

.landing_feature::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 810px;
    height: 154px;
    background: url(assets/img/feature_bg_2.png) center center no-repeat;
    background-size: 100%;
}

.landing_feature h2 {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    color: #32bed5;
    margin: 52px 0;
    text-align: center;
}

.landing_feature h2 span {
    font-size: 20px;
    color: #b9b9b9;
    display: block;
    margin-bottom: 12px;
}

.landing_feature_content_owner {
    width: 71%;
    max-width: 852px;
    margin: 0 auto;
}

.landing_feature_content_owner .l_content {
    width: 63.49765258215962%;
    margin: 0;
}

.landing_feature_content_owner .r_content {
    width: 36%;
    margin: 0;
}

.landing_feature_content_owner .l_content.l_content_nt {
    width: 36%;
}

.landing_feature_content_owner .r_content.r_content_ht {
    width: 63.49765258215962%;
}

.landing_feature_content_owner ul li {
    position: relative;
    background: #31bdd4;
    border-radius: 20px;
    margin-bottom: 44px;
    padding: 33px 36px 23px 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.landing_feature_content_owner ul li::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 4.805%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 18px 0;
    border-color: transparent #31bdd4 transparent transparent;
}

.landing_feature_content_owner .r_content_ht ul li::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 4.805%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 24px 0 0;
    border-color: #31bdd4 transparent transparent transparent;
}
.landing_feature_content_owner ul li::after,
.landing_feature_content_owner .r_content_ht ul li::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.landing_feature_content_owner ul li span {
    position: relative;
    background: #fff;
    color: #31bdd4;
    font-size: 24px;
    line-height: 56px;
    font-weight: bold;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    float: left;
    margin-top: 10px;
}
.landing_feature_content_owner ul li span::before {
    content: 'point';
    position: absolute;
    top: -18px;
    left: 50%;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transform: translate(-50%, 0%);
}
.landing_feature_content_owner ul li p{
    float: left;
    margin: 0;
    padding: 0 !important;
    width: calc(100% - 76px);
}
.landing_feature_content_owner ul li p span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    text-align: left;
    margin: 0;
    float: none;
}
.landing_feature_content_owner ul li p span::before {
    content: none;
}

@media screen and (max-width: 1200px) {
    .landing_feature_content_owner {
        width: 100%;
    }
    .landing_feature h2 {
        font-size: 30px;
        margin: 32px 0;
    }
    .landing_feature h2 span {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 840px) {
    .landing_feature::before,
    .landing_feature::after {
        content: none;
    }
    .landing_feature_content_owner .l_content {
        width: 70.497653%;
    }
    .landing_feature_content_owner .r_content {
        width: 26%;
    }
    .landing_feature_content_owner .l_content.l_content_nt {
        width: 26%;
    }
    .landing_feature_content_owner .r_content.r_content_ht {
        width: 70.497653%;
    }
    .landing_feature_content_owner ul li {
        font-size: 18px;
        padding: 20px 26px;
        margin-bottom: 38px;
    }
    .landing_feature_content_owner ul li span {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 46px;
        margin-right: 10px;
    }
    .landing_feature_content_owner ul li span::before {
        font-size: 12px;
        top: -16px;
    }
    .landing_feature_content_owner ul li p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .landing_feature {
        padding-bottom: 5%;
    }
    .landing_feature h2 {
        font-size: 28px;
    }
    .landing_feature_content_owner .l_content {
        width: 100%;
    }
    .landing_feature_content_owner .r_content,
    .landing_feature_content_owner .l_content_nt {
        display: none;
    }
    .landing_feature_content_owner .r_content.r_content_ht {
        width: 100%;
        display: block;
    }
    .landing_feature_content_owner ul li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 8px;
    }
    .landing_feature_content_owner ul li span::before {
        font-size: 11px;
        top: -14px;
    }
}

@media screen and (max-width: 568px) {
    .landing_feature h2 {
        margin: 22px 0;
    }
    .landing_feature_content_owner ul li {
        font-size: 16px;
        margin-bottom: 33px;
    }
    .landing_feature_content_owner ul li span {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
    }
    .landing_feature_content_owner ul li span::before {
        font-size: 10px;
    }
    .landing_feature_content_owner ul li::before{
        right: 5.805%;
    }
    .landing_feature_content_owner .r_content_ht ul li::before {
        left: 5.805%;
    }
}

@media screen and (max-width: 414px) {
    .landing_feature_content_owner ul li {
        font-size: 15px;
        margin-bottom: 33px;
    }
    .landing_feature_content_owner ul li span {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 33px;
        margin-right: 10px;
    }
    .landing_feature_content_owner ul li span::before {
        font-size: 9px;
    }
    .landing_feature_content_owner ul li::after {
        right: 6%;
    }
    .landing_feature_content_owner .r_content_ht ul li::after {
        left: 6%;
    }
}

.landing_step {
    width: 76.66666666666667%;
    max-width: 920px;
    margin: 0 auto 120px;
}

.landing_step h2 {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    font-weight: 500;
    color: #32bed5;
    margin: 100px 0 104px;
    text-align: center;
}

.landing_step h2 span {
    font-size: 20px;
    color: #b9b9b9;
    display: block;
    margin-bottom: 12px;
}

.landing_step_content {
    background: #f7fbfc;
    margin-bottom: 80px;
}

.landing_step_content .l_content {
    width: 24.02173913043478%;
    margin-bottom: 0;
    margin-right: 0;
}

.landing_step_content .l_content:nth-child(2) {
    width: 70%;
    padding: 5.5% 0 0 5.9%;
}

.landing_step_content .l_content img {
    margin-top: -36px;
    margin-bottom: 0;
}

.landing_step_content h3 {
    position: relative;
    margin-bottom: 3.5%;
    color: #31bdd4;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.landing_step_content h3 span {
    position: relative;
    background: #31bdd4;
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    font-weight: bold;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.landing_step_content h3 span::before {
    content: 'step';
    position: absolute;
    top: -18px;
    left: 50%;
    font-size: 14px;
    line-height: 1;
    color: #31bdd4;
    transform: translate(-50%, 0%);
}

@media screen and (max-width: 1200px) {
    /* .landing_feature_content_owner {
		width: 100%;
	} */
    .landing_step h2 {
        font-size: 30px;
        margin: 10% 0 12%;
    }
    .landing_step h2 span {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .landing_step {
        width: 88%;
        margin: 0 auto 12%;
    }
    .landing_step h2 {
        font-size: 28px;
    }
    .landing_step_content .l_content {
        display: none;
    }
    .landing_step_content .l_content:nth-child(2) {
        display: block;
        width: 100%;
        padding: 5% 5% 0;
    }
    .landing_step_content {
        margin-bottom: 10%;
    }
    .landing_step_content h3 {
        font-size: 18px;
    }
    .landing_step_content h3 span {
        font-size: 22px;
        width: 50px;
        height: 50px;
        line-height: 46px;
        margin-right: 10px;
    }
    .landing_step_content h3 span::before {
        font-size: 12px;
    }
}

@media screen and (max-width: 568px) {
    .landing_step_content h3 {
        font-size: 16px;
    }
    .landing_step_content h3 span {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .landing_step_content h3 span::before {
        font-size: 10px;
    }
}

@media screen and (max-width: 414px) {
    .landing_step_content h3::after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
    }
    .landing_step_content h3 {
        font-size: 15px;
        line-height: 33px;
    }
    .landing_step_content h3 span {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 33px;
        float: left;
    }
    .landing_step_content h3 span::before {
        font-size: 9px;
    }
}

.landing_footer_top {
    position: relative;
    text-align: center;
    padding-bottom: 80px;
    z-index: 1;
}

.landing_footer_top h2 {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin: 63px 0;
    /* text-indent: -5%; */
}

.landing_footer_top_content {
    position: relative;
}

.landing_footer_top_content img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(150px, -40%);
}

.landing_footer_top_content h3 {
    font-size: 56px;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.landing_footer_top_content p {
    color: #fff;
    margin: 25px 0 0;
    line-height: 1.7;
}

.landing_footer_top_content .landing_app_link {
    margin-top: 42px;
    margin-bottom: 42px;
}

.landing_footer_top_content .app_link {
    margin-right: 14px;
}

.landing_footer_top_content_link {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(0, 126, 147, 0.8);
    border-radius: 10px;
    text-align: center;
}
#post-13 .landing_footer_top_content_link {
    margin-bottom: 30px;
}
.landing_footer_top_content_link a {
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    display: block;
    position: relative;
}

.landing_footer_top_content_link a::before {
    content: '';
    background: url(assets/img/white_arrow.png) center left no-repeat;
    background-size: 100%;
    width: 12px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
    vertical-align: top;
}

.landing_footer_top .blue_mask {
    display: block !important;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 1200px) {
    .landing_footer_top h2 {
        font-size: 20px;
        margin: 8% 0;
    }
    .landing_footer_top_content p {
        margin: 15px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .landing_footer_top_content h3 {
        font-size: 46px;
    }
    .landing_footer_top_content_link a {
        font-size: 18px;
    }
    .landing_footer_top_content_link a::before {
        width: 11px;
        height: 14px;
    }
    .landing_footer_top_content_link a::before {
        width: 10px;
        height: 13px;
    }
}

@media screen and (max-width: 640px) {
    .landing_footer_top_content h3 {
        font-size: 40px;
    }
    .landing_footer_top_content_link a {
        font-size: 15px;
        padding: 17px 0;
    }
    .landing_footer_top_content_link a::before{
        margin-top: 5px;
    }
}

@media screen and (max-width: 568px) {
    .landing_footer_top h2 {
        font-size: 18px;
        margin: 8% 0 3%;
    }
    .landing_footer_top_content img {
        display: none;
    }
    .landing_footer_top_content h3 {
        font-size: 38px;
    }
    #post-13 .landing_footer_top_content_link {
        width: 100%;
    }
    .landing_footer_top_content .landing_app_link {
        margin: 5% 0;
    }
}

@media screen and (max-width: 500px) {
	.landing_footer_top_content_link a::before {
        content: none;
    }
}

@media screen and (max-width: 414px) {
    .landing_footer_top h2 {
        font-size: 14px;
    }
    .landing_footer_top_content_link a {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .landing_footer_top_content h3 {
        font-size: 36px;
    }
    .landing_footer_top_content_link a {
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .landing_footer_top_content_link a {
        font-size: 11px;
    }
}


/* landing page footer
--------------------------------------------- */

footer.site-footer-lp {
    background-color: #333;
    padding: 21px 0;
}

.site-footer-lp .alignleft,
.site-footer-lp .alignright {
    margin: 0;
}

.site-footer-lp h1 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.site-footer-lp p.copy {
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .site-footer-lp h1 {
        font-size: 28px;
    }
    .site-footer-lp p.copy {
        line-height: 28px;
    }
}

/*style for app*/
#app-primary {
    background-color: #f7f7fa;
    padding: 35px 0;
}
#app-primary .wrapper{
    margin: 0 15px;
}
#app-primary .policy_head, .policy_head,
#app-primary .policy_head, .policy_body {
    max-width: initial;
}
#app-primary .policy_head h2 {
    margin-top: 0;
    margin-bottom: 0;
}
#app-primary .policy_head {
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 3% 15px 0;
    margin-bottom: 0;
}
#app-primary .policy_body {
    margin-bottom: 35px;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0 15px 3%;
}
#app-primary .policy_body_app {
    border-radius: 15px;
}
#app-primary .policy_block_content {
    margin-bottom: 0;
}
#app-primary p {
    margin-bottom: 0;
}
#app-primary .policy_body table {
    padding: 10px 0;
    text-align: center;
}
#app-primary .policy_body table tr th, 
#app-primary .policy_body table tr td {
    border: none;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
#app-primary .policy_body table tr td:last-child {
    border-right: 1px solid #d6d6d6;
}
#app-primary .policy_body table tr td:first-child {
    width: auto;
    padding: 12px;
}
#app-primary .policy_body table .text-right {
    text-align: right;
}
#app-primary .policy_body table .text-left {
    text-align: left;
}
table.dataTable.no-footer {
    border-bottom: none !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid #d6d6d6 !important;
    border-right: 1px solid #d6d6d6 !important;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}
.pk-size-title {
    position: relative;
    overflow: hidden;
}
.pk-size-title span.unit,
.pk-size-title span.pk-note {
    float: right;
    font-size: 12px;
    margin-top: 4px;
}
.pk-size-title span.pk-note {    
    color: #ff0000;
}
.app-cat-link li {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}
.app-cat-link li a {
    display: block;
    color: #333;
    padding: 15px 20px;
}
.app-cat-link li a span {
    padding-left: 8px;
}
.faq-block {
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.faq-block h3 {
    margin: 0;
}

.single-info h1.entry-title {
  text-align: center;
  color: #1d98af;
}
.single-info #masthead. {
  background: url(https://sharefit.samplesite.work/wp-content/uploads/2020/10/policy-scaled.jpg) center center no-repeat !important;
  background-size: cover !important; 
}