/*
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 {
    border: 0;
    height: auto;
}

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: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Montserrat', 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,
.single-citystate .page_default .container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.single-citystate .page_default .container {
    max-width: 1320px !important;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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

/* Top Menu Section */
.logo-menu {
    background-color: rgba(255, 255, 255, 0.7);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=1);
    position: absolute;
    width: 100%;
    z-index: 9;
}

.logo-menu .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.logo-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 48px;
}

.topmenu {
    padding-top: 45px;
}

.hdr-cntc-cnt {
    display: flex;
    align-items: center;
}

.hdr-cntc-phn a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #616161;
    letter-spacing: 0.6px;
    padding-left: 55px;
    position: relative;
    display: inline-block;
    margin: 0 31px 0 0;
}

.hdr-cntc-online-btn a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.48px;
    padding: 17px 55px 16px 30px;
    position: relative;
    display: inline-block;
    background: #475484 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 25px center;
    text-transform: uppercase;
}

.hdr-cntc-phn a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: -2px -2px;
    background-image: url(images/hm-sprites.png);
}

.hdr-cntc-phn a:hover {
    color: #9bad71;
    transition: 0.3s;
}

.hdr-cntc-online-btn a:hover {
    background-color: #9bad71;
    transition: 0.3s
}

/* Top Menu Section */
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}

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

.topmenu ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
    color: #616161;
    text-transform: uppercase;
    padding-bottom: 40px;
    border-bottom: 3px solid transparent;
}

.topmenu ul>li>a:hover,
.topmenu ul>li.current-menu-item>a {
    color: #475484;
    border-color: #475484;
}

.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: rgba(71, 84, 132, 0.85);
    padding: 0px 0;
    z-index: 999;
}

.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;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    border: none;
    background-color: #475484;
}

.topmenu .sub-menu li a:hover {
    background-color: #9bad71;
    color: #fff;
    border: none;
}

.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: 550px;
    background-color: rgba(71, 84, 132, 0.85);
    padding: 10px;
    z-index: 999;
    display: none;
}

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

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

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

.topmenu ul li.wide-menu ul li a:hover {
    background-color: transparent;
    color: #9bad71;
}

.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;
}

#customMenublock.openSlidMenu {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    overflow-y: scroll;
    z-index: 999999999999;
}

div#customMenublock .container {
    width: 90%;
}

#customMenublock {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    display: flex;
    align-items: inherit;
    justify-content: center;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.3s ease-in-out 0s;
    -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;
    opacity: 0;
    padding: 50px 0;
    z-index: 999999999999;
    background-color: #1f87ff;
}

#closeSlideMenu {
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: 'Mulish-Regular';
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    background-color: #013183;
    display: block;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 0px 8px;
}

.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: 'Mulish-Regular';
    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: 29px;
    color: #fff;
}

.mobinav {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 9999999;
    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: 'Montserrat', sans-serif;
}

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

.mobinav a:hover {
    color: #9bad71;
}

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

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

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    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;
    z-index: 99;
}

.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: #9bad71;
    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;
}

.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: 'Montserrat', sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.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 Banner Section*/
.hm-bnr-cnt-itm {
    background-image: url(images/banner-bg-crosl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0 300px;
}

/*.hm-bnr-cnt-list {
     display: flex;
     justify-content: space-between;
}
*/
.hm-bnnr-sec.fw {
    position: relative;
    min-height: 970px;
}

.down-btn {
    display: none !important;
}

.down-btn a {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    width: 14px;
    height: 37px;
    background-image: url(images/bnnr-arrow.png);
    background-repeat: no-repeat;
    font-size: 0;
}

.hm-bnr-cnt h1,
.hm-bnr-cnt h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #484b56;
    margin-bottom: 50px;
}

.hm-bnr-cnt h1 strong,
.hm-bnr-cnt h2 strong {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
}

.hm-bnr-cnt a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 23px 85px 20px 80px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 45px center;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
    -moz-box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
    box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
}

.hm-bnr-cnt a:hover {
    background-color: #475484;
    transition: 0.3s;
}

.hm-bnr-cnt-rit img {
    width: 100%;
    display: block;
}

.hm-bnr-cnt-lft {
    padding: 140px 0 0;
}

.hm-bnr-cnt h1 span,
.hm-bnr-cnt h2 span {
    color: #7c8cbf
}

/*Home Services Section*/
.hm-services-sec {
    background-color: #354378;
    padding-top: 70px;
}

.hm-srvcs-cnt-blck {
    display: flex;
    margin-bottom: -70px;
}

.hm-srvcs-cnt-itm {
    width: 24%;
    text-align: center;
    background-color: #ebeef8;
    margin-right: 1.3%;
    padding: 50px 10px 50px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(140, 168, 197, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(140, 168, 197, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(140, 168, 197, 0.2);
}

.hm-srvcs-cnt-itm:last-child {
    margin-right: 0
}

.hm-srvcs-cnt-itm:first-child {
    margin-left: 0
}

.hm-srvcs-cnt-itm h6 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-top: 95px;
    z-index: 1;
    position: relative;
}

.hm-srvcs-cnt-itm p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 1.4;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.hm-srvcs-cnt-itm a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
}

.hm-srvcs-cnt-itm:hover p {
    color: #fff;
    transition: 0.3s;
}

.hm-srvcs-cnt-itm:hover h6 {
    color: #fff;
    transition: 0.3s;
}

.hm-srvcs-cnt-itm:hover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-srvcs-cnt-itm.hurs:hover {
    background-image: url(images/hm-hours-bg.jpg);
}

.hm-srvcs-cnt-itm.wht-r-trt:hover {
    background-image: url(images/hm-what-we-treat-img-bg.jpg);
}

.hm-srvcs-cnt-itm.prmry-care:hover {
    background-image: url(images/hm-location-bg.jpg);
}

.hm-srvcs-cnt-itm.schul-onlin:hover {
    background-image: url(images/hm-schedule-online-bg.jpg);
}

.hm-srvcs-cnt-itm:before {
    content: "";
    position: absolute;
    ;
    width: 100%;
    height: 100%;
    background-color: #9bad71;
    top: 0;
    left: 0;
    opacity: 0.84;
    display: none;
    z-index: 0;
}

.hm-srvcs-cnt-itm:hover:before {
    display: block;
}

.hm-srvcs-cnt-itm h6:before {
    content: "";
    position: absolute;
    ;
    width: 64px;
    height: 64px;
    background-image: url(images/hm-sprites.png);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-srvcs-cnt-itm.hurs h6:before {
    background-position: -61px -2px
}

.hm-srvcs-cnt-itm.wht-r-trt h6:before {
    background-position: -144px -2px
}

.hm-srvcs-cnt-itm.prmry-care h6:before {
    background-position: -218px -2px
}

.hm-srvcs-cnt-itm.schul-onlin h6:before {
    background-position: -302px -2px
}

.hm-srvcs-cnt-itm.hurs:hover h6:before {
    background-position: -61px -72px
}

.hm-srvcs-cnt-itm.wht-r-trt:hover h6:before {
    background-position: -144px -72px
}

.hm-srvcs-cnt-itm.prmry-care:hover h6:before {
    background-position: -218px -72px
}

.hm-srvcs-cnt-itm.schul-onlin:hover h6:before {
    background-position: -302px -72px
}

/*Home Quality Care To Patients Section*/
.quality-care-to-patients-sec {
    padding: 160px 0 105px;
}

.quality-care-to-patients-sec h1,
.quality-care-to-patients-sec h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 40px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.quality-care-to-patients-sec h1:before,
.quality-care-to-patients-sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.quality-care-cnt-blck {
    display: flex;
    justify-content: space-between;
}

.quality-care-cnt-itm {
    width: 47.4%;
}

.quality-care-cnt-itm.rite {
    width: 47.6%;
}

.quality-care-cnt-itm img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.quality-care-cnt-itm.rite p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 1.83;
    margin-bottom: 35px;
}

.quality-care-cnt-itm.rite .quality-care-btn a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #475484;
    letter-spacing: 0.51px;
    padding: 18px 70px 17px 42px;
    position: relative;
    display: inline-block;
    background: url(images/bnt-arrow2.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
    border: 2px solid #475484;
}

.quality-care-cnt-itm.rite .quality-care-btn a:hover {
    color: #fff;
    background: #475484 url(images/bnt-arrow.png)no-repeat;
    transition: 0.3s;
    background-position: right 35px center;
}

/*what we do services*/
.hm-wht-we-do-services-sec {
    padding: 100px 0;
    background-image: url(images/wht-we-do-Srvcs-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.hm-wht-we-do-services-sec h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 7px 8px 13px;
    background-color: #475484;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.hm-wht-we-do-services-sec h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 35px;
    padding-bottom: 55px;
    position: relative;
    text-align: center;
}

.hm-wht-we-do-services-sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-wht-we-do-srvcs-cnt-blck {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hm-wht-we-do-srvcs-cnt {
    width: 32%;
    text-align: center;
    background-color: #ffffff;
    margin: 0 1.95% 1.95% 0;
    padding: 50px 10px 75px;
    position: relative;
}

.hm-wht-we-do-srvcs-cnt:nth-child(3n) {
    margin-right: 0
}

.hm-wht-we-do-srvcs-cnt h6 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #484b56;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-top: 95px;
    z-index: 1;
    position: relative;
}

.hm-wht-we-do-srvcs-cnt a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
}

