/*
Theme Name:   Nuvew Child
Theme URI:    https://wordpress.com/
Description:  Twenty Nineteen Child Theme
Author:       Wordpress
Author URI:   https://wordpress.com/
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  nuvewchild
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
}

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

:root {
    --placeholdercolor: currentColor;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
}

img {
    border: 0;
    height: auto;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p {
    margin: 0 0 20px 0;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

input::-moz-placeholder {
    color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

input:-moz-placeholder {
    color: var(--placeholdercolor);
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.d-none,
.hide {
    display: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fw {
    float: left;
    width: 100%;
}

.wrapper {
    float: left;
    width: 100%;
}

/* Header Top Section Ends */
.logo-menu .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 45px 0 30px;
}

.logo-menu {
    width: 100%;
    padding: 29px 0;
    background-color: #fff;
    height: 200px;
}

.logo {
    float: left;
    padding: 25px 0 0;
}

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

/* Top Menu Section */
.topmenu ul {
    float: right;
    position: relative;
    margin: 0;
}

.topmenu ul li {
    float: left;
    position: relative;
    margin: 0px 20px 0px;
}

.topmenu ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    position: relative;
    float: left;
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #4d4d4d;
}

.topmenu ul>li>a:hover,
.topmenu ul>li.current_page_item>a {
    color: #93cd8c;
}

.topmenu ul.primary-menu>li:first-child>a {
    color: #93cd8c;
}

.topmenu ul.primary-menu>li>a {
    line-height: 1;
    text-transform: uppercase;
}

.topmenu ul li:first-child {
    margin-left: 0px;
}

.topmenu ul li:last-child {
    margin-right: 0px;
}

.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #93cd8c;
    padding: 0px 0;
    z-index: 999;
    text-align: left;
}

.topmenu ul li:hover ul.sub-menu {
    display: block;
}

.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}

.topmenu .sub-menu li a:after {
    display: none;
}

.topmenu .sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.topmenu .sub-menu li a {
    float: left;
    line-height: normal;
    color: #fff;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 10px;
    width: 100%;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}

.topmenu .sub-menu li a:hover {
    background-color: #3c3c3c;
    color: #fff;
}

.topmenu ul ul a:after {
    display: none;
}

.topmenu ul li.wide-menu {
    position: relative;
}

.topmenu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 520px;
    background-color: #93cd8c;
    padding: 0px;
    z-index: 999;
    display: none;
    float: inherit;
    /*    column-count: 2;*/
}

.topmenu ul li.wide-menu:hover ul {
    display: block;
}

.topmenu ul li.wide-menu ul li {
    width: 49%;
    margin: 0px .5%;
    padding: 0;
    float: left;
    border: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: avoid;
}

.topmenu ul li.wide-menu ul li a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 10px;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}

.topmenu ul li.wide-menu ul li a:hover {
    background-color: #3c3c3c;
    color: #fff;
}

.topmenu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}

.topmenu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0px;
    float: left;
    padding: 5px 0;
}

.topmenu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}

.topmenu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}

/* Top Menu Section Ends */
/* Mobile Menu Styles */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #fff;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 31px;
    color: #fff;
}

.mobinav {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: transparent;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 4px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover, 
.mobinav .current-menu-item > a {
    /*    color: #4d4d4d;*/
    /*    color: rgba(255, 255, 255, 0.5);*/
    color: #93cd8c;
}

.mobinav ul li ul li.mbl-therapists a{
    color: #93cd8c;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
    font-size: 16px;
}

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 35px;
    background-color: transparent !important;
    /*background-image: url(images/plus_icn.png);*/
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}

.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/minus_icn.png);
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}

.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}

svg.icon.icon-search {
    display: none;
}

.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}

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

.srcbox {
    z-index: 99999995;
    background-color: #636466;
    position: absolute;
    top: -12px;
    right: 10px;
    width: 0;
    overflow: hidden;
    height: 51px;
}

.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}

.srcbox .search-form .screen-reader-text {
    font-size: 0;
}

.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}

.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}

.srcbox input::-webkit-input-placeholder {
    color: #fff;
}

.srcbox input::-moz-placeholder {
    color: #fff;
}

.srcbox input:-ms-input-placeholder {
    color: #fff;
}

.srcbox input:-moz-placeholder {
    color: #fff;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}

/*header*/
.hdr-list {
    display: flex;
    justify-content: space-between;
}

.hdr-top-lft {
    display: flex;
    margin-right: 40px;
}

.hdr-top-lft a {
    transition: 1s;
    font-size: 0 !important;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-position: 0px -61px;
    width: 52px;
    height: 52px;
    margin: 0px 6px;
}

.hdr-top-lft a:hover {
    background-position: 0px 0px;
}

/* .hdr-top-lft a.insta {
    margin-right: 0;
} */

.hdr-top-lft a.twtr {
    background-position: -64px -63px;
}

.hdr-top-lft a.twtr:hover {
    background-position: -64px -2px;
}

.hdr-top-lft a.ggle {
    background-position: -128px -63px;
}

.hdr-top-lft a.ggle:hover {
    background-position: -128px -2px;
}

.hdr-top-lft a.insta {
    background-position: -190px -63px;
}

.hdr-top-lft a.insta:hover {
    background-position: -190px -2px;
}









.hdr-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.topmemu-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topmenu {
    margin: 0 40px 0 0px;
}

.hdr-top-rgt a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
    color: #989898;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.hdr-top-rgt a:hover {
    color: #93cd8c;
}

.hdr-top-rgt h5 {
    margin-bottom: 0
}

.hdr-top-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 20px 35px 20px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.hdr-top-btn h5 {
    margin-bottom: 0
}

.hdr-top-btn a:hover {
    /*    color: #93cd8c;*/
    color: #fff;
    background-color: #6f6f6f;
}

/*banner*/
.hm-banner-sctn {
    padding: 194px 0 185px;
    background-image: url(images/hm-bnnr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 718px;
}


.hm-bnnr-sctn-cnt h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 90px;
    color: #4d4d4d;
    line-height: 1.35;
    letter-spacing: 2.7px;
    margin-bottom: 36px;
}

.hm-bnnr-sctn-cnt h1 bold,
.hm-bnnr-sctn-cnt h1 strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 800 !important;
    font-size: 70px;
    line-height: 0.54;
    letter-spacing: 1.4px;
    display: block;
    text-transform: uppercase;
}

.hm-bnnr-sctn-cnt h5,
.hm-bnnr-sctn-cnt h1 small {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2.4px;
    color: #4d4d4d;
    display: block;
    padding-top: 25px;
}

.hm-bnnr-sctn-cnt-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 48px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.hm-bnnr-sctn-cnt-btn a:hover {
    /*    color: #93cd8c;*/
    color: #fff;
    background-color: #6f6f6f;
}
.page_default .genpg-rite .genpgbtn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.page_default .genpg-rite .genpgbtn.center {
    justify-content: center;
}
.page_default .genpg-rite .genpgbtn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 20px 40px 20px;
    border-radius: 50px;
    letter-spacing: 2px;
}
.page_default .genpg-rite .genpgbtn a:hover {
    color: #fff;
    background-color: #6f6f6f;
}

/*palns*/
.hm-plan-sctn {
    padding: 90px 0 80px;
}

.hm-plan-sctn h2,
.page-id-329 .page_default .genpg-rite h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #93cd8c;
    text-align: center;
    margin-bottom: 10px;
}
.page_default .genpg-rite h2 strong.wel {
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
}
.hm-plan-sctn h2 bold,
.page-id-329 .page_default .genpg-rite h2 bold,
.hm-plan-sctn h2 strong.wel,
.page-id-329 .page_default .genpg-rite h2 strong,
.page_default .genpg-rite h2 strong.wel {
    font-weight: 800 !important;
    color: #4d4d4d;
    text-transform: uppercase;
    line-height: 1;
}

.hm-plan-sctn h5,
.page-id-329 .page_default .genpg-rite h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.59;
    letter-spacing: 2.64px;
    color: #646464;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.hm-plan-sctn h3,
.page-id-329 .page_default .genpg-rite h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 0.87;
    letter-spacing: 4.8px;
    color: #646464;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.hm-plan-sctn h3 strong,
.page-id-329 .page_default .genpg-rite h3 strong {
    font-family: 'Dancing Script', cursive !important;
    text-transform: lowercase;
    font-size: 50px;
    font-weight: 400 !important;
    letter-spacing: 0;
}

.hm-plan-sctn-btn {
    text-align: center;
}

.hm-plan-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 42px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.page-id-329 .page_default .genpg-rite .hm-plan-sctn-btn a {
    color: #fff !important;
}

.page-id-329 .page_default .genpg-rite .hm-plan-sctn-btn a:hover {
    color: #93cd8c !important;
}

.hm-plan-sctn-btn a:hover {
    /*    color: #93cd8c;*/
    color: #fff;
    background-color: #6f6f6f;
}

.hm-plan-sctn-itm h4,
.page-id-329 .page_default .genpg-rite .hm-plan-sctn-itm h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.22;
    color: #353535;
    margin-bottom: 0;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.hm-plan-sctn-itm h4:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: 0px -130px;
    width: 66px;
    height: 66px;
    top: 0;
    bottom: 0;
    left: -84px;
    margin: auto;
}

.hm-plan-sctn-itm:hover h4:before {
    background-position: -1px -225px;
}

.hm-plan-sctn-itm:hover h4 {
    color: #93cd8c;
}

.hm-plan-sctn-itm:hover {
    border-color: #93cd8c;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.25);
}

.hm-plan-sctn-itm.itm2:hover h4:before {
    background-position: -81px -225px;
}

.hm-plan-sctn-itm.itm3:hover h4:before {
    background-position: -163px -225px;
}

.hm-plan-sctn-itm.itm4:hover h4:before {
    background-position: -243px -225px;
}

.hm-plan-sctn-itm.itm5:hover h4:before {
    background-position: -331px -225px;
}

.hm-plan-sctn-itm.itm6:hover h4:before {
    background-position: -411px -225px;
}

.hm-plan-sctn-itm.itm7:hover h4:before {
    background-position: -493px -225px;
}

.hm-plan-sctn-itm.itm8:hover h4:before {
    background-position: -577px -225px;
}

.hm-plan-sctn-itm.itm9:hover h4:before {
    background-position: -661px -225px;
}

.hm-plan-sctn-itm.itm10:hover h4:before {
    background-position: -739px -225px;
}

.hm-plan-sctn-itm.itm11:hover h4:before {
    background-position: -816px -225px;
}

.hm-plan-sctn-itm.itm12:hover h4:before {
    background-position: -901px -225px;
}

.hm-plan-sctn-itm.itm2 h4:before {
    background-position: -80px -130px;
}

.hm-plan-sctn-itm.itm3 h4:before {
    background-position: -162px -130px;
}

.hm-plan-sctn-itm.itm4 h4:before {
    background-position: -242px -130px;
}

.hm-plan-sctn-itm.itm5 h4:before {
    background-position: -330px -130px;
}

.hm-plan-sctn-itm.itm6 h4:before {
    background-position: -410px -130px;
}

.hm-plan-sctn-itm.itm7 h4:before {
    background-position: -492px -130px;
}

.hm-plan-sctn-itm.itm8 h4:before {
    background-position: -576px -130px;
}

.hm-plan-sctn-itm.itm9 h4:before {
    background-position: -660px -130px;
}

.hm-plan-sctn-itm.itm10 h4:before {
    background-position: -738px -130px;
}

.hm-plan-sctn-itm.itm11 h4:before {
    background-position: -815px -130px;
    width: 76px;
}

