@charset "utf-8";

/********************************/
/******* DATE:2020/01/31 ********/
/********************************/
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg'),
        url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold/Lato-Bold.svg#Lato-Bold') format('svg'),
        url('../fonts/Lato-Bold/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold/Lato-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLightCondensed';
    src: url('../fonts/FuturaLightCondensed/FuturaLightCondensed.eot');
    src: url('../fonts/FuturaLightCondensed/FuturaLightCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLightCondensed/FuturaLightCondensed.svg#FuturaLightCondensed') format('svg'),
        url('../fonts/FuturaLightCondensed/FuturaLightCondensed.ttf') format('truetype'),
        url('../fonts/FuturaLightCondensed/FuturaLightCondensed.woff') format('woff'),
        url('../fonts/FuturaLightCondensed/FuturaLightCondensed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold/Futura-Bold.eot');
    src: url('../fonts/Futura-Bold/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Bold/Futura-Bold.svg#Futura-Bold') format('svg'),
        url('../fonts/Futura-Bold/Futura-Bold.ttf') format('truetype'),
        url('../fonts/Futura-Bold/Futura-Bold.woff') format('woff'),
        url('../fonts/Futura-Bold/Futura-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0
}

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Lato-Regular';
    line-height: 1.333;
    /*20px*/
    font-size: 0.938em;
    /*15px*/
    color: #000;
}

p {
    margin: 0 0 10px;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}

h2 {
    margin: 0;
    text-align: center;
    background: url(../images/bdr-bg-1.png) no-repeat center bottom;
    font-family: 'Futura-Bold';
    text-transform: uppercase;
    padding-bottom: 16px;
    font-weight: normal;
    line-height: 1.214;
    /*34px*/
    font-size: 1.867em;
    /*28px*/
    color: #0d5494;
}

.section-3 h2 {
    background-image: url(../images/bdr-bg-2.png);
    color: #fff;
}

h2 span {
    color: #000
}

a {
    color: #0d5494;
    /* color:#00deff; */
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none
}

a:hover {
    color: #74b518
}

/* a:hover{color:#0389ff} */
img {
    display: block;
    max-width: 100%;
    height: auto;
}


.container {
    max-width: 1230px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

.container::after,
.container::before {
    display: table;
    content: "";
}

.container::after {
    clear: both
}

@media screen and (max-width:639px) {
    body {
        font-size: 3vw
    }
}

@media screen and (max-width:479px) {
    body {
        font-size: 3.5vw
    }
}

/******************************************
	Header Styles.
*******************************************/
.header {
    width: 100%;
    position: relative;
    z-index: 999;
}

.hdrTop {
    width: 100%;
    padding: 8px 0;
    position: relative;
    background-color: #0d5494;
    line-height: 1.666;
    /*25px*/
    font-size: 1.000em;
    /*15px*/
    color: #fff;
}

.hdrTop a,
.hdrTop p {
    margin: 0;
    color: #fff;
}

.hdrTop strong {
    font-family: 'Lato-Bold';
    display: inline-block;
    font-size: 1.200em;
    /*18px*/
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#logo {
    width: 214px;
    margin: 3px 0 10px;
    float: left;
}

#logo img {
    width: 100%;
    display: block;
}

.hdrInner {
    width: 100%;
    position: relative;
}

.hdrInner:after,
.hdrInner:before {
    display: table;
    content: "";
}

.hdrInner:after {
    clear: both
}