.hm-wht-we-do-srvcs-cnt:hover h6 {
    color: #fff;
    transition: 0.3s;
}

.hm-wht-we-do-srvcs-cnt:hover {
    background-image: url(images/primary-and-preventive-care.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-wht-we-do-srvcs-cnt.chronic-conditions:hover {
    background-image: url(images/chronic-conditions.jpg);
}

.hm-wht-we-do-srvcs-cnt.acute-and-mmediate-care:hover {
    background-image: url(images/acute-and-immediate-care.jpg);

}

.hm-wht-we-do-srvcs-cnt.labs-diagnostic-testing:hover {
    background-image: url(images/labs.jpg);
}

.hm-wht-we-do-srvcs-cnt.mental-health:hover {
    background-image: url(images/mental-health.jpg);
}

.hm-wht-we-do-srvcs-cnt.xray-and-img:hover {
    background-image: url(images/xray-and-imaging.jpg);
}

.hm-wht-we-do-srvcs-cnt:before {
    content: "";
    position: absolute;
    ;
    width: 100%;
    height: 100%;
    background-color: #9bad71;
    top: 0;
    left: 0;
    opacity: 0.84;
    display: none;
    z-index: 0;
}

.hm-wht-we-do-srvcs-cnt:hover:before {
    display: block;
}

.hm-wht-we-do-srvcs-cnt h6:before {
    content: "";
    position: absolute;
    ;
    width: 64px;
    height: 64px;
    background-image: url(images/hm-sprites.png);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-wht-we-do-srvcs-cnt.preventative-care h6:before {
    background-position: -379px -2px
}

.hm-wht-we-do-srvcs-cnt.chronic-conditions h6:before {
    background-position: -437px -2px
}

.hm-wht-we-do-srvcs-cnt.acute-and-mmediate-care h6:before {
    background-position: -501px -2px
}

.hm-wht-we-do-srvcs-cnt.labs-diagnostic-testing h6:before {
    background-position: -566px -2px
}

.hm-wht-we-do-srvcs-cnt.mental-health h6:before {
    background-position: -627px -2px
}

.hm-wht-we-do-srvcs-cnt.xray-and-img h6:before {
    background-position: -689px -2px
}

.hm-wht-we-do-srvcs-cnt.preventative-care:hover h6:before {
    background-position: -379px -72px
}

.hm-wht-we-do-srvcs-cnt.chronic-conditions:hover h6:before {
    background-position: -437px -72px
}

.hm-wht-we-do-srvcs-cnt.acute-and-mmediate-care:hover h6:before {
    background-position: -501px -72px
}

.hm-wht-we-do-srvcs-cnt.labs-diagnostic-testing:hover h6:before {
    background-position: -566px -72px
}

.hm-wht-we-do-srvcs-cnt.mental-health:hover h6:before {
    background-position: -627px -72px
}

.hm-wht-we-do-srvcs-cnt.xray-and-img:hover h6:before {
    background-position: -689px -72px
}

.hm-wht-we-do-srvcs-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #475484;
    letter-spacing: 0.51px;
    padding: 19px 72px 17px 46px;
    position: relative;
    display: inline-block;
    background: url(images/bnt-arrow2.png)no-repeat;
    margin-bottom: 0;
    background-position: right 32px center;
    text-transform: uppercase;
    border: 2px solid #475484;
}

.hm-wht-we-do-srvcs-btn a:hover {
    color: #fff;
    background: #475484 url(images/bnt-arrow.png)no-repeat;
    transition: 0.3s;
    background-position: right 32px center;
}

/*Home testing and treatment section*/
.hm-testing-and-treatment-sec {
    padding: 122px 0;
    background-image: url(images/testng-treatment-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testing-treatment-cnt {
    width: 100%;
    max-width: 490px;
}

.testing-treatment-cnt h6 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #9bad71;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testing-treatment-cnt h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.04;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.testing-treatment-cnt p {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.42;
    margin-bottom: 40px;
}

.testing-and-treatment-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 21px 76px 19px 50px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
}

.testing-and-treatment-btn a:hover {
    background-color: #475484;
    transition: 0.3s;
}

/*Home Insurance We Accept Section*/
.hm-insurance-we-accept-sec {
    padding: 95px 0 100px;
    text-align: center;
}

.accept-insureance-blck {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.accept-insureance-itm {
    width: 20%;
}

.hm-insurance-we-accept-sec h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #b2b5c4;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.hm-insurance-we-accept-sec p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #b2b5c4;
    line-height: 1;
    margin-bottom: 0;
}

/*Choose us section*/
.hm-choose-us-sec h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    padding: 8px 7px 8px 13px;
    background-color: #475484;
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
}

.hm-choose-us-sec h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 35px;
    padding-bottom: 55px;
    position: relative;
    text-align: center;
}

.hm-choose-us-sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-choose-us-sec {
    padding: 95px 0 0;
    background-image: url(images/choose-us-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.choose-us-blck {
    display: flex;
    /* margin-bottom: -250px;
    position: relative;
    */
}

.choose-us-itm {
    width: 32%;
    margin-right: 1.95%;
    padding: 40px 20px 45px 36px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

.choose-us-itm:nth-child(3n) {
    margin-right: 0;
}

.choose-us-itm h6 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 10px 15px 10px 10px;
    border: 1px solid #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.choose-us-itm h4 {
    /*font-size: 28px;
    */
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.21;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}

.choose-us-itm h4:before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.choose-us-itm p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.choose-us-itm a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}

.choose-us-btn {
    text-align: center;
    margin-top: 40px;
}

.choose-us-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #475484;
    letter-spacing: 0.51px;
    padding: 19px 75px 17px 46px;
    position: relative;
    display: inline-block;
    background: url(images/bnt-arrow2.png)no-repeat;
    margin-bottom: 0;
    background-position: right 32px center;
    text-transform: uppercase;
    border: 2px solid #475484;
}

.choose-us-btn a:hover {
    color: #fff;
    background: #475484 url(images/bnt-arrow.png)no-repeat;
    transition: 0.3s;
    background-position: right 32px center;
}

.choose-us-itm.pc {
    background-image: url(images/personalized-care-img.webp);
}

.choose-us-itm.rh {
    background-image: url(images/rethinking-healthcare-bg.webp);
}

.choose-us-itm.he {
    background-image: url(images/health-expertise-bg.webp);
}

.choose-us-itm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
}

.choose-us-itm:nth-child(n):before {
    background-color: #505d8d
}

.choose-us-itm:nth-child(2n):before {
    background-color: #a0b275
}

.choose-us-itm:nth-child(3n):before {
    background-color: #7787b9
}

.choose-us-cnt {
    margin: 0 0 -350px;
    position: relative;
}

/* Home profile section*/
.hm-profile-sec {
    padding: 450px 0 110px
}

.hm-attorny-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hm-attorny-img.lft {
    width: 47.4%;
    position: relative;
    height: 100%;
}

.hm-attorny-cnt.rite {
    width: 46.2%;
}

.hm-attorny-cnt.rite h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.07;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 25px;
}

.hm-attorny-cnt.rite h2 strong {
    color: #7c8cbf;
    font-weight: 700;
}

.hm-attorny-cnt.rite p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 1.7;
    margin-bottom: 40px;
}

.team-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 21px 80px 19px 50px;
    position: relative;
    display: inline-block;
    background: #475484 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
}

.team-btn a:hover {
    background-color: #9bad71;
    transition: 0.3s;
}

.hm-attorny-img.lft img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.hm-attorny-img.lft p {
    margin-bottom: 0px;
}

.hm-attorny-img-cnt h6 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    bottom: 35px;
    left: 40px;
    margin-bottom: 0;
}

.hm-attorny-img-cnt h6 strong {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

/*testimonials section*/
.testim-sec {
    background-color: #9bad71;
}

.testim-sec .container {
    width: 100%;
    max-width: 100%;
}

.hm-testi-blck {
    max-width: 1620px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    /*align-items: center;
    */
}

.testi-cnt-rite {
    width: 42%;
    display: flex;
    align-items: center;
    padding: 20px 5px
}

.testi-cnt-rite-cnt {
    width: 100%;
}

img.testi-cnt-lft {
    width: 52.8%;
    /*height: 100%;
     position: relative;
    */
}

/*.testi-cnt-lft img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
*/
.testi-cnt-rite h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.05;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 30px;
}

.home_testimnlslides.owl-carousel .test_item .rww-cnt p {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 1.59;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.home_testimnlslides.owl-carousel .test_item .rww-cnt {
    padding-bottom: 40px;
    border-bottom: 1px solid #bdcc99;
    margin-bottom: 20px;
}

.reviews-rt-stars .rating {
    background-repeat: repeat-x;
    background-position: left top;
    height: 22px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.page-template-reviews-page .reviews-rt-stars .rating {
    background-image: url(images/rating-star.png);
}

.reviews-rt-stars .rating {
    background-image: url(images/home-rating-star.png);
}

.review_row .reviews-rt-stars {
    padding: 0;
    width: 110px;
    background-position: left top;
    position: relative;
    /*margin: auto;
    */
}

.testimonial-author h5 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonial-author h5 strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #d5e3b6;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-top: 10px;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev,
.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    background: none;
    color: #fff !important;
    border: 1px solid #bfcc9f;
    padding: 0 !important;
    width: 57px;
    height: 57px;
    font-size: 30px;
    line-height: 1 !important
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.home_testimnlslides.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 28px;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev:hover,
.home_testimnlslides.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff !important;
    color: #9bad72 !important;
}

.home_testimnlslides.owl-carousel .test_item {
    padding: 28px 0 0;
    position: relative;
}

.home_testimnlslides.owl-carousel .test_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 119px;
    height: 91px;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -752px -2px;
    z-index: 0;
}