.hm-plan-sctn-itm.itm12 h4:before {
    background-position: -900px -130px;
    width: 73px;
}

.hm-plan-sctn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.hm-plan-sctn-itm {
    width: 32.2%;
    padding: 15px 10px 15px 124px;
    border: 1px solid #e9e9e9;
    margin-bottom: 24px;
    position: relative;
    min-height: 118px;
    display: flex;
    align-items: center;
}

a.hm-plan-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px !important;
    z-index: 99;
}

.hm-plan-sctn-itm p {
    margin-bottom: 0
}

/*Counseling*/
.hm-cunslg-sctn {
    background-color: #fbfaf9;
    padding: 92px 0;
}

.hm-cunslg-sctn-lst {
    display: flex;
    justify-content: space-between;
}

.hm-cunslg-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 90px;
    line-height: 0.42;
    letter-spacing: 2.7px;
    color: #93cd8c;
    margin-bottom: 25px;
}

.hm-cunslg-sctn h2 bold,
.hm-cunslg-sctn h2 strong {
    font-weight: 800 !important;
    color: #4d4d4d;
    text-transform: uppercase;
    padding-left: 7px;
}

.hm-cunslg-sctn h3 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: #4c4c4c;
    margin-bottom: 45px;
    padding-left: 95px;
}

.hm-cunslg-sctn-itm h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: #373737;
    line-height: 1.14;
    letter-spacing: 1.05px;
    margin-bottom: 20px;
}

.hm-cunslg-sctn-itm p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.77;
    margin-bottom: 0px;
}

.hm-hlp-sctn h2 {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 100px;
    color: #4d4d4d;
    line-height: 0.65;
    text-align: center;
    margin-bottom: 65px;
}

.hm-hlp-sctn h2 bold,
.hm-hlp-sctn h2 strong {
    font-family: 'Noto Serif', serif;
    font-weight: 700 !important;
    font-size: 70px;
    line-height: 0.92;
}

.hm-hlp-sctn-lst {
    display: flex;
    justify-content: space-between;
}

.hm-hlp-sctn {
    padding: 85px 0 120px;
}

.hm-hlp-sctn-rgt {
    width: 45.8%;
    margin-top: 5px;
}

.hm-hlp-sctn-lft {
    width: 50%;
}

.hm-hlp-rgt-itm h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.14;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.hm-hlp-rgt-itm p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
    color: #4d4d4d;
    margin-bottom: 0px;
}

.hm-hlp-rgt-itm {
    margin-bottom: 50px;
    padding-left: 25px;
    position: relative;
}

.hm-hlp-rgt-itm.three {
    margin: 0;
}

.hm-hlp-rgt-itm:before {
    position: absolute;
    content: "1";
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    font-weight: 300;
    font-style: italic;
    color: #e9f5e8;
    line-height: 0.54;
    top: 0;
    left: 0;
    z-index: -1;
}

.hm-hlp-rgt-itm:first-child:before {
    top: 8px;
}

.hm-hlp-rgt-itm.two:before {
    position: absolute;
    content: "2";
    top: -5px;
}

.hm-hlp-rgt-itm.three:before {
    position: absolute;
    content: "3";
}

/*care*/
.hm-care-sctn {
    padding: 100px 0 85px;
    background-image: url(images/hm-care-sctn.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.hm-care-sctn-cnt h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #646464;
    line-height: 1.4;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hm-care-sctn-cnt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 100;
    color: #4d4d4d;
    line-height: 0.63;
    letter-spacing: 1.8px;
    margin-bottom: 60px;
}

.hm-care-sctn-cnt h2 bold,
.hm-care-sctn-cnt h2 strong {
    font-family: 'La Belle Aurore', cursive;
    font-weight: 400 !important;
}

.hm-care-sctn-cnt h2 span {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.hm-care-sctn-cnt h2 span:before {
    position: absolute;
    content: "";
    background-color: #c7d0b7;
    width: 100%;
    height: 8px;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.hm-care-sctn-btn {
    text-align: center;
}

.hm-care-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #6f6f6f;
    padding: 25px 48px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.hm-care-sctn-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.hm-care-sctn-cnt-title {
    padding-left: 35px;
    position: relative;
    border-left: 4px solid #737373;
}

/*.hm-care-sctn-cnt:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 40%;
    top: 3px;
    left: 0;
    margin: auto;
}*/
/*Services*/
.hm-srvice-sctn {
    padding: 85px 0 120px;
}

.hm-sve-sctn-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.hm-srvice-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 100;
    color: #000;
    line-height: 0.47;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 35px;
}

.hm-srvice-sctn h2 bold,
.hm-srvice-sctn h2 strong,
.blog-pst-sctn h2 strong {
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #4d4d4d;
}

.hm-srvice-sctn h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #646464;
    line-height: 1.59;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.hm-sve-sctn-wraper {
    width: 31.5%;
    margin-bottom: 35px;
    position: relative;
}

.hm-sve-sctn-wraper:hover h5 {
    /*    color: #93cd8c;*/
    color: #fff
}

a.hm-sve-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px !important;
    z-index: 99;
}

.hm-sve-sctn-btn {
    text-align: center;
}

.hm-sve-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 42px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.hm-sve-sctn-btn a:hover {
    /*    color: #93cd8c;*/
    color: #fff;
    background-color: #6f6f6f;
}

.hm-sve-sctn-itm-cnt h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff !important;
    line-height: 1.16;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 82px;
}

.hm-sve-sctn-itm-cnt h5:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: 0px -227px;
    width: 66px;
    height: 66px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-sve-sctn-wraper.itm2 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -80px -227px;
}

.hm-sve-sctn-wraper.itm3 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -162px -227px;
}

.hm-sve-sctn-wraper.itm4 .hm-sve-sctn-itm-cnt h5:before {

    background-position: -330px -227px;
}

.hm-sve-sctn-wraper.itm5 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -242px -227px;
}

.hm-sve-sctn-wraper.itm6 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -410px -227px;
}

.hm-sve-sctn-wraper.itm7 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -492px -227px;
}

.hm-sve-sctn-wraper.itm8 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -576px -227px;
}

.hm-sve-sctn-wraper.itm9 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -660px -227px;
}

.hm-sve-sctn-wraper.itm10 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -738px -227px;
}

.hm-sve-sctn-wraper.itm11 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -815px -227px;
    width: 76px;
}

.hm-sve-sctn-wraper.itm12 .hm-sve-sctn-itm-cnt h5:before {
    background-position: -900px -227px;
    width: 73px;
}

.hm-sve-sctn-itm-cnt h6 {
    margin-bottom: 0;
}

.hm-sve-sctn-itm-cnt h6 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #c7ac89;
    line-height: 1.55;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.hm-sve-sctn-itm-cnt h6 a:hover {
    color: #4d4d4d;
}

.hm-sve-sctn-itm-cnt-img {
    position: relative;
}

.hm-sve-sctn-itm p {
    margin-bottom: 0;
}

.hm-sve-sctn-itm-img .hm-sve-sctn-itm-cnt {
    position: absolute;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-sve-sctn-itm-img {
    position: relative;
}

.hm-sve-sctn-itm-img:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sctn-img-hov.png);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
    background-position: 0 0;
}

.hm-thrpts-sctn {
    background-color: #fbfaf9;
    padding: 55px 0 83px;
    text-align: center;
}

.hm-thrpts-sctn h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 100;
    color: #93cd8c;
    line-height: 0.58;
    letter-spacing: 1.95px;
    margin-bottom: 40px;
}

.hm-thrpts-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 90px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 0.42;
    letter-spacing: 0.9px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.hm-thrpts-sctn h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #4d4d4d;
    line-height: 1.33;
    margin-bottom: 35px;
}

.hm-thrpts-sctn-cnt-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #6f6f6f;
    padding: 25px 52px 25px;
    border-radius: 50px;
}

.hm-thrpts-sctn-cnt-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.blog-pst-sctn {
    padding: 95px 0 90px;
}

.blog-pst-sctn h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #646464;
    line-height: 1.4;
    letter-spacing: 3px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.blog-pst-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 70px;
    color: #4d4d4d;
    line-height: 0.54;
    letter-spacing: 2.1px;
    margin-bottom: 60px;
}

.blog-list {
    display: flex;
    justify-content: center;
}

.post-cnt {
    padding: 25px 10px 20px 35px;
    position: relative;
}

.post-cnt:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 84%;
    bottom: 0;
    left: 0px;
    margin: auto;
}

.post-cnt h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 17px;
}

.post-cnt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #4d4d4d;
    line-height: 1.25;
    margin-bottom: 0;
    height: 65px;
}

.post-cnt h3:hover {
    color: #93cd8c;
}

.blg-itm {
    width: 30.8%;
    margin: 0 2% 0;
    margin-bottom: 50px;
}

.blg-itm:first-child {
    margin-left: 0;
}

.blg-itm:last-child {
    margin-right: 0;
}

.hm-blog-pst-sctn-btn {
    text-align: center;
}

.hm-blog-pst-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #4d4d4d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    border: 1px solid #4d4d4d;
    padding: 24px 55px 24px;
    border-radius: 50px;
}

.hm-blog-pst-sctn-btn a:hover {
    color: #93cd8c;
    border-color: #93cd8c;
}

/*footer*/
.site-footer .container {
    max-width:1390px;
    width: 100%;
    margin: 0 auto;
}

.site-footer {
    padding: 50px 0;
}

.ftr-logo {
    text-align: -webkit-center;
    margin-bottom: 25px;
}

.ftr-scl-icns {
    text-align: center;
    margin-bottom: 50px;
}

.ftr-scl-icns p {
    margin-bottom: 0;
}

.ftr-scl-icns a {
    transition: 1s;
    font-size: 0 !important;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-position: 0px -61px;
    width: 52px;
    height: 52px;
    margin: 0px 6px;
}

.ftr-scl-icns a.twtr {
    background-position: -64px -63px;
}

.ftr-scl-icns a.ggle {
    background-position: -128px -63px;
}

.ftr-scl-icns a.insta {
    background-position: -190px -63px;
}

.ftr-scl-icns a.insta:hover {
    margin-right: 0;
}

.ftr-scl-icns a.twtr:hover {
    background-position: -64px -2px;
}

.ftr-scl-icns a.ggle:hover {
    background-position: -128px -2px;
}

.ftr-scl-icns a.insta:hover {
    background-position: -190px -2px;
}

.ftr-scl-icns a:hover {
    background-position: 0px 0px;
}

.ftmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
}

.ftmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 15px 0px;
}

.ftmenu ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    float: left;
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #4d4d4d;
    text-align: center;
}

.ftmenu ul li a:hover {
    color: #93cd8c;
}

.ftmenu ul.primary-menu>li>a {
    line-height: 28px;
    text-transform: uppercase;
}

.ftmenu ul li:first-child {
    margin-left: 0px;
}

.ftmenu ul li:last-child {
    margin-right: 0px;
}

.ftr-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    gap:15px;
}

.ftr-info-itm {
    background-color: #6f6f6f;
    padding: 22px 22px;
    text-align: center;
    width: 32.5%;
    border-radius: 50px;
}

.ftr-info-itm h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 13px;
}

.ftr-info-itm a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
}

.ftr-info-itm a:hover {
    color: #93cd8c;
}

.ftr-info-itm.cl a {
    font-weight: 500;
}

.ftr-info-itm h5 {
    margin-bottom: 0
}

.ft_note p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #979797;
    line-height: 1.38;
    text-align: center;
    margin-bottom: 25px;
}

