/*
 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: 'Montserrat', 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 {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Unna', serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
}
p, li, ul, ol, blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    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"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    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: 1380px;
    width: 100%;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
/* Top Menu Section */
.logo-menu {
    width: 100%;
    z-index: 99;
    display: flex;
    /*align-items: center;
    */
    align-items: flex-end;
    justify-content: space-between;
    margin: -41px 0 0;
}
.topmenu {
    margin-bottom: 0!important;
/*    margin: 0 0 45px;*/
    display: flex;
/*    align-items: center;*/
    position: relative;
}
.cnsltn {
    margin: 0 0 23px;
}
.logo img {
    display: block;
    width: auto;
}
.logo_rt {
    position: relative;
}
/* Top Menu Section */
.topmenu ul {
    margin: 0;
    font-size: 0;
}
.topmenu ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px 0;
}
.topmenu ul li a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height:100%;
    color: #fff;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding-bottom: 45px;
}
.topmenu ul li a:hover {
    color:#77bec0;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #027BA2;
    padding: 0px 0;
    z-index: 999;
}
ul.primary-menu > li > ul.sub-menu {
    display:none;
}
ul.primary-menu > li:hover > ul.sub-menu {
    display: block;
}
ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu {
    display:none;
    left:100%;
    top:0;
}
ul.primary-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    display:none;
    left:100%;
    top:0;
}
ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}
.topmenu .sub-menu li a {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    line-height: 100%;
}
.topmenu .sub-menu li a:hover {
    /*    background-color:#fff;*/
    color: #BBDEDF;
}
.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: 340px;
    background-color: #027BA2;
    padding: 0;
    z-index: 999;
    display: none;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
}
.topmenu ul li.wide-menu ul li {
    width: 50%;
    margin: 0px;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    padding: 10px 10px;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    color: #BBDEDF;
}
.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;
}
/*Header Sticky Menu*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color:#007ba2;
    z-index: 9999;
}
.sticky-wrap {
    display:none;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display:none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
/*.sticky-mobinav {
     display: none;
}
*/
.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: 'Montserrat', sans-serif;
    font-weight: 500;
    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 {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.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 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;
    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: 300px;
    background: #007ba2;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    height: 100vh;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
#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: 'Montserrat', sans-serif;
    font-weight: 500;
    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;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #013183;
}
.togsearch .search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 20px;
    border: none;
    background: url(images/sprite_icons.png) no-repeat;
    background-position: -54px 0px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