/*Home page Form*/
.hm-form-sec {
    padding: 95px 0 0;
    background-image: url(images/form-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

.hm-form-sec h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    padding: 8px 7px 8px 13px;
    background-color: #475484;
    position: relative;
    width: fit-content;
    margin: 0 auto 20px;
}

.hm-form-sec h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 35px;
    padding-bottom: 55px;
    position: relative;
    text-align: center;
}

.hm-form-sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-form-cnt {
    display: flex;
    background-color: #fff;
    margin-bottom: -140px;
    position: relative;
}

.hm-form-cnt-rite {
    width: 50%;
    padding: 55px 40px 55px 45px;
}

img.hm-form-cnt-lft {
    width: 50%;
    object-fit: cover;
    display: block
}

/*.hm-form-cnt-lft img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
*/
.hm-form-cnt-rite .gform_legacy_markup_wrapper .top_label .gfield_label,
.hm-form-cnt-rite .gform_legacy_markup_wrapper legend.gfield_label {
    display: none;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    width: 49%;
    margin: 0 0 2% 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield.nm,
.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield.apmnt-date {
    margin-right: 2% !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield.apmnt-date input {
    background-image: url(images/form-clander-img.png) !important;
    background-position: right 22px center !important;
    background-repeat: no-repeat;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0 !important;
    background-image: url(images/dropdown-select.png) !important;
    background-position: right 22px center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-repeat: no-repeat;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #e4e4e4 !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text] {
    margin-bottom: 0 !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0 !important
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper {
    margin: 0 !important;
}

/*.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield.Apmnt-time .gfield_time_hour{
    width: 100%!important
}
*/
.hm-form-cnt-rite .gform_legacy_markup_wrapper .gform_footer {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

.hm-form-cnt-rite .gform_wrapper .top_label textarea {
    height: 110px !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper ul.gform_fields li.gfield.msg {
    width: 100% !important;
}

.hm-form-cnt-rite input::placeholder {
    color: #606060;
}

.hm-form-cnt-rite input:-ms-input-placeholder {
    color: #606060;
}

.hm-form-cnt-rite input::-ms-input-placeholder {
    color: #606060;
}

.hm-form-cnt-rite textarea::placeholder {
    color: #606060;
}

.hm-form-cnt-rite textarea:-ms-input-placeholder {
    color: #606060;
}

.hm-form-cnt-rite textarea::-ms-input-placeholder {
    color: #606060;
}

.hm-form-cnt-rite .gform_wrapper .top_label input,
.hm-form-cnt-rite .gform_wrapper select,
.hm-form-cnt-rite .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #606060;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e4e4e4;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 22px 20px 20px 33px !important;
    transition: all .5s;
    height: 63px;
}

.hm-form-cnt-rite .gform_wrapper .top_label input:focus,
.hm-form-cnt-rite .gform_wrapper select:focus,
.hm-form-cnt-rite .gform_wrapper .top_label textarea:focus {
    border: 1px solid #7c8cbf;
    outline: none;
    background-color: #f7f9ff;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper div.validation_error {
    display: none;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0) !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
    position: relative;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    border-color: #e4e4e4 !important;
}

.hm-form-cnt-rite .gform_legacy_markup_wrapper li.gfield.gfield_error,
.hm-form-cnt-rite .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-color: transparent !important;
}

.hm-form-cnt-rite .gform_wrapper .top_label input[type=submit] {
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    letter-spacing: 0.51px !important;
    text-transform: uppercase !important;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat !important;
    margin-bottom: 0;
    background-position: right 35px center !important;
    outline: none !important;
    border: 0px !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    width: 100% !important;
    margin: 0 !important;
    padding: 23px 20px 21px 33px !important;
}

.hm-form-cnt-rite .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #34406b !important;
}

/*.hm-form-cnt-rite .gform_legacy_markup_wrapper .description, .hm-form-cnt-rite .gform_legacy_markup_wrapper .gfield_description, .hm-form-cnt-rite .gform_legacy_markup_wrapper .gsection_description, .hm-form-cnt-rite .gform_legacy_markup_wrapper .instruction{
     font-size: 13px !important;
    position: absolute;
    bottom: 0;
}
*/
.hm-form-cnt-rite .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}

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

/*footer sec*/
.site-footer {
    padding: 250px 0 100px;
    background-color: #34406b;
}

.ftmenu ul {
    font-size: 0;
    text-align: center;
}

.ftmenu li {
    display: inline-block;
    margin-bottom: 0;
}

.ftmenu li a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #c2c7d7;
    line-height: 1;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    padding: 0 22px;
    border-right: 1px solid #c2c7d7;
}

.ftmenu li a:hover {
    color: #aebf88
}

.ftmenu li:last-child a {
    border: 0;
    padding-right: 0;
}

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

.ftmenu {
    margin-bottom: 45px;
}

.site-footer .ftr-logo {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.site-footer .logo-cnt {
    display: inline-block;
    background-color: #34406b;
    padding: 0 28px;
    z-index: 1;
    position: relative;
}

.site-footer .ftr-logo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4c5a8c;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.site_info {
    text-align: center;
}

.site_info p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7e8ab6;
    line-height: 1.71;
    margin-bottom: 20px;
}

.ftr-cntc-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 770px;
    margin: 0 auto 40px;
}

/*.ftr-cntc-itm.adrs{
    width:49%
}
*/
.ftr-cntc-itm.adrs a,
.ftr-cntc-itm.phn a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #9da6c7;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}

.ftr-cntc-itm.phn {
    padding: 0 38px;
    border-right: 1px solid #67729e;
    border-left: 1px solid #67729e;
    text-align: center;
}

.ftr-cntc-itm.phn a {
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}

/*.ftr-cntc-itm.scl-icn{
    width: 16%
}
*/
.ftr-cntc-itm {
    position: relative;
}

.ftr-cntc-itm:last-child {
    border: 0;
}

.ftr-cntc-itm.scl-icn a {
    font-size: 0;
    background-image: url(images/hm-sprites.png);
    vertical-align: top;
    display: inline-block;
    margin: 0 17px;
}

.ftr-cntc-itm.scl-icn a.fb {
    background-position: -1px -179px;
    width: 10px;
    height: 17px;
}

.ftr-cntc-itm.scl-icn a.gogle {
    background-position: -16px -179px;
    /*    width: 24px;*/
    width: 16px;
    height: 16px;
}

.ftr-cntc-itm.scl-icn a.inst {
    background-position: -45px -179px;
    width: 16px;
    height: 16px;
}

.ftr-cntc-itm.scl-icn a:first-child {
    margin-left: 0;
}

.ftr-cntc-itm.scl-icn a:last-child {
    margin-right: 0;
}

.ftr-cntc-itm.scl-icn a.fb:hover {
    background-position: -1px -197px;
}

.ftr-cntc-itm.scl-icn a.gogle:hover {
    background-position: -16px -197px;
}

.ftr-cntc-itm.scl-icn a.inst:hover {
    background-position: -45px -197px;
}

.ftr-cntc-itm.phn a:before,
.ftr-cntc-itm.adrs a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
}

.ftr-cntc-itm.phn a:before {
    background-position: -900px -1px;
    width: 16px;
    height: 16px;
}

.ftr-cntc-itm.adrs a:before {
    background-position: -885px -1px;
    width: 12px;
    height: 16px;
}

.ftr-cntc-itm.adrs a:hover,
.ftr-cntc-itm.phn a:hover {
    color: #aebf88;
    transition: .3s
}

/*Home page Form*/
.hm-form-cnt .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}

.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}

.form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 200px;
    margin: 0px 0px 30px;
    padding: 12px;
}

.form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.form-sec .gform_wrapper .form-links a {
    color: #f7cc4c;
    font-weight: 600;
    text-decoration: underline;
}

/* .form-top {} */
.form-top span,
.form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}

.form-sec .gform_wrapper .gfield_radio label,
.form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}

.form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}

.form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}

.form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}

.form-sec .gform_wrapper .top_label input[type=submit] {
    background-color: #231f20 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 250px !important;
    font-size: 18px !important;
    padding: 20px 15px !important;
    text-transform: capitalize !important;
    height: auto !important;
    margin: 0;
}

.form-sec .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #231f20 !important;
}

.form-sec input::placeholder {
    color: #787878;
}

.form-sec input:-ms-input-placeholder {
    color: #787878;
}

.form-sec input::-ms-input-placeholder {
    color: #787878;
}

.form-sec textarea::placeholder {
    color: #787878;
}

.form-sec textarea:-ms-input-placeholder {
    color: #787878;
}

.form-sec textarea::-ms-input-placeholder {
    color: #787878;
}

.form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}

.form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important
}

.form-sec .gform_wrapper .validation_message,
.form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: .56px;
    font-size: 15px;
    line-height: 18px;
}

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

.form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* .form-sec .gform_confirmation_message {} */
.gform_button.disabled {
    pointer-events: none;
}