.ft_note h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #152f28;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 0;
}

.ft_note a:hover {
    color: #93cd8c;
}

/*form*/
.hm-frm-sctn {
    background-color: #fbfaf9;
    padding: 90px 0;
}

.form-sctn-list {
    display: flex;
    justify-content: space-between;
}

.form-sctn-lft {
    padding: 0 70px;
    position: relative;
}

.form-sctn-lft:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 205px;
    left: 0;
    top: 96px;
}

.form-sctn-rgt {
    width: 78%;
    padding: 90px 0px 0px 35px;
    position: relative;
}

.form-sctn-rgt:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height:410px;
    left: 0;
    top: 96px;
}

.form-sctn-lft h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #646464;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.form-sctn-hm-frm .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

.form-sctn-hm-frm .gform_wrapper ul li.gfield {
    clear: inherit !important;
}

.form-sctn-hm-frm .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important
}

.form-sctn-hm-frm .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    float: left;
    margin: 0 !important;
    padding: 0 5px;
    margin-bottom: 16px !important;
    position: relative;
}

.form-sctn-hm-frm .gform_wrapper ul.gform_fields li.gfield.ff {
    width: 100%;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 135px !important;
    padding: 13px 20px 13px 42px !important;
    border: 1px solid #3f6090 !important;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input {
    padding: 10px 20px 10px 42px !important;
    position: relative !important;
    color: #828282 !important;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    color: #828282 !important;
    width: 100%;
    float: left;
    border: 1px solid #ecebea !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif !important;
    outline: none;
    padding: 24px 10px 24px 24px !important;
}

.form-sctn-hm-frm .gform_wrapper label.gfield_label {
    display: none;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 138px;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder {
    color: #828282;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input::-moz-placeholder {
    color: #828282;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #828282;
}

.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder,
.form-sctn-hm-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #828282;
}

.form-sctn-hm-frm .gform_wrapper .gform_footer .gform_button {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 44px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.form-sctn-hm-frm .gform_wrapper .gform_footer .gform_button:hover {
    background: #666;
}

.form-sctn-hm-frm .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Barlow-Regular';
    padding: 0;
    margin: 0px;
    position: absolute;
    top: -22px;
    font-size: 15px;
}

.form-sctn-hm-frm .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.form-sctn-hm-frm .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

.form-sctn-hm-frm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
}

.form-sctn-hm-frm .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}

.form-sctn-hm-frm .gform_wrapper {
    position: relative;
}

.form-sctn-hm-frm .gform_wrapper .validation_message,
.contact-page-rg-frm .gform_wrapper .validation_message {
    border: none !important;
    background-color: transparent !important;
    position: absolute !important;
    font-size: 12px !important;
    color: #c02b0a !important;
    bottom: 30px;
    top: inherit !important;
    right: 10px !important;
    margin: 0px !important;
}

.form-sctn-hm-frm .gform_validation_errors>h2.hide_summary {
    margin: 0;
    display: none;
}

.form-sctn-rgt h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 65px;
    line-height: 1;
    color: #93cd8c;
}

.form-sctn-rgt h2 bold,
.form-sctn-rgt h2 strong {
    font-weight: 500 !important;
    font-size: 90px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.form-sctn-rgt h2 span,
.form-sctn-rgt h2 small {
    font-family: 'Noto Serif', serif;
    font-weight: 400 !important;
    font-size: 50px;
    color: #4c4c4c;
}

.form-sctn-rgt a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 50px;
    color: #768d70;
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
}

.form-sctn-rgt a:hover {
    color: #4c4c4c;
}

/*testim*/
.testim-sec {
    /*    overflow: hidden;*/
    background-color: #fbfaf9;
    padding: 80px 0 60px;
}

/*.testim-sec-cnt {
display: inline-block;
}*/
.testim-sec .container {
    max-width: 1660px;
    width: 100%;
    margin: 0 0 0 auto;
}

.testim-sec-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    padding-right: 20px;*/
}



.testim-sec-lft h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #646464;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.testim-sec-lft p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #646464;
    margin-bottom: 0px;
}

.testim-sec-lft h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 100;
    color: #000;
    line-height: 1;
    letter-spacing: 1.95px;
    margin-left: -2px;
    margin-bottom: 8px;
}

.testim-sec-lft h2 bold,
.testim-sec-lft h2 strong {
    font-weight: 500 !important;
    font-size: 79px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    color: #4d4d4d;
}

.rww-cnt p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.77;
    margin-bottom: 40px;
    /*    height: 180px;*/
    height: auto !important;
}

.clnt-nm h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.test_item {
    padding: 105px 45px 45px 40px;
    background-color: #fff;
    position: relative;
    transition-duration: 0.5s;
}

.test_item:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -256px -2px;
    width: 49px;
    height: 38px;
    top: 40px;
    left: 37px;
}

.reviews-rt-stars .rating {
    width: 113px !important;
    background-image: url(images/hm-stars.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 23px;
    position: relative;
    z-index: 1;
}

.review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.review_row-lst {
    position: absolute;
    bottom: 30px;
    width: 79%;
    left: 0;
    right: 0;
    margin: auto;
}

/*.home_testimnlslides.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}*/
.home_testimnlslides.owl-carousel {
    display: block !important;
    position: relative;
    bottom: 0px;
}

.home_testimnlslides.owl-carousel .owl-nav {
    display: block;
    text-align: left;
    width: 100%;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev,
.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    width: 55px;
    height: 40px;
    background-image: url(images/hm-sprites.webp);
    background-position: -254px -63px;
    background-repeat: no-repeat;
    transition: .5s;
    font-size: 0;
    position: absolute;
    z-index: 99;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    background-position: -312px -63px;
    right: 0;
    left: auto;
}

.home_testimnlslides.owl-carousel .owl-nav {
    display: block !important;
    width: 100%;
    /*    margin-top: 40px;*/
    position: relative;
    margin-top: 0 !important;
}

.home_testimnlslides.owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
    /*    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;*/
}

.home_testimnlslides.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d8d7d7;
    border-radius: 100%;
    margin-right: 20px;
}

.home_testimnlslides.owl-carousel button.owl-dot active {
    background-color: #93cd8c;
}

.home_testimnlslides.owl-carousel .owl-dots {
    position: relative;
    /*    bottom: 25px;*/
}

/*faq*/
.hm-faq-sctn {
    padding: 95px 0 90px;
}

.hm-faq-sctn h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #646464;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.hm-faq-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 100;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-bottom: 55px;
}

.hmfaq_cnt .accordion-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1;
    color: #211d1d;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.hmfaq_cnt.accordion .accordion-section h5 {
    margin-bottom: 0;
}

.hmfaq_cnt.accordion .accordion-section {
    padding: 40px 40px;
    border-top: 1px solid #f2f2f2;
}

.hmfaq_cnt.accordion .accordion-section:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.hmfaq_cnt .accordion-section-content div {
    color: #211d1d;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.7;
}
.hmfaq_cnt .accordion-section-content p {
    color: #211d1d;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0px;
    padding-top: 20px;
}
.hmfaq_cnt .accordion-section-content a {
    color:#93cd8c;
}

.hmfaq_cnt .accordion-section-title:after {
    position: absolute;
    content: "";
    right: -35px;
    top: 0px;
    width: 13px;
    height: 8px;
    background-image: url(images/hm-arrow.png);
    background-repeat: no-repeat;
}

.hmfaq_cnt .accordion-section-title.active:after {
    transform: rotate(180deg);
}

.hm-faq-cnt .accordion {
    overflow: hidden;
    background: transparent;
    margin-bottom: 60px;
}

.hm-faq-cnt .faq_cnt .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}

.hm-faq-cnt .faq_cnt h5 {
    margin: 0;
}

.hm-faq-cnt-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #6f6f6f;
    padding: 25px 56px 25px;
    border-radius: 50px;
}

.hm-faq-cnt-btn {
    text-align: center;
}

.hm-faq-cnt-btn a:hover {
    /*    color: #4d4d4d;*/
    background-color: #93cd8c;
    color: #fff;
}

/*innr*/
.page_bnr {
    background-image: url(images/genpg-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 225px 0 35px;
    z-index: 0;
    position: relative;
    text-align: center;
    background-position: center;
}

.page_title h1,
.page_title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    color: #000000;
    position: relative;
    margin: 0 0 165px;
}

.inrpg-breadcrumbs {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #4d4d4d;
    z-index: 9;
    position: relative;
}

.brd-div {
    display: inline-block;
    margin: 0 15px;
}

.page_default {
    padding: 80px 0 90px;
    position: relative;
}

.genpg-rite {
    width: 68%;
    float: left;
}

.genpg-lft {
    width: 30%;
    float: right;
    max-width: 350px;
}

.genpg-rite.full-width {
    width: 100%;
    float: none;
    max-width: 100%;
}

.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.page_default .genpg-rite h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page_default .genpg-rite.full-width h1 {
    text-align: center;
    letter-spacing: 7.2px;
}

.page_default .genpg-rite.full-width h2 {
    letter-spacing: 4px;
    text-align: center;
}

.genpg-rite h1 strong,
.page_default .genpg-rite h2 strong,
.genpg-rite h1 small,
.page_default .genpg-rite h2 small {
    font-family: 'Dancing Script', cursive;
    font-weight: 400 !important;
    text-transform: lowercase;
    font-size: 60px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: top;
}

.genpg-rite h1 strong.font-chng,
.page_default .genpg-rite h2 strong.font-chng,
.genpg-rite h1 small,
.page_default .genpg-rite h2 small {
    /*font-family: 'Dancing Script', cursive;*/
    font-family: 'La Belle Aurore', cursive;
    vertical-align: middle;
}


.page_default .genpg-rite h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.2;
    /*    text-transform: capitalize;*/
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.page_default .genpg-rite h3 {
    font-size: 40px;
    line-height: 1.2;
}

.page_default .genpg-rite h4 {
    font-size: 45px;
    line-height: 1.2;
}

.page_default .genpg-rite h5 {
    font-size: 35px;
    line-height: 1.2;
}

.page_default .genpg-rite h6 {
    font-size: 30px;
    line-height: 1.2;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.58;
    color: #000;
    margin: 0 0 45px 0;
}

.page_default .genpg-rite a {
    color: #93cd8c;
    text-decoration: none;
}

.page_default .genpg-rite li {
    padding-left: 35px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.page_default .genpg-rite ul li:before {
    background: #93cd8c;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 100%;
}

.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}

.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}

.page_default .genpg-rite li ul li:before {
    display: none;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
    counter-reset: my-sec-counter;
}

.page_content .genpg-rite ol li {
    list-style: none;
}

.page_content .genpg-rite ol li:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    top: 10px;
    margin: auto;
    left: 0;
    color: #90ca89;
    position: absolute;
}

.page_content .genpg-rite li {
    position: relative;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: #93cd8c;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #4d4d4d;
}

.deprsin-innr {
    background-color: #fbfaf9;
    padding: 80px 0 40px;
}

.deprsin-innr h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #646464;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 15px;
}

.deprsin-innr h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #004876;
    line-height: 1;
    letter-spacing: 4.8px;
    margin-bottom: 60px;
}

.deprsin-innr h2 span {
    /*font-family: 'La Belle Aurore', cursive;*/
    color: #646464;
}

.deprsin-innr h2 bold {
    font-family: 'Dancing Script', cursive;
    color: #646464;
    letter-spacing: 0;
}

.deprsin-lst li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 60px 0;
    position: relative;
}

.deprsin-lst ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deprsin-lst ol li {
    width: 31%;
}