.navigation {
    float: right
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu > li {
    position: relative;
    float: left;
}

.menu li a {
    display: block;
    text-decoration: none;
    padding: 15px 12px;
    line-height: 1.333;
    /*20px*/
    font-size: 15px;
    color: #000;
}

.menu > li > a {
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 103px;
}

.menu li a:focus,
.menu li a:hover,
.menu li.current-menu-item a {
    background: url(../images/current-menu.png) no-repeat center center
}

.menu li .sub-menu li a {
    border-bottom: 1px solid #e9e9e9
}

.menu li .sub-menu li:last-child a {
    border-bottom: none
}

.menu .sub-menu {
    width: 230px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    top: 150%;
    left: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: left;
}

.menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.menuBtn {
    width: 35px;
    height: 20px;
    margin: 25px 0;
    cursor: pointer;
    font-size: 10px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.menuBtn span {
    width: 100%;
    height: 3px;
    background: #222;
    border-radius: 2em;
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}

.menuBtn span {
    width: 50%
}

.menuBtn span:nth-child(1) {
    border-radius: 2em 0 0 2em;
    left: 0;
    top: 0;
}

.menuBtn span:nth-child(2) {
    border-radius: 0 2em 2em 0;
    top: 0;
    right: 0;
}

.menuBtn span:nth-child(3) {
    left: 0;
    top: 9px;
    width: 100%;
}

.menuBtn span:nth-child(4) {
    border-radius: 2em 0 0 2em;
    left: 0;
    top: 18px;
}

.menuBtn span:nth-child(5) {
    border-radius: 0 2em 2em 0;
    right: 0;
    top: 18px;
}

.open.menuBtn span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(0.8em);
    -ms-transform: rotate(45deg) translate(0.8em);
    transform: rotate(45deg) translate(0.8em);
}

.open.menuBtn span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-0.9em);
    -ms-transform: rotate(-45deg) translate(-0.9em);
    transform: rotate(-45deg) translate(-0.9em);
}

.open.menuBtn span:nth-child(3) {
    opacity: 0;
}

.open.menuBtn span:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(0.8em);
    -ms-transform: rotate(-45deg) translate(0.8em);
    transform: rotate(-45deg) translate(0.8em);
}

.open.menuBtn span:nth-child(5) {
    -webkit-transform: rotate(45deg) translate(-0.9em);
    -ms-transform: rotate(45deg) translate(-0.9em);
    transform: rotate(45deg) translate(-0.9em);
}

@media screen and (max-width:1023px) {
    .menu li a {
        font-size: 14px
    }

    .menu > li > a {
        padding: 0 5px;
        line-height: 70px;
    }

    #logo {
        width: 135px
    }
}