.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;
}

.ft_note a:hover {
    color: #aebf88;
}

.home_testimnlslides.owl-carousel .owl-nav {
    display: none;
}

.hm-testi-stars-sec {
    display: flex;
    justify-content: space-between;
}

.hm-testi-stars-prev,
.hm-testi-stars-next {
    background-image: url(images/hm-sprites.png);
    border: 1px solid #bfcc9f;
    padding: 0;
    width: 57px;
    height: 57px;
    display: inline-block;
    background-position: -104px -179px
}

.hm-testi-stars-next {
    background-position: -165px -179px;
    margin-left: 8px;
}

.hm-testi-stars-prev:hover,
.hm-testi-stars-next:hover {
    background-color: #fff !important;
    color: #9bad72 !important;
    background-position: -104px -238px
}

.hm-testi-stars-next:hover {
    background-position: -165px -238px;
}

.hm-testi-stars-rite {
    padding: 0 3px 0 0;
}

/*inner pages*/
/*inner-page Default Styles*/
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;
}

.page_bnr {
    /*    background-image:url(images/gnrl-page-bnnr-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 345px 0 245px;
    background-position: top center;
    position: relative;
}

.page_bnr:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(53, 56, 65, 0.45);
    z-index: 0;
    transition-delay: 0.3s;
}

.page_bnr:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed2b2b2b', GradientType=0);
    opacity: 0.3;
    z-index: 1;
    transition-delay: 0.3s;
}

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

.page_title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*.page_title h1, .page_title h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 0;
}*/
.page_title h1,
.page_title h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 120%;
    display: block;
    margin-bottom: 0;
}

.divder {
    display: inline-block;
    margin: 0 18px;
    color: #f36720;
}

.page_default {
    padding: 100px 0;
    position: relative;
}

.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: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}

.page_default .genpg-cnt .gnrl-pg-hdng h1,
.page_default .genpg-cnt .gnrl-pg-hdng h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.page_default .genpg-cnt h1 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.page_default .genpg-cnt h2 {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 100%;
    margin-bottom: 30px;
}

.page_default .genpg-cnt h3 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 100%;
    margin-bottom: 30px;
}

.page_default .genpg-cnt h4 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    margin-bottom: 20px;
}

.page_default .genpg-cnt h5 {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    margin-bottom: 20px;
}

.page_default .genpg-cnt h6 {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    margin-bottom: 20px;
}

.page_default .genpg-cnt p,
.page_default .genpg-cnt li {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #606060;
    line-height: 1.57;
    margin-bottom: 40px;
}

.page_default .genpg-cnt ul {
    margin: 15px 0 50px 0;
    display: table;
}

.page_default .genpg-cnt a {
    color: #a9b887;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.page_default .genpg-cnt li {
    padding-left: 30px;
    position: relative;
    line-height: 100%;
    margin: 0 0 25px 0;
    font-weight: 600;
}

.page_default .genpg-cnt ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    background: url(images/li-bef-icn.png) no-repeat;
    left: 0;
    top: 9px;
}

.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 {
    list-style-position: inside;
}

.page_content .genpg-cnt ol {
    list-style-type: none;
    margin: 17px 0 25px 0;
    counter-reset: my-sec-counter;
}

.page_content .genpg-cnt ol li {
    list-style: none;
    position: relative;
}

.page_content .genpg-cnt ol li:before {
    content: "";
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    left: 0;
    right: 0;
    color: #9cae71;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
}

.page_default .genpg-cnt li a {
    text-decoration: none;
    color: #a9b887;
}

.page_default .genpg-cnt li a:hover,
.page_default .genpg-cnt a:hover {
    color: #475484;
}

/* .page_default.general_page .container{
    max-width: 1920px;
    padding: 0 50px;
} */
/* .genrl-cnt {
   display: flex;
    justify-content: space-between;
} */
.gnrl-pg-cnt-img {
    width: 39.4%;
    margin-bottom: 20px;
    /* margin-right: 3.2%; */
    margin-right: 3.5%;
    float: left;
}

/*.grnlpg-cnt {
    width: 57.4%;
}*/
.page_default .genpg-cnt .grnlpg-cnt p br {
    display: none;
}

.gnrl-pg-cnt-img img {
    width: 100%;
    display: block;
}

.page_default .genpg-cnt p strong {
    font-weight: 600;
}

.page_default .genpg-cnt .gnrl-pg-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 20px 80px 20px 45px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
}

.page_default .genpg-cnt .gnrl-pg-btn a:hover {
    background-color: #475484;
    transition: 0.3s;
}

.gnrl-pg-hdng {
    text-align: center;
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.page_default .genpg-cnt .gnrl-pg-hdng p {
    margin-bottom: 0;
}

.gnrl-pg-hdng:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*genrl pg styles*/
.inner-testi-blck {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.inner-testi-blck .postn-bnt {
    position: absolute;
    bottom: 100px;
}

.testi-btn.postn-bnt {
    right: 50px;
}

.inner-testi-blck .postn-bnt a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 18px 86px 18px 58px;
    position: relative;
    display: inline-block;
    background: url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 30px center;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.testi-btn.postn-bnt a:hover {
    background-color: #475484;
    border-color: #475484
}

.inr-why-choose-btn.postn-bnt a:hover {
    background-color: #9bad71;
    border-color: #9bad71
}

.inner-testi-blck {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.inner-testi-blck .testi-cnt-rite {
    padding: 100px 50px 160px 10px;
    width: 50%;
    display: block;
    position: relative;
    background-image: url(images/inner-testi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-testi-blck .testi-cnt-lft {
    width: 50%;
    padding: 100px 10px 160px 70px;
    background-image: url(images/inr-why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inr-why-choose-sec {
    width: 100%;
    max-width: 675px;
}

.inr-why-choose-itm {
    display: flex;
    margin-bottom: 40px;
}

.inr-why-choose-itm:last-child {
    margin-bottom: 0;
}

.inr-why-choose-itm-img {
    width: 100%;
    max-width: 100px;
}

.inr-why-choose-blck .inr-why-choose-itm-cnt h6 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #c7cce2;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 5px 7px 5px 7px;
    border: 1px solid #c7cce2;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.inr-why-choose-blck .inr-why-choose-itm-cnt h3 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.33;
    margin-bottom: 15px;
}

.inr-why-choose-blck .inr-why-choose-itm-cnt p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.inr-why-choose-blck {
    margin-bottom: 45px;
}

.inner-testi-blck .testi-cnt-rite-cnt {
    width: 100%;
    max-width: 615px;
    margin-left: auto;
}

.inner-testi-blck h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.05;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 35px;
}

.inner-testi-blck .home_testimnlslides.owl-carousel .test_item .rww-cnt p {
    font-weight: 500
}

.inr-payment-cnt h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.04;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.inr-payment-cnt h2 strong {
    font-weight: 600;
    color: #7c8cbf;
}

.inr-payment-cnt p {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 35px;
}

.inr-payment-cnt .payment-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 20px 75px 20px 45px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
    -webkit-box-shadow: 4px 4px 9px 0px rgba(44, 50, 68, 0.37);
    -moz-box-shadow: 4px 4px 9px 0px rgba(44, 50, 68, 0.37);
    box-shadow: 4px 4px 9px 0px rgba(44, 50, 68, 0.37);
}

.inr-payment-options {
    padding: 135px 0;
    background-image: url(images/pyment-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.inr-payment-cnt {
    width: 100%;
    max-width: 490px;
}

.inr-payment-cnt .payment-btn a:hover {
    background-color: #475484;
    color: #fff;
    transition: 0.3s
}

.inr-payment-cnt a:hover {
    color: #9bad71;
}

.inr-payment-cnt a {
    font-weight: 700;
}

/*team-page*/
.page_default.profile-page .container {
    padding: 0
}

.team-blck-top {
    display: flex;
    /*justify-content: space-between;
    */
    margin-bottom: 1.99%;
}

.team-blck-bottom {
    display: flex;
}

.team-blck-bottom .team-itm {
    width: 32%;
    margin-right: 1.99%;
}

.team-blck-bottom .team-itm:last-child {
    margin-right: 0;
}

.team-itm img {
    width: 100%;
    display: block;
}

.team-itm-lft {
    width: 66%;
    margin-right: 1.99%;
}

.team-itm-rite {
    width: 32%;
}

.team-itm {
    position: relative;
}

.team-itm-cnt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.team-itm-rite .team-itm {
    margin: 3.3% 0;
    float: left;
    width: 100%;
}

.team-itm-rite .team-itm:first-child {
    margin-top: 0;
}

.team-itm-rite .team-itm:last-child {
    margin-bottom: 0;
}

.team-blck-top .team-itm p {
    display: none;
}

.team-blck-top .team-itm-lft .team-itm h6 {
    font-size: 20px;
    font-weight: 400;
}

.team-blck-top .team-itm-lft .team-itm h6 strong {
    display: block;
    font-size: 42px;
}

.team-itm h6 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-itm h6 strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team-itm {
    position: relative;
}

.team-itm:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+21,000000+22,000000+100&0+0,0.01+35,0.04+46,0.09+55,0.22+67,0.46+82,0.5+82,0.51+84,0.56+85,0.58+87,0.78+96,0.78+97,0.81+97,0.84+100,0.89+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 21%, rgba(0, 0, 0, 0.01) 22%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.09) 55%, rgba(0, 0, 0, 0.22) 67%, rgba(0, 0, 0, 0.5) 82%, rgba(0, 0, 0, 0.51) 84%, rgba(0, 0, 0, 0.56) 85%, rgba(0, 0, 0, 0.58) 87%, rgba(0, 0, 0, 0.78) 96%, rgba(0, 0, 0, 0.81) 97%, rgba(0, 0, 0, 0.89) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 21%, rgba(0, 0, 0, 0.01) 22%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.09) 55%, rgba(0, 0, 0, 0.22) 67%, rgba(0, 0, 0, 0.5) 82%, rgba(0, 0, 0, 0.51) 84%, rgba(0, 0, 0, 0.56) 85%, rgba(0, 0, 0, 0.58) 87%, rgba(0, 0, 0, 0.78) 96%, rgba(0, 0, 0, 0.81) 97%, rgba(0, 0, 0, 0.89) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 21%, rgba(0, 0, 0, 0.01) 22%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.04) 46%, rgba(0, 0, 0, 0.09) 55%, rgba(0, 0, 0, 0.22) 67%, rgba(0, 0, 0, 0.5) 82%, rgba(0, 0, 0, 0.51) 84%, rgba(0, 0, 0, 0.56) 85%, rgba(0, 0, 0, 0.58) 87%, rgba(0, 0, 0, 0.78) 96%, rgba(0, 0, 0, 0.81) 97%, rgba(0, 0, 0, 0.89) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e3000000', GradientType=0);
    /* IE6-9 */
}

.team-itm p {
    display: none;
}

.team-itm:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9bad71;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.team-itm .viwe-prfle-btn a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    display: inline-block;
    margin: 45px 0 0;
    padding-right: 38px;
    background: url(images/bnt-arrow.png)no-repeat;
    background-position: right 0 center;
}

.team-itm .viwe-prfle-btn {
    display: none;
}

.team-itm:hover .viwe-prfle-btn {
    display: block;
}

.team-pg-btn {
    text-align: center;
    margin-top: 50px;
}

.team-pg-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 20px 80px 20px 40px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 35px center;
    text-transform: uppercase;
}

