/**
*	Theme Name: Betenu Health Corporate
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/

@font-face {
    font-family: 'Belgiano Serif';
    src: url('./fonts/BelgianoSerif-Regular.woff2') format('woff2'),
        url('./fonts/BelgianoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --Jacques-Francois: "Jacques Francois", serif;
    --Inter: "Inter", sans-serif;
    --Belgiano: 'Belgiano Serif';
}

a {
    color: inherit;
    text-decoration: inherit;
}
*{
    transition: 0.3s all;
}
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 */
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-bar ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    list-style-type: none;
}
ul#primary-menu li{
    position: relative;
}
.menu_overlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000a6;
    top: 0;
    left: 0;
}

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

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

ul#primary-menu ul.sub-menu li a {
    color: var(--secondary);
    padding: 15px;
    text-align: left;
}

ul#primary-menu ul.sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#primary-menu ul.sub-menu li a:hover {
    background: var(--secondary);
    color: #fff;
}

.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;
	width: 200px;
}

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

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #ffffff;
}

.closebtn,
.openmenu,
.mobilesubmenu {
	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 {
    text-align: left;
    margin: 16px 0 40px !important;
}

.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;
	padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 8px 0 0;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #626262;
}

/* 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;
}

/* 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;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.close_menu_icon{
    display: none;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* site-wide */
.container-large {
    max-width: 1400px !important;
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1410px !important;
    padding: 0 20px;
}
div#wrapper {
    max-width: 1440px;
    max-width: 1920px;
    margin: 0 auto;
}

.site_content h1{
    font-size: 62px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    color: #fff;
    font-family: var(--Belgiano);
}
.site_content h2{
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    color: #274C77;
    font-family: var(--Belgiano);
}
.site_content h3 {
    color: #274C77;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}
.site_content h4{
    color: #274C77;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.site_content li, 
.site_content p {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--Inter);
}
.site_content li b, 
.site_content p b,
.site_content li strong, 
.site_content p strong{
    font-weight: 600;
    color: inherit;
}
.site_content.text_xl p{
    font-size: 24px;
    line-height: 32px;
}
.site_content.text_lg p{
    font-size: 20px;
    line-height: 28px;
}
.text_dark p,
.text_dark li{
    color: var(--primary);
}
.font_black h1,
.font_black h2{
    font-weight: 900 !important;
}
.site_content p{
    margin-bottom: 24px;
}
.site_content.m-p-sm p{
    margin-bottom: 16px;
}
.site_content p:last-of-type {
    margin-bottom: 0 !important;
}
.w-full{
    width: 100%;
}
.site_btn {
    border: none;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    display: inline-flex;
    padding: 14px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    text-decoration: none !important;
}
.site_btn svg {
    width: 18px;
    height: 18px;
}
.btn_primary{
    background: #274C77;
    color: #fff;
    fill: #fff;
}
.btn_primary:hover{
    background: #1e4d8c;
    color: #fff;
    fill: #fff;
}
[class*="gfield--type-handlfree_utm"] {display: none!important;}
/* header */
.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    transition: 0.3s all cubic-bezier(.4,0,.2,1);
    padding: 33px 0;
	animation: smoothScrollSmall .4s ease-in-out;
}
header.site-header.header-fixed {
    padding: 5px 0;
	 animation: smoothScroll .6s ease-in-out;
	 top: 0;
}
@keyframes smoothScroll {
	from {transform:translatey(-100%); opacity: 0;}
	to {transform:translatey(0);opacity: 1;}
}
@keyframes smoothScrollSmall {
    from {transform:translatey(-30%); opacity: 0;}
    to {transform:translatey(0);opacity: 1;}
  }