@media screen and (min-width:768px) {
    .navigation ul.menu {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .hdrInner {
        position: static
    }

    .navigation {
        width: auto;
        padding-left: 0;
    }

    .menuBtn {
        display: block
    }

    .menu {
        width: 100%;
        height: auto;
        display: none;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
    }

    .menu::after {
        display: none
    }

    .menu li em {
        width: 50px;
        height: 40px;
        display: block;
        background: url(../images/plus.png) no-repeat center center;
        position: absolute;
        cursor: pointer;
        content: "";
        z-index: 9;
        right: 0;
        top: 0;
    }

    .menu li a.plus-minus em {
        background: url(../images/minus.png) no-repeat center center
    }

    .menu .sub-menu {
        width: 100%;
        position: static;
        visibility: visible;
        display: none;
        opacity: 1;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .menu li {
        width: 100%;
        display: block;
        line-height: 40px;
    }

    .menu li a {
        padding: 0 15px 0 25px;
        border-bottom: 1px solid #f2f2f2;
        line-height: 40px;
        font-size: 14px;
    }

    .menu li .sub-menu li a {
        border-color: #f2f2f2
    }

    .menu li .sub-menu li:last-child a {
        border-bottom: 1px solid #f2f2f2
    }

    .menu > li > a {
        padding: 0 15px;
        font-size: 15px;
    }

    .menu li a:focus,
    .menu li a:hover,
    .menu li.current-menu-item a {
        background-position: 15px center;
        background-size: 15px auto
    }
}

/******************************************
	Banner Styles
*******************************************/
.banner {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.bnrInner {
    padding-top: 42.125%;
    /* 674 / 1600 */
    position: relative;
    overflow: hidden;
}

.banner img {
    width: auto;
    height: 100%;
    max-width: inherit;
    position: absolute;
    margin: auto;
    right: -50%;
    left: -50%;
    top: 0;
}

.bnrText {
    width: 100%;
    padding: 0 15px;
    max-width: 1230px;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin: auto;
    right: 0;
    top: 40%;
    left: 0;
}

.bnrText span {
    display: block;
    max-width: 570px;
    font-family: 'FuturaLightCondensed';
    line-height: 1.333;
    /*40px*/
    font-size: 2.000em;
    /*30px*/
    color: #74b518;
}

.bnrText h1 {
    max-width: 570px;
    margin: 11px 0 24px;
    font-family: 'Futura-Bold';
    font-weight: normal;
    line-height: 1.0;
    /*50px*/
    font-size: 3.333em;
    /*50px*/
    color: #0d5494;
}

.comBtn {
    width: 100%;
    display: block;
    max-width: 200px;
    text-align: center;
    border-radius: 25px;
    background-color: #74b518;
    line-height: 3.1176;
    /*53px*/
    font-size: 1.133em;
    /*17px*/
    color: #fff;
}

.comBtn:hover {
    background-color: #74b518;
    color: #fff;
}

@media screen and (max-width:1366px) {
    .bnrInner {
        padding-top: 674px
    }
}

@media screen and (max-width:1023px) {
    .bnrInner {
        padding-top: 400px
    }

    .bnrText h1 {
        max-width: 350px;
        font-size: 4vw;
    }

    .bnrText span {
        max-width: 350px;
        font-size: 3.5vw;
    }

    .comBtn {
        max-width: 150px;
        border-radius: 20px;
        line-height: 3.00;
        /*53px*/
        font-size: 1.00em;
        /*17px*/
    }
}

@media screen and (max-width:639px) {
    .bnrInner {
        padding-top: 300px
    }

    .bnrText {
        top: 50%
    }

    .bnrText h1 {
        margin: 5px 0 15px;
        max-width: 285px;
        font-size: 5.1vw;
    }

    .bnrText span {
        max-width: 285px;
        font-size: 4.8vw;
    }
}

@media screen and (max-width:479px) {
    .bnrText h1 {
        max-width: 230px;
        font-size: 5.5vw;
    }

    .bnrText span {
        max-width: 230px;
        font-size: 5vw;
    }
}

/******************************************
	Section-1 Styles.
*******************************************/
.section-1 {
    width: 100%;
    margin-top: -100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}

.tree {
    margin: auto;
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
}

.lftBox,
.rgtBox {
    max-width: 50%;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.lftBox {
    border-radius: 0 140px 0 0/0 120px 0 0
}

.section-1 .lftBox {
    background: #70b017 url(../images/bg-1.png) no-repeat right top;
    justify-content: flex-end;
}

.rgtBox {
    border-radius: 140px 0 0 0/120px 0 0 0
}

.section-1 .rgtBox {
    background-color: #0d5494
}

.box {
    width: 100%;
    max-width: 615px;
    box-sizing: border-box;
}

.section-1 .box {
    padding: 121px 0 82px
}

.section-1 .lftBox .box {
    padding-left: 15px;
    padding-right: 75px;
}

.section-1 .rgtBox .box {
    padding-left: 85px;
    padding-right: 15px;
}

.section-1 h4,
.article_title {
    margin: 0;
    font-family: 'Futura-Bold';
    font-weight: normal;
    line-height: 1.32;
    /*33px*/
    font-size: 1.667em;
    /*25px*/
}

.section-1 p {
    margin: 13px 0 0
}

.list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.list li {
    margin: 10px 0;
    padding-left: 35px;
    font-family: 'Lato-Bold';
    background: url(../images/list.png) no-repeat left 2px;
    background-size: 23px 23px;
    line-height: 1.25;
    /*25px*/
    font-size: 1.333em;
    /*20px*/
    color: #fff;
}

.list li a {
    color: #000
}

@media screen and (max-width:1023px) {
    .section-1 {
        margin-top: -55px
    }

    .section-1 .box {
        padding: 50px 0
    }

    .lftBox {
        border-radius: 0 100px 0 0/0 70px 0 0
    }

    .rgtBox {
        border-radius: 100px 0 0 0/70px 0 0 0
    }

    .section-1 .lftBox .box {
        padding-right: 15px
    }

    .section-1 .rgtBox .box {
        padding-left: 15px
    }

    .tree {
        width: 120px;
        top: -55px;
    }
}

@media screen and (max-width:639px) {
    .section-1 {
        margin-top: 0
    }

    .tree {
        display: none
    }

    .lftBox,
    .rgtBox {
        width: 100%;
        max-width: inherit;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-radius: 0;
    }

    .list li {
        background-position: left 4px;
        background-size: 20px auto;
    }
}

@media screen and (max-width:479px) {
    .list li {
        padding-left: 25px;
        background-position: left 3px;
        background-size: 18px auto;
    }
}

/******************************************
	Section-2 Styles.
*******************************************/
.section-2 {
    width: 100%;
    padding: 77px 0 74px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.section-2 h2 + p {
    margin: auto;
    max-width: 690px;
    padding: 15px 0 0;
    line-height: 1.333;
    /*20px*/
    font-size: 1.000em;
    /*15px*/
    color: #313131;
}

.stepRow {
    margin: 10px -12px 0;
    position: relative;
}

.stepRow::after,
.stepRow::before {
    display: table;
    content: "";
}

.stepRow::after {
    clear: both
}

.step {
    width: 33.3333%;
    text-align: left;
    box-sizing: border-box;
    padding: 24px 12px 0;
    float: left;
}

.stepImg {
    width: 100%;
    border-radius: 0 60px 0 0;
    overflow: hidden;
}

.stepImg img {
    width: 100%;
    display: block;
}

.stepTxt h4 {
    margin: 0;
    padding: 16px 0 12px;
    background: url(../images/bdr-bg.png) no-repeat left bottom;
    font-family: 'Lato-Bold';
    font-weight: normal;
    line-height: 1.333;
    /*20px*/
    font-size: 1.333em;
    /*20px*/
    color: #0d5494;
}

.stepTxt h3 {
    margin: 0;
    padding: 13px 0 4px;
    font-family: 'Futura-Bold';
    font-weight: normal;
    line-height: 1.444;
    /*26px*/
    font-size: 1.200em;
    /*18px*/
    color: #000;
}

.stepList {
    width: 100%;
    overflow: hidden;
}

.stepList ul {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.stepList2 ul {
    width: 50%;
    float: left;
}

.stepList li {
    max-width: 235px;
    padding: 4px 0 10px 28px;
    background: url(../images/list.png) no-repeat left 2px;
    background-size: 20px 20px;
    line-height: 1.066;
    /*16px*/
    font-size: 1.000em;
    /*15px*/
    color: #000;
}

.stepList li a {
    color: #000
}

@media screen and (max-width:1023px) {
    .section-2 {
        padding: 50px 0
    }

    .step {
        width: 50%
    }
}

@media screen and (max-width:639px) {
    .step {
        width: 100%
    }

    .stepList li {
        max-width: inherit
    }
}

/******************************************
	Section-3 Styles.
*******************************************/
.section-3 {
    width: 100%;
    padding: 56px 0;
    background: #437bad url(../images/section-3.jpg) no-repeat center top;
    overflow: hidden;
}

.accordion {
    padding: 0;
    width: 100%;
    max-width: 824px;
    list-style: none;
    margin: 40px auto 0;
}

.accordion li {
    margin-bottom: 10px;
    padding: 20px 47px 19px 18px;
    border-left: 6px solid #74b518;
    background-color: #fff;
    position: relative;
}

.accordion li > h5 {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Futura-Bold';
    font-weight: normal;
    line-height: 1.25;
    /*25px*/
    font-size: 1.333em;
    /*20px*/
    color: #0d5494;
}

.accordion h5 em {
    width: 32px;
    height: 32px;
    background: url(../images/plus-minus.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    right: 14px;
    top: 14px;
}

.accordion h5.minus em {
    background-position: left bottom
}

.accorCont {
    margin: 0;
    padding: 0;
    display: none;
}

.accordion p {
    margin: 0;
    padding: 8px 0 0;
    line-height: 1.266;
    /*19px*/
    color: #424343;
}

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

/******************************************
	Section-4 Styles.
*******************************************/
.section-4 {
    width: 100%;
    padding: 56px 0;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.featured {
    margin: 0 -2px;
    padding: 34px 0 11px;
    list-style: none;
}

.featured::after,
.featured::before {
    display: table;
    content: "";
}

.featured::after {
    clear: both
}

.featured li {
    width: 16.6666%;
    box-sizing: border-box;
    padding: 3px 2px;
    float: left;
}

.featured a,
.featured img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:1023px) {
    .section-4 {
        padding: 50px 0 30px
    }
}

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

/******************************************
	Section-5 Styles.
*******************************************/
.section-5 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
}

.section-5 .lftBox {
    background: #0d5494 url(../images/bg-3.png) no-repeat right bottom;
    justify-content: flex-end;
    text-align: center;
}

.section-5 .rgtBox {
    padding-left: 15px;
    padding-right: 15px;
    background: #e6e5e3 url(../images/bg-4.png) no-repeat left top;
}

.section-5 .lftBox .box,
.section-5 .approach_content_left .box {
    max-width: 600px;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 50px;
}

.section-5 h4 {
    margin: 0;
    font-family: 'Futura-Bold';
    font-weight: normal;
    line-height: 1.32;
    /*33px*/
    font-size: 1.667em;
    /*25px*/
}

.section-5 p {
    margin: 13px 0 0
}

.form-control {
    width: 100%;
    height: 49px;
    font-size: 1.000em;
    /*15px*/
    line-height: 1.933;
    /*29px*/
    background-image: none;
    box-sizing: border-box;
    border: 1px solid #033562;
    background-color: #033562;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: inherit;
    padding: 10px 15px;
    display: block;
    color: #fff;
}

.form-control:focus {
    outline: 0;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #fff
}

.form-control::-webkit-input-placeholder {
    color: #fff
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.subscribe {
    width: 100%;
    overflow: hidden;
}

.subscribeRow {
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

.subscribeRow::after,
.subscribeRow::before {
    display: table;
    content: "";
}

.subscribeRow::after {
    clear: both
}

.subscribe-col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 5px 24px;
    float: left;
}

.subscribe .comBtn {
    max-width: 180px;
    cursor: pointer;
    margin: auto;
    border: none;
}

@media screen and (max-width:1023px) {
    .section-5 .lftBox .box {
        padding: 50px 15px
    }

    .section-5 .rgtBox {
        background-position: -125px top
    }
}

@media screen and (max-width:639px) {
    .section-5 .rgtBox {
        background-position: -100px top;
        min-height: 350px;
    }
}

/******************************************
	Footer Styles.
*******************************************/
.footer {
    width: 100%;
    background-color: #000;
    text-align: center;
    line-height: 1.0;
    /*14px*/
    font-size: 0.933em;
    /*14px*/
    color: #fff;
}

.footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer a {
    color: #fff
}

#ftrLogo {
    width: 100%;
    max-width: 233px;
    display: block;
    margin: auto;
}

.ftrMenu {
    margin: 0;
    padding: 34px 0 0;
    list-style: none;
}

.ftrMenu li {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.ftrMenu li::before {
    width: 1px;
    height: 14px;
    position: absolute;
    background-color: #fff;
    display: table;
    margin: auto;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
}

.ftrMenu li:first-child::before {
    display: none
}

.ftrBtm {
    width: 100%;
    padding: 17px 15px;
    box-sizing: border-box;
    background-color: #1d1d1d;
}

.ftrBtm p {
    margin: 0
}

@media screen and (max-width:767px) {
    .footer .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #ftrLogo {
        max-width: 180px
    }

    .ftrMenu li {
        padding: 0 10px
    }
}

@media screen and (max-width:639px) {
    .ftrMenu li {
        padding: 0 8px;
        margin-top: 10px;
    }

    .ftrMenu li::before {
        height: 10px;
        left: -1px;
        top: 2px;
    }
}

/* Contact Page Style */
.pt_40 {
    padding-top: 40px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pt_77 {
    padding-top: 77px;
}

.pb_74 {
    padding-bottom: 77px;
}

.pl_30 {
    padding-left: 30px;
}

.wpcf7-form textarea.form-control {
    height: auto;
}

form.subscribe.clinic_cf7 label {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
    float: left;
}

.lftBox.clinic_contact_form {
    margin: 0 auto;
}

.lftBox.clinic_contact_form h3 {
    font-size: 28px;
    margin-bottom: 15px;
}


/* Article Page CSS */
.main_content_area {
    overflow: hidden;
}

.article_left_content {
    width: 70%;
    float: left;
    text-align: left;
}

.article_left_content article {
    margin-top: 30px;
}

header.entry-header {
    margin-bottom: 20px;
}

h3.entry-title {
    font-size: 1.5em;
}

.post_thumb img {
    margin: 0 auto;
    width: 100%;
}
.entry-content p {
    margin-top: 15px;
}

span.byline {
    margin-right: 5px;
}

.right_sidebar {
    float: right;
    width: 27%;
    text-align: left;
    margin-left: 30px;
}

.right_sidebar ul li {
    list-style: none;
}

.widget {
    margin-bottom: 20px;
}

.widget.widget_pages h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.widget.widget_pages ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


/* Pagination */

nav.navigation.pagination {
    float: left;
    margin-top: 30px;
}

nav.navigation.pagination h2 {
    background: transparent;
}

.nav-links {
    height: 50px;
}

nav.navigation.pagination .current {
    background: #f5f5f5;
    margin-right: 5px;
    padding: 10px 15px;
}

/* About Page */
.functional-medicine {
    text-align: center;
}

.functional-medicine h3 {
    font-size: 24px;
}

.functional-medicine h1 {
    font-size: 34px;
    max-width: 755px;
    margin: 0 auto;
    color: #74b518;
}

.struggling_area {
    overflow: hidden;
}

.struggling_area.test_page {
    text-align: center;
}

.struggling_area h1 {
    text-align: center;
    margin-bottom: 30px;
}

.struggling_left {
    float: left;
    width: 50%;
}

.struggling_right {
    float: left;
    width: 50%;
}

.struggling_right img {
    margin: 0 auto;
}

.struggling_left ul li,
.struggling_right ul li {
    color: #000;
}

.about_approach_head,
.about_drmchale {
    width: 100%;
}

.about_approach_head,
.about_drmchale,
.about_featured {
    text-align: center;
    padding: 30px;
    color: #fff;
}

.about_approach_head h1 {
    font-size: 2em;
    margin-bottom: 5px;
}

.approach_content_left,
.approach_content_right {
    max-width: 50%;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.section-5 .approach_content_left .box,
.section-5 .approach_content_right .box {
    max-width: 600px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 50px;
    color: #000;
}

section.section-5.about_drmchale_sec {
    color: #000;
}


.about_drmchale,
.about_featured {
    margin-top: 40px;
}

.about_faq_sec {
    margin-bottom: 60px;
}

section.about_featured_sec {
    margin-bottom: 20px;
}

/* Thyroid */
.thyroid,
.rhythm {
    color: #fff;
    text-align: center;
}

.rhythm-content {
    margin-bottom: 30px;
}

.rhythm-items {
    text-align: left;
}

.thyroid-items-title h3 {
    text-align: left;
    margin-top: 30px;
}

.text-left {
    text-align: left;
}

.important {
    margin-top: 30px;
    text-align: left;
}

a.btn_reserve {
    width: 100%;
    display: block;
    max-width: 280px;
    text-align: center;
    border-radius: 25px;
    background-color: #74b518;
    font-size: 1.5em;
    color: #fff;
    margin-top: 30px;
    padding: 20px 0;
}


/* Css */

.entry-content a {
    color: #0d5494;
    font-weight: 600;
}
.entry-content a:hover {
    color: #93B818;
 
}
.flex-add {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}
.struggling_area.flex-add a.btn_reserve {
    max-width: 360px;
}



@media screen and (max-width:1029px) {
.article_left_content {
    width: 68%;
}
    }

@media screen and (max-width:767px) {
    .struggling_area.flex-add {
        flex-wrap: wrap;
    }

    .flex-add .struggling_right,
    .flex-add .struggling_left,
    .flex-add .approach_content_left,
    .flex-add .approach_content_right {
        width: 100%;
    }

    .flex-add .approach_content_left,
    .flex-add .approach_content_right {
        flex: 100%;
        max-width: 100%;
    }

    .flex-add .approach_content_left .box,
    .flex-add .approach_content_right .box {
        padding: 20px
    }

    .mmt-30 {
        margin-top: 30px
    }

    .flex-add {
        flex-wrap: wrap;
    }

    .flex-de-re.flex-add {
        flex-direction: column-reverse
    }
.article_left_content {
    width: 100%;
}
    .right_sidebar {
    float: left;
    width: 100%;
    text-align: left;
    margin-left: 0;
}
}

/* Css */