.team-pg-btn a:hover {
    background-color: #475484;
    transition: 0.3s;
}

/*single profile */
.sngl-prfle-blck {
    display: flex;
    justify-content: space-between;
}

.sngl-prfle-lft-img,
.sngl-prfle-rite-cnt {
    width: 47.4%;
}

.sngl-prfle-lft-img img {
    width: 100%;
    display: block;
}

.page_default .genpg-cnt .sngl-prfle-title h2 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #484b56;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.page_default .genpg-cnt .sngl-prfle-sub-title h6 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #475484;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.page_default .genpg-cnt .sngl-prfle-rite-cnt p {
    font-size: 18px;
    margin-bottom: 35px;
}

.page_default .genpg-cnt .sngl-prfle-rite-cnt p br {
    display: none;
}

.page_default .genpg-cnt .sngl-prfle-rite-cnt p br {
    display: none;
}

.page_default.single-profile-page .genpg-cnt .sglprfl-accrds-cnt h4 a.accordion-section-title {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 0;
    display: block;
    position: relative;
}

.page_default.single-profile-page .genpg-cnt .sglprfl-accrds-cnt h4 a.accordion-section-title:before {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 10px;
    background-image: url(images/drop-down-open.png);
    background-repeat: no-repeat;
}

.page_default.single-profile-page .genpg-cnt .sglprfl-accrds-cnt h4 a.accordion-section-title.active:before {
    background-image: url(images/drop-down-colse.png);
}

.page_default.single-profile-page .genpg-cnt .sglprfl-accrds-cnt h4 a.accordion-section-title.active {
    color: #475484;
    margin-bottom: 25px;
}

.page_default.single-profile-page .genpg-cnt .sglprfl-accrds-cnt h4 {
    margin-bottom: 0;
}

.sglprfl-accrds-cnt .accordion-section {
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
}

.sglprfl-accrds-cnt .accordion-section:first-child {
    border-top: 1px solid #dedede;
}

.page_default.single-profile-page {
    border-bottom: 1px solid #e8e8e8;
}

.page_bnr.snglprfl-pg-bnr {
    background: url(images/Single-profile-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.page_default.profile-page {
    border-bottom: 1px solid #e8e8e8;
}

/*single blog*/
.page_default.sngldft .genpg-cnt.snglblg .post-dt p {
    font-size: 18px;
    font-weight: 600;
    color: #7c8cbf;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page_default.sngldft .genpg-cnt.snglblg h1,
.page_default.sngldft .genpg-cnt.snglblg h2 {
    font-size: 48px;
    line-height: 1.18;
    margin-bottom: 30px;
}

.page_default.sngldft .genpg-cnt.snglblg h5 {
    font-size: 25px;
    color: #606060;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 30px;
}

.page_default.sngldft .genpg-cnt.snglblg .post-author p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    color: #999999;
}

.page_default.sngldft .genpg-cnt.snglblg .post-author p strong {
    font-weight: 500;
}

.page_default.sngldft .genpg-cnt.snglblg p {
    font-size: 18px;
    line-height: 1.7;
}

.page_default.sngldft .genpg-cnt.snglblg .nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 45px;
    float: left;
    width: 100%;
}

.genpg-cnt.snglblg .nav-links span.post-title {
    display: none;
}

.genpg-cnt.snglblg .nav-links .nav-previous span.meta-nav {
    padding-left: 30px;
    background: url(images/prv-bnt.png);
    background-position: left 0 center;
}

.genpg-cnt.snglblg .nav-links .nav-next span.meta-nav {
    padding-right: 30px;
    background: url(images/bnt-arrow2.png);
    background-position: right 0 center;
}

.genpg-cnt.snglblg .nav-links .nav-previous span.meta-nav,
.genpg-cnt.snglblg .nav-links .nav-next span.meta-nav {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #475484;
    line-height: 1;
    text-transform: uppercase;
    background-repeat: no-repeat;
}

.genpg-cnt.snglblg .nav-links .nav-previous span.meta-nav:hover,
.genpg-cnt.snglblg .nav-links .nav-next span.meta-nav:hover {
    color: #9bad71
}

.genpg-cnt.snglblg .nav-links .nav-previous span.meta-nav:hover {
    background: url(images/prv-hov-btn.png);
    background-position: left 0 center;
    background-repeat: no-repeat;
    transition: 0.3s
}

.genpg-cnt.snglblg .nav-links .nav-next span.meta-nav:hover {
    background: url(images/nxt-hov-btn.png);
    background-position: right 0 center;
    background-repeat: no-repeat;
    transition: 0.3s
}

/*testimonials-page*/
.page_default.testimonials-page .genpg-cnt h3 {
    margin-bottom: 20px;
}

.page_default.testimonials-page .review_item {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #606060;
}

.page_default.testimonials-page .review_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.rviw-title {
    display: flex;
    justify-content: space-between;
}

.page_default.sngldft .genpg-cnt.snglblg .post-title-cnt h5 {
    margin-bottom: 18px;
}

/*content page*/
.page-template-contact-page .hm-form-sec.inner-form-sec {
    display: none;
}

.contact-page-lst {
    display: flex;
    justify-content: space-between;
}

.contact-page {
    padding: 100px 0 0;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper .top_label .gfield_label,
.contact-page-rgt-frm .gform_legacy_markup_wrapper legend.gfield_label {
    display: none;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper li.gfield.gfield_error,
.contact-page-rgt-frm .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-color: transparent !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    width: 49%;
    margin: 0 0 2% 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper ul.gform_fields li.gfield.nm,
.contact-page-rgt-frm .gform_legacy_markup_wrapper ul.gform_fields li.gfield.apmnt-date {
    margin-right: 2% !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper ul.gform_fields li.gfield.apmnt-date input {
    background-image: url(images/form-clander-img.png) !important;
    background-position: right 22px center !important;
    background-repeat: no-repeat;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0 !important;
    background-image: url(images/dropdown-select.png) !important;
    background-position: right 22px center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #e4e4e4 !important;
    background-color: transparent !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text] {
    margin-bottom: 0 !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0 !important
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper {
    margin: 0 !important;
}

.contact-page-rgt-frm .gform_wrapper .top_label textarea {
    /*    height: 152px!important;*/
    height: 230px !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper ul.gform_fields li.gfield.msg {
    width: 100% !important;
}

.contact-page-rgt-frm input::placeholder {
    color: #606060;
}

.contact-page-rgt-frm input:-ms-input-placeholder {
    color: #606060;
}

.contact-page-rgt-frm input::-ms-input-placeholder {
    color: #606060;
}

.contact-page-rgt-frm textarea::placeholder {
    color: #606060;
}

.contact-page-rgt-frm textarea:-ms-input-placeholder {
    color: #606060;
}

.contact-page-rgt-frm textarea::-ms-input-placeholder {
    color: #606060;
}

.contact-page-rgt-frm .gform_wrapper .top_label input,
.contact-page-rgt-frm .gform_wrapper select,
.contact-page-rgt-frm .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #606060;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e4e4e4;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 20px 20px 20px 33px !important;
    transition: all .5s;
}

.contact-page-rgt-frm .gform_wrapper .top_label input:focus,
.contact-page-rgt-frm .gform_wrapper select:foucs,
.contact-page-rgt-frm .gform_wrapper .top_label textarea:focus {
    background-color: #f7f9ff;
    border: 1px solid #7c8cbf;
    outline: none;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper .gform_footer {
    padding: 0;
    margin: 12px 0 0 0;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper div.validation_error {
    display: none;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0) !important;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
    position: relative;
}

.contact-page-rgt-frm .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    border-color: #e4e4e4 !important;
}

.contact-page-rgt-frm .gform_wrapper .top_label input[type=submit] {
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    letter-spacing: 0.51px !important;
    text-transform: uppercase !important;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat !important;
    margin-bottom: 0;
    background-position: right 35px center !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    width: 100% !important;
    margin: 0 !important;
}

.contact-page-rgt-frm .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #34406b !important;
}

.contact-page-rgt-frm .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.contact-page-rgt-frm .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

.contact-page-top {
    margin-bottom: 100px;
}

.contact-page-rgt {
    width: 58.4%;
}

.contact-page-rgt h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #484b56;
    line-height: 1;
    margin-bottom: 15px;
}

.contact-page-rgt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #606060;
    line-height: 1.45;
    margin-bottom: 30px;
}

.contact-page-rgt p strong {
    font-weight: 600;
}

.contact-page-lft {
    background-color: #475484;
    width: 36%;
    padding: 47px 36px 10px;
}

.contact-page-lft h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
}

.hm-map-cnt iframe {
    width: 100%;
    height: 460px;
    display: block;
}

.contact-page-lft-itm {
    position: relative;
    padding: 29px 0 29px 80px;
    border-top: 1px solid #68749e;
    /*margin-bottom:35px;
    */
    position: relative;
}

.contact-page-lft-itm a:before {
    position: absolute;
    content: "";
    background-image: url(images/in-sprites.png);
    width: 62px;
    height: 62px;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: -2px -2px;
    margin: auto;
    border: 1px solid #7784b1;
    border-radius: 50%;
}

.contact-page-lft-itm.one a:before {
    background-position: -65px -2px;
}

.contact-page-lft-itm.two a:before {
    background-position: -128px -2px;
}

.contact-page-lft-itm.three a:before {
    background-position: -191px -2px;
}

.contact-page-lft-itm.three a:hover {
    color: #ffffff;
}

.contact-page-lft-itm.three a span {
    font-size: 15px;
}

.contact-page-lft-itm .contact-page-lft-itm-btn a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.51px;
    padding: 19px 75px 19px 50px;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    margin-bottom: 0;
    background-position: right 25px center;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
    -moz-box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
    box-shadow: 5px 5px 11px 0px rgba(140, 168, 197, 0.14);
}