.deprsin-lst li {
    position: relative;
    padding-left: 75px;
}

.deprsin-lst ol {
    counter-reset: my-sec-counter;
    margin-bottom: 0;
}

.deprsin-lst ol li:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    top: -8px;
    margin: auto;
    left: 0;
    color: #fff;
    width: 52px;
    height: 52px;
    background-color: #90ca89;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testim-sec.gengpg {
    background-color: #fff;
}

.home_testimnlslides.gengpg .test_item {
    -moz-box-shadow: inset -9px 8px 111px 12px rgba(250, 250, 250, 1);
    box-shadow: inset -9px 8px 111px 12px rgb(250 250 250);
}

/*cnt*/
.contact-page {
    padding: 105px 0 120px;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper ul li.gfield {
    clear: inherit !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0 5px;
    margin-bottom: 16px !important;
    position: relative;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper ul.gform_fields li.gfield.ff {
    width: 100%;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 110px !important;
    padding: 13px 20px 13px 42px !important;
    border: 1px solid #3f6090 !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input {
    padding: 10px 20px 10px 42px !important;
    position: relative !important;
    color: #828282 !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    color: #828282 !important;
    width: 100%;
    float: left;
    border: 1px solid #ecebea !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif !important;
    outline: none;
    padding: 20px 10px 20px 24px !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper label.gfield_label {
    display: none;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 138px;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder {
    color: #828282;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input::-moz-placeholder {
    color: #828282;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #828282;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder,
.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #828282;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_footer .gform_button {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 44px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .gform_footer .gform_button:hover {
    background: #666;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Barlow-Regular';
    padding: 0;
    margin: 0px;
    position: absolute;
    top: -22px;
    font-size: 15px;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper {
    position: relative;
}

.cnt-pg-frm-sctn-cntpg .gform_wrapper .validation_message,
.contact-page-rg-frm .gform_wrapper .validation_message {
    border: none !important;
    background-color: transparent !important;
    position: absolute !important;
    font-size: 12px !important;
    color: #c02b0a !important;
    bottom: 30px;
    top: inherit !important;
    right: 10px !important;
    margin: 0px !important;
}

.cnt-pg-frm-sctn-cntpg .gform_validation_errors>h2.hide_summary {
    margin: 0;
    display: none;
}

.cnt-pg-frm-sctn-cntpg .gform_legacy_markup_wrapper {
    margin-bottom: 0 !important
}

.cnt-pg-frm-sctn-list {
    display: flex;
    justify-content: space-between;
}

.cnt-pg-frm-sctn-rgt {
    width: 50%;
    background-color: #fbfaf9;
    padding: 55px 75px 60px;
    margin-top: 10px;
}

.cnt-pg-frm-sctn-cntpg h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cnt-pg-frm-sctn-scl-lst {
    display: flex;
    margin-right: 40px;
}

.cnt-pg-frm-sctn-scl-lst a {
    transition: 1s;
    font-size: 0 !important;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-position: 0px 0;
    width: 52px;
    height: 52px;
    margin: 0px 6px;
}

/* .cnt-pg-frm-sctn-scl-lst a.insta {
    margin-right: 0;
} */

.cnt-pg-frm-sctn-scl-lst a.twtr {
    background-position: -64px -2px;
}

.cnt-pg-frm-sctn-scl-lst a.ggle {
    background-position: -128px -2px;
}

.cnt-pg-frm-sctn-scl-lst a.insta {
    background-position: -190px -2px;
}

.cnt-pg-frm-sctn-scl-lst a:hover {
    background-position: 0px -61px;
}

.cnt-pg-frm-sctn-scl-lst a.twtr:hover {
    background-position: -64px -63px;
}

.cnt-pg-frm-sctn-scl-lst a.ggle:hover {
    background-position: -128px -63px;
}

.cnt-pg-frm-sctn-scl-lst a.insta:hover {
    background-position: -190px -63px;
}

.cnt-pg-frm-sctn-cnt {
    margin-bottom: 50px;
}

.cnt-pg-frm-sctn-cnt h2:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 90%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cnt-pg-frm-sctn-cnt h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 65px;
    line-height: 1;
    color: #93cd8c;
    position: relative;
    padding-left: 35px;
}

.cnt-pg-frm-sctn-cnt h2 bold {
    font-weight: 500 !important;
    font-size: 90px;
    color: #4d4d4d !important;
    text-transform: uppercase;
}

.cnt-pg-frm-sctn-cnt h2 b {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 50px;
    color: #656565 !important;
}

.cnt-pg-frm-sctn-itm h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    line-height: 1;
    letter-spacing: 2.16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cnt-pg-frm-sctn-itm.scl h5 {
    margin-bottom: 15px
}

.cnt-pg-frm-sctn-itm a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #000000;
    line-height: 1;
}

.cnt-pg-frm-sctn-itm a:hover {
    color: #93cd8c;
}

.cnt-pg-frm-sctn-itm {
    margin-bottom: 50px;
    padding-left: 35px;
}

.cnt-pg-frm-sctn-scl-lst a.fb {
    margin-left: 0
}

.cnt-pg-frm-sctn-itm.scl {
    margin-bottom: 55px;
}

.cnt-pg-frm-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #6f6f6f;
    padding: 25px 54px 25px;
    border-radius: 50px;
}

/*.cnt-pg-frm-sctn-btn{
    padding-left:35px;
}*/
.cnt-pg-frm-sctn-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

/*blg*/
.page_bnr.blog_bnr {
    background-image: url(images/blog-bg.jpg);
    background-repeat: no-repeat;
}

.blg-toprgt-cnt h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #646464;
    letter-spacing: 3.6px;
    line-height: 1.16;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blg-topsec {
    padding: 90px 0 45px;
}

.blg-toprgt .widget select,
.blg-toprgt .widget_search input {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #8396a5;
    line-height: 140%;
    width: 100%;
    padding: 17px 4px 17px 33px;
    border: 1px solid #ecebea;
    background-color: #fff;
    background-image: url(images/sec-arrw.png);
    background-position: center right 15px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 18px;
    background-position: calc(100% - 30px) center;
    z-index: 1;
    position: relative;
    outline: none;
}

.blg-topsec .search-field {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #8396a5;
    line-height: 140%;
    width: 100%;
    padding: 17px 4px 17px 33px;
    border: 1px solid #ecebea;
    background-color: #fff;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

.blg-topsec .search-form {
    position: relative;
}

.blg-topsec h4.widget-title {
    display: none;
}

.blg-topsec .search-form input.search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    font-size: 0;
    border: none;
    width: 19px;
    height: 15px;
    background-color: #fff;
    background-image: url(images/seach-icon.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    background-position: 100%;
    background-size: 27px;
}

.blg-toprgt {
    display: flex;
    justify-content: center;
}

.blg-toprgt .widget {
    width: 400px;
}

.blg-toprgt-cnt {
    width: 59%;
    margin: auto;
}

.blg-psts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.post-item {
    width: 30%;
    margin: 0 1.5% 85px;
}

.blog-post-cnt p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.blog-post-cnt h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #4d4d4d;
    line-height: 1.25;
    margin-bottom: 0;
    height: 65px;
}

.blog-post-cnt {
    padding: 25px 5px 20px 35px;
    position: relative;
}

.blog-post-cnt:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 84%;
    bottom: 0;
    left: 0px;
    margin: auto;
}

.post-item:hover .blog-post-cnt h4 {
    color: #90ca89;
}

.post-item:hover {
    cursor: pointer;
}

.page_default.blg-default .nav-links span.page-numbers.current:hover {
    background-color: #93cd8c;
    color: #fff;
    border: 1px solid #93cd8c;
}

.page_default.blg-default .nav-links .page-numbers,
.page_default.blg-default .nav-links span.page-numbers.current {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin: 0 20px;
    color: #211d1d;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    width: 52px;
    height: 52px;
    background: transparent;
    line-height: 2.1;
    display: inline-block;
    text-align: center;
}

.page_default.blg-default .nav-links span.page-numbers.current {
    background-color: #93cd8c;
    color: #fff;
    border: 1px solid #93cd8c;
}

.page_default.blg-default a.next.page-numbers {
    position: absolute;
    right: 0;
    border-radius: 0;
    font-size: 0;
    background-image: url(images/blg-default-arrw-lft.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 36px;
    border: none;
}

.page_default.blg-default a.prev.page-numbers {
    position: absolute;
    left: 0;
    border-radius: 0;
    font-size: 0;
    background-image: url(images/blg-default-arrw-lft1.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 36px;
    border: none;
}

.page_default.blg-default .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 88.6%;
    margin: auto;
    padding-top: 45px;
}

.page_default.blg-default nav.navigation.pagination {
    width: 100%;
}

/*sngblg*/
.genpg-rite.snglblg {
    width: 100%;
    float: none;
}

.page_default .genpg-rite .post-category a {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    margin-bottom: 17px;
    text-align: center;
    text-transform: uppercase;
}

.genpg-rite.snglblg .post-category {
    text-align: center;
    margin: 0 0 5px;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
}

.page_bnr.sngblg {
    text-align: left;
    background-image: url(images/single-blog-post-default-bg.jpg);
}

.page_bnr.sngblg .inrpg-breadcrumbs {
    color: #000000;
}

.page_bnr.sngblg .page_title h1,
.page_bnr.sngblg .page_title h2 {
    margin: 0 0 220px;
}

.page_default .genpg-rite.snglblg h3 {
    text-align: center;
    margin-bottom: 55px;
    padding-top: 25px;
}
.page_default .genpg-rite.snglblg h2 {
    font-size: 40px!important;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
}

.blog-pst-sctn h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 70px;
    color: #000000;
    line-height: 1;
    letter-spacing: 2.1px;
    margin-bottom: 40px;
}

.blog-pst-sctn-btn {
    text-align: center;
}

.blog-pst-sctn-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #4d4d4d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    border: 1px solid #4d4d4d;
    padding: 24px 55px 24px;
    border-radius: 50px;
}

.blog-pst-sctn-btn a:hover {
    color: #93cd8c;
    border-color: #93cd8c;
}

.page_default .genpg-rite .post-share-rgt a {
    transition: 1s;
    font-size: 0 !important;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-position: 0px 0;
    width: 52px;
    height: 52px;
    margin: 0px 6px;
}

.page_default .genpg-rite .post-share-rgt a.twtr {
    background-position: -64px -2px;
}

.page_default .genpg-rite .post-share-rgt a.ggle {
    background-position: -128px -2px;
}

.page_default .genpg-rite .post-share-rgt a.insta {
    background-position: -190px -2px;
}

.page_default .genpg-rite .post-share-rgt a:hover {
    background-position: 0px -61px;
}

.page_default .genpg-rite .post-share-rgt a.twtr:hover {
    background-position: -64px -63px;
}

.page_default .genpg-rite .post-share-rgt a.ggle:hover {
    background-position: -128px -63px;
}

.page_default .genpg-rite .post-share-rgt a.insta:hover {
    background-position: -190px -63px;
}

.page_default .genpg-rite .post-share-lft h6 {
    font-weight: 400;
    font-size: 25px;
    color: #646464;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.page_default.sngldft .post-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    padding-top: 25px;
}

.page_default.sngldft .post-share-rgt {
    display: flex;
}

.page_default.sngldft .nav-next {
    float: right;
}

.page_default.sngldft .nav-previous {
    float: left;
    text-align: right;
}

.page_default.sngldft .nav-previous span.meta-nav,
.page_default.sngldft .nav-next span.meta-nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1.6px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.page_default.sngldft .nav-previous span.cat_name_title,
.page_default.sngldft .nav-next span.cat_name_title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.75;
    letter-spacing: 1.6px;
    color: #4d4d4d;
}