.header_row-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 56px;
    background-color: #fff;
    border-radius: 10px;
}
.site-header.header-fixed .header_row-wrap{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.site-logo img {
    width: auto;
    max-width: 194px;
}
._action_menu{
    display: flex;
    align-items: center;
    gap: 21px;
}
._action_menu .established_in {
    margin: 0 26px 0 0 ;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--Jacques-Francois);
}
#menuToggle {
    border: none;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    padding: 11px 18px;
    margin: 0;
}
/* banner */
.site_banner {
    padding: 270px 0 180px;
    background: #0a2242;
    position: relative;
    overflow: hidden;
    min-height: 829px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_content.site_content p:first-child {
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
.banner_content.site_content h1{
    margin: 15px 0 60px;
}
.banner_content {
    max-width: 664px;
    margin: 0 auto;
}
.banner_cta_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.banner_cta_btns a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    color: #fff;
}
.stats {
    margin-top: -112px;
    position: relative;
    z-index: 1;
}
.stat_card {
    border-radius: 10px;
    background: #F2F7FF;
    padding: 43px 15px;
    text-align: center;
    height: 100%;
}
.stat_card h2 {
    color: #274C77;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 7px;
}
.stat_card span._sub_title {
    color: #000;
    font-size: 20px;
    margin-bottom: 22px;
    display: block;
}
.stat_card p {
    color: #696969;
    font-size: 14px;
    margin: 0;
}
.internal_pages_sec,
.internal_pages_sec .container{
    position: relative;
}
.transectionPage_sec,
.about_sec {
    padding: 120px 0;
    position: relative;
}
.internal_pages_sec::before,
.internal_pages_sec::after,
.about_sec::before,
.about_sec::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    background-image: url('./images/left-layer.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 293px;
    height: 380px;
    z-index: -1;
}
.internal_pages_sec::after,
.about_sec::after{
    left: auto;
    bottom: auto;
    right: 0;
    top: 70px;
    background-image: url('./images/right-layer.png');
    width: 284px;
    height: 378px;
    background-position: bottom right;
}
.site_content.about_content h2:first-child {
    margin-bottom: 33px;
}
.site_content.about_content {
    max-width: 1143px;
    margin: 0 auto 60px;
    position: relative;
}

.about_content::before,
.about_content::after{
    content: '';
    display: block;
    position: absolute;
    left: 23%;
    top: -43px;
    background-image: url('./images/layer-two.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.about_content::after{
    left: -90px;
    top: auto;
    bottom: -53px;
}
.about_card {
    text-align: center;
    padding: 42px 35px 57px;
    background-color: #274C77;
    height: 100%;
    position: relative;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.10);
    transition: 0.3s all;
}
.about_card p{
    color: #fff;
    margin-bottom: 14px;
}
.about_card p strong {
    font-size: 18px;
    font-weight: 600;
}
.about_card:hover{
    background-color: #F2F7FF;
}
.about_card:hover p{
    color: #0F2947;
}
.about_sec .row {
    gap: 60px 0;
    margin-bottom: 75px;
}
.about_card .card_count {
    width: 67px;
    height: 67px;
    border: 6px solid #fff;
    border-radius: 61px;
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -33px;
    background: #274C77;
}
.about_card:hover .card_count{
    color: #000;
    font-weight: 700;
    background-image: linear-gradient(135deg, #FFE78E 19.49%, #FFE78E 38.75%, #9D771D 93.55%);
}
p:last-of-type{
    margin-bottom: 0
}
.site_btn.no_icon {
    padding: 14px 32px;
}
.healthcare_sec{
    padding: 62px 0 50px;
    background-image: url('./images/healthcare_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.healthcare_content{
    max-width: 1110px;
    margin: 0 auto;
}
.healthcare_stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin: 60px 0 23px;
}
.care_stat .care_card_number {
    background: #274C77;
    height: 140px;
    width: 140px;
    border-radius: 140px;
    display: grid;
    place-content: center;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    font-family: var(--Belgiano);
    margin:0 auto 28px;
    transition: 0.3s all;
}
.care_stat p {
    font-weight: 300;
    color: #000;
    line-height: 25px;
}
.care_stat:hover .care_card_number{
    background-image: linear-gradient(135deg, #FFE78E 19.49%, rgba(157, 119, 29, 0.75) 43.56%, rgba(255, 231, 142, 0.85) 68.86%, #9D771D 93.55%);
    color: #000
}
.contactform_sec {
    padding: 120px 0;
}
.contact_wrapper {
    border-radius: 20px;
    background: #274C77;
    padding: 70px 40px 40px 20px;
}
.contact_wrapper .site_content h2{
    color: #fff;
    margin-bottom: 60px;
}
.contact_column {
    display: flex;
    gap: 20px;
}
.contact_column .locations {
    width: 33%;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 60px 20px 55px;
	    display: grid;
    place-content: center;
}
.location_detail h3 {
    margin: 30px 0;
}
.location_detail p{
    color: #274C77;
    min-height: 110px;
	max-width: 285px;
    padding-bottom: 10px;
}
.contactForm {
    width: calc(67% - 20px);
    flex: 0 0 auto;
}
#gform_fields_2,
#gform_fields_1 {
    gap: 20px;
}
#GravityForm input,
#GravityForm textarea {
    padding: 20px 27px;
    border-radius: 10px;
    background: #FFF;
    min-height: 65px;
    color: #274C77;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    border: none !important;
    outline: 0;
}
#GravityForm input.focused,
#GravityForm input:focus{
    box-shadow: 0 0 6px 2px #0f2947;
}
#GravityForm input::placeholder,
#GravityForm textarea::placeholder{
    color: #919191;
}
#GravityForm textarea{
    min-height: 140px;
}
#GravityForm input.gform_button.button {
    min-width: 288px;
    min-height: 45px;
    padding: 11px 14px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
}
#GravityForm .gform-footer.gform_footer {
    margin-top: 0;
}
#GravityForm .validation_message,
#GravityForm .gform_validation_errors {
    display: none;
}
#GravityForm .gfield_error input {
    background-image: linear-gradient(45deg, #c02b0a21, #c02b0a21);
}
#GravityForm input.gform_button.button:hover {
    background: #0F2947;
    color: #fff;
}
.transectionPage_sec #GravityForm.contactForm {
    width: 100%;
    max-width: 800px;
    flex: 0 0 auto;
    margin: 0 auto;
    border-radius: 20px;
    background: #274C77;
    padding: 40px;
}
div#gform_confirmation_message_2 {
    color: #fff;
    text-align: center;
}
div#gform_confirmation_message_1 {
    color: #fff;
    text-align: center;
    min-height: 200px;
    display: grid;
    place-content: center;
}
.site-footer {
    background: #0F2947;
    background-image: url('./images/footer-layer.png');
    background-repeat: no-repeat;
    background-size: 291px;
    background-position: bottom right;
}
.footer_row_wrap {
    padding: 60px 0 40px;
    max-width: 864px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.logo_disclaimer p {
    color: #fff;
}
.footer-logo a {
    display: inline-block;
    margin-bottom: 25px;
}
.footer-logo a img{
    max-width: 178px;
}
.logo_disclaimer {
    max-width: 455px;
    width: 55%;
}
.footer_menu h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 34px 0 25px 20px;
    color: #fff;
}
ul#secondry-menu {
    padding:0 0 0 28px;
    margin: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
}
ul#secondry-menu li a {
    line-height: 26px;
}
.copyright_text {
    text-align: center;
    padding: 23px;
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.copyright_text p {
    font-size: 15px;
    line-height: 22px;
    color: #DCB664;
    display: inline-block;
}
.internal_pages_banner{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 246px 0 80px;
    min-height: 427px
}
.pages_banner.site_content h1 {
    margin: 0;
}
.transection_card {
    border-radius: 10px;
    background: #E8F0FC;
}
.transections .row{
    gap: 30px 0
}
.transection_card .thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/12.18;
    border-radius: 10px;
    object-fit: cover;
}
.transection_card ._content {
    padding: 40px 20px 24px;
}
.transection_card ._content .meta_detail span {
    color: #303030;
    font-weight: 400;
}
.transection_card ._content .meta_detail span:not(:last-child)::after {
    content: '|';
    display: inline-block;
    margin: 0 6px;
}
.transection_card ._content .meta_detail {
    display: inline-block;
}
.transection_card ._content h3 {
    line-height: normal;
    margin: 10px auto 5px;
    font-weight: 600;
    min-height: 62px;
    display: grid;
    place-content: center;
    max-width: 335px;
}
.transection_content h2{
    margin-bottom: 30px;
}
.transection_content{
    margin-bottom: 60px;
}
.transection_card ._content .site_btn {
    min-width: 197px;
}
.contactpage_form_sec{
    padding: 50px 0;
}
.process_sec{
    padding: 120px 0 50px;
}
.process_steps_wrapper {
    max-width: 1332px;
    margin: 46px auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 67px;
    position: relative;
}
.process_steps_wrapper::before{
    content: '';
    display: block;
    width: 962px;
    height: 143px;
    background-image: url('./images/process-line.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
}
.process_steps_wrapper >div {
    flex: 1;
}
.p_step_wrap .step_number {
    width: 117px;
    height: 117px;
    display: grid;
    place-content: center;
    margin: 0 auto 63px;
    position: relative;
}
.p_step_wrap .step_number span{
    position: relative;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    line-height: normal;
    font-family: var(--Belgiano);
    transition: 0.3s all;
}
.p_step_wrap .step_number::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #274C77;
    position: absolute;
    border-radius: 15px;
    z-index: 0;
    transform: rotate(-23.662deg);
}
.p_step_wrap:hover .step_number span {
    color: #000;
}
.p_step_wrap:hover .step_number::before {
    background-image: linear-gradient(135deg, #FFE78E 19.49%, rgba(157, 119, 29, 0.85) 41.34%, #FFE78E 68.86%, rgba(157, 119, 29, 0.80) 93.55%);
}
.p_step_wrap:nth-child(2) .step_number::before{
    transform: rotate(-82.382deg);
}
.p_step_wrap:nth-child(3) .step_number::before{
    transform: rotate(20.172deg);
}
.p_step_wrap:nth-child(4) .step_number::before{
    transform: rotate(-21.496deg);
}
.p_step_wrap .step_detail h4 {
    color: #000;
    margin-bottom: 19px;
}
.p_step_wrap .step_detail p {
    max-width: 261px;
    margin: 0 auto;
}
.process_steps_wrapper .p_step_wrap:first-child {
    width: 300px;
    flex: 0 0 300px;
}
.process_steps_wrapper .p_step_wrap:first-child, 
.process_steps_wrapper .p_step_wrap:nth-child(3) {
    padding-top: 80px;
}

/* megaMenu */
#megaMenu {
    width: 100%;
    height: auto;
    background-color: #274C77;
    position: fixed;
    top: 0;
    z-index: 9999999;
    transform: translateY(0);
    opacity: 1;
    transition: transform, 0.4s all ease-in-out;
    max-height: 100vh;
    overflow: auto;
}
#megaMenu:not(.open) {
    opacity: 0;
    transform: translateY(-200px);
    z-index: -9999;
}
body.menu_open {
    overflow: hidden;
}
#megaMenu::-webkit-scrollbar {
    width: 0;
}
.megaMenu_inner {
    display: flex;
    background-image: url('./images/footer-layer.png');
    background-repeat: no-repeat;
    background-size: 291px;
    background-position: bottom right;
}
._left_side {
    border-right: 1px solid rgb(255 255 255 / 40%);
    max-width: 400px;
    width: 100%;
    padding: 40px 32px;
}
._right_side {
    max-width: calc(100% - 400px);
    width: 100%;
    flex: 0 0 auto;
    padding: 170px 20px 77px 124px;
}
#Menu_Label {
    text-transform: uppercase;
    color: #FFF;
    font-size: 186px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 18.6px;
    transform: rotate(90deg);
    opacity: 0.2;
    display: inline-block;
    margin: 275px 0 0 -70px;
}
#primary-menu {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 52px;
}   
ul#primary-menu li a {
    color: #CACACA;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    position: relative;
}
ul#primary-menu li.current-menu-item a {
    color: #FFF;
    font-size: 66px;
    font-weight: 700;
}
ul#primary-menu li.current-menu-item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FFE78E 0%, #D7BA60 36.5%, #FFE78E 66%, #9D771D 100%);
    position: absolute;
    bottom: 0;
}   
#closeMenu {
    position: absolute;
    right: 118px;
    top: 57px;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
}
/* megaMenu */