.contact-page-lft-itm-btn a:hover {
    background-color: #fff !important;
    color: #34406b !important;
    background: url(images/bnt-arrow2.png)no-repeat;
    background-position: right 25px center;
}

.contact-page-lft-itm h5 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #7c8cbf;
    margin-bottom: 12px;
    line-height: 1;
}

.contact-page-lft-itm a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.55;
    margin-bottom: 0;
}

.contact-page-lft-itm p {
    margin-bottom: 0
}

.contact-page-lft-itm a:hover {
    color: #9bad71
}

.contact-page-lft-itm h6 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.55;
    margin-bottom: 0;
}

.contact-page-lft-itm:last-child {
    margin: 0;
}

.contact-page-btm {
    background-image: url(images/contact-page-btm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 87px;
}

.hm-map-cnt {
    max-width: 920px;
    margin: 0 auto -170px;
    position: relative;
}

.contact-page-btm {
    text-align: center;
}

.contact-page-btm h5 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 2.77;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    background-color: #475484;
    display: inline-block;
    padding: 0 15px 0 22px;
    margin-bottom: 18px;
}

.contact-page-btm h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 40px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.contact-page-btm h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 25px;
    background-image: url(images/hdn-ps-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-btm-img {
    margin-bottom: 40px;
}

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

.page_default.blg-default .container {
    max-width: 1824px;
    width: 100%;
    margin: 0 auto;
}

.blg-lft {
    float: left;
    width: 19.8%;
}

.blg-lft-itm {
    background-color: #354378;
    padding: 30px;
    margin-bottom: 30px;
}

.page_default.blg-default {
    padding: 50px 0 100px;
}

.blg-lft-itm h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.21;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.blg-lft-itm h3:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 63px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.blg-lft-itm-btn a {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #354378;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 72px 20px 72px;
    background-color: #fff;
    display: inline-block;
    background-image: url(images/bnt-arrow2.png);
    background-size: 16px !important;
    background-position: calc(100% - 35px) center;
    background-repeat: no-repeat;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.51px;
}

.blg-lft h4.widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.21;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.blg-lft h4.widget-title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 63px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.blg-lft .widget_search input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 100%;
    width: 100%;
    padding: 18px 15px 18px 15px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    position: relative;
    outline: none;
}

.blg-lft input.search-submit {
    font-size: 0 !important;
    position: absolute;
    background-image: url(images/sdbr-search-icn.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    padding: 0 !important;

}

.blg-lft .widget.widget_search {
    background-color: #9cae71;
    padding: 30px;
    margin-bottom: 30px;
}

.blg-lft-cnt {
    background-color: #ebeef8;
    padding: 30px;
    margin-bottom: 30px;
}

.blg-lft-cnt h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #484b56;
    line-height: 1.21;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.blg-lft-cnt h3:before {
    position: absolute;
    content: "";
    background-color: #484b56;
    width: 63px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.blg-lft-cnt ul li {
    margin-bottom: 22px;
}

.blg-rgt {
    width: 78%;
    float: right;
}

.blg-rgt-itm .blg-rgt-itm-fetrd h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    letter-spacing: 6.4px;
    display: inline-block;
    background-color: #9bad71;
    margin-bottom: 0;
    padding: 10px 21px;
}

.blg-rgt-itm-fetrd {
    position: absolute;
    top: 20px;
    z-index: 1;
}

.blg-rgt-itm {
    position: relative;
    margin-bottom: 40px;
}

.blg-rgt-itm-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.blg-rgt-itm-title {
    position: absolute;
    bottom: 35px;
    left: 30px;
    z-index: 1;
}

.blg-rgt-itm-img {
    position: relative;
}

.blg-rgt-itm-img-bg {
    position: relative;
}

.blg-rgt-itm-post-dt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 1.31;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blg-rgt-itm-img-bg img {
    display: block;
}

.blg-psts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.post-item:first-child {
    margin-left: 0;
}

.post-item {
    width: 32%;
    margin: 0 1.95% 1.95% 0;
    border: 1px solid #e9e9e9;
    border-top: 0;
    -webkit-box-shadow: 7px 7px 17px 0px rgba(219, 219, 219, 0.17);
    -moz-box-shadow: 7px 7px 17px 0px rgba(219, 219, 219, 0.17);
    box-shadow: 7px 7px 17px 0px rgba(219, 219, 219, 0.17);
    position: relative;
}

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

.blog-post-img {
    position: relative;
}

.blog-post-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #23252d;
    opacity: 0.1;
    display: none;
}

.post-item:hover .blog-post-img:before {
    display: block;
}

.post-sngimg a {
    display: block;
}

.blg-psts .post-dt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #7c8cbf;
    line-height: 1;
    letter-spacing: 2.8px;
    margin-bottom: 12px;
}

.blg-psts .post-cnt h4 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #484b56;
    line-height: 1.41;
    border-bottom: 2px solid transparent;
}

.blg-psts .post-cnt h4 {
    margin-bottom: 30px;
    min-height: 65px;
}

.blg-psts .post-item:hover .post-cnt h4 a {
    color: #7383b5;
    border-bottom-color: #7383b5;
    transition: 0.3s
}

.blg-psts .post-cnt p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 1.68;
    position: relative;
    margin-bottom: 30px;
}

.post-cnt-btn {
    padding-top: 24px;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    width: 85%;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.blg-psts .post-cnt-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #475484;
    line-height: 1;
    letter-spacing: 0.45px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    padding-right: 32px;
}

.blg-psts .post-item:hover .post-cnt-btn a {
    color: #7c8cbf;
    transition: 0.3s
}

.blg-psts .post-item:hover .post-cnt-btn a:before {
    opacity: 0.7;
    transition: 0.3s
}

.post-cnt {
    padding: 30px 32px 70px;
    /*position: relative;
    */
}

.blog-post-img img {
    width: 100%;
    display: block;
}

.blg-psts .post-cnt-btn a:before {
    position: absolute;
    content: "";
    background: url(images/bnt-arrow2.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.blg-psts-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #475484;
    line-height: 1;
    letter-spacing: 0.48px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 17px 52px 16px 52px;
    border: 1px solid #475484;
    text-align: center;
}

.blg-psts-btn a:hover {
    color: #7c8cbf;
    border: 1px solid #7c8cbf;
}

.blg-psts-btn {
    text-align: center;
}

.blgpg nav.navigation.pagination {
    display: none;
}

.blg-lft .widget_custom_html {
    background-color: #ebeef8;
    padding: 27px 10px 40px 32px;
}

.blg-lft .widget_custom_html .widget-title {
    color: #484b56;
}

.blg-lft .widget_custom_html h4.widget-title:before {
    background-color: #7c8cbf;
}

.blg-lft-cnt li input[type=checkbox] {
    border: 1px solid #ccd1e2 !important;
    background-color: #ffffff !important;
    margin-right: 15px !important;
}

.blg-lft-cnt li label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #484b56;
    line-height: 1;
}