.page_default.sngldft .nav-previous span.post-title,
.page_default.sngldft .nav-next span.post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.75;
    letter-spacing: 1.6px;
}

.page_default.sngldft .nav-previous .meta-nav {
    background-image: url(images/meta-lft.png);
    padding-bottom: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left bottom 30px;
}

.page_default.sngldft .nav-next .meta-nav {
    background-image: url(images/meta-rgt.png);
    padding-bottom: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right bottom 30px;
}

.post-btn {
    text-align: center;
}

.post-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #4d4d4d;
    padding: 25px 52px 25px;
    border-radius: 50px;
}

.post-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.page_default .genpg-rite.snglblg h1 {
    text-align: center;
    letter-spacing: 7.2px;
}

.page_default .genpg-rite.snglblg p {
    margin-bottom: 45px;
}

/*grppfle*/
.page_default.prfle-pg {
    padding: 75px 0 55px;
}

.testim-sec.prfle-pg {
    background-color: #fff;
}

.home_testimnlslides.prfle-pg .test_item {
    -moz-box-shadow: inset -9px 8px 111px 12px rgba(250, 250, 250, 1);
    box-shadow: inset -9px 8px 111px 12px rgb(250 250 250);
}

.page_bnr.prfle_pg_bnr {
    background-image: url(images/grp-pfle.png);
    background-repeat: no-repeat;
}

.prfle-pg-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.prfle-pg-itm {
    width: 24%;
    margin: 0 3% 6%;
    border: 1px solid #e3e3e3;
    padding-bottom: 42px;
    position: relative;
    height: 524px;
}

.prfle-pg-itm .prfle-pg-itm-link a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}

.prfl-blks-img img {
    display: block;
    background-image: url(images/grp-prfle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.prfle-pg-meet h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 0.58;
    font-size: 60px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px;
}

.prfle-pg h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.33;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.prfle-pg-meet {
    margin-bottom: 70px;
}

.prfl-blks-content h4 {
    font-family: 'Poppins', sans-serif;
    /*font-weight: 400;*/
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    line-height: 1.27;
    margin-bottom: 20px;
    text-align: center;
}

.prfl-blks-img {
    padding: 20px 20px 20px;
}

.prfl-blks-btn {
    text-align: center;
}

.prfl-blks-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #4d4d4d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    border: 1px solid #4d4d4d;
    padding: 16px 30px 16px;
    border-radius: 30px;
}

.prfle-pg-itm:hover .prfl-blks {
    display: none;
}

.prfle-pg-itm:hover .prfl-hover-blks {
    display: block;
}

.prfle-pg-itm .prfl-hover-blks {
    display: none;
}

.prfl-hover-blks-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 1.15;
    margin-bottom: 30px;
    height: 40px;
    text-align: center;
}

.prfl-hover-blks-content p, .prfl-hover-blks-content li  {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 1.36;
    /*margin-bottom: 35px;*/
    margin-bottom: 10px;
    text-align: left;
}

.vw-prf {
    text-align: center;
}

.vw-prf a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #4d4d4d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    border: 1px solid #4d4d4d;
    padding: 16px 30px 16px;
    border-radius: 30px;
}

.prfle-pg-itm .prfl-hover-blks {
    padding: 50px 30px 45px 35px;
}

.prfle-pg-cnent {
    background-color: #fbfaf9;
    padding: 90px 0 80px;
}

.prfle-pg-cnent-title {
    position: relative;
    padding-left: 33px;
    margin-bottom: 50px;
}

.prfle-pg-cnent-title:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 99%;
    bottom: 0;
    left: 0px;
    top: 0;
    margin: auto;
}

.prfle-pg-cnent-title h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #93cd8c;
    line-height: 1;
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.prfle-pg-cnent-title h3 span {
    color: #646464;
}

.prfle-pg-cnent-title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 56px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 1.8px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    /*    padding-right: 75px;*/
    padding-right: 0!important;
}

.prfle-pg-cnent-title h2:before {
    position: absolute;
    content: "";
    background-image: url(images/pg-cnent-hrt.png);
    width: 60px;
    height: 55px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.prfle-pg-cnent-title h2 span {
    font-family: 'Dancing Script', cursive;
}

.prfle-pg-cnent-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.prfle-pg-cnent-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #4d4d4d;
    padding: 25px 44px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.prfle-pg-cnent-btn {
    text-align: center;
}

/*sngprle*/
.page_default.singlprfle {
    padding: 115px 0 180px;
}

.page_bnr.singlprfle {
    background-image: url(images/singlprfle.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}

.singlprfle-lft-img {
    width: 69.5%;
    border: 1px solid #e3e3e3;
    padding: 24px;
    margin: 0 auto 50px;
}

.singlprfle-lft-img img {
    display: block;
    background-image: url(images/sng-blg-img-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.singlprfle-lst {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px!important;
}

.singlprfle-lft {
    width: 39%;
}

.singlprfle-rgt {
    width: 50%;
}

.singlprfle-lft-list h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #646464;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 1.92px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.singlprfle-lft-list {
    margin-bottom: 60px;
}

.singlprfle-lft-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.singlprfle-lft-list ul li {
    width: 50%;
}

.singlprfle-lft-list li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 18px 0;
    position: relative;
}

.singlprfle-lft-list ul li:before {
    position: absolute;
    content: "";
    background-image: url(images/singlprfle-arrw.png);
    background-repeat: no-repeat;
    top: 8px;
    margin: auto;
    left: 0;
    width: 15px;
    height: 15px;
}

.singlprfle-lft-list.listbullet ul li:before {
    position: absolute;
    content: "";
    background-color:#93cd8c;
    top: 9px;
    margin: auto;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
}
/*.singlprfle-lft-list.listbullet {
    margin-bottom: 12px;
}
*/
.singlprfle-lft-list li {
    position: relative;
    padding-left: 30px;
}

.singlprfle-lft-cnt p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.56;
    color: #000000;
    margin: 0;
}

.singlprfle-lft-cnt {
    position: relative;
    padding-left: 35px;
}

.singlprfle-lft-cnt:before {
    position: absolute;
    content: "";
    background-color: #93cd8c;
    width: 4px;
    height: 90%;
    bottom: 0;
    left: 0px;
    top: 0;
    margin: auto;
}

.singlprfle-rgt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 60px;
}

.singlprfle-rgt h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #646464;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 1.92px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.singlprfle-rgt p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.56;
    color: #000000;
    margin-bottom: 50px;
}

.singlprfle-rgt-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 25px 47px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.singlprfle-rgt-btn a:hover {
    /*    color: #93cd8c;*/
    color: #fff;
    background-color: #4d4d4d;
}

.singlprfle-rgt-btn {
    text-align: center;
}

.single-prf-others-sec {
    background-color: #fbfaf9;
    padding: 85px 0 120px;
}

.testim-sec.singlprfle {
    background-color: #fff;
}

.home_testimnlslides.singlprfle .test_item {
    -moz-box-shadow: inset -9px 8px 111px 12px rgba(250, 250, 250, 1);
    box-shadow: inset -9px 8px 111px 12px rgb(250 250 250);
}

.single-prf-others-list {
    display: flex;
    justify-content: space-between;
}

.single-prf-others-sec h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1;
    font-size: 60px;
    letter-spacing: 7.2px;
    margin-bottom: 45px;
    text-transform: uppercase;
    text-align: center;
}

.single-prf-others-item {
    width: 100%;
    /*max-width: 335px;*/
    /*    background-color:#fff;*/
    padding-bottom: 25px;
}

.single-prf-others-img {
    padding: 20px 25px 20px;
    /*margin-bottom: 30px;*/
}

.single-prf-others-img img {
    display: block;
    background-image: url(images/grp-prfle-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.single-prf-others-title h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.27;
    margin-bottom: 20px;
    text-align: center;
}

.single-prf-others-btn {
    text-align: center;
}

.single-prf-others-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #4d4d4d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    border: 1px solid #4d4d4d;
    padding: 16px 30px 16px;
    border-radius: 30px;
}

.single-prf-others-sec .container {
    max-width: 1210px;
}

.single-prf-sbtn {
    text-align: center;
    padding-top: 45px;
}

.single-prf-sbtn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #4d4d4d;
    padding: 25px 52px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.single-prf-sbtn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.single-prf-others-list.owl-carousel .owl-nav.disabled,
.single-prf-others-list.owl-carousel .owl-dots.disabled {
    display: block;
}

/*.single-prf-others-list.owl-carousel .owl-nav.disabled {
    max-width: 720px;
    margin: auto;
    position: relative;
}*/
/*.single-prf-others-list.owl-carousel .owl-nav.disabled {
    margin-top:72px;
    position: relative;
}*/
.single-prf-others-list.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: 0px !important;
}

.single-prf-others-list.owl-carousel .owl-nav button.owl-prev,
.single-prf-others-list.owl-carousel .owl-nav button.owl-next {
    width: 55px;
    height: 40px;
    background-image: url(images/hm-sprites.webp);
    background-position: -254px -63px;
    background-repeat: no-repeat;
    transition: .5s;
    font-size: 0;
}

.single-prf-others-list.owl-carousel .owl-nav button.owl-next {
    background-position: -312px -63px;
    float: right;
}

.single-prf-others-list.owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    max-width: 500px;
    margin: auto;
}

.single-prf-others-list.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d8d7d7;
    border-radius: 100%;
    margin-right: 8px;
}

.single-prf-others-list.owl-carousel button.owl-dot.active {
    background-color: #93cd8c;
}

/*genchtpg*/
.page_bnr.genchtpg {
    background-image: url(images/genchtpg.png);
    background-repeat: no-repeat;
}

.genchtpg-trpy {
    padding: 90px 0 110px;
    text-align: center;
}

.genchtpg-trpy h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 65px;
    color: #000;
    line-height: 0.58;
    letter-spacing: 1.95px;
    margin-bottom: 20px;
}

.genchtpg-trpy h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 90px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.genchtpg-trpy h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #4d4d4d;
    line-height: 1.33;
    margin-bottom: 22px;
}

.genchtpg-trpy-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #6f6f6f;
    padding: 25px 54px 25px;
    border-radius: 50px;
}

.genchtpg-trpy-btn a:hover {
    /*    color: #4d4d4d;*/
    color: #fff;
    background-color: #93cd8c;
}

.genpg-rite.genchtpg {
    width: 100%;
    float: none;
}

.gencht-get {
    padding: 10px 0 80px;
}

.page_default .genpg-rite.genchtpg .gencht-get h2 {
    font-size: 60px;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    margin-bottom: 45px;
    text-align: center;
}

.page_default .genpg-rite.genchtpg .gencht-get h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.33;
    margin-bottom: 0px;
    text-align: center;
}

.page_default .genpg-rite.genchtpg .gencht-aprly h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 1.58;
    letter-spacing: 2.64px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.gencht-aprly {
    background-color: #fbfaf9;
    padding: 60px 0 70px;
}

.page_default .genpg-rite.genchtpg .gencht-aprly .gencht-aprly-cnt h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 60px;
    color: #93cd8c;
    line-height: 1;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
    text-align: left;
}