/* 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: 27px;
    color: #fff;
}
.mobinav {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
}
.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: 'Montserrat', sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
  font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #013183;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
	font-size:18px;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
    background-color: #bbdedf;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.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;
}
.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: 0;
    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;
    z-index: 1;
}

.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: rgba(0, 123, 162, 0.4);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    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;
}
/* Show Hide Menu Section Ends */
/*Home header section*/
.logo-menulist{
    background-color: #007ba2;
    border-top: 6px solid #bbdedf;
    position: relative;
}
.logo-mnu-btn a{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #007ba2;
    display: inline-block;
    text-transform:uppercase;
    padding: 22px 88px 22px 42px;
    background-color: #bbdedf;
    outline: 1px solid #007ba2;
    outline-offset: -3px;
    border-radius: 3px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
}
.logo-mnu-btn a:before{
    content: "";
    position: absolute;
    right: 2px;
    top:0;
    bottom: 0;
    margin: auto;
    background-image: url(images/btn-arw-icn.png);
    background-repeat: no-repeat;
    width:53px ;
    height:58px ;
    background-color: #007ba2;
    background-size: contain;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 19px;
}
.logo-mnu-btn a:hover{
    color: #fff;
    outline-color:#fff;
    background-color: #007ba2;
    /*    transition: 0.3s;*/
}
.logo-mnu-btn a:hover:before{
    background-color: #bbdedf;
    /*    transition: 0.3s;*/
}
.logo-menu-top {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 99;
}
.hdr-tp-btn a{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    padding: 11px 25px 18px 20px;
    display: inline-block;
    background-color: #bbdedf;
    z-index: 1;
    position: relative;
}
.hdr-tp-btn a:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 47px;
    transform: skew(20deg);
    background: #bbdedf;
    border-bottom-left-radius: 7px;
    left: -14px;
    top: 0;
    z-index: -1;
}
.hdr-tp-btn a:hover{
    color: #007ba2;
}
.logo-menulist:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bbdedf;
    height: 47px;
    width: 350px;
    z-index: 9;
}
/*Home Banner section*/
.banner-sctn{
    background: rgb(228,232,232);
    background: -moz-linear-gradient(top, rgba(228,232,232,1) 0%, rgba(229,233,233,1) 18%, rgba(239,241,240,1) 49%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(top, rgba(228,232,232,1) 0%,rgba(229,233,233,1) 18%,rgba(239,241,240,1) 49%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(228,232,232,1) 0%,rgba(229,233,233,1) 18%,rgba(239,241,240,1) 49%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e8e8', endColorstr='#f4f4f4',GradientType=0 );
}
.banner-sctn .container {
    position: relative;
}
.hm-bnr-cnt-blck {
    /* padding: 215px 10px 330px; */
    padding: 215px 10px 325px;
    background-image: url(images/hm-bnr-bg.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-bnr-cnt h2, .hm-bnr-cnt h1{
    font-size: 90px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color:#005457;
    line-height: 1.06;
    text-transform: capitalize;
    margin-bottom: 30px
}
.comn-btn a{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #007ba2;
    display: inline-block;
    text-transform:uppercase;
    padding: 22px 84px 22px 33px;
    background-color: #bbdedf;
    outline: 1px solid #007ba2;
    outline-offset: -3px;
    border-radius: 3px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
    border: none;
}
.comn-btn a:before{
    content: "";
    position: absolute;
    right: 2px;
    top:0;
    bottom: 0;
    margin: auto;
    background-image: url(images/btn-arw-icn.png);
    background-repeat: no-repeat;
    width:53px ;
    height:58px ;
    background-color: #007ba2;
    background-size: contain;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 19px;
}
.hm-bnr-btn.comn-btn a{
    background-color: #007ba2;
    outline-color: #bbdedf;
    color: #fff;
}
.hm-bnr-btn.comn-btn a:before{
    background-color: #bbdedf;
}
.hm-bnr-btn.comn-btn a:hover{
    color: #007ba2;
    outline-color:#007ba2;
    background-color: #bbdedf;
    /*    transition: 0.3s;*/
}
.hm-bnr-btn.comn-btn a:hover:before{
    background-color: #007ba2;
    /*    transition: 0.3s;*/
}
.bnr-btm-servs-list {
    display: flex;
	justify-content: center;
}
.bnr-btm-servs-itm {
    width: 20%;
    /* background-color: #007ba2;
    */
    /* background-image: url(images/srvc-bg2.png);
     background-repeat: no-repeat;
     background-position: bottom center;
     text-align: center;
     padding: 40px 10px 60px;
    */
    position: relative;
    margin: 0 0.79% 0 0;
    /* border-top-left-radius: 6px;
     border-top-right-radius: 6px;
     transform: scale(1);
    */
}
.inrbnr-btm-servs-itm {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 116px;
    /* padding: 5vh 0px 0px; */
    padding: 20px 10px 0;
    display: flex;
    /* justify-content: center; */
    /* align-items: flex-start; */
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #007ba2;
    background-image: url(images/srvc-bg2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bnr-btm-servs-itm:last-child{
    margin-right: 0;
}
.page-link a{
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}
.bnr-btm-servs-itm-btn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
}
.bnr-btm-servs-itm h6{
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hm-bnr-btm-servs {
    margin: 0;
    position: absolute;
    z-index: 99;
    bottom: -18px;
    left: 0;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .hm-bnr-btm-servs {
        bottom: 0;
    }
}
.bnr-btm-servs-itm-btn a {
    font-size: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    vertical-align: top;
    background-position: -268px -4px;
    margin: 0 0 -20px 0
}
.bnr-btm-servs-list p:not(.inrbnr-btn-servs-itm-content):empty {
    display: none;
}
.inrbnr-btn-servs-itm-content {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0 0 0;
    /* opacity: 0; */
    min-height: 40px;
}
.bnr-btm-servs-itm:hover .inrbnr-btm-servs-itm {
    /* height: 130PX; */
    height: 150px;
    background-color: #77bec0;
}
/* .bnr-btm-servs-itm:hover .inrbnr-btn-servs-itm-content {
    opacity: 1;
} */
/*Weight Loss Section*/
.weight-loss-sec{
    padding: 110px 0;
    background-image: url(images/weight-loss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    position: relative;
    z-index: 9;
}
.weight-loss-hd-cnt-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.weight-loss-hd-cnt-itm.lft {
    width: 30%;
}
.weight-loss-hd-cnt-itm.rite {
    width: 53%;
}
.weight-loss-hd-cnt-itm.lft h2{
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color:#111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom:0;
}
.weight-loss-hd-cnt-itm.rite p{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 160%;
    color: #333333;
    position: relative;
    margin-bottom: 0;
}
.weight-loss-btm-cnt-hdn-icn {
    display: flex;
    align-items: center;
    background-color: #f0f6f6;
    padding: 20px 0 20px 40px;
    position: relative;
}
.weight-loss-btm-cnt-hdn-icn:before{
    content: "";
    position: absolute;
    width: 96px;
    height: 100%;
    background-color: #d4e5e5;
    left: 0;
    top:0;
    z-index: 9;
}
.weight-loss-btm-cnt-itm {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    width: 32%;
    margin: 0 1.9% 0 0;
}
.weight-loss-btm-itm-cnt {
    padding: 25px 34px 45px 40px;
}
.weight-loss-btm-cnt.icn {
    z-index: 9;
    margin-right: 30px;
    width: 100%;
    max-width: 112px;
}
.weight-loss-btm-cnt.hdn h6{
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
}
.weight-loss-btm-itm-cnt p, .weight-loss-btm-itm-cnt h1 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    position: relative;
    margin-bottom: 0;
}
.weight-loss-btm-cnt-itm2 .weight-loss-btm-itm-cnt p, .weight-loss-btm-itm-cnt h1{
    display: inline !important;
}
.weight-loss-btm-cnt-list {
    display: flex;
    flex-wrap: wrap;
}
.weight-loss-btm-cnt-itm:nth-child(3n){
    margin-right: 0
}
.weight-loss-list {
    padding: 0 15px;
}
/*get strated section*/
.cta-sec{
    background-image: url(images/get-strated-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
    padding: 143px 0;
}
.get-started-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.get-started-tm.rite h6{
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: 0.57px;
    margin-bottom: 10px;
}
.get-started-tm.rite h2{
    font-size: 34px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #fff;
    line-height: 107%;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.get-started-tm.rite h2 strong{
    font-weight: 700;
    display: block;
}
.get-started-tm.lft img {
    width: 100%;
    display: block;
    opacity: 0.49;
}
/*.get-started-tm.lft{
     position: relative;
}
.get-started-tm.lft:before{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #0fbdd8;
     left: 0;
     top:0;
     opacity: 0.6;
}
*/
.get-started-btn.comn-btn a:hover, 
.page_default .genpg-cnt .inn-areas-btn.comn-btn a:hover{
    background-color: #007ba2;
    outline-color: #bbdedf;
    color: #bbdedf;
    /*    transition: 0.3s;*/
}
.get-started-btn.comn-btn a:hover:before, 
.page_default .genpg-cnt .inn-areas-btn.comn-btn a:hover:before {
    background-color: #bbdedf;
    /*    transition: 0.3s;*/
}
/*home Photo Gallery*/
.hm-photo-gallery-sec{
    padding: 120px 0;
    background-image: url(images/weight-loss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}
.aftr-bfr-pht-galry-blck h5{
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #005457;
    margin-bottom: 20px;
    position: relative;
    padding-right: 210px;
    display: inline-block;
}
.aftr-bfr-pht-galry-blck h5:before{
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #bed3d3;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.aftr-bfr-pht-galry-blck h2{
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom:55px;
}
.Photo-gallery-inr-itm {
    display: flex;
    justify-content: space-between;
}
.pht-galry-inritm-img {
    width: 49.8%;
}
.pht-galry-inritm-img img{
    width: 100%;
    display: block;
}
.Photo-gallery-itm {
    /* width: 32%;
     margin: 0 1.99% 0 0;
    */
    width: 100%
}
.Photo-gallery-itm:nth-child(3n){
    margin-right: 0;
}
.Photo-gallery-inr-itm h6, .page_default .genpg-cnt .Photo-gallery-inr-itm h6{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.befr-img.itm-img{
    margin-top: 15px;
}
.after-img.itm-img {
    margin: 0 0 15px;
}
.Photo-gallery-list {
    display: flex;
    flex-wrap: wrap;
}
.Photo-gallery-list.owl-carousel .owl-nav button.owl-prev,.Photo-gallery-list.owl-carousel .owl-nav button.owl-next{
    width: 59px;
    height: 59px;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -309px -4px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    left: -80px;
    top:0;
    bottom: 0;
    margin: auto;
}
.Photo-gallery-list.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: -80px;
    background-position:-373px -4px;
}
.Photo-gallery-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -309px -65px;
    transition: 0.5s
}
.Photo-gallery-list.owl-carousel .owl-nav button.owl-next:hover{
    background-position:-373px -65px;
    transition: 0.5s
}
/*Home Why choose Us*/
.y-choose-us-cnt-list {
    display: flex;
    justify-content: space-between;
}
.y-choose-us-cnt-itm.rite {
    width: 52.3%;
}
.y-choose-us-cnt-itm.lft {
    width: 42%;
    z-index: 1;
}
.y-choose-us-cnt-itm.lft img{
    width: 100%;
    display: block;
}
.y-choose-us-blck-hdng h5 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #005457;
    margin-bottom: 25px;
    position: relative;
    padding-right: 210px;
    display: inline-block;
}
.y-choose-us-blck-hdng h5:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #bed3d3;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.y-choose-us-blck-hdng h2 {
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    /* margin-bottom: 55px;
    */
    margin: 0;
}
.hm-y-choose-us-sec{
    background-image: url(images/weight-loss-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    ;
    position: relative;
    z-index: 9;
}
.y-choose-us-cnt-blck{
    padding: 60px 0 115px;
    position: relative;
}
.y-choose-us-cnt-blck:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background-color: #fff;
    width: 620px;
    height: 155px;
}
.y-choose-us-blck-hdng {
    padding:115px 0 60px;
    background-color: #fff;
}
.y-choose-us-cnt-itm-rite-cnt-itm {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c6d9d9;
    justify-content: space-around;
}
.y-chose-us-cnt-itm-rite-cnt.img{
    width: 100%;
    max-width: 77px;
    margin-right: 45px;
    margin-left: 10px;
}
.y-chose-us-cnt-itm-rite-cnt h6 {
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.y-chose-us-cnt-itm-rite-cnt p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    margin-bottom: 0;
    position: relative;
}
.y-choose-us-cnt-itm-rite-cnt-itm:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
/*home our programs*/
.hm-our-programs-sec{
    padding: 120px 0;
}
.hm-our-programs-sec h5 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #005457;
    margin-bottom: 25px;
    position: relative;
    padding-right: 210px;
    display: inline-block;
}
.hm-our-programs-sec h5:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #bed3d3;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-our-programs-sec h2 {
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 55px;
}
.hm-our-programs-blck {
    display: flex;
    margin-bottom: 55px;
    counter-reset: my-sec-counter;
}
.hm-our-programs-itm {
    width: 20%;
    padding: 25px 40px 50px;
    position: relative;
}
.hm-our-programs-itm::after{
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    right: 35px;
    top: -10px;
    font-size: 180px;
    line-height: 100%;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: rgba(25, 101, 103, 0.04);
}
.hm-our-programs-itm:nth-child(even){
    background-color: #e5f2f2;
    margin-top: 50px;
}
.hm-our-programs-itm:nth-child(odd){
    background-color: #f3f8f8;
    margin-bottom: 50px;
}
.hm-our-programs-itm-cnt h6 {
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 28px;
    position: relative;
}
.hm-our-programs-itm-cnt p {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    margin-bottom: 0;
}
.hm-our-programs-blck-btm p{
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 166%;
    color: #333333;
    margin-bottom: 0;
}
.hm-our-programs-itm-cnt.icn img{
    width: auto;
}
.hm-our-programs-itm-cnt.icn{
    margin-bottom: 30px;
}
.hm-our-programs-itm h6:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 38px solid transparent;
    border-bottom: 35px solid transparent;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-our-programs-itm:nth-child(even) h6:before{
    border-left-color:#f3f8f8
}
.hm-our-programs-itm:nth-child(odd) h6:before{
    border-left-color:#e5f2f2
}
.hm-our-programs-itm:first-child h6:before{
    display: none
}
/*Home Profile*/
.hm-profile-sec{
    padding: 120px 0;
}
.hm-profile-blck {
    display: flex;
    justify-content: space-between;
    padding: 0 25px 0 0 !important;
}
.hm-profile-itm.lft h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #005457;
    margin-bottom: 25px;
    position: relative;
    padding-right: 210px;
    display: inline-block;
}
.hm-profile-itm.lft h5:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #bed3d3;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-profile-itm.lft h2 {
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.hm-profile-itm.lft p {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 152%;
    color: #333333;
    margin-bottom: 22px;
}
.hm-profile-itm.rite {
    width: 51.4%;
    padding: 0 70px;
    position: relative;
    z-index: 9;
    height: 100%;
    padding-bottom: 60px;
}
.hm-profile-itm.lft {
    width: 45%;
    padding: 25px 0px 0px 0px;
}
.hm-profile-itm.rite img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.hm-profile-itm.rite:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 225px;
    background-color: #f0f6f6;
    z-index: -1;
}
.hm-profile-btn.comn-btn a{
    color: #fff;
    background-color: #007ba2;
    outline-color:#bbdedf ;
}
.hm-profile-btn.comn-btn a:before{
    background-color: #bbdedf;
}
.hm-profile-btn.comn-btn a:hover{
    color: #007ba2;
    background-color:#bbdedf;
    outline-color:#007ba2;
    /*    transition: 0.3s;*/
}
.hm-profile-btn.comn-btn a:hover:before{
    background-color: #007ba2;
    /*    transition: 0.3s;*/
}
/*Home Faq section*/
.hm-faq-blck {
    display: flex;
    padding: 70px 0 0;
    position: relative
}
.hm-faq-itm.rite {
    /*    width: 63.6%;*/
    width: 74%;
    background-color: #f0f6f6;
    padding: 50px 5px 50px 50px;
    position: relative;
}
.hm-faq-itm.lft {
    width: 36.4%;
    position: relative;
    margin-left: -70px;
    /* background-image: url(images/faq-lft-mg-bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position:left;
     z-index: 9;
     padding: 95px 0 0 100px;
    */
}
.hm-faq-itm-lft-img {
    position: relative;
    height: 100%;
}
.hm-faq-itm-lft-cnt {
    position: absolute;
    top: 25px;
    left: 100px;
}
.hm-faq-itm-lft-img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}
.hm-faq-itm.lft h5 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #005457;
    margin-bottom: 25px;
    position: relative;
    padding-right: 210px;
    display: inline-block;
    text-transform: uppercase;
}
.hm-faq-itm.lft h5:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #bed3d3;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-faq-itm.lft h2 {
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 55px;
}
.hm-faq-itm.rite .accordion-section h4{
    margin: 0;
    padding-right: 35px;
}
.hm-faq-itm.rite .accordion-section h4 a{
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 110%;
    text-transform: capitalize;
    margin-bottom: 28px;
    /* position: relative;
    */
}
.hm-faq-itm.rite .accordion{
    counter-reset: my-sec-counter;
}
.hm-faq-itm.rite .accordion-section h4:before{
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) " ";
    font-size: 24px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #fff;
    width: 32px;
    height: 36px;
    background-color: #007ba2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 100%;
    clip-path: polygon(100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%, 50% 0);
}
.hm-faq-itm.rite .accordion-section{
    padding: 0 0 20px 50px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #c6d9d9;
}
.hm-faq-itm.rite .accordion-section:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.hm-faq-itm.rite .accordion-section p{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    margin-bottom: 15px;
}
.hm-faq-itm.rite .accordion-section p:last-child{
    margin-bottom: 0;
}
.hm-faq-itm.rite .accordion-section-title.active,.hm-faq-itm.rite .accordion-section-title:hover {
    color: #007ba2;
}
.hm-faq-itm.rite .accordion-section-title:after {
    position: absolute;
    content: "";
    right: -5px;
    top: 14px;
    background-image:url(images/dropdown-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 13px;
    opacity: 0.2;
}
.hm-faq-itm.rite .accordion-section-title.active:after {
    background-image:url(images/open-drop-down.png);
    opacity: 1;
}
.hm-faq-sec {
    padding: 60px 0 120px;
    overflow: hidden;
}
.hm-faq-itm.rite:before{
    content: "";
    position: absolute;
    right: -261px;
    top: 0;
    background-color: #f0f6f6;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hm-faq-itm.rite .accordion-section-content {
    display: none;
    padding: 15px 0 0;
}
.hm-faq-blck:before{
    content: "";
    position: absolute;
    width:calc(100% - 24%);
    height: 100%;
    background-color: #dee3e7;
    left: -70px;
    top: 0;
}
.get-started-blck{
    display: block;
}
.get-started-tm.rite {
    width: 48%;
}
.get-started-tm.lft {
    width: 1015px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 1010px;
    height: 575px
}
.get-started-blck .get-started-tm.rite{
    float: right;
}
.take-the-firststep-blck .get-started-tm.rite{
    float: right;
    width: 51%;
}
.get-started-blck .get-started-tm.lft{
    left: 112px;
}
.take-the-firststep-blck .get-started-tm.lft{
    left: 80px;
}
.get-started-run-blck .get-started-tm.lft {
    right: 235px;
}
.get-started-run-blck .get-started-tm.rite {
    width: 51%;
}
/*footer section*/
.ftr-logo-cntc-list {
    display: flex;
    justify-content: space-between;
    /*    align-items: center;*/
}
.ftr-logo-itm a{
    display: inline-block;
}
.ftmenu ul{
    font-size: 0;
    margin: 0;
    text-align: center;
}
.ftmenu ul li{
    display: inline-block;
    margin: 0 42px;
}
.ftmenu ul li a{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    position: relative;
    display: block;
    text-transform: capitalize;
    margin-bottom: 0;
}
.ftmenu ul li a:hover{
    color: #77bec0;
}
.ft-nav{
    padding: 27px;
    background-color: #007ba2;
}
.ft-logo-cntc-sec{
    background-color: #bbdedf;
    padding: 60px 0 25px;
}
.ftr-inr-itm h6{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #222222;
    position: relative;
    display: block;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-top:11px;
}
.ftr-inr-itm a{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #222222;
    display: inline-block;
    /*    text-transform: capitalize;*/
    margin-bottom: 0;
}
.ftr-inr-itm{
    margin-bottom: 55px;
    padding: 0 0 0 55px;
    position: relative;
}
.ftr-inr-itm p{
    margin-bottom: 0;
    line-height: 1;
}
.ftr-inr-itm a:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.ftr-inr-itm.adrs a:before{
    background-position: -4px -4px;
}
.ftr-inr-itm.eml a:before{
    background-position: -48px -4px;
}
.ftr-inr-itm.phn a:before{
    background-position: -92px -4px;
}
.ftr-inr-itm.fax a:before{
    background-position: -136px -4px;
}
.ftr-inr-itm.adrs a:hover:before{
    background-position: -4px -49px;
}
.ftr-inr-itm.eml a:hover:before{
    background-position: -48px -49px;
}
.ftr-inr-itm.phn a:hover:before{
    background-position: -92px -49px;
}
.ftr-inr-itm.fax a:hover:before{
    background-position: -136px -49px;
}
.ftr-inr-itm.scl-icn {
    padding: 0;
    margin: 0
}
.ftr-inr-itm.scl-icn a:before{
    display: none
}
.ftr-inr-itm.scl-icn a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 7px;
    vertical-align: top;
}
.ftr-inr-itm.scl-icn a:last-child{
    margin-right: 0;
}
.ftr-inr-itm.scl-icn a:first-child{
    margin-left: 0;
}
.ftr-inr-itm.scl-icn a.fb{
    background-position: -180px -4px;
}
.ftr-inr-itm.scl-icn a.inst{
    background-position: -224px -4px;
}
.ftr-inr-itm.scl-icn a.fb:hover{
    background-position: -180px -49px;
}
.ftr-inr-itm.scl-icn a.inst:hover{
    background-position: -224px -49px;
}
.ftr-inr-itm a:hover{
    color: #005457;
}
.ftr-inr-itm:last-child{
    margin-bottom: 0;
}
.site_info{
    padding: 30px 0;
    text-align: center;
    background-color: #aad5d7;
}
.site_info p, .ftr-nt-cnt{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 140%;
    color: #222222;
    margin-bottom: 30px;
}
.site_info p:last-child{
    margin-bottom: 0;
}
.site_info p.ft_note_links{
    text-transform: uppercase;
}
.site_info p.ft_note_links a:hover{
    color: #005457;
}
.hdr-src.hdr-dsktp {
    display: block;
    margin: 0 0 0 20px;
}
.topmenu .srcbox input {
    background-color: #bbdedf;
    outline: none;
    color: #007ba2;
}