.notification_bar {
    background: #EDE9E3;
    padding: 20px;
    text-align: center;
    transition: none;
	display:none;
}
.notification_bar .container{
    position: relative;
}
.notification_bar p,
.notification_bar a {
    color: #000;
}
#hideNotification {
    border: none;
    outline: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

/* mobile-menu */
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row>* {
    padding-left: 10px;
    padding-right: 10px;
}

@media( max-width: 1366px ){
    .container {
        max-width: 1170px !important;
        padding: 0 20px;
    }
    .header_row-wrap {
        padding: 14px 30px;
    }
    .site_content h1 {
        font-size: 52px;
        margin-bottom: 24px;
    }
    .site_banner {
        padding: 240px 0 160px;
        min-height: 650px;
    }
    .banner_content.site_content h1 {
        margin: 15px 0 40px;
    }
    .stat_card h2 {
        font-size: 24px;
    }
    .stat_card span._sub_title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .stat_card {
        padding: 30px 15px;
    }
    .stats {
        margin-top: -90px;
    }
    .contactform_sec,
    .transectionPage_sec, .about_sec {
        padding: 90px 0;
    }
    .transection_content h2,
    .site_content.about_content h2:first-child {
        margin-bottom: 20px;
    }
    .site_content h2 {
        font-size: 36px;
    }
    .about_content::after {
        left: 0;
        bottom: -40px;
    }
    .about_sec .row {
        gap: 50px 0;
        margin-bottom: 50px;
    }
    .internal_pages_sec::before, .about_sec::before{
        width: 205px;
        height: 270px;
    }
    .internal_pages_sec::after, .about_sec::after {
        top: 150px;
        width: 205px;
        height: 270px;
    }
    .contact_wrapper .site_content h2 {
        margin-bottom: 40px;
    }
    .contact_wrapper {
        padding: 45px 20px 40px 20px;
    }
    .transection_card ._content {
        padding: 35px 20px 24px;
    }
    .process_steps_wrapper::before {
        width: 100%;
        max-width: calc(100% - 200px);
        height: 120px;
    }
    .process_steps_wrapper .p_step_wrap:first-child, 
    .process_steps_wrapper .p_step_wrap:nth-child(3) {
        padding-top: 50px;
    }
    .p_step_wrap .step_number {
        width: 100px;
        height: 100px;
        margin: 0 auto 35px;
    }
    .p_step_wrap .step_number span {
        font-size: 22px;
    }
    .process_steps_wrapper {
        max-width: 1100px;
        margin: 40px auto;
        gap: 20px;
    }
    .process_steps_wrapper .p_step_wrap:first-child, .process_steps_wrapper .p_step_wrap {
        width: auto;
        flex: 1;
    }
    .process_sec {
        padding: 90px 0 50px;
    }
    ._left_side {
        max-width: 30%;
        width: 30%;
        padding: 30px;
    }
    ._right_side {
        max-width: 70%;
        padding: 100px 20px 60px calc( 35px + (65 - 35) * (100vw - 992px) / (1366 - 992) );
    }
    #primary-menu {
        gap: 35px;
    }
    ul#primary-menu li a {
        font-size: 30px;
    }
    ul#primary-menu li.current-menu-item a {
        font-size: 40px;
    }
    #Menu_Label {
        font-size: 120px;
        letter-spacing: 18.6px;
        margin: 140px 0 0 calc( 0px + (70 - 0) * (100vw - 992px) / (1366 - 992) );
    }
    .megaMenu_inner {
        background-size: 220px;
    }
    #closeMenu {
        right: 60px;
        top: 50px;
    }
}