.page_default .genpg-rite.genchtpg .gencht-aprly .gencht-aprly-cnt h2 strong {
    font-weight: 500;
    font-size: 70px;
    color: #4d4d4d;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}

.page_default .genpg-rite.genchtpg .gencht-aprly .gencht-aprly-cnt h2 b {
    font-weight: 500;
    font-size: 70px;
    color: #4d4d4d;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}

.page_default .genpg-rite.genchtpg .gencht-aprly .gencht-aprly-cnt h3 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #4c4c4c;
    margin-bottom: 0px;
}

.gencht-aprly-cnt {
    position: relative;
    padding-left: 30px;
}

.gencht-aprly-cnt:before {
    position: absolute;
    content: "";
    background-color: #737373;
    width: 4px;
    height: 92%;
    left: 0;
    top: 0;
    bottom: -8px;
    margin: auto;
}

.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li {
    width: 31%;
    position: relative;
}

.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst li {
    position: relative;
    padding-left: 55px;
}
.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-size: 25px;
    line-height: 1.16;
    color: #353535;
    margin: 0 0 60px 0;
    position: relative;
}
.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst li strong:nth-child(1) {
    display: inline-block;
    margin-bottom: 15px;
}

.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background: #93cd8c;
    width: 31px;
    height: 29px;
    position: absolute;
    content: "";
    background-image: url(images/sym.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}


.page_default .genpg-rite.genchtpg .genchtpg-sym h2 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 7.2px;
    line-height: 100%;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 55px;
    text-align: center;
    /*display: inline-block;*/
}

.genchtpg-sym {
    padding: 95px 0 20px;
}

.genchtpg-dsrd {
    padding: 50px 0;
}

.page_default .genpg-rite.genchtpg .genchtpg-dsrd p {
    margin-bottom: 40px;
}

.page_default .genpg-rite.genchtpg .genchtpg-dsrd h2 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 7.2px;
    line-height: 100%;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 55px;
    text-align: center;
}

.genchtpg-deprsin {
    background-color: #fbfaf9;
    padding: 80px 0 20px;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #646464;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-bottom: 15px;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #004876;
    line-height: 1;
    letter-spacing: 4.8px;
    margin-bottom: 60px;
    text-align: left;
    text-transform: uppercase;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 bold,
.deprsin-innr h2 bold,
.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 strong,
.deprsin-innr h2 strong {
    /*font-family: 'La Belle Aurore', cursive;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 60px;
    color: #004876;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #646464;
    text-transform: uppercase !important;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 small,
.deprsin-innr h2 small {
    /*    font-family: 'La Belle Aurore', cursive;*/
    font-family: 'Dancing Script', cursive;
    color: #646464;
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 60px;

}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 60px 0;
    position: relative;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol li {
    width: 31%;
    list-style: none;
}
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.list-col2 ol li,
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.list-col2 ul li {
    width: 48%;
}
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.list-col2 ol li:before {
    background-color: #90ca89;
}
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.grnbults ol li:before {
    background-color: #008f96;
}
.page-id-2105 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.list-col2 ol li:before {
    background-color: #008f96;
}
.page-id-2105 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.grnbults ol li:before {
    background-color: #88b9a9;
}
.page-id-2139 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.list-col2 ol li:before {
    background-color: #008f96;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst li {
    position: relative;
    padding-left: 75px !important;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol {
    counter-reset: my-sec-counter;
    margin-bottom: 0;
    margin-left: 0;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol li:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    font-family: 'Noto Serif', serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    top: -8px;
    margin: auto;
    left: 0;
    color: #fff;
    width: 52px;
    height: 52px;
    background-color: #008f96;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_content .genpg-rite.genchtpg.genpgdeplist .genchtpg-deprsin-lst ol li:before {
    background-color: #90ca89;
    font-family: 'Poppins', sans-serif;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding ol li:before {
    background-color: #004876;
}
.page-id-731 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol li:before {
    background-color: #88b9a9;
}
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst ol li:before {
    background-color: #90ca89;
}
.page-id-731 .page_content .genpg-rite.genchtpg .genchtpg-deprsin .genchtpg-deprsin-lst ol li:before {
    background-color: #008f96;
}
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin .genchtpg-deprsin-lst ol li:before {
    background-color: #008f96;
}
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.lightgreenbullet ol li:before {
    background-color: #88b9a9;
}

.genchtpg-sftcre-cnt {
    width: 100%;
    margin: auto;
}

.genchtpg-sftcre {
    padding: 90px 0 0;
    /*    text-align: center;*/
}
.genchtpg-sftcre ul li {
    text-align: left;
}

.genchtpg-sftcre-img {
    position: relative;
    width: 100%;
    float: left;
    max-height: 760px;
    overflow: hidden;
    object-position: top;
}

.genchtpg-sftcre-img:before {
    position: absolute;
    content: "";
    background-image: url(images/genchtpg-sftcre-img-bfore.png);
    background-position: top;
    left: 0;
    right: 0;
    top: -18px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
}



.page_default.genchtpg {
    padding: 85px 0 0;
}

.page_content .genpg-rite.genchtpg .genchtpg-sftcre .genchtpg-sftcre-cnt h2 {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.08;
    color: #4d4d4d;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.page_content .genpg-rite.genchtpg .genchtpg-sftcre .genchtpg-sftcre-cnt h6 {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.58;
    margin-bottom: 80px;
    /*    text-align: center;*/
}

.genchtpg-dsrd-img {
    margin: auto;
    width: 82%;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.search-no-results .page-content form.search-form {
    display: none;
}

.search-no-results .blgpg h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #004876;
}

.search-no-results .blgpg p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.56;
    color: #000000;
    margin-bottom: 0px;
}

.error404 .page_default.fund .genpg-rite.full-width p {
    margin-bottom: 0;
}

.blg-toprgt .widget_search input {
    background-image: none;
}

.page_default.fund {
    padding: 80px 0;
}

.page_default .genpg-rite.full-width .review_item p br {
    display: none;
}

 .faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 20px 40px 20px 0px;
    display: inline-block;
    margin-bottom: 15px;
    transition: all linear 0.15s;
    font-size: 24px;
    color: #211d1d;
    position: relative;
    line-height: 1.33;
    font-weight: 300;
    margin-bottom: 0 !important;
}

 .faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 15px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0;
    width: max-content;
    height: max-content;
    font-family: 'Poppins', sans-serif;
}

 .faqs-pg .faq_cnt p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.58;
    color: #000;
    margin: 0 0 25px 0;
}

.faqs-pg .faq_cnt h5 {
    margin: 0;
}

 .faqs-pg .faq_cnt .accordion-section {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

 .faqs-pg .faq_cnt .accordion-section-title.active,
.faqs-pg .faq_cnt .accordion-section-title:hover {
    color: #93cd8c;
}

 .faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}

.gen-splts-lst {
    display: flex;
    justify-content: space-between;
}

.gen-splts-lft {
    width: 60%;
}

.gen-splts-rgt {
    width: 40%;
    margin-left: 30px;
}

.gen-splts.axy {
    background-color: #fbfaf9;
    padding: 50px 0;
}

.gen-splts.relatsp {
    background-color: #fbfaf9;
    padding: 50px 0 0
}

.alignnone {
    float: left;
    margin-right: 40px;
}

/* .faqs-pg .faq_cnt .accordion-section:last-child {
    border: 0;
}*/

.hdr-src.dsktp {
    display: flex;
    margin-left: 15px;
    margin-top: 0px;
    background-color: #93cd8c;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}

.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}

.clr-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}

.topmenu {
    display: flex;
    align-items: center;
}

.srcbox .search-form .screen-reader-text {
    font-size: 0;
}

.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: #93cd8c;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: none;
}

.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .hdr-menu {
        display: flex;
        position: relative;
        align-items: center;
    }
}

.genpg-rite.rviw-full-width {
    width: 100%;
    float: none;
}

.page-template-reviews-page .review_item .page_default .genpg-rite .rev-pag-list p br {
    display: none;
}

.page-template-reviews-page .page_default .genpg-rite.rviw-full-width p {
    margin-bottom: 15px;
}

.page-template-reviews-page .page_default .genpg-rite.rviw-full-width p br {
    display: none;
}

.page-template-reviews-page .page_default .review_row .reviews-rt-stars {
    float: none;
    padding: 0;
    margin: 0 0 15px;
    width: 100px;
    background-position: left top;
    position: relative;
    background-image: url(images/ratingh.png);
    display: inline-block;
}

.page-template-reviews-page .rev-pag-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-template-reviews-page .rev-pag-list .rw-img {
    width: 65px;
    height: 65px;
}

.page-template-reviews-page .review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.page-template-reviews-page .page_default .genpg-rite h3 {
    margin-bottom: 10px
}

.page-template-reviews-page .reviews-rt-stars .rating {
    width: 113px !important;
    background-image: url(images/hm-stars.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 19px;
    position: relative;
    z-index: 1;
    transform: none;
}

.page-template-reviews-page .review_row {
    display: inline-block;
}

.page-id-651 .genpg-rite.full-width {
    text-align: center;
}

.mthd-trmnt-lst {
    display: flex;
}

.mthd-trmnt-itm {
    width: 33.3%;
    border-left: 1px solid #000000;
    padding: 0 10px;
}

.mthd-trmnt-itm:last-child {
    border-right: 1px solid #000000;
}

.page_default .genpg-rite .mthd-trmnt h3 {
    margin-bottom: 50px;
}

.clr-btn input {
    padding: 9px 0 0 0 !important;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    background: transparent;
}

/*Mobile Sticky Menu*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #6f6f6f;
    z-index: 9999;
}

.sticky-wrap {
    display: none;
}

.header-sticky {
    width: 100%;
    float: left;
    background: #4d4d4d;
    padding: 10px;
    display: none;
}

.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #150101;
    padding: 0 8px;
}

.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}

.header-sticky .mobile_src_nav {
    background: transparent;
}

.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}

.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}

.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 13px;
}

.sticky-mobinav ul li#menu-item-345 a.drop:after {
    right: 124px;
    top: 13px;
}
.sticky-mobinav ul li#menu-item-2150 a.drop:after {
    right: 132px;
}

.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}

.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}

.header-sticky .sicky-cnt.sticky-book-wrap a:before {
    background: url(images/header-sticky-email.png) no-repeat center;
}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}

#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: transparent;
    z-index: 9999999;
    overflow-y: auto;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
}

#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}

.floatingMenuInner li {
    position: relative;
}

.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}

.floatingMenuInner .sub-menu {
    display: none;
}

.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);     -moz-transform: rotate(45deg);     -ms-transform: rotate(45deg);     -o-transform: rotate(45deg);     transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);    -moz-transform: rotate(135deg);    -ms-transform: rotate(135deg);    -o-transform: rotate(135deg);    transform: rotate(135deg);*/
    opacity: 0;
}

@media screen and (max-width:800px) {
    .sticky-wrap {
        display: block;
    }
}

.topmenu {
    width: 100%;
    text-align: center;
    width: fit-content;
    margin: auto;
    display: flex;
    position: relative;
    margin-right: 25px;
}

@media screen and (min-width:992px) {
    .dsktp.hdr-src {
        margin-left: 20px;
        margin-top: -3px;
        padding: 0px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #4d4d4d;
    }

    .srcbox input {
        background-color: #93cd8c;
        padding: 14px 35px 13px 45px;
    }

    .srcshow {
        background: url(images/sprite_icons.png) no-repeat left top;
        background-position: -54px 0;
    }

    .srcbox {
        right: 0px;
    }
}

.clr-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}

.clr-btn input {
    padding: 9px 0 0 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    background: transparent;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*Pagesense Popup*/
/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}

.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}

body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #93cd8c !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}

.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}

.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #4d4d4d !important;
    color: #fff !important;
    top: -10px !important;
    right: 0;
}