.topmenu .srcbox input::-webkit-input-placeholder{
    color: #007ba2;
}
.topmenu .srcbox .close_search{
    background-position: 0 -40px;
}

.topmenu .srcbox:before{
    background-position: -54px -20px;
    z-index: 1;
    left: 15px;
}


/*Default Styles*/
.page_bnr{
    background-image:url(images/page-bnr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding:215px 0 35px;
    position: relative;
    background-position:center;
    z-index: 99;
}
.page_bnr:before{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(230,234,234,1) 24%, rgba(230,234,234,0.97) 26%, rgba(230,234,234,0.93) 29%, rgba(230,234,234,0.76) 32%, rgba(230,234,234,0.65) 34%, rgba(230,234,234,0.48) 37%, rgba(231,235,235,0.36) 39%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(230,234,234,1) 24%,rgba(230,234,234,0.97) 26%,rgba(230,234,234,0.93) 29%,rgba(230,234,234,0.76) 32%,rgba(230,234,234,0.65) 34%,rgba(230,234,234,0.48) 37%,rgba(231,235,235,0.36) 39%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(230,234,234,1) 24%,rgba(230,234,234,0.97) 26%,rgba(230,234,234,0.93) 29%,rgba(230,234,234,0.76) 32%,rgba(230,234,234,0.65) 34%,rgba(230,234,234,0.48) 37%,rgba(231,235,235,0.36) 39%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaea', endColorstr='#00ffffff',GradientType=1 );
}
.page_title {
    position: relative;
    z-index: 9;
}
.page_default{
    padding: 120px 0 90px;
    position: relative;
}
.page_title h1, .page_title h2 {
    font-size: 90px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 106%;
    color: #005457;
    margin-bottom: 170px;
    text-transform: capitalize;
}
.inrpg-breadcrumbs {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333333 ;
    text-transform: capitalize;
    line-height: 120%;
    margin-bottom: 0;
}
.inrpg-breadcrumbs span a:hover{
    color: #007ba2;
}
.brd-div {
    display: inline-block;
    margin: 0 8px;
}
.page_default .genpg-cnt h1, .page_default .genpg-cnt h2, .page_default .genpg-cnt h3, .page_default .genpg-cnt h4, .page_default .genpg-cnt h5, .page_default .genpg-cnt h6{
    font-family: 'Unna', serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.page_default .genpg-cnt h1{
    font-size: 75px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 38px;
    text-transform: capitalize;
}
.page_default .genpg-cnt h2{
    font-size: 72px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 38px;
    text-transform: capitalize;
}
.page_default .genpg-cnt h3{
    font-size: 48px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page_default .genpg-cnt h4{
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page_default .genpg-cnt h5{
    font-size: 27px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page_default .genpg-cnt h6{
    font-size: 22px;
    font-family: 'Unna', serif;
    font-weight: 400;
    line-height: 100%;
    color: #111111;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page_default .genpg-cnt p, .page_default .genpg-cnt li, .page_default .genpg-cnt .profile-cnt-itm-cnt h4 strong {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    margin-bottom: 35px;
}
.page_default .genpg-cnt a{
    color:#007ba2;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.page_default .genpg-cnt li, .gnrlpg-secnd-cnt li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 20px 0;
}
.page_default .genpg-cnt ul li:before{
    content: "";
    position: absolute;
    width:10px ;
    height: 10px;
    background:#007ba2;
    left: 0;
    top: 9px;
    border-radius: 50%;

}
.page_default .genpg-cnt li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-cnt li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-cnt li ul li:before{
    display:none;
}
.page_content .genpg-cnt ol, .page_content .genpg-cnt ul{
    margin: 25px 0 25px 0px;
    list-style-position: inside;
}
.page_content .genpg-cnt ol {
    list-style-type: decimal;
    counter-reset: my-sec-counter;
}
.page_content .genpg-cnt ol li:before{
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left:0;
    color: #007ba2;
}
.page_default .genpg-cnt li a{
    text-decoration:none;
    color:#007ba2;
}
.page_default .genpg-cnt li a:hover, .page_default .genpg-cnt a:hover{
    color:#bbdedf;
}
.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-list{
    flex-direction: column;
    text-align: center;
}
.weight-loss-sec.inr-weight-loss-sec{
    background: #f0f6f6;
}
.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-itm.lft h2 br{
    display: none;
}
.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-itm.lft h2{
    margin-bottom: 35px;
}
.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-itm.lft,.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-itm.rite{
    width: 100%;
}
.gnrlpg-img {
    float: left;
    margin: 0 85px 25px 0;
    width: 46.5%;
}
.gnrlpg-img img {
    width: 100%;
    display: block;
}
/*contact page*/
.page_default.contact-page{
    padding: 0 0 120px;
}
.contc-pg-top-cnt{
    padding: 125px 0;
    background-color: #e5f2f2;
    text-align: center;
}
.page_default .genpg-cnt .contc-pg-top-cnt h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    text-transform: none;
}
/*profile page*/
.profile-cnt-blck {
    display: flex;
    justify-content: center;
}
.profile-cnt-itm-img img{
    width: 100%;
    display: block;
}
.profile-cnt-itm-img{
    background-color: #007889;
    outline: 1px solid #60aab5;
    outline-offset: -20px;
    margin: 0 15px;
    z-index: 9;
    position: relative;
}
.profile-cnt-itm {
    width: 32%;
    margin:0 1.99% 0 0;
    position: relative;
    text-align: center;
}
.profile-cnt-itm:nth-child(3n){
    margin-right: 0;
}
.profile-cnt-itm-cnt {
    padding: 110px 10px 30px;
    background-color: #f0f6f6;
    position: relative;
    margin-top: -80px;
    text-align: center;
}
.profile-cnt-itm:before{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 20%);
    background-color: #f0f6f6;
    bottom: 0;
    left: 0;
}
.profile-cnt-itm-cnt .page-link a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}
.page_default .genpg-cnt .profile-cnt-itm-cnt h4 strong{
    display: block;
    text-transform: uppercase;
    margin:10px 0 0;
}
.page_default .genpg-cnt .profile-cnt-itm-cnt h4{
    margin: 0;
}
.page-id-459 .hm-our-programs-sec.inr-our-programs-sec{
    padding: 50px 0 120px
}
.page_default.Profile-page{
    padding: 100px 0 50px
}
.page_default .genpg-cnt .profile-cnt-itm:hover h4{
    color: #007889
}
.page_bnr.sng-prfl-bnr{
    background-image: none;
    background-color: #e9edec;
}
.page_bnr.sng-prfl-bnr:before{
    display: none;
}
.sngl-prfl-bnr-cnt-blck {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    z-index: 99;
    position: relative;
}
.page_bnr.sng-prfl-bnr{
    padding: 30px 0 0;
    position: relative;
}
.sngl-prfl-bnr-cnt-itm.rite .inrpg-breadcrumbs{
    margin-bottom: 30px;
}
.sngl-prfl-bnr-cnt-itm.lft img{
    width: 100%;
    display: block;
}
.page_default.sngl-profile-page {
    background-image: url(images/single-profile-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position:center;
    z-index: 99;
    padding: 0;
}
.sngl-prfl-cnt-itm {
    padding: 100px 0;
}
.sngl-prfl-cnt-blck {
    display: flex;
    justify-content: space-between;
}
.sngl-prfl-cnt-itm.lft {
    width: 53%;
}
.sngl-prfl-cnt-itm.rite {
    width: 31.5%;
}
.page_default .genpg-cnt .sngl-prfl-cnt-itm.lft h5 {
    font-size: 22px;
    line-height: 1.33;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #333333;
    text-transform: none;
}
.sngl-prfl-cntc-itm {
    padding: 40px 40px;
    background-color: #fff;
    margin-bottom: 10px;
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm h5{
    margin-bottom: 0;
    padding-left: 65px;
    position: relative;
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm h5 a{
    display: block;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #222222;
    margin-bottom: 0;
    text-transform: none;
    margin-top: 20px;
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm h5 a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(images/inr-sprites.png);
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.loc h5 a:before{
    background-position: -4px -4px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.phn h5 a:before{
    background-position: -48px -4px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.mail h5 a:before{
    background-position: -92px -4px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.loc h5 a:hover:before{
    background-position: -4px -49px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.phn h5 a:hover:before{
    background-position: -48px -49px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm.mail h5 a:hover:before{
    background-position: -92px -49px
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm h5 a:hover{
    color:#005457
}
.sngl-prfl-bnr-cnt-itm.lft{
    position: relative;
    width: 43%;
}
.sngl-prfl-bnr-cnt-itm.rite {
    width: 50%;
}
.sngl-prfl-cntc-itm:last-child{
    margin-bottom: 0;
}
/*.sngl-prfl-bnr-cnt-itm.lft:before{
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     margin: auto;
     background-image: url(images/single--bg-layer.png);
     width: 100%;
     height: 100%;
}
*/
.blg-psts-list .post-img {
    position: relative;
    /* margin-bottom: 20px; */
}
/*.blg-psts-list .post-img.cnt-blck {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    background-color: #e8e8e8;
    height: 100%;
    text-align: center;
    padding: 20px 80px;
}*/
.blg-psts-list .post-img.cnt-blck{
    display: none;
}

.blg-psts-list .post-item {
    /* display: flex; */
    /* justify-content: space-between; */
    /* padding-bottom: 30px; */
    margin-bottom: 30px;
    /* border-bottom: 1px solid #e5f2f2; */
    width: 31%;
    border: solid 1px #ddd;
}
.blg-psts-list .post-item:last-child{
    /* padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; */
}
.blg-psts-list .post-cnt {
    width: 100%;
    padding: 20px;
    border-top: 0px;
}
.blg-psts-list .post-img {
    width: 100%;
}
.blg-psts-list .post-img img{
    width: 100%;
    display: block;
}

.blg-psts-list .post-cnt .post-dt, .blg-psts-list .post-cnt p{
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 100%;
    color: #333333;
    margin-bottom: 20px;
}

.blg-psts-list .post-cnt h4 a{
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom:35px;
    display: inline-block;
    min-height: 108px;
}
.blg-psts-list .post-cnt h4{
    margin-bottom: 0
}
.blg-psts-list .post-cnt p{
    line-height: 157%;
    margin-bottom: 32px;
}

.blg-psts-list .post-btn a{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #007ba2;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-right: 20px;
    display: inline-block;
    background-image: url(images/read-more-arow.png);
    background-repeat: no-repeat;
    background-position: right 0 center;
}
.blg-psts-list .post-btn a:hover{
    background-image: url(images/read-more-arow-hov.png);
    background-repeat: no-repeat;
    background-position: right 0 center;
    color: #111;
}

.blg-psts-list .post-cnt h4 a:hover{
    color: #007ba2;
}
.blg-topsec{
    padding: 60px 0;
    background-color: #e5f2f2;

}
.blg-toprgt .widget {
    width: 32%;
}
.blg-toprgt{
    padding: 60px 60px;
    display: flex;
    justify-content: space-between;
    background-color: #f0f6f6;
}
.blg-topsec h2{
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: center;
}


.blg-toprgt .widget select,
.blg-toprgt .search-field {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 108%;
    color: #333333;
    background-color: #fff;
    text-transform: capitalize;
    padding: 20px 55px 20px 30px;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    height: 62px;
    position: relative;
}
.blg-toprgt h4.widget-title {
    display: none;
}
.blg-toprgt .search-form input.search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    font-size: 0;
    border: none;
    width: 22px;
    height: 22px;
    background: url(images/blg-scr-icn.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}

.blg-toprgt .widget select {
    background:#fff url(images/select-drop-down.png) no-repeat;
    background-position: right 38px center;
}
form.search-form {
    position: relative;
}

.page_bnr.blog_bnr {
    background-image: url(images/blog-bnr-bg.webp);
    background-repeat: no-repeat;
}
.page_default.blg-default{
    padding: 100px 0;
}

.genpg-cnt.snglblg .nav-links {
    display: none;
}
.page_default .genpg-cnt .single_post_cnt h2, .page_default .genpg-cnt .single_post_cnt h1{
    font-size: 36px;
    margin-bottom: 30px;
}
.page_default .genpg-cnt .post-dt p{
    margin-bottom: 20px;
    line-height: 100%
}

.single.single-post .hm-ready-to-get-started-widget.cta-sec.inr-cta-sec,
.page-template-contact-page .hm-ready-to-get-started-widget.cta-sec.inr-cta-sec{
    display: none;
}

section.no-results.not-found .page-content form.search-form{
    display: none;
}
section.no-results.not-found header.page-header h1{
    font-size: 60px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #111111;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 25px;
}
section.no-results.not-found .page-content p{
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 140%;
    color: #333;
    margin-bottom: 0;
}

.single.single-post .page_bnr:before{
    display: none;
}

.page_bnr.sng-prfl-bnr .page_title h1, .page_bnr.sng-prfl-bnr .page_title h2{
    margin-bottom: 195px;
}


.page_bnr.sng-prfl-bnr:after{
    content: "";
    position: absolute;
    width: 1025px;
    height: 715px;
    background-image: url(images/single-bg-layer22.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
}

.get-started-sec.cta-sec{
    background-image: url(images/cta_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 140px 0;
}
.hm_start-losing-weight-sec.cta-sec{
    background-image: url(images/cta-bg-2.webp);
    background-repeat: no-repeat;
    background-position: center;
}

.hm-take-thefirst-step-sec.cta-sec{
    background-image: url(images/cta-bg3.webp);
    background-repeat: no-repeat;
    background-position: center left;
}
.hm-ready-to-get-started-ft{
    background-image: url(images/crta-bg-4.webp);
    background-repeat: no-repeat;
}

.get-started-tm.lft{
    display: none;
}

.single-post .page_title h1,
.single-post .page_title h2,
.single-post .inrpg-breadcrumbs{
    opacity: 0;
}
.single-post .hm-ready-to-get-started-ft.cta-sec.inr-cta-sec{
    display: none;
}

/*.blg-psts-list {
    margin-bottom: 60px;
}*/

.page_default.blg-default .page-numbers {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #3a4853;
    letter-spacing: 0;
    background-color: transparent;
    position: relative;
    padding: 0;
    line-height: 1;
    border: 1px solid #007ba2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.page_default.blg-default .page-numbers.current,
.page_default.blg-default .page-numbers:hover {
    background-color: #007ba2;
    color: #fff;
}
.page_default.blg-default .nav-links {
    display: flex;
    justify-content:  center;
    align-items: center;
    margin-top: 60px;

}
.blgpg nav.navigation.pagination .nav-links a.next.page-numbers,
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 22px 92px 21px 45px;
    background-color: #007ba2;
    outline: 1px solid #bbdedf ;
    outline-offset: -4px;
    border-radius: 5px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 22px;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0 0 60px;
}
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers{
    border-radius: 5px 22px 5px 22px;
    padding: 22px 45px 21px 92px;
    margin: 0 60px 0 0;

}
.blgpg nav.navigation.pagination .nav-links a.next.page-numbers:before,
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/btn-arw-icn.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 58px;
    background-color: #bbdedf ;
    background-size: contain;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 15px;
}
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers:before{
    background-image: url(images/btn-arw-icnprv.png);
    left: 2px;
    right: auto;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.blgpg nav.navigation.pagination .nav-links a.next.page-numbers:hover,
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers:hover{
    background-color: #bbdedf ;
    outline-color: #007ba2;
}
.blgpg nav.navigation.pagination .nav-links a.next.page-numbers:hover:before,
.blgpg nav.navigation.pagination .nav-links a.prev.page-numbers:hover:before{
    background-color: #007ba2;
}
.rev-pag-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.review_row .reviews-rt-stars {
    padding: 0;
    width: 120px;
    background-position: left top;
    position: relative;
    margin: 0;
}
.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 23px;
    position: relative;
    z-index: 1;
}
.rw-img {
    width: 100%;
    max-width: 70px;
}
.page_default .genpg-cnt .review_item p{
    margin-bottom: 15px
}
.page-template-reviews-page .review_item {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #111;
}
.page-template-reviews-page .review_item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.page-template-reviews-page .review_item p:last-child{
    margin-bottom: 0;
}

/*Pagesense Popup*/
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:#007ba2 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
}
.pum-theme-7034 .pum-title, .pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Montserrat', 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: #fff !important;
    color: #007ba2 !important;
    top: -10px!important;
    right:0;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #fff!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: 'Montserrat', sans-serif!important;
    font-weight: 400;
    color:#366884 !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;
    height: 38px;
}
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: #007ba2;
}
.pum-container .pum-close.popmake-close {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
}
body .pum-container .pum-title {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
}
.pum-content:focus-visible {
    outline:none;
}
.pum-content.popmake-content .pum-title {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Montserrat', 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: 'Montserrat', 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: #007ba2 !important;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    padding: 15px 15px!important;
    width: 295px!important;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}
.pum-container .gform_wrapper .gform_page_footer .button:hover{
    color: #007ba2 !important;
    background-color: #fff !important;
}
.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: 'Montserrat', sans-serif!important;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0px!important;
    margin-top:-18px !important;
    text-align: right !important;
    padding: 2px !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;
}
body .pum-container .pum-content .gform_confirmation_message {
    color:#fff;
    font-family: 'Montserrat', 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 .gform_wrapper.gravity-theme .gfield{
    position: relative;
}
.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:330px !important;
}
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container .gchoice {
    display: flex;
}
.pum-overlay, html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container .gform_wrapper.gravity-theme .gfield-choice-input{
    width: fit-content !important;
    margin-right: 5px;
    height: inherit
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}

/*Faqs Page*/
.faqs-pg .accordion {
    overflow:hidden;
    background: transparent;
}
.faqs-pg .faq_cnt .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}
.faqs-pg .faq_cnt h5 {
    margin:0;
}
.faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 15px 40px 15px 15px;
    display: inline-block;
    border-top: 3px solid #bbdedf;
    background: transparent;
    transition: all linear 0.15s;
    font-size: 25px;
    color: #007ba2;
    position: relative;
    line-height: normal;
    padding-left: 0 !important;
}
/*.faqs-pg .faq_cnt .accordion-section-title.active, .faqs-pg .faq_cnt .accordion-section-title:hover {
    background: #007ba2;
    color:#fff;
    border-color:#d4e5e5;
}*/
.faqs-pg .accordion-section-content {
    padding:15px;
    display:none;
    padding-left: 0 !important;
}
.faqs-pg .faq_cnt .accordion-section p {
    margin: 0 0 15px 0;
}
.faqs-pg .faq_cnt a.accordion-section-title:hover {
    color: #007ba2;
}
.faqs-pg .faq_cnt .accordion-section:last-child {
    border-bottom: 3px solid #bbdedf;
}
.page_default .genpg-cnt .faqs-pg .accordion-section h5 {
    margin: 0 !important;
}
.faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 15px;
    font-size: 28px;
    top: 0px;
    color: #007ba2;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
}
.faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}
.pht-galry-list .Photo-gallery-itm {
    width: 32%;
    margin: 0px .65% 60px;
}
.pht-galry-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contc-pg-btm-cnt {
    margin-top: -70px;
    position: relative;
}

.pricing-top-blck {
    background-color: #bbdedf;
    padding: 50px;
    margin: 0 0 20px;
}
.pricing-top-itm-img{
    float: left;
    margin: 0 30px 30px 0;
    width: 45%;
}
.supplement-item {
    width: 30%;
    margin: 0px 1.65% 30px;
    border: 1px solid #000;
    text-align: center;
    padding: 20px 20px 85px;
    position: relative;
}
.supplement-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.supplement-list  p:empty{
    display:none;
}
.supplement-list .logo-mnu-btn {
    display: block;
    width: 100%;
    text-align: center;
}
.pricing-top-blck.img-blck {
    background-color: #fff;
    padding: 0;
    margin-top: 50px;
}
.pricing-top-blck.prices-include-blck .pricing-top-itm{
    padding: 50px;
    margin: 0 0 20px;
    background-color: #bbdedf;
}
.pricing-top-blck.prices-include-blck{
    padding: 0;
    background-color: transparent;
}
.pricing-top-itm p:last-child{
    margin-bottom: 0;
}
.pricing-top-itm li:last-child{
    margin-bottom: 0;
}
.pricing-top-itm.top-price{
    margin-bottom: 30px;
}

.page-template-contact-page .hm-ready-to-get-started-ft{
    display: none;
}

.weight-loss-hd-cnt-itm.rite p br{
    display: none;
}
.weight-loss-sec.inr-weight-loss-sec .weight-loss-hd-cnt-list .weight-loss-hd-cnt-itm.rite p br{
    display: block;
}

.y-chose-us-cnt-itm-rite-cnt {
    width: 78%;
}
.page_default .genpg-cnt .sngl-prfl-cntc-itm h5{
    font-family: 'Montserrat', sans-serif;
}

.book-now-btn.comn-btn a {
    width: auto;
}
.book-now-btn.comn-btn {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.book-now-btn.comn-btn a:hover {
    background-color: #007ba2;
    outline-color: #bbdedf;
    color: #bbdedf;
}
.book-now-btn.comn-btn a:hover:before {
    background-color: #bbdedf;
}

.weight-loss-btm-cnt-itm .page-link {
    display: none;
}

.logo-menulist .container {
    max-width: 1400px;
}

.page_bnrblog {
    display:block;
}
.page_bnrblog img {
    display:block;
    width:100%;
}
.ftr-logo.ftr-itm {
    display: flex;
    align-items: center;

}
.hm-take-thefirst-step-sec.cta-sec .get-started-tm.rite h6{
    font-size: 16px;
}
.ftr-inr-itm.scl-icn a.ggl {
    background-position: -178px -96px;
}
.ftr-inr-itm.scl-icn a.ggl:hover {
    background-position: -178px -141px;
}
.sngl-prfl-cntc-itm .comn-btn a:hover, .hm-faq-sec .comn-btn a:hover {
    background-color: #007ba2;
    outline-color: #bbdedf;
    color: #bbdedf;
}
.sngl-prfl-cntc-itm .comn-btn a:hover:before, .hm-faq-sec .comn-btn a:hover:before{
    background-color: #bbdedf;
}
.sngl-prfl-cntc-itm{
    text-align: center;
    margin-top: 110px;
}
.sngl-prfl-cntc-itm h4{
    line-height: 120% !important;
    margin-bottom: 20px !important;
}
.hm-profile-blck-list.owl-carousel .owl-nav button.owl-prev,.hm-profile-blck-list.owl-carousel .owl-nav button.owl-next{
    width: 59px;
    height: 59px;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -309px -4px;
    display: inline-block;
    font-size: 0;
    margin: auto;
}
.hm-profile-blck-list.owl-carousel .owl-nav button.owl-next{
    background-position:-373px -4px;
    margin-left: 8px;
}
.hm-profile-blck-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -309px -65px;
    transition: 0.5s
}
.hm-profile-blck-list.owl-carousel .owl-nav button.owl-next:hover{
    background-position:-373px -65px;
    transition: 0.5s
}
.hm-profile-blck-list.owl-carousel .owl-nav {
    margin-top: -60px;
}
body .pum-container .gform_wrapper .gform_footer .button {
    color: #fff !important;
    margin: 0 !important;
    background-color: #bbdedf !important;
    padding: 10px !important;
    width: 100px!important;
    font-size: 14px !important;
    line-height: 100% !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif!important;
    border: 0;
    outline: 0;
    border-radius: 3px !important;
}
.page_default .genpg-cnt .supplement-list p,.page_default .genpg-cnt .supplement-list ul li{
    font-size: 14px;
    text-align: left;
}
.page_default .genpg-cnt .supplement-list ul li{
    margin-bottom: 5px;
}
.page_default .genpg-cnt .supplement-list ul li:before{
    top: 5px;
}
.page_default .genpg-cnt .supplement-list h6{
    margin-bottom: 20px;
}
.page_default .genpg-cnt .supplement-list .logo-mnu-btn a {
    font-size: 15px;
}
.page_default .genpg-cnt .supplement-list .logo-mnu-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 20px;
}
.logo-mnu-btn.storebtn {
    text-align: center;
}


#pagepopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}
#pagepopup.pagepopup-hide {
    visibility: hidden;
    z-index: -99;
}
.popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content {
    width: 100%;
    max-width: min(630px, 90vw);
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    position: relative;
}
@media screen and (min-width: 768px) {
    .popup-content {
        padding: 1.5rem;
    }
}
@media screen and (min-width: 1370px) {
    .popup-content {
        max-width: min(800px, 90vw);
    }
}
.popup-content .popup-btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    line-height: 0.5;
    cursor: pointer;
}
.popup-content img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
}
.popup-content p {
    margin: 0;
}
.popup-content a {
    display: block;
}

.ourProgramTables {
    display: block;
    padding: 15px 0 0;
    width: 100%;
}
.ourProgramTables .container {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .ourProgramTables {
        padding: 30px 15px 0;
    }
}
.ourProgramTables-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.ourProgramTables-wrapper .table1,
.ourProgramTables-wrapper .table2 {
    width: 100%;
    max-width: 500px;
}
@media screen and (min-width: 768px) {
    .ourProgramTables-wrapper .table1,
    .ourProgramTables-wrapper .table2 {
        max-width: 700px;
    }
}
@media screen and (min-width: 992px) {
    .ourProgramTables-wrapper {
        gap: 2%;
    }
    .ourProgramTables-wrapper .table1,
    .ourProgramTables-wrapper .table2 {
        max-width: 48%;
    }
}
.ourProgramTables-wrapper h5 {
    padding-right: 0;
}
@media screen and (max-width: 991px) {
    .ourProgramTables-wrapper h5 {
        margin-top: 15px;
        margin-bottom: 0 !important;
    }
    
}
.ourProgramTables-wrapper h5::before {
    display: none;
}
.ourProgramTables-wrapper table, .ourProgramTables-wrapper table td, .ourProgramTables-wrapper table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
.ourProgramTables-wrapper table {
    width: 100%;
}
.ourProgramTables-wrapper table td, .ourProgramTables-wrapper table th {
    padding: 5px;
    font-size: 12px;
}
@media screen and (min-width: 992px) {
    .ourProgramTables-wrapper .table1 table td, .ourProgramTables-wrapper .table1 table th {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
.ourProgramTables-wrapper table .tablePoints {
    padding-left: 15px;
}
.ourProgramTables-wrapper table .tablePoints, .ourProgramTables-wrapper table .tablePoints li {
    list-style-type: disc;
    margin: 0 0 2.5px 0;
}

.hustle-ui .hustle-popup-content .hustle-main-wrapper .hustle-layout .hustle-layout-content .hustle-content .hustle-content-wrap {
    padding:0;
}
.hustle-content-wrap img {
    margin:0;
}

.bnrbadge {
    position: absolute;
    right: -120px;
    top: 30px;
}

.get-started-tm.rite h5 {
    font-size: 36px;
    font-family: 'Unna', serif;
    font-weight: 400;
    color: #fff;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.get-started-tm.rite p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 157%;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}
.textwidget.custom-html-widget {
    display: none;
}

.pricing-top-blck.img-blck.pricing-top-blck-img-blck {
    margin-top: 0;
}

.pricing-top-blck.supplement-blck, .pricing-top-blck.last-blck {
    padding: 0;
    background-color: inherit;
}
.pricing-top-blck.last-blck {
    margin-top:60px;
    display: inline-block;
	margin-bottom:0;
}
.ftr-nt-cnt p {
    font-size: 12px!important;
    margin-bottom: 10px!important;
}
.vitamins-innr-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.vitamins-innr {
    width: 50%;
    padding: 45px 30px;
    border-bottom: 1px solid #007ba2;
    border-right: 1px solid #007ba2;
}
.vitamins-innr:nth-child(2n) {
    border-right: 0;
}

.vitamins-innr:last-child, .vitamins-innr:nth-child(5){
border-bottom:0;
}
.page_default .genpg-cnt .vitamins-innr p:last-child {
    margin: 0;
}

.pricing-top-blck-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page_content .genpg-cnt .pricing-top-itm ul li {
    width: 49%;
}
.page_content .genpg-cnt .pricing-top-itm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page_content .genpg-cnt .pricing-top-blcklst .pricing-top-itm ul li {
    width: 100%;
}

.page_content .genpg-cnt .pricing-top-blcklst .pricing-top-itm ul {
    display: block;
}
.pricing-top-blcklst .pricing-top-blck.prices-include-blck {
    background-color: #bbdedf;
    width:49.27%;
}
.pricing-top-blcklst {
    display: flex;
    justify-content: space-between;
}
.pricing-top-blcklst {
    display: flex;
    justify-content: space-between;
}


/* Map */

.page_default .genpg-cnt .inn-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding:0;
}
.page_default .genpg-cnt .inn-areas-lst {
    width: 56%;
}
.page_default .genpg-cnt .inn-areas-map {
    width: 40%;
    position: relative;
}
.page_default .genpg-cnt .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
    display: flex;
    gap: 30px;
}

.page_default .genpg-cnt .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin: 0;
    display: block;
}
.page_default .genpg-cnt .inn-areas-lst li.county:before {
        top: 11px;
}
.page_default .genpg-cnt .inn-areas-lst li.county a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0;
}
.page_default .genpg-cnt .inn-areas-lst li.county .cities li a {
    padding: 0;
    margin: 0;
}
.page_default .genpg-cnt .inn-areas-lst li.county .cities li:before {
    display: none;
}
.page_default .genpg-cnt .inn-areas-lst .cities {
    display: none;
}
.page_default .genpg-cnt .inn-areas-lst .cities ul {
    position: absolute;
    right: 0;
    top: inherit;
    z-index: 99;
    background-color: #fff;
    padding: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	gap: 0;
}
.page_default .genpg-cnt .inn-areas-btn.comn-btn {
    margin: 40px 0 0;
}
.page_default .genpg-cnt .inn-areas-lst .cities ul li {
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.inn-areas-lst .cities ul li:after {
    display: none;
}
.inn-areas-lst li.county:hover .cities {
    display: block;
}
.inn-areas-lst li.county a.activeSub+.cities {
    display: block;
}
.imapsMapPolygon-group:hover {
    fill: #bbdedf !important;
}
.page-id-1267 .page_default:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/service-areas-indiana-bg-image.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    pointer-events: none;
    z-index: -1;
}
.page_default .genpg-cnt .inn-areas-lst h6 {
    margin: 0 0 20px;
}

.supplement-list.horizontal .supplement-item {
    display: flex;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    gap: 50px;
}
.page_default .genpg-cnt .supplement-list.horizontal .logo-mnu-btn {
    position: inherit;
    text-align: left;
}
.page_default .genpg-cnt .supplement-list.horizontal h6 {
    text-align: left;
}

/* .blg-psts .blg-psts-list {
    display: flex;
    gap: 3.5%;
}
.blg-psts-list .post-item {
    flex-wrap: wrap;
    flex: 0 0 31%;
}
.blg-psts-list .post-img,
.blg-psts-list .post-cnt {
    width: 100%;
} */

.blg-psts .blg-psts-list {
    display: flex;
    gap: 3.5%;
    flex-wrap: wrap;
}
.blg-psts-list .post-img img {
    /* box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1); */
    border-bottom: solid 1px #ddd;
}