@media( max-width: 1280px ){

}
@media( max-width: 991px ){
    .site-logo img {
        max-width: 140px;
    }
    ._action_menu {
        gap: 16px;
    }
    ._action_menu .established_in{
        margin: 0;
    }
    .site_content h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .banner_content {
        max-width: 560px;
    }
    .site_banner {
        padding: 200px 0 160px;
        min-height: 540px;
    }
    .banner_content.site_content h1 {
        margin: 10px 0 25px;
    }
    section.stats .row {
        gap: 20px 0;
    }
    .about_card {
        padding: 30px 20px 40px;
    }
    .about_card .card_count {
        width: 60px;
        height: 60px;
        font-size: 18px;
        bottom: -30px;
    }
    .transection_content h2,
    .site_content.about_content h2:first-child {
        margin-bottom: 12px;
    }
    .healthcare_stats {
        gap: 30px;
        margin: 32px 0 5px;
    }
    .care_stat .care_card_number {
        height: 120px;
        width: 120px;
        font-size: 32px;
        margin: 0 auto 16px;
    }
    .contactform_sec, .transectionPage_sec{
        padding: 60px 0;
    }
    .about_sec{
        padding: 90px 0 60px;
    }
    #GravityForm input, #GravityForm textarea {
        padding: 15px 15px;
        border-radius: 6px;
        min-height: 55px;
        font-size: 16px;
    }
    .location_detail p {
        min-height: 85px;
        padding-bottom: 15px;
    }
    .location_detail h3 {
        margin: 16px 0;
    }
    .contact_column .locations {
        border-radius: 6px;
        padding: 35px 20px;
    }
    .footer_row_wrap {
        padding: 50px 0 30px;
        gap: 30px;
        flex-wrap: wrap;
    }
    .logo_disclaimer, .footer_menu {
        width: 100%;
        max-width: 100%;
    }
    .footer_menu h5 {
        margin: 0 0 12px 5px;
    }
    .site-footer {
        background: #0F2947;
        background-image: url('./images/footer-layer.png');
        background-repeat: no-repeat;
        background-size: 219px;
        background-position: bottom right;
    }
    .internal_pages_banner {
        padding: 220px 0 70px;
        min-height: 330px;
    }
    .transection_content {
        margin-bottom: 40px;
    }
    .site_content h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .transection_card ._content h3 {
        min-height: 52px;
    }
    .process_sec {
        padding: 60px 0 50px;
    }
    .site_content h4 {
        font-size: 18px;
    }
    .p_step_wrap .step_detail h4 {
        color: #000;
        margin-bottom: 12px;
    }
    
    .internal_pages_sec::before, .about_sec::before,
    .internal_pages_sec::after, .about_sec::after {
        width: 150px;
        height: 215px;
    }
    ._left_side {
        padding: 20px;
    }
    #Menu_Label {
        font-size: 120px;
        letter-spacing: 12px;
        margin: 145px 0 0 calc( ( 60px + (1 - 60) * (100vw - 768px) / (991 - 768) ) * -1 );
    }
    #closeMenu {
        right: 30px;
        top: 30px;
    }
    ._right_side {
        padding: 85px 20px 40px 33px;
    }
}