body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #4d4d4d !important;
    width: 80px !important;
    font-size: 0.700rem !important;
    line-height: 0.85rem !important;
    padding: 0.5rem 0.5rem !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #fff !important;
}

body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}

body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}

body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}

body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields input,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    font-size: 14px !important;
    padding: 6px 10px !important;
    background-color: #fff;
    border: none !important;
    outline: none !important;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
    color: #555555 !important;
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #93cd8c;
}

.pum-container .pum-close.popmake-close {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

body .pum-container .pum-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.pum-content:focus-visible {
    outline: none;
}

.pum-content.popmake-content .pum-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #4d4d4d;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}

.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}

.pum-container fieldset.fst-labl span.gfield_required {
    display: none;
}

body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}

body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}

body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    height: 60px !important;
    resize: none;
}

body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

:focus-visible,
:-webkit-direct-focus {
    outline: none;
}

:focus,
*:focus {
    outline: none;
}

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    min-height: 320px !important;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}

.page_default.blg-default {
    padding: 45px 0px 110px;
}

.page_default.sngldft .nav-previous,
.page_default.sngldft .nav-next {
    max-width: 260px;
    width: 100%;
}

.page_default.sngldft .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.page_default .genpg-rite h2.screen-reader-text {
    display: none;
}

.page_bnr.sngblg {
    position: relative;
    background-size: 60%;
    background-position: right top;
}

.page_bnr.sngblg:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: url(images/single-blog-before.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-color: transparent !important;
}

.page_title {
    position: relative;
    z-index: 9;
}

.page-id-693 .page_default .genpg-rite.full-width h2 {
    letter-spacing: 0px;
    text-align: left;
}

.tele-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tele-left,
.tele-rite {
    width: 49%;
}

/*Single Profile*/
.single-prf-others-list.owl-carousel .owl-stage-outer {
    padding: 0px 2px 0px 0px;
}

.single-prf-others-list.owl-carousel .owl-stage {
    display: flex;
}

.single-prf-others-list.owl-carousel .owl-item {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.single-prf-others-list.owl-carousel .owl-nav {
    max-width: 720px;
    width: 100%;
    margin: 50px auto 0px;
}

.home_testimnlslides.owl-carousel button.owl-dot.active {
    background-color: #93cd8c;
}

.genpg-rite.snglblg .page_default .genpg-rite nav.navigation.post-navigation h2 {
    display: none;
}

.gen-splts.slf-etm {
    padding: 50px 0 0;
}

.page-template-reviews-page .review_item:last-child {
    border: 0;
    margin-left: 0;
}

.blog-post-img img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.blog-post-img {
    height: 300px;
}

/*.page_bnr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;

}*/

.prfle-pg-cnent-title h3 br {
    display: none;
}

body .pum-container .gform_wrapper.gravity-theme .gfield-choice-input {
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    outline: 0px !important;
}

#input_4_1 label {
    position: relative;
}

#input_4_1 input[type="radio"] {
    display: none;
}

#input_4_1 input[type="radio"]+label::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
}

#input_4_1 input[type="radio"]:checked+label::before {
    background-color: #4d4d4d;
}

.genchtpg-sftcre-img img {
    width: 100%;
}

img.gen-chart-img {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 20px;
}

#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    width: 100%;
    height: 100vh;
}

.floatingMenu-list {
    width: 280px;
    /*    background: #93cd8c;*/
    background: #6f6f6f;
    position: relative;
    overflow-y: auto;
    height: 100vh;
    padding: 10px 15px;
}

a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}

.page-id-638 .genchtpg-sftcre-img {
    max-height: 1000px;
}

.home_testimnlslides.owl-carousel .owl-item.active:hover {
    z-index: 9 !important;
    position: relative !important;
    padding: 10px !important;
}

.test_item:hover {
    transform: scale(1.07);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition-duration: 0.5s;
}

.home_testimnlslides.owl-carousel .owl-stage-outer {
    padding: 45px 16px 45px 16px !important;
}

.home_testimnlslides.owl-carousel .owl-stage {
    display: flex;
    padding: 0 15px 0 9px !important;
    /*    padding: 45px 35px 45px 0!important;*/
}

.home_testimnlslides.owl-carousel .owl-stage .owl-item {
    display: flex;
    padding: 0 5px;
}

.testim-sec-rgt {
    width: 70.8%;
    padding: 0 20px 0 0;
    /*    margin:0 -21px 0 0;
        padding-right: 21px;*/
    /*    overflow: hidden;*/
}

.testim-sec-lft {
    width: 24%;
}













/*.hm-srvc-itm-dn{
    display: none;
}*/
.hm-sve-sctn-itm .hm-srvc-itm-dn {
    padding: 0 !important;
}

/*.hm-sve-sctn-itm:hover .hm-srvc-itm-db{
    display: none;
}*/
.hm-srvc-itm-dn {
    background-color: #6F6F6F;
}

.hm-sve-sctn-itm {
    display: flex
}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt {
    position: inherit;
    margin: 0 !important;
    left: inherit;
    width: 100%;
    padding: 20px 30px;
    bottom: inherit !important;

}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt h5 {
    position: relative;
    margin-bottom: 10px;
}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt p {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px;

}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt p br {
    display: none;
}


.hm-srvc-itm-dn .hm-srv-btn a {
    /*    color:#93cd8c*/
    color: #fff;
}

.page_default .genpg-rite .post-share-rgt a.insta {
    display: none;
}


.hm-sve-sctn-itm {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.hm-sve-sctn-itm,
.hm-srvc-itm-db,
.hm-srvc-itm-dn {
    width: 100%;
    height: 100%;
}

.hm-sve-sctn-itm {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/*hide back of pane during swap */
.hm-srvc-itm-db,
.hm-srvc-itm-dn {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.hm-srvc-itm-dn {
    position: absolute;
    top: 0;
    left: 0;
}

.hm-srvc-itm-db {
    text-align: center;
    z-index: 2;
    transform: rotateY(0deg);
}

.hm-srvc-itm-dn {
    transform: rotateY(-180deg);
    text-align: center;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .hm-sve-sctn-wraper:hover .hm-srvc-itm-db {
        transform: rotateY(-180deg);
    }

    .hm-sve-sctn-wraper:hover .hm-srvc-itm-dn {
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 991px) {
    .hm-sve-sctn-wraper .hm-sve-sctn-itm.hovered .hm-srvc-itm-db {
        transform: rotateY(-180deg);
    }

    .hm-sve-sctn-wraper .hm-sve-sctn-itm.hovered .hm-srvc-itm-dn {
        transform: rotateY(0deg);
    }
}

.hm-sve-sctn-itm-img p {
    margin-bottom: 0
}

.hm-sve-sctn-itm-img p:empty {
    display: none;
}

.page_bnr.sngblg .page_title {
    width: 65%;
}

.page-id-641 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym1.png);
    top: 1px;
    width: 20px;
    height: 32px;
    transform: scale(1.1);
}

.page-id-638 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym4.png);
    transform: scale(1.1);
    top: -1px;
}

.page-id-644 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before,
.page-id-693 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym2.png);
    top: 1px;
}

.page-id-717 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym3.png);
    transform: scale(1.1);
    top: 4px;
}

.page-id-1287 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym8.png);
    transform: scale(1.1);
    top: 0;
}

.page-id-726 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym9.png);
    width: 33px;
    height: 29px;
}

.page-id-734 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym10.png);
    transform: scale(1.1);
    top: 0;
}

.page-id-731 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym20.png);
    transform: scale(1.2);
    top: -2px;
}


.page-id-720 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/trauma-ptsd-li-icon.png);
    transform: scale(1.2);
    top: 0;
}

.page-id-723 .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before,
.page-id-2105 .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym6.png);
    transform: scale(1.2);
    top: 0;
    left: 10px;
}

.page-id-729 .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul li:before {
    background-image: url(images/sym7.png);
    transform: scale(1.2);
    top: 0;
}

/*.page-id-641 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before {
    font-family: 'Poppins', sans-serif;
    font-size: 120px;
    font-weight: 300;
    font-style: italic;
    color: #e9f5e8;
    line-height: 0.54;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: inherit;
}*/

.genchtpg-deprsin-lst.anxiety p {
    display: block;
    width: 100%;
}
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety {
    display: inline-block;
    width: 100%;
}
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li {
    width: 100%;
    margin-bottom: 40px;
}
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li strong,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li strong {
    display: block;
}
.page-id-2139 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li strong {
    display: initial;
}
.page-id-641 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-503 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li:before {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 300;
    font-style: italic;
    color: rgb(100 100 100 / 30%);
    line-height: 0.54;
    top: -12px;
    left: 0;
    z-index: -2;
    background-color: inherit;
}
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li:before,
.page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety.grnnum ol li:before {
    /*    color: #e9f5e8;*/
    color: rgba(147, 205, 140, 0.6);
}

.page-id-641 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-id-503 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist li {
    padding-left: 20px !important;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}
.page-id-503 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety li {
    margin-bottom: 30px;
}

.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li p {
    margin:0;
}
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li p strong,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li ul li strong {
    display: initial;
}
.page-id-641 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-id-503 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li ul li {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    font-size: 18px;
}

.page-id-641 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-717 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-720 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-723 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-726 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-729 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-id-503 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li ul li:before,
.page-template-template-parts .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genpgnumlist ol li ul li:before {
    background: #93cd8c;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: -8px;
    top: 7px;
    display: block;
    right: inherit;
}

.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 b.gen-quens,
.deprsin-innr h2 b.gen-quens {
    font-family: 'La Belle Aurore', cursive;
    color: #646464;
    letter-spacing: 0;
    text-transform: lowercase;
    font-weight: 300 !important;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
    font-style: italic;
    font-size: 60px;
}

.page_content .genpg-rite.genchtpg .genchtpg-sftcre .genchtpg-sftcre-cnt h6.p1 {
    margin-bottom: 45px;
}

.genchtpg-deprsin-lst-pdd {
    padding-top: 25px;
}

/*.page-id-1287 .genchtpg-sym {
    padding: 0;
}*/
.genchtpg-sym.genchtpg-sym-nopadng {
    padding: 0;
}

.genchtpg-sym-ls-img {
    width: 100%;
    margin: 0 0 40px;
}

.genchtpg-sym-ls-img img.alignnone {
    float: none;
    margin: 0 auto 10px;
}

.page_default .genpg-rite.genchtpg .genchtpg-sym-ls-img-btm-cnt h2 {
    letter-spacing: 3px;
}

/*.page-id-644 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst li{
    margin-bottom: 0!important;
}
.page-id-644 .page_default .genpg-rite.genchtpg .genchtpg-sym .genchtpg-sym-lst ul{
    row-gap: 60px;
    margin-bottom: 60px
}*/