.single-blg-top .container {
    max-width: 1035px;
    width: 100%;
    margin: auto;
}

.single-blg-top {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.blg-lft.dn .widget_categories {
    display: none;
}

.sgl-blg-top .widget_custom_html {
    display: none;
}

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

.sgl-blg-top .blg-lft-itm {
    background-color: inherit;
    padding: 0;
    margin-bottom: 0;
}

.sgl-blg-top .blg-lft-itm-btn a {
    color: #fff;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat;
    background-position: right 35px center;
    height: 61px;
    padding: 23px 75px 23px 50px
}

.sgl-blg-top {
    display: flex;
}

.sgl-blg-top .blg-lft-itm {
    order: 3;
    width: 29.1%;
}

.sgl-blg-top .widget_categories {
    order: 2;
    width: 32%;
}

.sgl-blg-top .widget_search {
    order: 1;
    width: 34.9%;
}

.sgl-blg-top .widget,
.sgl-blg-top .blg-lft-itm {
    margin-right: 1.95%;
}

form.search-form {
    position: relative;
}

.sgl-blg-top .widget_search input,
.sgl-blg-top select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 100%;
    width: 100%;
    padding: 20px 15px 20px 15px;
    border: 1px solid #e3e3e3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    position: relative;
    outline: none;
    height: 61px;
}

.sgl-blg-top .widget_search input.search-submit {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 35px;
    margin: auto;
    font-size: 0;
    border: none;
    width: 22px;
    height: 22px;
    background: url(images/slg-blg-serch.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
}

.sgl-blg-top select {
    background-color: #ebeef8;
    background-image: url(images/drop-down.png);
    background-position: right 35px center;
    background-repeat: no-repeat;
}

.sgl-blg-top .blg-lft-itm {
    margin-right: 0;
    height: 61px;
}

.sgl-blg-top select option {
    background-color: #9bad71;
    color: #fff;
}

.sgl-blg-top .blg-lft-itm-btn a:hover {
    background-color: #475484;
}

.search.search-results .blg-psts .post-dt {
    display: none;
}

.search.search-results .blg-psts .post-cnt p {
    display: none;
}

.search.search-results .post-cnt-btn {
    display: none;
}

.search.search-results .post-cnt {
    padding: 30px 32px 30px;
}

.search.search-results .blg-psts .post-cnt h4 {
    margin-bottom: 0;
}

.search-no-results .no-results.not-found .search-form {
    display: none;
}

.search-no-results .blgpg .blg-psts-btn {
    display: none;
}

.no-results.not-found h1.page-title {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: #484b56;
    margin-bottom: 40px;
}

.page-content p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #606060;
    line-height: 1.83;
    margin-bottom: 35px;
}

.rev-pag-list {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: flex-start
}

.blg-rgt-itm-img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #353841;
    opacity: 0.2;
    z-index: 0;
}

.blg-rgt-itm-img-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,2b2b2b+8,2b2b2b+100&0+0,0+12,0.03+25,0.09+37,0.18+47,0.43+67,0.74+86,0.93+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 7%, rgba(43, 43, 43, 0) 8%, rgba(43, 43, 43, 0) 12%, rgba(43, 43, 43, 0.03) 25%, rgba(43, 43, 43, 0.09) 37%, rgba(43, 43, 43, 0.18) 47%, rgba(43, 43, 43, 0.43) 67%, rgba(43, 43, 43, 0.74) 86%, rgba(43, 43, 43, 0.93) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed2b2b2b', GradientType=0);
    /* IE6-9 */
    opacity: 0.3;
    z-index: 0;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .accordion, .page_default.general_page .genpg-cnt .faqs-pg .accordion {
    overflow: hidden;
    background: transparent;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section {
    margin: 0 0  0px 0;
    width: 100%;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt h5, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt h5 {
    margin: 0;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 16px 35px 12px 15px;
    display: inline-block;
    border-top: 3px solid #111e90;
    background: transparent;
    transition: all linear 0.15s;
    font-size: 20px;
    color: #9bad71;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 0 !important;
}

/*.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title.active,
.faqs-pg .faq_cnt .accordion-section-title:hover {
    background: #9bad71;
    color: #fff;
    border-color: #35416c;
}*/

.page-template-faqs-page .genpg-cnt .faqs-pg .accordion-section-content, .page_default.general_page .genpg-cnt .faqs-pg .accordion-section-content {
    padding: 15px;
    display: none;
    padding-left: 0 !important;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section p, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section p {
    margin: 0 0 15px 0;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title:after, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 15px;
    font-size: 36px;
    top: 0px;
    margin: auto;
    bottom: 0;
    color: #9bad71;
    font-family: 'Montserrat', sans-serif;
    width: max-content;
    height: max-content;
}
.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section:last-child, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section:last-child {
    border-bottom: 3px solid #111e90;
}

.page-template-faqs-page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title.active:after, .page_default.general_page .genpg-cnt .faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}
.page_default.general_page .genpg-cnt .faqs-pg {
    margin: 0 0 50px;
}

/*sevicepage*/
.page-id-372 .page_default .genpg-cnt h2 {
    text-align: center;
    margin-bottom: 50px;
}

.serc-pg-cnt-blck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.serc-pg-cnt {
    width: 32%;
    text-align: center;
    background-color: #ffffff;
    margin: 0 1.95% 1.95% 0;
    padding: 50px 40px 75px;
    position: relative;
    min-height: 445px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-shadow: -1px -1px 25px -3px rgba(0, 0, 0, 10%);
}

.serc-pg-cnt:nth-child(3n) {
    margin-right: 0
}

.page-id-372 .page_default .genpg-cnt p {
    margin-bottom: 0
}

.serc-pg-cnt h6 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #484b56;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-top: 95px;
    z-index: 1;
    position: relative;
}

.serc-pg-cnt:hover h6 {
    color: #fff;
    transition: 0.3s;
}

.page-id-372 .page_default .genpg-cnt .serc-pg-cnt:hover p {
    color: #fff;
    transition: 0.3s;
    z-index: 1;
    position: relative;
}

.serc-pg-cnt:hover {
    background-image: url(images/primary-and-preventive-care.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.serc-pg-cnt.chronic:hover {
    background-image: url(images/chronic-conditions.jpg);
}

.serc-pg-cnt.urgent:hover {
    background-image: url(images/acute-and-immediate-care.jpg);
}

.serc-pg-cnt.labs:hover {
    background-image: url(images/labs.jpg);
}

.serc-pg-cnt.mental:hover {
    background-image: url(images/mental-health.jpg);
}

.serc-pg-cnt.sports:hover {
    background-image: url(images/xray-and-imaging.jpg);
}

.serc-pg-cnt.covid19:hover {
    background-image: url(images/covid19-testing.jpg);
}

.serc-pg-cnt.telehealth:hover {
    background-image: url(images/telehealth.jpg);
}

.serc-pg-cnt.telehealth h6:before {
    background-position: -387px -145px;
}

.serc-pg-cnt.telehealth:hover h6:before {
    background-position: -387px -213px;
}

.serc-pg-cnt.covid19 h6:before {
    background-position: -307px -162px;
}

.serc-pg-cnt.covid19:hover h6:before {
    background-position: -307px -230px;
}


.serc-pg-cnt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #9bad71;
    top: 0;
    left: 0;
    opacity: 0.84;
    display: none;
    z-index: 0;
}

.serc-pg-cnt:hover:before {
    display: block;
}

.serc-pg-cnt h6:before {
    content: "";
    position: absolute;
    ;
    width: 64px;
    height: 64px;
    background-image: url(images/hm-sprites.png);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.serc-pg-cnt.care h6:before {
    background-position: -379px -2px
}

.serc-pg-cnt.urgent h6:before {

    background-position: -501px -2px
}

.serc-pg-cnt.chronic h6:before {
    background-position: -437px -2px
}

.serc-pg-cnt.mental h6:before {

    background-position: -627px -2px
}

.serc-pg-cnt.labs h6:before {
    background-position: -566px -2px
}

.serc-pg-cnt.sports h6:before {
    background-position: -689px -2px
}

.serc-pg-cnt.care:hover h6:before {
    background-position: -379px -72px
}

.serc-pg-cnt.urgent:hover h6:before {

    background-position: -501px -72px
}

.serc-pg-cnt.chronic:hover h6:before {
    background-position: -437px -72px
}

.serc-pg-cnt.mental:hover h6:before {

    background-position: -627px -72px
}

.serc-pg-cnt.labs:hover h6:before {
    background-position: -566px -72px
}

.serc-pg-cnt.sports:hover h6:before {
    background-position: -689px -72px
}

.page-id-542,
.page_default .genpg-cnt li {
    line-height: 1.57;
}

.page-id-542,
.page_default .genpg-cnt li:before {
    top: 10px;
}

.vist-btn a {
    font-weight: 600;
    line-height: 1;
    color: #fff !important;
    padding: 20px 80px 20px 45px;
    position: relative;
    display: inline-block;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat !important;
    margin-bottom: 0;
    background-position: right 35px center !important;
    text-transform: uppercase;
}

.vist-btn a:hover {
    background-color: #475484 !important;
    color: #fff !important;
    transition: 0.3s !important;
}


/*cvd-test-pg*/
.page-id-552 .reqt-sec {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border: 8px solid #f0f2f4;
    padding: 40px 30px;
}

.reqt-sec-frm .gform_wrapper .top_label input[type=submit] {
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    letter-spacing: 0.51px !important;
    text-transform: uppercase !important;
    background: #9bad71 url(images/bnt-arrow.png)no-repeat !important;
    margin-bottom: 0;
    background-position: right 25px center !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    margin: 0 !important;
    padding: 18px 70px 18px 45px !important;
    width: 100% !important;
    max-width: fit-content !important;
    text-align: left !important;
}

.reqt-sec-frm .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #34406b !important;
}

.reqt-sec-frm .gform_wrapper .top_label input,
.contact-page-rgt-frm .gform_wrapper select,
.contact-page-rgt-frm .gform_wrapper .top_label textarea {
    margin: 0px;

    color: #606060;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e4e4e4;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 20px 20px 20px 33px !important;
    transition: all .5s;
}

.reqt-sec-frm .gform_legacy_markup_wrapper .top_label .gfield_label,
.contact-page-rgt-frm .gform_legacy_markup_wrapper legend.gfield_label {
    display: none;
}

.reqt-sec-frm label.gfield_label {
    display: none !important;
}

.reqt-sec-frm .gform_wrapper.gravity-theme .gfield_label {
    font-size: 17px !important;
    line-height: 1.45;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #484b56;
    margin-bottom: 20px;
}

.reqt-sec-frm .gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #606060;
    line-height: 1.57;
}

.page-id-552 .page_default .genpg-cnt p {
    margin-bottom: 15px;
}

.page-id-552 .page_default .genpg-cnt h5 {
    margin-bottom: 15px;
}


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

.sticky-wrap {
    display: none;
}

.header-sticky {
    width: 100%;
    float: left;
    background: #6eb924;
    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: '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: 12px;
}

.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: #475484;
    z-index: 99999;
    overflow-y: auto;
    padding: 10px;
    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;

}