@media( max-width: 767px ){
	.transectionPage_sec #GravityForm.contactForm {
		border-radius: 12px;
		padding: 25px 20px;
	}
    .contact_column {
        flex-wrap: wrap;
    }
    .contactForm,
    .contact_column .locations {
        width: 100%;
    }
    .site_content h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .contact_wrapper .site_content h2 {
        margin-bottom: 24px;
    }
    .contact_wrapper {
        padding: 35px 20px;
        border-radius: 12px;
    }
    .location_detail p {
        min-height: initial;
        padding-bottom: 16px;
    }
    .healthcare_stats {
        gap: 25px;
        margin: 30px 0 0px;
        flex-wrap: wrap;
    }
    .healthcare_sec {
        padding: 50px 0;
    }
    .care_stat .care_card_number {
        height: 100px;
        width: 100px;
        font-size: 26px;
        margin: 0 auto 14px;
    }
    .site_content.about_content, .about_sec .row {
        margin-bottom: 40px;
    }
    .about_content::after {
        left: 0;
        bottom: -32px;
    }
    .about_content::before {
        left: 20%;
    }
    ._action_menu .btn_primary span,
    ._action_menu .established_in{
        display: none;
    }
    #menuToggle {
        padding: 10px;
    }
    ._action_menu {
        gap: 12px;
    }
    ._action_menu .site_btn.btn_primary {
        border-radius: 6px;
    }
    .header_row-wrap {
        padding: 12px 20px;
    }
    .site-header {
        padding: 20px 0;
    }
    .site_banner {
        padding: 180px 0 120px;
        min-height: initial;
    }
    .site_content h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner_cta_btns {
        gap: 24px 40px;
        flex-wrap: wrap;
    }
    .banner_content.site_content p:first-child {
        font-size: 16px;
    }
    .stats {
        margin-top: -70px;
    }
    .copyright_text p {
        font-size: 14px;
        line-height: 20px;
    }
    .copyright_text {
        padding: 16px 20px;
    }
    .internal_pages_banner {
        padding: 200px 0 70px;
        min-height: 350px;
    }
    .transection_card ._content {
        padding: 30px 20px 24px;
    }
    .transection_card ._content h3 {
        min-height: initial;
        margin: 10px 0;
    }
    .process_steps_wrapper{
        flex-wrap: wrap;
    }
    .process_steps_wrapper .p_step_wrap:first-child, 
    .process_steps_wrapper .p_step_wrap {
        width: calc(50% - 10px);
        flex: 0 0 auto;
        padding: 0;
    }
    .process_steps_wrapper::before{
        display: none;
    }
    .process_steps_wrapper .p_step_wrap:first-child, .process_steps_wrapper .p_step_wrap:nth-child(3){
        padding: 0;
    }
    .process_steps_wrapper {
        flex-wrap: wrap;
        gap: 40px 20px;
    }
    #closeMenu {
        right: 20px;
        top: 20px;
    }
    #closeMenu,
    #closeMenu svg {
        width: 26px;
        height: 26px;
    }
    #Menu_Label {
        font-size: calc( 70px + (120 - 70) * (100vw - 360px) / (991 - 360) );
        letter-spacing: 10px;
        margin: calc( 100px + (145 - 100) * (100vw - 360px) / (991 - 360) ) 0 0 calc( ( 80px + (60 - 80) * (100vw - 360px) / (991 - 360) ) * -1 );
    }
    ._left_side {
        padding: 20px 12px;
    }
    ._right_side {
        padding: calc( 50px + (100 - 50) * (100vw - 360px) / (991 - 360) ) 20px 30px calc( 25px + (30 - 25) * (100vw - 360px) / (991 - 360) );
    }
    ul#primary-menu li a {
        font-size: calc( 16px + (30 - 16) * (100vw - 360px) / (991 - 360) );
        line-height: calc( 26px + (40 - 26) * (100vw - 360px) / (991 - 360) );
    }
    #primary-menu {
        gap: calc( 24px + (35 - 24) * (100vw - 360px) / (991 - 360) );
    }
    ul#primary-menu li.current-menu-item a {
        font-size: calc( 20px + (40 - 20) * (100vw - 360px) / (991 - 360) );
    }
    .megaMenu_inner {
        background-size: 150px;
    }
    .notification_bar {
        padding: 12px 10px;
    }
}

