/**
*	Theme Name: Charlotte
**/

body{
    font-family: "Poppins", sans-serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 35px 0 0;
    position: relative;
}
.nav-menu li#menu-item-63 {
    margin-right: 10px;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: #475569;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
    letter-spacing: 0.20px;
}
.nav-menu li.menu-btn a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color: #46b58e;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 100px;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: #58bc99;
}
.nav-menu li.menu-btn.two a{
    background-color: #1c8267;
}
.nav-menu li.menu-btn.two a:hover{
    background-color: #328e76;
}
.nav-menu li.menu-btn.two a img {
    width: 16px;
    margin-right: 3px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(1%) hue-rotate(83deg) brightness(109%) contrast(99%);
    margin-top: -1px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 5px;
    line-height: 1;
}

.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #1b2336;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 15px;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgb(31, 115, 190);
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #1c8267;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 100px 0 300px;
    position: relative;
}
.conthead-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.conthead-content .hbanner-ct h1{
    margin: 0 0 20px 0;
}
.conthead-content .hbanner-ct p {
    margin: 0 auto 15px;
    width: 59%;
    line-height: 37px;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 0 0 35px;
}
.all-pages-content .hmain-content {
    text-align: left;
    margin: 0;
}
.all-pages-content .hmain-content p{
    width: 100%;
}
.all-pages-content .hmain-content p,
.all-pages-content .hmain-content ul li{
    font-size: 16px;
}
.all-pages-content .hmain-content h1,
.all-pages-content .hmain-content h2,
.all-pages-content .hmain-content h3,
.all-pages-content .hmain-content h4,
.all-pages-content .hmain-content h5,
.all-pages-content .hmain-content h6{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0 !important;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    padding: 15px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.site-logo img {
    width: 115px;
}

/*Header*/

/*Home*/
.hbanner-sec.cover {
    position: relative;
    padding: 80px 0 330px;
}
.hbanner-sec.cover::after,
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hbanner-sec.cover::before,
.content-header.cover::before{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-sec-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hbanner-content,
.hbanner-ct{
    position: relative;
    z-index: 1;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #fff;
    font-size: 45px;
    line-height: 47px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    color: #1c8267;
    font-weight: bold;
}
.hbanner-ct p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
    width: 85%;
}
.hbanner-ct p strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #46b58e33;
    display: inline-block;
    animation: floatUpDown 2.5s ease-in-out infinite;
    padding: 6px 20px 7px;
    border-radius: 100px;
}
@keyframes floatUpDown {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.hbanner-ct p strong img {
    margin: -4px 5px 0 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(110%) contrast(101%);
}
.hbanner-ct .d-flex{
    column-gap: 7px;
    margin-top: 30px;
}
.hbanner-content .row {
    align-items: center;
}
a.all-buttons{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color: #1c8267;
    display: inline-block;
    transition: all 0.4s ease;
    padding: 12px 30px;
    border-radius: 100px;
}
a.all-buttons.green-dark{
    background-color: #1c8267;
}
a.all-buttons.green-dark:hover{
    background-color: #328e76;
}
a.all-buttons.green-light{
    background-color: #46b58e;
}
a.all-buttons.green-light:hover{
    background-color: #58bc99;
}
a.all-buttons.white {
    color: #1c8267;
    background-color: #ffffff;
}
a.all-buttons.white:hover{
    color: #ffffff;
    background-color: #1c8267;
}
.hbanner-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 30px;
    border-radius: 10px;
    width: 77%;
    margin: 0 0 0 auto;
}
.hbanner-form .gform-theme--framework .gform-field-label>.gfield_required,
.hbanner-form .gform-theme--framework .gform_validation_errors{
    display: none;
}
.hbanner-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    font-size: 12px;
    margin: 4px 0 0 0 !important;
}
.hbanner-form .gform-theme--foundation .gform_fields {
    grid-gap: 15px;
}
.hbanner-form input:focus,
.hbanner-form select:focus,
.hbanner-form textarea:focus,
.hbanner-form .gform_footer input.gform_button.button:focus,
body .hbanner-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
    outline: none !important;
    box-shadow: none !important;
}
.hbanner-form .gform_confirmation_message_2.gform_confirmation_message{
    text-align: center;
}
.hbanner-form p {
    color: #475569;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form .gform-theme--foundation .gfield input.large,
.hbanner-form .gform-theme--foundation .gfield select.large,
.hbanner-form .gform-theme--foundation .gfield textarea{
    width: 100%;
    border: 1px solid #e5e7eb;
}
.hbanner-form input,
.hbanner-form select,
.hbanner-form textarea,
.hbanner-form input::placeholder,
.hbanner-form textarea::placeholder,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form .gform-theme--foundation .gfield input.large,
.hbanner-form .gform-theme--foundation .gfield select.large,
.hbanner-form .gform-theme--foundation .gfield textarea,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield input.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield select.large::placeholder,
.hbanner-form .gform-theme--foundation .gfield textarea::placeholder{
    color: rgba(71, 85, 105, 0.5);
    font-size: 13px;
}
.hbanner-form input, .hbanner-form select, .hbanner-form textarea,
.hbanner-form .gform-theme--foundation .gfield .ginput_password.large,
.hbanner-form .gform-theme--foundation .gfield input.large,
.hbanner-form .gform-theme--foundation .gfield select.large,
.hbanner-form .gform-theme--foundation .gfield textarea{
    height: 55px;
    border-radius: 8px;
    padding: 0 15px;
}
.hbanner-form textarea,
.hbanner-form .gform-theme--foundation .gfield textarea{
    height: 110px;
    min-block-size: 110px !important;
    padding-top: 12px;
}
.hbanner-form h1,
.hbanner-form h2,
.hbanner-form h3,
.hbanner-form h4,
.hbanner-form h5,
.hbanner-form h6{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.hbanner-form h1 img, .hbanner-form h2 img, .hbanner-form h3 img, .hbanner-form h4 img, .hbanner-form h5 img, .hbanner-form h6 img{
    filter: brightness(0) saturate(100%) invert(40%) sepia(68%) saturate(443%) hue-rotate(114deg) brightness(90%) contrast(92%);
    margin: -4px 5px 0 0;
}
.hbanner-fct {
    text-align: center;
    margin-bottom: 30px;
}
.hbanner-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.hbanner-form .button{
    text-align: center;
}
.hbanner-form input.wpcf7-form-control.wpcf7-submit.has-spinner,
body .hbanner-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
        color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #1c8267;
    transition: all 0.4s ease;
    height: 55px;
    border-radius: 8px;
    padding: 0 15px;
    width: 100%;
}
.hbanner-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
body .hbanner-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:hover{
    color: #ffffff;
    background-color: #46b58e;
}
.hbanner-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.hbanner-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 14px;
}
.hbanner-form .wpcf7 form .wpcf7-response-output {
    margin-bottom: 20px;
}
.hmain-content {
    text-align: center;
    margin-bottom: 40px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    font-size: 28px;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #0a5c45;
    font-weight: bold;
}
.hmain-content h1 img,
.hmain-content h2 img,
.hmain-content h3 img,
.hmain-content h4 img,
.hmain-content h5 img,
.hmain-content h6 img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(26%) saturate(1136%) hue-rotate(114deg) brightness(93%) contrast(87%);
    margin: -6px 4px 0 0;
}
.hmain-content.white h1 img,
.hmain-content.white h2 img,
.hmain-content.white h3 img,
.hmain-content.white h4 img,
.hmain-content.white h5 img,
.hmain-content.white h6 img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(302deg) brightness(106%) contrast(100%); 
}
.hmain-content p {
    margin: 0 auto 15px;
    width: 82%;
}
.hmain-content p,
.hmain-content ul li{
    color: #475569;
    font-size: 18px;
    font-weight: 400;
}
.hmain-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px;
}
.hmain-content ul li::after {
    content: '';
    display: inline-block;
    background-image: url(images/check-icon.png);
    width: 14px;
    height: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
}
.hmain-content ul li:last-child{
    margin-bottom: 0;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.hmain-content ul li strong{
    font-weight: 600;
}
.hmain-content p:last-child{
    margin-bottom: 0;
}
.hmain-content.white p{
    color: #ffffff;
}
.hmain-content.sm p{
    font-size: 17px;
    width: 83%;
}
.hmain-content p strong {
    color: #1c8267;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(70, 181, 142, 0.2);
    display: inline-block;
    padding: 6px 20px 7px;
    border-radius: 100px;
}
.hmain-content p strong img {
    margin: -4px 5px 0 0;
    filter: brightness(0) saturate(100%) invert(38%) sepia(70%) saturate(463%) hue-rotate(114deg) brightness(92%) contrast(87%);
}
.hmain-content.white p strong img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(110%) contrast(101%);
}
.hcompanylogo-sec {
    padding: 0 0 56px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.hcompany-ct{
    margin-bottom: 30px;
}
.hcompany-ct h2 {
    color: #0a5c45;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.hcompanylogo-list {
    width: 75%;
    margin: 0 auto;
}
.hcompanylogo-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
/*
    display: flex;
    column-gap: 10px;
*/
}
.hclogo-lbox .vertically-center {
    display: table;
    height: 80px;
    width: 100%;
}
.hclogo-lbox .vertically-center div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.hleftright-sec {
    background-color: rgb(246 249 254);
    padding: 60px 0;
}
.hleftright-content .hmain-content {
    margin-bottom: 60px;
}
.hleftright-content .row {
    align-items: center;
    --bs-gutter-x: 40px;
    margin-bottom: 40px;
}
.hleftright-content .row:last-child{
    margin-bottom: 0;
}
.hleftright-content .row.right .col-lg-6:first-child{
    order: 2;
}
.hleftright-image img {
    border-radius: .75rem;
    width: 100%;
}
.hmain-content.sm.hleftright-ct {
    margin-bottom: 0;
}
.ourexcellence-sec {
    padding: 1px 0 60px;
    background-color: #f6f9fe;
}
.ourexcellence-content .hmain-content.sm {
    background-color: #e4eeee;
    padding: 2rem 1.5rem;
    border-radius: .75rem;
    margin-bottom: 0;
    height: 100%;
}
.ourexcellence-content .hmain-content.sm p{
    font-size: 16px;
    width: 100%;
}
.ourexcellence-content .hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 15px;
}
.ourexcellence-content .hmain-content ul li {
    color: #46b58e;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    background-color: rgb(255 255 255);
    padding: .25rem .75rem;
    border-radius: 100px;
    margin-right: 12px;
}
.ourexcellence-content .hmain-content ul li:last-child{
    margin-right: 0;
}
.ourexcellence-content .hmain-content ul li::after{
    display: none;
}
.yourjourney-sec.cover{
    padding: 100px 0 85px;
    position: relative;
}
.yourjourney-sec.cover::after {
    content: '';
    display: inline-block;
    background-color: #10101094;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.yourjourney-content{
    position: relative;
    z-index: 1;
}
.yourjourney-list {
    width: 75%;
    margin: 0 auto 45px;
}
.yourjourney-lbox {
    background-color: #fffffff2;
    border-radius: .75rem;
    padding: 1.5rem;
    text-align: center;
}
.yourjourney-lbox .icon,
.hmain-content .icon,
.abtapproach-lbox .icon{
    background-color: #1c826733;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    line-height: 62px;
    margin: 0 auto 20px;
    text-align: center;
}
.yourjourney-lbox .icon img,
.hmain-content .icon img,
.abtapproach-lbox .icon img{
    width: 26px;
    height: 26px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(10%) saturate(2572%) hue-rotate(114deg) brightness(87%) contrast(94%);
    margin: 0;
}
.abtapproach-lbox .icon{
    margin-bottom: 0;
}
.yourjourney-lbox h3 {
    color: #0a5c45;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.yourjourney-lbox p,
.yourjourney-lbox a{
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.yourjourney-lbox a{
    transition: all 0.4s ease;
}
.yourjourney-lbox a:hover{
    color: #0a5c45;
}
.site-footer {
    background-color: #58bc99;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}
.site-footer::after {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 0;
    border-radius: 100%;
}
.site-footer::before {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 140px;
    height: 140px;
    position: absolute;
    top: -50px;
    right: 60px;
    z-index: 0;
    border-radius: 100%;
}
.footer-logo {
    text-align: center;
}
.footer-logo a.text {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
}
.footer-logo a.text span {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.footer-logo a.text img {
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(95deg) brightness(111%) contrast(98%);
}
.footer-logo p {
    color: #ffffffe6;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.ft-menu.one {
    padding-left: 50px;
}
.ft-menu strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li {
    margin: 0 0 10px 0;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: rgba(255,255,255);
}
.ft-menu ul li a img,
.ft-menu ul li span img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7401%) hue-rotate(121deg) brightness(107%) contrast(95%);
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 8px;
}
.copyright {
    border-top: 1px solid #fff3;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}
.copyright span{
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 400;
}
.copyright span a{
    color: rgba(255,255,255,0.9);
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.copyright span a:hover{
    color: rgba(255,255,255);
}

/*Home*/

/*About Us*/
.abtherapy-sec {
    padding: 0 0 64px;
}
.abtherapy-list .row {
    --bs-gutter-x: 40px;
}
.abtherapy-lbox,
.abtapproach-lbox{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border-radius: .5rem;
    height: 100%;
}
.abtherapy-lbox img{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hmain-content.sm.abtherapy-lct {
    text-align: left;
    padding: 30px;
    margin: 0;
}
.hmain-content.sm.abtherapy-lct p{
    width: 100%;
}
.fw-btn {
    text-align: center;
    margin-top: 50px;
}
.abtgetstarted-sec {
    padding: 30px 0 40px;
}
.abtapproach-sec {
    background-color: rgb(246 249 254);
    padding: 60px 0 90px;
    position: relative;
    margin-bottom: 70px;
}
.abtapproach-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/bottom-curve.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
}
.abtapproach-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.abtapproach-content .hmain-content {
    margin-bottom: 55px;
}
.abtapproach-lbox{
    padding: 30px;
    background-color: #ffffff;
}
.abtapproach-lbox .hmain-content.sm {
    margin-bottom: 0;
    flex: 0 1 calc(100% - 84px);
    margin-left: 20px;
    text-align: left;
}
.abtapproach-lbox .hmain-content.sm p{
    font-size: 16px;
    width: 100%;
}
.abtapproach-lbox .hmain-content.sm h1,
.abtapproach-lbox .hmain-content.sm h2,
.abtapproach-lbox .hmain-content.sm h3,
.abtapproach-lbox .hmain-content.sm h4,
.abtapproach-lbox .hmain-content.sm h5,
.abtapproach-lbox .hmain-content.sm h6 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
/*About Us*/

/*Blog*/
.ourblog-sec {
    padding: 0 0 60px;
}
.ourblog-list .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
    justify-content: center;
}
.hblog-lbox {
    box-shadow: 0 0 18px 1px rgba(26, 26, 26, 0.10);
    position: relative;
    border-radius: 0;
    height: 100% !important;
    padding-bottom: 75px;
    border-radius: .5rem;
}
.hblog-lbox .thumb{
    position: relative;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox .thumb img {
    width: 100%;
    height: 286px;
    object-fit: cover;
    transition: all 1s ease;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox:hover .thumb img{
    transform: scale(1.1);
    transition: all 1s ease;
}
.hblog-lbox .thumb span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    background-color: #a92c2c;
    padding: 3px 16px;
    position: absolute;
    bottom: 21px;
    left: 21px;
}
.hblog-lbct {
    padding: 19px 25px 0;
    margin: 0;
}
.hblog-lbct span{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.hblog-lbct h3 {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: none;
}
.hblog-lbct p {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 22px;
}
.all-pages-content .hmain-content p strong {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.hblog-lbct a.all-buttons {
    padding: 7px 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.20px;
    position: absolute;
    bottom: 30px;
    left: 25px;
}
.hblog-lbox:hover a.all-buttons.green-dark:hover,
.hblog-lbct a.all-buttons.green-dark:hover{
    color: #ffffff;
    background-color: #1c8267;
}
.rounded-lg{
    padding: 0 !important;
    margin: 0 0 15px 0;
}

/*Blog*/

/*Contact Us*/
.hcontactinfo-sec {
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding: 0 0 20px 0;
}
.yourjourney-list .yourjourney-lbox {
    box-shadow: 0 0 18px 1px rgba(26, 26, 26, 0.10);
    position: relative;
    border-radius: .5rem;
}
.hcontactform-sec {
    padding: 50px 0 50px;
    background-color: rgb(246 249 254);
}
.hcontactform-content .row {
    align-items: center;
    --bs-gutter-x: 40px;
}
.hbanner-form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.hcontactform-content .hbanner-form {
    box-shadow: 0 0 18px 1px rgba(26, 26, 26, 0.10);
    position: relative;
    border-radius: .5rem;
    width: 100%;
}
.hcontactform-content .hbanner-form h3 {
    font-size: 25px;
    text-align: left;
}
.hcontactform-content .hbanner-form h3 strong{
    color: #0a5c45;
    font-weight: 700;
}
.hcontactform-content .hbanner-img img {
    width: 100%;
    border-radius: .5rem;
}
.hcontactform-sec .hcontactform-content {
    width: 85%;
    margin: 0 auto;
}
.hcontactform-content .hbanner-fct{
    text-align: left;
}
.hcontactinfo-sec .yourjourney-list{
    width: 85%;
    margin: 0 auto 30px;
}
.hcontactinfo-sec .yourjourney-list .yourjourney-lbox{
    height: 100%;
}
.hcontactinfo-sec .yourjourney-list .row {
    justify-content: center;
}

/*Contact Us*/

/*  Media Query  */
@media (max-width: 1367px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 39px;
        line-height: 42px;
    }
    .hbanner-ct p strong{
        font-size: 14px;
    }
    .hbanner-ct p {
        font-size: 17px;
        width: 97%;
    }
    a.all-buttons {
        font-size: 13px;
        padding: 10px 30px;
    }
    .hmain-content p strong{
        font-size: 14px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 33px;
    }
    .hmain-content p, .hmain-content ul li{
        font-size: 16px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .hmain-content.sm p{
        font-size: 15px;
    }
    .ourexcellence-content .hmain-content.sm p{
        font-size: 15px;
    }
    .yourjourney-sec.cover {
        padding: 60px 0 50px;
    }
    .conthead-content .hbanner-ct p {
        font-size: 16px;
        line-height: normal;
    }
    .abtherapy-sec {
        padding: 0 0 50px;
    }
    .all-pages-content .hmain-content h1, .all-pages-content .hmain-content h2, .all-pages-content .hmain-content h3, .all-pages-content .hmain-content h4, .all-pages-content .hmain-content h5, .all-pages-content .hmain-content h6{
        font-size: 19px;
    }
    .all-pages-content .hmain-content p, .all-pages-content .hmain-content ul li {
        font-size: 14px;
    }
    .content-header.cover {
        padding: 70px 0 280px;
    }
    .conthead-content .hbanner-ct h1 {
        margin: 0 auto 20px;
        font-size: 34px;
        width: 47%;
        line-height: 44px;
    }
}
@media (max-width: 1281px){
    .nav-menu li {
        margin: 0 30px 0 0;
    }
    .footer-logo p, .ft-menu ul li a, .ft-menu ul li span, .copyright span{
        font-size: 14px;
    }
    .ft-menu ul li a img, .ft-menu ul li span img {
        width: 15px;
        height: 15px;
        margin-top: 3px;
    }
    .content-header.cover {
        padding: 65px 0 210px;
    }
    .content-header.cover::before{
        height: 170px;
    }
    .hcontactinfo-sec {
        margin-top: -25px;
    }
}
@media (max-width: 1171px){
    .nav-menu li {
        margin: 0 19px 0 0;
    }
    .nav-menu li a{
        font-size: 16px;
    }
    .nav-menu li.menu-btn a {
        font-size: 14px;
        padding: 12px 24px;
        border-radius: 100px;
    }
    .nav-menu li#menu-item-63 {
        margin-right: 5px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 33px;
        line-height: 38px;
    }
    .hbanner-form {
        width: 100%;
        padding: 30px 20px;
    }
    .hbanner-form input, .hbanner-form select, .hbanner-form textarea{
        height: 45px;
    }
    .hbanner-form input, .hbanner-form select, .hbanner-form textarea, .hbanner-form input::placeholder, .hbanner-form textarea::placeholder{
        font-size: 12px;
    }
    .hbanner-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
        font-size: 13px;
    }
    .hbanner-form p{
        font-size: 14px;
    }
    .ourexcellence-content .hmain-content ul li {
        font-size: 11px;
        padding: 4px 10px;
        margin-right: 4px;
    }
    .yourjourney-list{
        width: 100%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 27px;
    }
    .hcompanylogo-sec {
        padding: 0 0 36px;
        margin-top: -90px;
    }
    .hmain-content p, .hmain-content ul li {
        font-size: 15px;
    }
    .conthead-content .hbanner-ct h1 {
        width: 70%;
    }
}
@media (max-width: 1025px){
    .header-content .col-sm-12 {
        flex: auto;
        width: auto;
    }
    .nav-menu li {
        margin: 0 20px 0 0;
    }
    .nav-menu li a{
        font-size: 15px;
    }
    .nav-menu li.menu-btn a {
        font-size: 14px;
        padding: 11px 25px 12px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 29px;
        line-height: 35px;
    }
    .hbanner-ct p {
        font-size: 15px;
        width: 100%;
    }
    .hbanner-sec.cover {
        padding: 60px 0 305px;
    }
    .hmain-content {
        margin-bottom: 30px;
    }
    .abtherapy-list .row {
        --bs-gutter-x: 20px;
    }
    .hmain-content.sm.abtherapy-lct {
        padding: 23px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6{
        font-size: 20px;
    }
    .hmain-content.sm.abtherapy-lct p {
        font-size: 13px;
    }
    .abtherapy-sec {
        padding: 0 0 50px;
        margin-top: 0;
    }
    .abtapproach-sec {
        padding: 45px 0 60px;
        margin-bottom: 55px;
    }
    .abtgetstarted-sec {
        padding: 30px 0 20px;
    }
    .abtapproach-lbox .hmain-content.sm h1, .abtapproach-lbox .hmain-content.sm h2, .abtapproach-lbox .hmain-content.sm h3, .abtapproach-lbox .hmain-content.sm h4, .abtapproach-lbox .hmain-content.sm h5, .abtapproach-lbox .hmain-content.sm h6 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .abtapproach-lbox .hmain-content.sm p {
        font-size: 14px;
    }
    .abtapproach-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .abtapproach-content .hmain-content {
        margin-bottom: 35px;
    }
    .hmain-content h1 img, .hmain-content h2 img, .hmain-content h3 img, .hmain-content h4 img, .hmain-content h5 img, .hmain-content h6 img {
        margin: -5px 2px 0 0;
        width: 26px;
        height: 26px;
    }
    .content-header.cover {
        padding: 65px 0 180px;
    }
    .content-header.cover::before{
        height: 138px;
    }
    .conthead-content .hbanner-ct p {
        width: 83%;
        font-size: 15px;
    }
    .ourblog-list .col-sm-12 {
        flex: auto;
        width: 50%;
        max-width: 50%;
    }
}
@media (max-width: 831px){
    body .container {
        padding: 0 30px;
    }
    .hleftright-content .row {
        align-items: center;
        --bs-gutter-x: 20px;
        margin-bottom: 20px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 18px;
    }
    .hmain-content.sm p {
        font-size: 13px;
        width: 100%;
    }
    .ourexcellence-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .ourexcellence-content .col-sm-12:first-child{
        margin-bottom: 20px;
    }
    .ourexcellence-sec {
        padding: 1px 0 40px;
    }
    .hmain-content p{
        width: 100%;
    }
    .hleftright-sec {
        padding: 45px 0 30px;
    }
    .ourexcellence-content .hmain-content.sm p {
        font-size: 14px;
    }
    .ourexcellence-content .hmain-content ul{
        margin-bottom: 0;
    }
    .nav-menu li.menu-btn a {
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }
    .nav-menu li.menu-btn a:hover {
        color: #ffffff !important;
        background-color: #000000 !important;
    }
    .yourjourney-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .yourjourney-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .footer-content .row{
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
    .footer-content .col-3:first-child{
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .footer-content .col-3{
        flex: auto;
        width: 33.33%;
    }
    .conthead-content .hbanner-ct p {
        width: 100%;
        font-size: 14px;
    }
    .hbanner-ct p strong {
        font-size: 12px;
    }
    .hcontactform-sec .hcontactform-content {
        width: 100%;
    }
    .hcontactform-content .row {
        align-items: center;
        --bs-gutter-x: 20px;
    }
    .hbanner-form p {
        font-size: 13px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 55px;
        right: 30px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #46b58e;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 768px){
    .hbanner-sec.cover {
        padding: 60px 0 120px;
    }
    .hbanner-sec.cover::before, .content-header.cover::before{
        height: 106px;
    }
    .hbanner-content, .hbanner-ct {
        text-align: center;
        margin-bottom: 40px;
    }
    .hbanner-ct .d-flex {
        column-gap: 5px;
        margin-top: 20px;
        justify-content: center;
    }
    .hleftright-content .hmain-content {
        margin-bottom: 30px;
    }
    .hleftright-content .row.right .col-lg-6:first-child {
        order: unset;
    }
    .hleftright-image img{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .hleftright-sec {
        padding: 45px 0 20px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 23px;
    }
    .hmain-content p strong {
        font-size: 12px;
    }
    .hmain-content p, .hmain-content ul li {
        font-size: 14px;
    }
    .hmain-content h1 img, .hmain-content h2 img, .hmain-content h3 img, .hmain-content h4 img, .hmain-content h5 img, .hmain-content h6 img {
        width: 22px;
        height: 22px;
    }
    .ft-menu.one {
        padding-left: 0;
    }
    .content-header.cover {
        padding: 60px 0 90px;
    }
    .hcompanylogo-sec {
        margin-top: 0;
    }
    .abtherapy-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .fw-btn {
        margin-top: 30px;
    }
    .abtherapy-sec {
        padding: 0 0 40px;
    }
    .abtgetstarted-sec {
        padding: 40px 0 20px;
    }
}
@media (max-width: 668px){
    .hcompanylogo-sec {
        padding: 0 0 30px;
        overflow: hidden;
    }
    .hclogo-lbox .vertically-center {
        height: 50px;
    }
    .hblog-lbct h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px 0;
    }
    .hblog-lbct p {
        font-size: 13px;
        margin: 0 0 10px 0;
        line-height: 19px;
    }
    .hblog-lbct a.all-buttons {
        padding: 6px 20px;
        font-size: 11px;
    }
    .ourblog-sec {
        padding: 15px 0 45px;
    }
    .ourblog-list .col-sm-12 {
        width: 100%;
        max-width: 100%;
    }
    .conthead-content .hbanner-ct h1 {
        width: 100%;
        font-size: 28px;
        line-height: 37px;
    }
    .hcontactform-sec {
        padding: 40px 0 40px;
    }
    .hcontactinfo-sec .yourjourney-list {
        width: 100%;
        margin: 0 auto 20px;
    }
    .hcontactform-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hcontactform-content .col-sm-12:first-child{
        order: 2;
    }
    .hcontactform-sec .hbanner-img {
        margin-bottom: 20px;
    }
    .hcontactinfo-sec {
        margin-top: 0;
        padding-top: 10px;
    }
    .hcontactform-content .hbanner-form h3 {
        font-size: 19px;
    }
}
@media (max-width: 571px){
    .hbanner-sec.cover {
        padding: 50px 0 80px;
    }
    .hbanner-sec.cover::before, .content-header.cover::before {
        height: 77px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 25px;
        line-height: 31px;
    }
    .hbanner-ct p strong {
        font-size: 11px;
    }
    .hbanner-ct p {
        font-size: 14px;
    }
    a.all-buttons {
        font-size: 12px;
        padding: 7px 26px;
    }
    .site-footer {
        padding: 35px 0 0;
    }
    .footer-content .col-3 {
        flex: auto;
        width: 100%;
    }
    .footer-content .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .footer-content .col-3:first-child {
        margin-bottom: 15px;
    }
    .ft-menu strong {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .footer-logo p, .ft-menu ul li a, .ft-menu ul li span, .copyright span {
        font-size: 13px;
    }
    .ft-menu ul li {
        margin: 0 0 6px 0;
    }
    .copyright {
        padding: 10px 0;
        margin-top: 20px;
    }
    .yourjourney-sec.cover {
        padding: 40px 0 35px;
    }
    .abtherapy-sec {
        padding: 15px 0 40px;
    }
    .all-pages-content .hmain-content h1, .all-pages-content .hmain-content h2, .all-pages-content .hmain-content h3, .all-pages-content .hmain-content h4, .all-pages-content .hmain-content h5, .all-pages-content .hmain-content h6 {
        font-size: 17px;
    }
    .all-pages-content .hmain-content p, .all-pages-content .hmain-content ul li {
        font-size: 13px;
    }
    .all-pages-content {
        padding: 0 0 20px;
    }
}
@media (max-width: 481px){
    .hclogo-lbox .vertically-center {
        height: 86px;
    }
    .hmain-content h1 br, .hmain-content h2 br, .hmain-content h3 br, .hmain-content h4 br, .hmain-content h5 br, .hmain-content h6 br, .hmain-content p br{
        display: none;
    }
    .conthead-content .hbanner-ct h1 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 5px 0;
    }
    .conthead-content .hbanner-ct br{
        display: none;
    }
}
@media (max-width: 415px){
    body .container {
        padding: 0 20px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 20px;
    }
    .hmain-content p, .hmain-content ul li {
        font-size: 13px;
    }
    .hmain-content.sm h1, .hmain-content.sm h2, .hmain-content.sm h3, .hmain-content.sm h4, .hmain-content.sm h5, .hmain-content.sm h6 {
        font-size: 16px;
    }
    .hmain-content.sm p {
        font-size: 12px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 20px;
        line-height: 25px;
    }
    .hbanner-form .row {
        --bs-gutter-x: 13px;
        --bs-gutter-y: 13px;
    }
    .hbanner-form h1, .hbanner-form h2, .hbanner-form h3, .hbanner-form h4, .hbanner-form h5, .hbanner-form h6{
        font-size: 15px;
    }
    .hbanner-form p {
        font-size: 11px;
    }
    .hbanner-fct {
        margin-bottom: 17px;
    }
    .hbanner-form .col-6 {
        flex: auto;
        width: 100%;
    }
    .hbanner-form h1 img, .hbanner-form h2 img, .hbanner-form h3 img, .hbanner-form h4 img, .hbanner-form h5 img, .hbanner-form h6 img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(68%) saturate(443%) hue-rotate(114deg) brightness(90%) contrast(92%);
        margin: -3px 1px 0 0;
        width: 16px;
        height: 16px;
    }
    .abtapproach-lbox .d-flex {
        display: block !important;
        text-align: center;
    }
    .yourjourney-lbox .icon, .hmain-content .icon, .abtapproach-lbox .icon {
        width: 50px;
        height: 50px;
        line-height: 48px;
        text-align: center;
    }
    .abtapproach-lbox {
        padding: 25px 20px;
    }
    .abtapproach-lbox .icon{
        margin: 0 auto 20px !important;
    }
    .yourjourney-lbox .icon img, .hmain-content .icon img, .abtapproach-lbox .icon img {
        width: 21px;
        height: 21px;
    }
    .abtapproach-lbox .hmain-content.sm {
        flex: unset;
        margin-left: 0;
        text-align: center;
    }
}