#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;
    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 {
    opacity: 0;
}

.site_info p:last-child {
    margin: 0;
}








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

@media screen and (min-width:992px) {
    .hdr-src.dsktp {
        display: block;
        margin: 0px 0px 0px 20px;
    }

    .srcbox {
        top: 25px;
    }

    .srcshow {
        background-position: -82px -1px;
    }

    .topmenu {
        display: flex;
        position: relative;
    }
}

/* 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: #475484 !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
}

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

.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 18px;
    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-3905 .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: #000000 !important;
    top: -10px !important;
}

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

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 {
    font-size: 14px;
    padding: 6px 10px !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: #475484;
    min-height: 330px !important;
}

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

body .pum-container .pum-title {
    font-family: 'Montserrat', sans-serif;
}

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

.pum-content.popmake-content .pum-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.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: #3f385d;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    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: 'Montserrat', sans-serif;
    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;
}

body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

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

.hm-bnr-cnt-list.owl-carousel .owl-dots {
    position: absolute;
    right: 3%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hm-bnr-cnt-list.owl-carousel .owl-dot {
    width: 44px;
    height: 44px;
    border: 2px solid #b9b6b0;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
    color: #b9b6b0;
    position: relative;
}

.hm-bnr-cnt-list.owl-carousel .owl-dot:after {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: #b9b6b0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hm-bnr-cnt-list.owl-carousel .owl-dot:nth-child(1):after {
    content: '1';
}

.hm-bnr-cnt-list.owl-carousel .owl-dot:nth-child(2):after {
    content: '2';
}

.hm-bnr-cnt-list.owl-carousel .owl-dot:nth-child(3):after {
    content: '3';
}

.hm-bnr-cnt-list.owl-carousel .owl-dot.active:before {
    content: '';
    position: absolute;
    left: -1px;
    right: 0px;
    bottom: 0px;
    top: -1px;
    width: 39px;
    height: 39px;
    border: 2px solid #5d688f;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 99%, 50% 100%);
}


.page_bnr .down-btn a {
    bottom: 60px;
}

.blg-lft-cnt h4.widget-title {
    color: #484b56;
}

.blg-lft-cnt h4.widget-title:before {
    background-color: #7c8cbf;
}

.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;
}

.hm-bnr-cnt-list.owl-carousel .owl-dots {
    display: none !important;
}

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

.page-id-552 .gnrl-pg-btn,
.page-id-13 .gnrl-pg-btn,
.page-id-542 .gnrl-pg-btn {
    display: none;
}

.serc-pg-cnt a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
}

.rw-img {
    width: 40px;
}

.reqt-sec-frm .gfield_description.instruction.validation_message {
    bottom: 30px !important;
    position: relative;
}

.gform_ajax_spinner_1 {
    display: none;
}

.page-template-faqs-page .page_default .genpg-cnt h2 {
    margin-bottom: 40px;
}

.hm-testi-stars-lft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hm-testi-stars-rytes .rw-img {
    width: 50px;
    margin-left: 20px;
}

.clr {
    clear: both;
}
.meet-our-providers-list {
    display: flex;
    justify-content: center;
    position: relative;
}
.meet-our-providers-itm {
    width: 32%;
    margin: 0 0.5%;
	position: relative;
	padding-bottom:30px
}
.meet-our-providers-img img {
    width: 100%;
    display: block;
}
.meet-our-providers-img {
    margin: 0 0 20px;
}
.page_default .genpg-cnt .meet-our-providers-cnt h6 {
    font-size: 20px;
    color: #616161;
    line-height: 1;
    font-weight: 600;
}
.page_default .genpg-cnt .meet-our-providers-cnt h5 {
      line-height: 1.1;
      margin-bottom: 10px;
}
.page_default .genpg-cnt .meet-our-providers-cnt h5 a{
	color:#484b56
}
.page_default .genpg-cnt .meet-our-providers-cnt .read-more-btn a {
    text-transform: uppercase;
	position:relative;
	padding-right: 32px;
	color: #475484;
}
.meet-our-providers-cnt .read-more-btn {
    position: absolute;
    bottom: 0;
	left:0;
}

.page_default .genpg-cnt .meet-our-providers-cnt .read-more-btn a:before {
    position: absolute;
    content: "";
    background: url(images/bnt-arrow2.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page_default .genpg-cnt .meet-our-providers-itm:hover h5 a {
    color: #a9b887;
    transition: 0.3s;
}
.page_default .genpg-cnt .meet-our-providers-itm:hover .read-more-btn a {
    color: #7c8cbf;
    transition: 0.3s;
}
.page_default .genpg-cnt .meet-our-providers-itm:hover .read-more-btn a:before {
    opacity: 0.7;
    transition: 0.3s;
}


.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: 45%;
    text-align: left;
}
.page_default .genpg-cnt .inn-areas-map {
    width: 39%;
    position: relative;
}
.page_default .genpg-cnt .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.page_default .genpg-cnt .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 6px;
    width: auto;
    display: inline-block;
}
.page_default .genpg-cnt .inn-areas-lst li.county.cook {
    margin-bottom: 35px;
}
.page_default .genpg-cnt .inn-areas-lst li.county a {
    color: #a9b887;
    padding-left: 20px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.page_default .genpg-cnt .inn-areas-lst li.county a:hover{
    color: #475484;
}
.page_default .genpg-cnt .inn-areas-lst li.county a::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    background: url(images/li-bef-icn.png) no-repeat;
    left: 0;
    top: 10px;
    background-size: contain;
}
.page_default .genpg-cnt .inn-areas-lst .cities {
    display: none;
}
.page_default .genpg-cnt .inn-areas-lst .cities ul {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    gap: 0;
    margin: 0 !important;
}
.page_default .genpg-cnt .inn-areas-lst .cities ul.cities-menu {
    width: 350px;
        margin: 0 !important;
}

.page_default .genpg-cnt .inn-areas-lst li {
    padding: 0;
    line-height: 1.6;
    background-image: none;
}
.page_default .genpg-cnt .inn-areas-lst .cities ul li {
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    color: #606060;
    list-style: none;
        width: 49%;
}
.page_default .genpg-rite .inn-areas-lst .cities ul.cities-menu li{
    width: 49%;
}
.page_default .genpg-rite .inn-areas-lst li::before{
    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: #475484 !important;
}
.inn-areas-btn {
    margin-top: 10px;
}

.page_default .genpg-rite .inn-areas-lst li.county .cities ul li a {
    padding: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities ul li a::before {
    display: none;
}
.page_default .genpg-cnt .inn-areas-lst li.map-title {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 15px;
}
.page_default .genpg-cnt .inn-areas-lst li.map-title::before{
    display: none;
}
.page_default .genpg-cnt .inn-areas-lst li::before{
    display: none;
}
.page-id-1276 .page_default {
    background-image: url(images/indiana-llinois-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center center;
}




@media screen and (min-width: 1501px) {
    .page-id-363 .page_default .genpg-cnt h2 {
        font-size: 40px;
    }

    .page-id-361 .page_default .genpg-cnt p,
    .page-id-361 .page_default .genpg-cnt li {
        line-height: 1.50;
    }

    .page-id-361 .page_default .genpg-cnt h2 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1441px) {
    .page-id-363 .page_default .genpg-cnt h2 {
        font-size: 34px;
    }
}

.page_default .genpg-cnt ul {
    margin: 15px 0 20px 0;
}

.inn-areas-map img{
	display:block;
	width:100%;
	
}