@media( max-width: 440px ){
    .site_content h1 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .healthcare_stats,
    .banner_cta_btns {
        gap: 20px;
    }
    .banner_cta_btns a {
        font-size: 14px;
        gap: 10px;
    }
    .banner_cta_btns svg {
        width: 46px;
        height: 46px;
    }
    .site-logo img {
        max-width: 120px;
    }
    .healthcare_stats .care_stat {
        flex: 0 0 auto;
        width: calc(50% - 10px);
    }
    .site_btn {
        border-radius: 8px;
        font-size: 14px;
        margin-top: 28px;
    }
    #GravityForm input.gform_button.button {
        font-size: 14px;
        min-width: 100%;
    }
    .site_content li, .site_content p {
        font-size: 14px;
        line-height: 22px;
    }
    .site_content h2 {
        font-size: 26px;
    }
    .internal_pages_sec::after{
        top: 70px;
    } .about_sec::after{
        top: 110px;
    }
    .site-footer {
        background-size: 190px;
    }
    .p_step_wrap .step_number {
        width: 80px;
        height: 80px;
        margin: 0 auto 25px;
    }
    .p_step_wrap .step_number span {
        font-size: 16px;
    }
    .site_content h4 {
        font-size: 16px;
    }
    .process_steps_wrapper .p_step_wrap:first-child, .process_steps_wrapper .p_step_wrap {
        width: 100%;
    }
}

/* mobile-menu */