.equl-spce.gnrl-cnt-btm {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.equl-spce.list-dwn {
    margin-top: 0;
    width: 100%;
    float: left;
}

.equl-spce.gnrl-cnt-btm.gnrl-cnt-btm-img-btm {
    margin: 0px;
}

/* .genchtpg-sym-lst {
       width: 100%;
        float: left;
} */


.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2 small,
.deprsin-innr .deplstyou h2 small {
    font-family: 'La Belle Aurore', cursive;
}

.genchtpg-sftcre-cnt-img img.aligncenter,
.genchtpg-dsrd-img img.aligncenter {
    margin: 0 auto 0 auto !important;
}

.genchtpg-sftcre-cnt-img {
    margin: 0 0 0;
}

/*.page-id-503 .genchtpg-sftcre-cnt-img.one {
    margin:0!important;
}
.genchtpg-sftcre-cnt-img.three {
    margin: 0!important;
}
.page-id-638 .genchtpg-sftcre-cnt-img.three {
    margin: 0!important;
}

.page-id-638 .genchtpg-sftcre-cnt-img.one{
    margin: 0!important;
}*/

.page-id-720 .equl-spce.gnrl-cnt-btm.gnrl-cnt-btm-img-btm {
    margin: 19px 0 0;
}

.hm-sve-sctn-wraper a.hm-sve-link {
    display: none;
}

.hm-sve-sctn-wraper .hm-srv-btn a:hover {
    color: #93cd8c;
}

.equl-spce.gnrl-cnt-btm.gnrl-cnt-btm-img-btm.relstn {
    margin: 0;
}

.page-id-641 .genchtpg-dsrd {
    padding: 0 !important;
}


.page-id-641 .genchtpg-sftcre-cnt-img {
    margin: 0 0 15px;
}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt h5 {
    font-size: 48px;
}

.hm-srvc-itm-dn .hm-sve-sctn-itm-cnt p {
    font-size: 20px;
}

/* .page-id-641 .page_default .genpg-rite h1 strong,
.page-id-641 .page_default .genpg-rite h2 strong,
.page-id-641 .page_default .genpg-rite h1 small,
.page-id-641 .page_default .genpg-rite h2 small {
    font-family: 'La Belle Aurore', cursive;
    letter-spacing: 0;
    text-transform: lowercase;
} */

.sppg-imgs {
    margin: 0 auto 55px !important;
}

.equl-spce.gnrl-cnt-btm.gnrl-cnt-btm-img-btm {
    margin: 0 !important
}

.page-id-503 .equl-spce.gnrl-cnt-btm,
.equl-spce.gnrl-cnt-btm {
    margin-top: 18px !important;
}

.page-id-503 .page_default .genpg-rite.genchtpg .equl-spce.gnrl-cnt-btm h2,
.page_default .genpg-rite.genchtpg .equl-spce.gnrl-cnt-btm h2,
.page_default .genpg-rite.genchtpg .genchtpg-sym h2 {
    margin-bottom: 30px !important;
}

.page-id-641 .genchtpg-deprsin-lst-pdd {
    padding-top: 0 !important
}

/*page-id-1287 .genchtpg-dsrd {
    padding: 0 !important;
}*/

.sppg-imgs {
    margin: 0 auto 48px !important;
}

.page_default .genpg-rite h2.single-top-title {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 7.2px;
}
.page_default .genpg-rite .gencht-aprly-cnt h2 {
    text-transform: none;
}

.genpg-rite.snglblg h1 strong,
.page_default .genpg-rite.snglblg h2 strong,
.genpg-rite.snglblg h1 small,
.page_default .genpg-rite.snglblg h2 small {
    font-family: 'Dancing Script', cursive;
    font-weight: 400 !important;
    text-transform: lowercase;
    font-size: 60px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: top;
}



.genpg-rite.snglblg h2 {
    text-align: center;

}

.page-id-734 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.anxiety ol li p {
    margin-top: 40px;
    margin-bottom: 0;
}
.page-id-638 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.clr-cng ol li:before,
.page-id-693 .page_content .genpg-rite.genchtpg .genchtpg-deprsin-lst.genchtpg-deprsin-lst-holding.clr-cng ol li:before {
    background-color: #88b9a9;
}

.post_metainfo {
    text-align: center;
}
.page_default .genpg-rite .post_metainfo h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.page_default .genpg-rite h2.single-top-title {
    margin-bottom: 5px;
}
.prfl-hover-blks-content .vw-prf {
    text-align: center;
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    margin: auto;
}

.prfl-hover-blks li {
    position: relative;
    padding-left: 26px;
}
.prfl-hover-blks ul li:before {
    position: absolute;
    content: "";
    background-image: url(images/singlprfle-arrw.png);
    background-repeat: no-repeat;
    top: 5px;
    margin: auto;
    left: 0;
    width: 15px;
    height: 15px;
}

.prfle-pg-cnent-title h2:before{
    display: none;
}
.prfle-pg-cnent-title h2 img.heart-icn {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.singlprfle-rgt-btn {
    text-align: left;
    position: inherit;
    left: inherit;
    bottom: inherit;
}
.singlprfle-lft-list.dn, .singlprfle-lft-cnt.dn{
    display: none;
}
.singlprfle-rgt .singlprfle-lft-list:last-child{
    margin-bottom: 0;
}

.prfl-hover-blks li.p1{
    margin-bottom: 25px;
}

.hmfaq_cnt .accordion-section-title.active{
    color: #93cd8c;
}

.page_default .genpg-rite.genchtpg .gencht-get h2,
.page_default .genpg-rite.genchtpg .genchtpg-sym h2,
.page_default .genpg-rite.genchtpg .genchtpg-dsrd h2,
.page_content .genpg-rite.genchtpg .genchtpg-deprsin h2,
.page_content .genpg-rite.genchtpg .genchtpg-sftcre .genchtpg-sftcre-cnt h2,
.page_default .genpg-rite.genchtpg .gencht-aprly .gencht-aprly-cnt h2,
.prfle-pg-meet h2, .page_default .genpg-rite.full-width h2, .page_default .genpg-rite h2.single-top-title,
.single-prf-others-sec h2, .page_default .genpg-rite h2{
    font-size:60px!important
}

.genpg-rite h1 strong, .page_default .genpg-rite h2 strong,
.genpg-rite h1 small, .page_default .genpg-rite h2 small,
.genpg-rite.snglblg h1 strong, .page_default .genpg-rite.snglblg h2 strong,
.genpg-rite.snglblg h1 small, .page_default .genpg-rite.snglblg h2 small{
    font-size:60px!important
}


.blg-toprgt .widget_search{
    display: none;
}

.page_default .genpg-rite.snglblg h2 {
    font-size: 40px!important;
}

.page_default .genpg-rite.snglblg h2.single-top-title{
    font-size: 60px!important;
}
.singlprfle-rgt-btn {
    text-align: center;
}

.singlprfle-rgt .singlprfle-lft-list .singlprfle-rgt p:last-child{
    margin-bottom: 0;
}

.singlprfle-rgt-btn.dn {
    margin: 60px 0 0;
}
.singlprfle-rgt-btn.db {
    display: none;
}
.blg-toprgt-btn a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding: 23px 35px 22px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-left: 20px;
}
.blg-toprgt-btn a:hover {
    color: #fff;
    background-color: #6f6f6f;
}
.hdr-top-lft a.twtr, .ftr-scl-icns a.twtr, .cnt-pg-frm-sctn-scl-lst a.twtr{
	display:none;
}

.hdr-top-lft a.insta, .cnt-pg-frm-sctn-scl-lst a.insta, .ftr-scl-icns a.insta{
	order:1
}

.hdr-top-lft a.fb, .cnt-pg-frm-sctn-scl-lst a.fb, .ftr-scl-icns a.fb{
	order:2
}
.hdr-top-lft a.ggle, .cnt-pg-frm-sctn-scl-lst a.ggle, .ftr-scl-icns a.ggle{
	order:3
}
.hm-care-sctn-btn-lst {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.hm-care-sctn-btn.clr a{
    background-color:#93cd8c;
}
.hm-care-sctn-btn.clr a:hover {
    background-color: #6f6f6f;
}
.hm-plan-lisng {
    display: flex;
    justify-content: center;
    gap: 1%;
}
.hm-care-sctn-btn.greenbtn a {
    background-color: #93cd8c;
}
.hm-care-sctn-btn.greenbtn a:hover {
    background-color: #6f6f6f;
}
.page_default .genpg-rite .hm-care-sctn-btn.drpsnbtn a {
    background-color: #93cd8c;
    color: #fff;
}
.hm-care-sctn-btn.drpsnbtn {
    padding-top: 35px;
}
.page_default .genpg-rite .hm-care-sctn-btn.drpsnbtn a:hover {
    background-color: #6f6f6f;
}
.genpgbtnlst.center, .singlprfle-rgt-btn-mbl-dsk {
    display: flex;
    justify-content: center;
    gap: 1%;
}

.singlprfle-rgt-btn a {
    font-size: 16px;
    padding: 25px 20px 25px;
    width: 265px;
}

.hm-plan-sctn-btn.greybtn a, .singlprfle-rgt-btn.greybtn a, .page_default .genpg-rite .genpgbtn.center.greybtn.btn a{
    background-color:#6f6f6f;
}

.hm-plan-sctn-btn.greybtn a:hover, .singlprfle-rgt-btn.greybtn a:hover, .page_default .genpg-rite .genpgbtn.center.greybtn.btn a:hover{
    background-color:#93cd8c;
}

.spwidget-button-wrapper {
    text-align: center
}

.spwidget-button {
    display: inline-block;
    padding: 6px 12px;
    color: #1371C8;
    background: #fff;
    border: 1px solid #1371C8;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.spwidget-button:hover {
    background: #fff;
    color: #0F5AA0
}

.spwidget-button:active {
    color: rgba(255, 255, 255, .75) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset
}
.postid-3304 .page_default .genpg-rite.snglblg h3 {
    text-align: left;
}
.form-sctn-hm-frm a.spwidget-button {
    border: none;
    cursor: pointer;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    background-color: #93cd8c;
    padding:25px 46px 25px;
    border-radius: 50px;
    letter-spacing: 2px;
    margin-top: 0;
}
.form-sctn-lft:before{
    display:none;
}
.form-sctn-lft {
    width: 40%;
}
.form-sctn-rgt {
    width: 49%;
    padding-top: 0 !important;
}
.form-sctn-list {
    align-items: center;
}
.form-sctn-rgt:before {
    top: 9px;
}
.form-sctn-hm-frm a.spwidget-button:hover {
    background-color: #4d4d4d;
}
.form-sctn-rgt p {
    margin: 0;
}
.cnt-pg-frm-sctn-list {
    align-items: center;
}
.cnt-pg-frm-sctn-rgt {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}
.hm-plan-lisng .hm-plan-sctn-btn a {
    min-width: 330px;
    width: 100%;
}
.hm-care-sctn-btn-lst .hm-care-sctn-btn a {
    width: 100%;
    min-width: 290px;
}
.page_default .genpg-rite .genpgbtnlst.center .genpgbtn a {
    width: 100%;
    width: 295px;
    text-align: center;
}

.pagepopfrm a.spwidget-button {
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 2px;
    background-color: #6f6f6f;
    padding: 15px 28px 15px;
    border-radius: 50px;
    border: 0;
}
.pagepopfrm {
    text-align: left;
    display: flex;
    justify-content: start;
}
.pum-open.pum-open-overlay-disabled.pum-open-fixed .gform-footer.gform_footer.top_label {
    display: none;
}
.genpg-rite.genchtpg .faqs-pg {
    margin: 0 0 30px;
}

.pum-content.popmake-content p:empty {
    margin: 0;
}
.pum-content.popmake-content .simplepop {
    color: #fff;
}
.pagepopfrm a.spwidget-button:hover, .pagepopfrm a.spwidget-button:active {
    background-color: #fff;
    color: #6f6f6f !important;
}

.hdr-top-rgt h6, .form-sctn-itm h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    line-height: 0.3;
    letter-spacing: 2.16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hdr-top-rgt.gap {
    margin-right: 25px;
}
.form-sctn-itm {
    margin-bottom: 25px;
}

.form-sctn-itm h4 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.header-sticky .sicky-cnt.sticky-sms-wrap a:before {
    background: url(images/header-sticky-sms.png) no-repeat center;
}