:root {
    --color--black: #222;
    --color--grey: #5f5f5f;
    --color--blue: #131d54;
    --color--skyblue: #0059b6;
    --color--white: #fff;
    --color--primary: #ED1D24;
}
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Black.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-BlackItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Bold.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-BoldItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Heavy.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-HeavyItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-LightItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Light.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Medium.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-MediumItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-RegularItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Semibold.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-ThinItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Thin.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-Ultralight.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlinkMacSystemFont';
    src: url('../fonts/BlinkMacSystemFont-UltralightItalic.woff2') format('woff2'),
        url('../fonts/BlinkMacSystemFont-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: BlinkMacSystemFont;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 17px;
    color: var(--color--grey);
    line-height: 27.63px;
    font-weight: 400;
}
p{
    font-family: BlinkMacSystemFont;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #181616;

}
body, html {
    height: 100%;
	background-color: #241F21;

}
.page-template-default{
	/* 	background-color: #f7f7f7; */
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
}
a {
    color: var(--color--primary);
    font-weight: 400;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none
}
a:hover {
    color: #fff;
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
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;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}

/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 600;
    color: var(--color--black);
    font-family: Khula;
}
.h2 .h2, h2, .heading, h2.title {
    color: var(--color--black);
    margin-bottom: 25px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	font-family: Khula;

}
h3, .h3, .heading2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
	margin: 30px 0 20px;
	font-family: Khula;
}
/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 90px;
    padding-bottom: 90px;
}
.space-mr {
    margin-top: 90px;
    margin-bottom: 90px;
}
.btn {
    background: var(--color--primary);
    color: #fff;
    border: 1px solid var(--color--primary);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px 13px 35px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    border-radius: 2px;
    font-family: 'Khula';
	min-width: 216px;
	
}
.btn-bordered {
    background-color: transparent;
    margin-right: 10px;
    border: 1px solid #EEEEEE;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
.btn-bordered:hover {
    background-color: var(--color--primary);
	color: #fff;
    border: 1px solid var(--color--primary);
}
.submit-btn:hover, .btn1:hover {
    color: var(--color--primary);
    border-color: var(--color--primary);
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top: 35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 15px;
}
.form-control:focus {
    box-shadow: none;
    background: #fff;
    color: var(--color--black);
    border-color: #000;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: #616161;
    margin-bottom: 10px;
    display: block;
	font-family: BlinkMacSystemFont;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align:left;

}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control, .infusion-field input[type="text"] {
    border: none;
    border: 1px solid #E0E0E0;
    padding: 13px 9px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: #FFFFFF;
    width: 100%;
	font-family: BlinkMacSystemFont;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;

}
textarea.form-control {
    height: 90px;
    resize: none;
}
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box>span {
    position: relative;
}
.select-box>span::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 30px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #4e6072;
    background: #4e6072;
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
}
.submit-btn input[type="submit"] {
    border-radius: 50px;
    background: var(--color--skyblue);
    width: auto;
    border: none;
    padding: 12px 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid var(--color--skyblue);
    line-height: 24px;
    width: 100%;
}
.submit-btn input[type="submit"]:hover {
    background: none;
    color: var(--color--skyblue);
    border-color: var(--color--skyblue);
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 0;
}
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
/*============ Form CSS END ============*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.menu-top {
    position: relative;
    display: flex;
	/* gap: 30px; */
}

ul.menu-top li {
    color: #fff;
    position: relative;
    padding: 0px 10px;
    line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
    padding-right: 17px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}

ul.menu-top li ul {
    display: none;
}

.menu-top li a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 18px 5px;
    font-family: Khula;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.menu-top li a:hover {
    transition: .3s ease-in-out all;
    color: #fff;
	background-color:var(--color--primary)
}

.menu-top li a:hover::before {
  /*   position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px; */
}

.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
    width: 100%;
}

.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: #fff;
	background-color:var(--color--primary)
}
.sub-menu>li.current_page_item>a,
.sub-menu>li.current_page_ancestor>a {
    color: #fff;
    background-color: var(--color--primary);
}
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
   /*  position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px; */
}
#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 5px 0px;
}

.small-header .menu-top::before {
    display: none;
}

.sub-menu li.menu-item-has-children {
    position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 0 2px;
}

ul.menu-top li:hover>ul {
    display: block;
    position: absolute;
    top: 100%;
}

ul.menu-top li:hover li {
    float: none;
}

.sub-menu li ul.sub-menu {
    position: absolute;
    background-color: #231f20;
    z-index: 99;
    top: 0 !important;
    left: 100%;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: #231f20;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a:hover,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a {
    background:  var(--color--primary);
	color: #fff;
}

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

ul.menu-top ul ul {
    left: 100%;
}

.sub-menu {
    background-color: #231f20;
    min-width: 210px;
    z-index: 9;
    text-align: left;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 13px;
    padding: 10px 10px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0;
    color: #fff;
    border: none;
    display: block;
    font-weight: 600;
}

ul.menu-top li .sub-menu li a:hover {
    border: none;
}

ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}

.pointer-hide a {
    pointer-events: none;
}

.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: ;
}

/*========= Nav Multiple CSS END =========*/



.header-search-box {
    position: fixed;
    background-color: var(--color--primary);
    width: 100%;
    top: 0;
    right: 0;
    height: 141px;
    opacity: 1;
    z-index: 999999;
    display: none;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: var(--color--white);
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 2px solid var(--color--white);
    width: 100%;
    background: none;
}
.header-search-box input.search::placeholder{color: #fff;}
/*Contact form 7 Notifications and errors*/

#cf7-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    color: #000;
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}
#cf7-toast.cf7-toast.show {
  opacity: 1;
  transform: translateY(0);
}

#cf7-toast.cf7-toast.success {
  border-left: 5px solid #28a745;
}

#cf7-toast.cf7-toast.error {
   border-left: 5px solid #dc3545;
}

#cf7-toast.cf7-toast.warning {
   border-left: 5px solid #ffc107;
}
#cf7-toast.success svg{
	fill: #28a745;
}
#cf7-toast.error svg{
	fill: red;
}
#cf7-toast.warning svg{
	fill: yellow;
}
.cf7-toast svg {
	display: none;
    height: 30px;
    width: 30px;
}

.cf7-toast.show.success svg.success-ic {
	display:block;
}
.cf7-toast.show.error svg.error-ic {
	display:block;
}
.cf7-toast.show.warning svg.warning-ic {
	display:block;
}
 
#cf7-toast-message strong {
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
} 
 
/*END Contact form 7 Notifications and errors*/

.main-header {
	background-image: url(../img/header.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #231f20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: transform 0.3s ease, background 0.3s ease;
}
.top-logo img {
    max-width: 318px;
}
.header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.header-bottom {
    background-color: #181616;
}
.header-ph {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 30px;
}
.header-ph span {
    display: flex;
    flex-direction: column;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 24.38px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #fff;
}
.header-ph span em {
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 13.38px;
}

.header-ctas .btn {
	gap: 10px;
	border-radius: 0;
	font-family: Khula;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	align-items: flex-start;
	padding: 16px 20px 12px 20px;
}
.header-ctas  .btn svg, .header-ctas .btn img {
     height: 16px;
    width: 12px;
}
.search-icon {
    margin-left: 15px;
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: var(--color--white);
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
.footer-cols {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #82828287;
    border-top: 1px solid #82828287;
}
.footer-cols .footer-box {
    width: 20%;
}
.footer-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.footer-nav ul li{margin-bottom: 5px;}
.footer-nav ul li a:hover {
    color: var(--color--primary);
}

.footer-widget-heading {
    font-family: Khula;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
	color: #F8F8F8;
}
.copyright {
    margin-top: 40px;
}
footer#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.copyright-text {
    font-family: BlinkMacSystemFont;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.5px;
    text-align: right;
    color: #fff;
}
.copyright-menu a {
	font-family: BlinkMacSystemFont;
	font-weight: 400;
	font-size: 12px;
	line-height: 19.5px;
	text-align: right;
	color: #fff;
	position: relative;
}
.copyright-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.copyright-menu a:hover {
    color: var(--color--primary);
}
.copyright-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}
.copyright-menu a:last-child:after {
	display:none;
}

.sociallink {
    display: flex;
    gap: 5px;
}
.sociallink li a {
    border: 1px solid #EEEEEE;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sociallink li a:hover {
    background-color: #ed1d24;
    border-color: #ed1d24;
}
.nap-contact-block{
    display: flex;
    flex-direction: row;
    gap: 10px;
	align-items: center;
}
.inner-contact-block {
    display: flex;
    flex-direction: column;
	gap: 10px;
}
.nap-address-item {
    margin-bottom: 40px;
}
.inner-contact-block strong {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 17.88px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color--primary);
}
.inner-contact-block a, .inner-contact-block span {
    font-family: Khula;
    font-weight: 400;
    font-size: 17px;
    line-height: 13.6px;
    letter-spacing: 1px;
    color: #fff;
}
.inner-contact-block a:hover span{
	color: var(--color--primary);
}
#container-wrap {
    margin-top: 171px;
}
.direction-link {
    text-decoration: underline;
}
.direction-link:hover {
    color: var(--color--primary)
}
.home-banner {
	/* height: calc(100vh - 171px); */
	height: 675px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.home-banner-subheading {
    font-family: Syncopate;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
}
.home-banner-heading {
    font-family: Orbitron;
    font-weight: 700;
    font-size: 74px;
    line-height: 91px;
    text-align: center;
	color:#fff;
}
.home-banner-heading span{
	color: var(--color--primary);
	display: block;
}
.banner-desc {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.banner-desc p{
    font-family: Khula;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
	color:#fff;
}
.banner-content {
    padding-left: 70px;
	position:relative;
	z-index:1;
}
#home_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.01deg, rgba(12, 12, 12, 0.6) 44.69%, rgba(12, 12, 12, 0) 99.99%);
}
.sub-heading {
	font-family: Syncopate;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color--primary);
	margin-bottom: 22px;
}
.consulation-box-health {
    background-color: #fff;
    border-top: 6px solid #ED1D25;
    border-radius: 10px;
    padding: 35px;
}
.consulation-box-icon-txt {
    display: flex;
    align-items: center;
    gap: 20px;
}
.consulation-box-heading {
	font-family: Khula;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #231F20;
	margin-bottom: 8px;
}
.consulation-box-content {
    font-family: Khula;
    font-weight: 400;
    font-size: 15px;
    line-height: 24.38px;
    letter-spacing: 1px;
    color: #231F20;
}
.consulation-box-icon-txt svg, .consulation-box-icon-txt img {
    height: auto;
    width: 105px;
}
.consulation-btn:hover {
    color: var(--color--primary);
    border-color: var(--color--primary);
}
.the-differnece-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.difference-box-imgs{
	position:relative;
}
.difference-box-imgs .diff-img {
	height: 252px;
    width: 100%;
    object-fit: cover;
    vertical-align: top;
}
.difference-box-content {
    background-color: #FFFFFF;
    padding: 40px;
}
.difference-box-imgs .diff-icon {
    position: absolute;
    bottom: -50px;
    left: 20px;
	width: 94px;
    height: 94px;
}
.difference-box-imgs .diff-icon:hover{
	filter: grayscale(1);
}
.diff-link {
    font-family: Khula;
    font-weight: 600;
    font-size: 19px;
    color: #181616;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 30px;
}
.difference-box {
    border-radius: 20px;
    overflow: hidden;
	height: 100%;
}
.difference-box-content {
    background-color: #FFFFFF;
    padding: 80px 30px 40px 30px;
	height: 100%;
}
.diff-link:hover{
	color: var(--color--primary);
}
.diff-link:hover svg path{
	fill: var(--color--primary);
}
.bordred-title {
    position: relative;
    padding-bottom: 20px;
}
.bordred-title:after {
    content: '';
    width: 100px;
    border-bottom: 5px solid var(--color--primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    position: absolute;
}
.health-body-section{
    background-color: #181616;
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;
	overflow: hidden;
}

.healt-body-list {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #4F4F4FCC;
    border-bottom: 1px solid #4F4F4FCC;
    margin-top: 32px;
    margin-bottom: 32px;
}
.healt-body-list li {
    width: 33.33%;
    gap: 30px;
    display: inline-flex;
}
.healt-body-list li a {
	font-family: Khula;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	padding-right: 50px;
	justify-content: start;
	text-align: left;
}
.healt-body-list li a svg, .healt-body-list li a img {
    height: 60px;
    width: 60px;
    margin-right: 15px;
    object-fit: contain;
}
.healt-body-list li a:hover {
    color: var(--color--primary);
}

.testimonial-item-inner {
	background: #FFFFFF1A;
	backdrop-filter: blur(13.800000190734863px);
	padding: 20px 40px;
	color: #fff;
	font-family: BlinkMacSystemFont;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	margin-top: 32px;
	    border-radius: 5px;
}
.testimonial-content, .testimonial-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-wrap: balance;
} 
.author-name .title {
    font-family: Khula;
    font-weight: 700;
    font-size: 18px;
    line-height: 29.25px;
    text-transform: uppercase;
}
.author-des {
    margin-top: 20px;
}
.author-name  .auth_info {
    font-family: Khula;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
	color: #fff;
}
.quote-icon{
    margin-bottom: 10px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background:#ffffff;
}
.slick-dots li button {
    background: #FFFFFF80;
    border-radius: 50%;
	    width: 12px;
    height: 12px;
}
.slick-dots {
    bottom: -40px;
}
.our-partner-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

.our-partner-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}
.our-partner-slider .slick-dots li.slick-active button {
    background: var(--color--primary);
}
.our-partner-content {
    background-color: #181616;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 8px solid #ED1D24;
}
.our-partner-slider{
	margin-top: 60px;
    margin-bottom: 60px !important;
}
.our-partners-section {
    overflow: hidden;
}
.slick-dots li button:before {
	display:none !important;
}
.our-partner-slide a img {
	filter: grayscale(100%);
	height: 190px;
	width: 190px;
	object-fit: contain;
	vertical-align: middle;
}
.our-partner-slide a:hover img {
    filter: grayscale(0);
}
.contact-form-box {
    background: #EFEFEF;
    padding: 30px 20px;
    border-top: 5px solid #ED1D24;
    border-radius: 5px;
}
.req-indc {
    color: #C02B0A;
}

.checkbox-txt {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	height: 100px;
	overflow-y: auto;
	font-family: BlinkMacSystemFont;
	font-weight: 400;
	font-size: 13.6px;
	line-height: 22.1px;
	padding: 5px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 10px;
}
.video-box {
    margin-top: 32px;
    margin-bottom: 32px;
}
.indi-req-txt {
    font-family: BlinkMacSystemFont;
    font-weight: 400;
    font-size: 13px;
    line-height: 21.13px;
    text-align: center;
}
.youtube-video-btn {
    display: flex;
    position: relative;
	filter: grayscale(0)
}
.contact-us-section .youtube-video-btn {
	filter: grayscale(100%)
}
.contact-us-section .youtube-video-btn:hover {
	filter: grayscale(0)
}
.youtube-video-btn:hover{
	filter: grayscale(100%)
}
.youtube-video-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 40px;
	transform: translate(-50%, -50%);
	background-image: url(../img/youtube-play.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
}
.dig-image{   
	display: block;
	position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    margin: 0;
}
.dig-image img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	    object-position: right;
/* 	clip-path: polygon(0 0, 100% 0, 84.5% 100%, 0% 100%); */
	/* transform: translateX(-1.2rem); */
}
/* .dig-image:before{
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -.1rem;
    bottom: -.1rem;
    clip-path: polygon(0 0, 100% 0, 84.5% 100%, 0% 100%);
    background-color: var(--color--primary);
    left: 0;
}

.dig-image:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    clip-path: polygon(0 0, 100% 0, 84.5% 100%, 0% 100%);
} */


.page-banner{
    padding-top: 60px;
    padding-bottom: 60px;
	text-align: center;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-title { margin-bottom: 30px; margin-top: 30px; font-weight: 700; font-size: 40px; line-height: 40px; color: #fff; }
.our-story-section {
	position: relative;
    overflow: hidden;
}
.our-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top right;
}
.our-story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.bottom-content-mission-vision {
    margin-top: 60px;
}
.about-video-section {
    background-color: #f7f7f7 !important;
}
.publication-item a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.publication-item a:hover {
    filter: grayscale(1);
}
.staff-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.staff-box-heading {
    font-size: 20px;
    color: var(--color--primary);
    font-weight: 700;
    margin-bottom: 10px;
}
.staff-content, .staff-content p {
    font-family: Khula;
    color: #3a3a3a;
    font-size: 15px;
    letter-spacing: 1px;
}
.team-row {
    border-radius: 10px !important;
    padding: 30px;
    border-left: 5px solid var(--color--primary);
    background-color: #fff;
    margin-bottom: 30px;
}
.team-members-section {
    background-color: #f7f7f7 !important;
}
.team-title {
	color: #181616;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 5px;
}
.team-image {
    padding-left: 30px;
}
.team-image img {
    border-radius: 10px;
    contain-intrinsic-size: 3000px 1500px;
	    vertical-align: middle;

}
.team-image img:hover {
    filter: grayscale(1);
}
.team-list .team-row:last-child {
    margin-bottom: 0;
}
.contact-us-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.search-icon svg, .search-icon img {
    cursor: pointer;
}
.founder-section .heading {
    margin-bottom: 10px;
}
.our-story-content-block {
    padding-right: 100px;
}
.grid-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
	text-align: center;
}
.grid-box-heading {
    font-size: 20px;
    color: var(--color--primary);
    font-weight: 700;
    margin-bottom: 10px;
}
.grid-content, .grid-content p {
    font-family: Khula;
    color: #3a3a3a;
    font-size: 15px;
    letter-spacing: 1px;
}
.grid-box-icon {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
}
.text-white.default-content *{
	color: #fff;
}
.learn-box {
	background-color: #343434;
	padding: 20px;
	height: 100%;
	border-top: 5px solid var(--color--primary);
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.learn-box-heading {
	font-size: 20px;
	font-family: Khula;
	font-weight: 600;
}
.accordion-item {
	border: none;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: transparent !important;
}
.accordion-button:not(.collapsed)::before {
	display:none;
}
.dark-faqs .accordion-button:not(.collapsed), .dark-faqs  .accordion-button {
	background-color: var(--color--primary);
}
.accordion-button:not(.collapsed), .accordion-button {
	background-color: #1a1919;
	font-weight: 600;
	font-size: 20px;
	color: #f7f7f7;
	background: #1a1919;
	border-radius: 4px;
	padding: 19px 19px 13px 19px;
	font-family: Khula;
	padding-right: 50px !important;
}
.accordion-body {
    background-color: #f7f7f7 !important;
    border-radius: 5px !important;
    border: 1px solid #f0f0f0;
    margin-top: 5px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    background-image: none !important;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.accordion-button::before {
	content: '';
    background-image: none !important;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg) !important;
} 
.our-story-img-reverse .row {
    flex-direction: row-reverse;
}
.our-story-img-reverse .our-story-image {
    right: 0;
    left: auto;
}
.our-story-img-reverse .our-story-content-block {
    padding-right: 0;
    padding-left: 50px;
}
.video-faq-item .heading2 {
    font-size: 25px;
    font-family: 'Khula';
    font-weight: 600;
	margin: 0;
	min-height: 48px;
}
.video-faq-item {
	text-align: center;
	background-color: #f8f8f8;
	border-top: 5px solid var(--color--primary);
	padding: 25px;
	border-radius: 5px;
	height: 100%;
}
.faq-video-box {
    padding-top: 10px;
}
.contact-address-info li a {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #262626;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 700;
	vertical-align: middle;
    line-height: 17px;
}
.contact-address-info li a svg path {
    fill: var(--color--primary);
}
.contact-address-info li a svg, .contact-address-info li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.hours-heading svg path{ fill: var(--color--primary);}
.hours-heading svg, .hours-heading img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.hours-heading {
    font-size: 18px;
    color: var(--color--primary);
    font-weight: 700;
    font-family: 'Khula';
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.hours-content {
    padding-left: 40px;
}
.hours-content p {
    font-size: 15px !important;
    letter-spacing: 1px;
    font-family: 'Khula';
}
.contact-address-info li a:hover {
    color: var(--color--primary);
}
.contact-map-iframe {
    height: 300px;
    margin-top: 50px;
}
.post-image img {
	height: 210px;
	width: 100%;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
.post-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-title {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
	min-height: 60px;
}
.inner-item {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	height: 100%;
}
.post-content {
    padding: 20px;
}
.post-meta {
    justify-content: center;
    margin-top: 30px;
}
.navigation.pagination {
    margin-top: 50px;
    justify-content: center;
}
.nav-links .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.nav-links .page-numbers:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.page-numbers {
	border: 1px solid #eeeeee;
	padding: 10px 13px;
	color: #616161;
	font-size: 15px;
}
.nav-links {
    display: flex;
    gap: 0;
}
.page-numbers.current {
    background-color: #f7f7f7;
}
.page-numbers:hover {
    background-color: #f7f7f7;
	    color: #616161;
}
.post-image img:hover {
    opacity: .8;
}
.post-image .no-featured {
    background-color: #000;
    background-size: 85%;
}

/*Social share icons CSS*/
.social-share h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.share-btn svg {
    width: 24px;
    height: 24px;
}

/* Colors */
.share-btn.twitter { background: #1DA1F2; }
.share-btn.facebook { background: #1877F2; }
.share-btn.linkedin { background: #0A66C2; }
.share-btn.email { background: #777; }

.share-btn:hover {
	opacity: 0.85;
	color: #fff;
}
.social-share-box {
	margin-top: 40px;
	margin-bottom: 50px;
}
.social-share-box .heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/*END Social share icons CSS*/
.related-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.related-posts-wrapper {
    margin-top: 50px;
}
.related-posts-grid {
 /*    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px; */
}

.related-post-item {
    background: #fff;
}

.related-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.related-post-title {
    font-size: 18px;
    margin: 15px 0 10px;
}

.related-post-title a {
    text-decoration: none;
    color: #222;
}

.related-post-title a:hover {
    color: #0073e6;
}

.related-excerpt {
    font-size: 14px;
    color: #666;
}
.single-post-img{
	vertical-align: middle;
	margin-bottom: 40px;
	width: 100%;
}


.blog-detail .list-style ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 10px;
}
.related-post-title a:hover{color: var(--color--primary);}
.related-thumb:hover {opacity: .80;}
.video-testimonial-yt {
    filter: grayscale(0);
}
.video-testimonial-yt:hover {
    opacity: 0.85;
}
.video-testimonial-list {
    padding-left: 30px;
    padding-right: 30px;
}
.html5-elem-data-box {
    display: none !important;
}
#html5lightbox-watermark {
    display: none !important;
}
.yt-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;   /* keeps perfect 16:9 */
    overflow: hidden;
    background: #000;
	object-fit: cover;
}

.yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* prevents distortion */
    display: block;
}
.even-faq-section {
    background-color: #231f20;
}
.video-faqs-slider .slick-dots li button {
    border-radius: 0;
}
.odd-faq-section .video-faqs-slider .slick-dots li.slick-active button {
    opacity: 1;
	 background: #2a2a2a;
}
.odd-faq-section .video-faqs-slider .slick-dots li button {
    background: #2a2a2a;
    border-radius: 0;
	opacity: .6;
}
.fq-cn-bx {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.fq-cn-bx:last-child {
    margin-bottom: 0;
}
.boxed-img-box img {
    border-left: 5px solid var(--color--primary);
    border-radius: 10px;
}
.boxed-img-content-section .default-content ul li,
.accordion-body ul li {
    position: relative;
	    padding-left: 20px;
}
.boxed-img-content-section .default-content ul li:before,
.accordion-body ul li:before
{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--color--primary);
	border-radius: 50%;
}
/* .boxed-img-content-section .default-content ul li:after {
	    transform: rotate(90deg);
} */
.download-forms-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.download-forms-list a {
    width: calc( 50% - 10px);
}
.pdf-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.pdf-modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 3% auto;
    background: #fff;
}

#pdfFrame {
    width: 100%;
    height: 100%;
}

.pdf-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 50px;
	cursor: pointer;
	z-index: 1000;
	color: #fff;
}

.two-cols-faqs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	row-gap: 10px;
    column-gap: 30px;
}
.two-cols-faqs .accordion-item {
    width: calc(50% - 15px);
}
.services-item {
	border: 1px solid var(--color--primary);
	padding: 25px;
	display: flex;
	height: 100%;
}
.service-content {
    width: calc(100% - 120px);
}
.service-icon {
    width: 120px;
} 
.service-icon svg, .service-icon img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
.service-heading {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Khula';
    font-weight: 700;
}
.learn-btn {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Khula';
	font-weight: 700;
	margin-top: 10px;
	display: flex;
	gap: 10px;
	text-transform: capitalize;
}
.learn-btn svg, .learn-btn img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.services-list {
    margin-top: 30px;
}
.learn-btn:hover {
    color: var(--color--primary);
}
.learn-btn:hover svg path{
    fill: var(--color--primary);
}


.two-col-list-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.two-col-list-style ul {
    width: calc(50% - 10px );
}
.two-col-list-style ul li{
    position:relative;
	padding-left:25px;
}
.two-col-list-style ul li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: var(--color--primary);
	border-radius: 50%;
}

.our-story-content-block .default-content a img:hover{
	opacity: .7;
}
.supplement-logo-list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.supplement-icon img {
    max-width: 200px;
}
.supplement-icon a:hover img {
    opacity: .7;
}
.contact-us-section {
    background-image: url(/wp-content/uploads/2026/02/Background-diff.png);
}
.content-section .default-content ul li {
	position: relative;
	padding-left: 20px;
	text-align: left;
}
.content-section .default-content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--color--primary);
	border-radius: 50%;
}
.default-content ul li{
	position: relative;
	padding-left: 20px;
}
.default-content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--color--primary);
	border-radius: 50%;
}
/* .content-section .default-content ul li:after {
    transform: rotate(90deg);
} */
.sub-heading-logo {
    max-width: 200px;
    width: 100%;
    contain-intrinsic-size: 3000px 1500px;
    margin-bottom: 10px;
}
.differences-section {
    background-color: #1a1919;
}
.how-it-works-video {
    max-width: 756px;
    width: 100%;
    margin: 0 auto;
}
.focus-areas-list .focus-areas-item {
    width: calc(50% - 20px);
    position: relative;
    text-align: center;
    height: 172px;
    overflow: hidden;
}
.focus-areas-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.focus-areas-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.focus-areas-item .focus-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: var(--color--primary);
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 5px;
}
.focus-area-heading {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .5px;
}
.process-step-number {
	display: inline-flex;
	background-color: var(--color--primary);
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	margin-bottom: 20px;
	font-family: initial;
}
.focus-heading{
	font-family: 'Khula';
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}
.form-group-checkbxes p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.form-group-checkbxes .wpcf7-form-control-wrap {
    width: auto;
    margin-right: 10px;
}
.accordion-body .btn {
    margin-top: 20px;
}
.accordion-body .btn:hover {
   border-color: var(--color--primary);
   color: var(--color--primary);
}
.faqs-with-content-section {
    background-color: #f7f7f7;
}
.dark-bg-faqs-sec {
    background-color: #1a1919;
}
.dark-bg-faqs-sec .accordion-button {
    border: 1px solid #fff;
}
.boxed-img-content-section2 .boxed-img-box img {
 /*    border-top: 5px solid var(--color--primary);
    border-left: none;
    border-radius: 10px; */
}
.procedure-list {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	justify-content: center;
}
.procedure-box img, .procedure-box svg {
    height: auto;
    max-width: 100px;
    object-fit: contain;
    width: 100%;
}
.procedure-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 20px);
}
.procedure-box-heading {
    font-family: Khula;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}
.boxed-img-content-section .accordion-button,
.boxed-img-content-section .accordion-button:not(.collapsed)
 {
    background-color: #fff;
    color: #000;
}
.boxed-img-content-section .accordion-button::before, 
.boxed-img-content-section .accordion-button::after {
    background-color: #000;
}
.footer-nav {
    padding-right: 20px;
}
.footer-cols .footer-box:last-child .footer-nav {
    padding-right: 0;
}
.default-content ul {
	margin-bottom: 20px;
	padding-left: 20px;
	margin-top: 10px;
}

.cnf-form-404 {
    background: #EFEFEF;
    padding: 30px 20px;
    border-top: 5px solid #ED1D24;
    border-radius: 5px;
}
.wpcf7-list-item-label {
    display: inline !important;
}
.form-group-checkbxes .wpcf7-form-control-wrap {
    position: unset;
}
.form-group-checkbxes > p {
    position: relative;
}
.wpcf7 .form-group-checkbxes .wpcf7-not-valid-tip, .wpcf7 .form-group-checkbxes label.error {
    bottom: 0;
}

.default-page-content {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}
.sitemap-menu ul {
    list-style: disc;
    padding-left: 30px;
	margin-bottom:0;
}
.sitemap-menu ul ul {
    list-style: circle;
}
.sitemap-menu ul ul ul {
    list-style: square;
}

.contact-info-terms-info li a {
    background-color: #f7f7f7;
}
.search-post-loop .blog-title {
    text-align: left;
}
.search-post-loop {
    border-radius: 10px;
    height: 100%;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding: 20px;
}
.default-content.text-white a:hover, .default-content.text-white a:hover strong {
    color: var(--color--primary) !important;
}
.contact-form-box .default-content p {
    margin-bottom: 5px;
    color: #616161;
}
/* .contact-form-box .default-content {
    padding-left: 60px;
    padding-right: 60px;
} */
.contact-form-div {
    padding-top: 20px;
}
.wpcf7-list-item {
    margin: 0;
}
.btn.submit-btn {
    margin-top: 15px;
}
.podcast-section .btn {
    width: 100%;
}
.podcast-section .btn svg, .podcast-section .btn img {
    margin-top: -4px;
    margin-right: 15px;
}

.heading a{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.heading a:hover{
	color: var(--color--primary);
}
.blog-section {
    background-color: #231f20;
}
.blog-slide-item  .post-image {

    margin-bottom: 8px;
}
.blog-slide-item .post-content {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	min-height: 170px;
}
.covid-blog-slider {
    margin-top: 40px;
}
.covid-blog-slider .blog-slide-item {
    padding: 0 10px; 
}

.covid-blog-slider {
    margin: 50px -10px;
}

.covid-blog-slider .slick-prev, .covid-blog-slider .slick-next {
    top: auto;
    width: 50px;
    height: 50px;
    bottom: -100px; 
}

.covid-blog-slider .slick-arrow{
	border: 2px solid #fff;	
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.covid-blog-slider .slick-prev{
    left: 45%;
    right: auto;
}
.covid-blog-slider .slick-next{
	right: 45%;
	left: auto;
}
.covid-blog-slider .slick-arrow:hover {
    background-color: var(--color--primary);
    border-color: var(--color--primary);
}
.covid-menu-item a {
    color: var(--color--primary) !important;
}
.covid-menu-item a:hover {
    color: #fff !important;
}
.lead {
    font-size: 22px;
    font-weight: 700;
}
.boxed-img-content-section .boxed-img-box {
    padding-right: 20px;
}
.page-id-8866 .our-story-image {
    width: 33%;
}
.red-nutri-logo img {
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto 30px auto !important;
    display: block;
}
.nutri-hr {
    width: 80%;
    margin-top: 22px;
    margin-bottom: 22px;
    border-bottom-width: 1px;
    border-color: #e5e5e5;
    margin-left: auto;
    margin-right: auto;
	    opacity: 1;
}
.learn-content p {
    color: #fff;
}
.accordion-body a:hover{
	color: #181616;
}
.our-story-section .default-content a:hover{color: #181616;}
.accordion-body ul {
    margin-bottom: 12px;
}

.default-content:not(.white-text) a:hover{color: #181616;}
.two-cols-faqs .accordion-item { margin-bottom: 0;}

.blog-detail h2{
    margin-top: 20px;
}
.post-custom-navigation {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
}
.post-custom-next-prev a {
    color: #757575;
}
.post-custom-next-prev {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}
.post-custom-next-prev > div {
    width: calc(50% - 15px);
}
.prev-post a {
    display: flex;
    align-items: center;
    text-align: left;
	    gap: 5px;
}
.next-post a {
	display: flex;
	align-items: center;
	text-align: right;
	gap: 5px;
	justify-content: flex-end;
}
.post-custom-next-prev a svg, .post-custom-next-prev a img {
    width: 14px;
}
.post-custom-next-prev a:hover, .post-custom-next-prev a:hover svg path {
    stroke: var(--color--primary);
    color: var(--color--primary);
}

.post-get-started {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #181616;
}
.g-st-heading {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Khula';
}
.blog-detail .default-content iframe {
    max-width: 580px;
    height: 320px;
}
.blog-detail .list-style ul li:before{
	display:none;
}
.blog-detail .list-style ul li{
	padding-left: 0;
}
.post-tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.15s all ease;
    color: #757575;
    padding: .385em .769em;
    border: 1px solid #eeeeee;
}
.post-tags a:hover {
    background-color: var(--color--primary);
    color: #fff;
    border-color: transparent;
}
.post-tags {
    padding-top: 30px;
}
.testimonial-classes-section {
    background-color: #231f20;
}

.testimonial-class-content {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	border: 1px solid #eeeeee;
}
.testimonial-slider-classes  .testimonial-class-item {
    padding: 0 10px; 
}

.testimonial-slider-classes  {
    margin: 0 -10px 70px -10px;
}
.title-cl {
    color: var(--color--primary);
    font-family: 'Khula';
    font-size: 22px ;
    font-weight: 700;
    padding-top: 20px;
}
.auth-info-cl {
    color: #ffffff;
    font-family: 'Khula';
    font-size: 17px;
}
.testimonial-class-content:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f7f7f7;
    content: '';
}

.testimonial-slider-classes .slick-prev, .testimonial-slider-classes .slick-next {
    top: auto;
    width: 50px;
    height: 50px;
    bottom: -100px; 
}

.testimonial-slider-classes .slick-arrow{
	border: 2px solid #fff;	
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.testimonial-slider-classes .slick-prev{
    left: 45%;
    right: auto;
}
.testimonial-slider-classes .slick-next{
	right: 45%;
	left: auto;
}
.testimonial-slider-classes .slick-arrow:hover {
    background-color: var(--color--primary);
    border-color: var(--color--primary);
}
.content-section {
    background-position: 100% 17%;
}
.differences-section .btn svg, .differences-section .btn img {
    height: 15px;
	    margin-top: -2px;
}
.differences-section .btn {
    align-items: center;
    gap: 10px;
}
sub, sup {
    font-size: 0.55em;
}

.search-post-loop .blog-title {
    min-height: auto;
}
.designation.sub-heading {
    margin-bottom: 8px;
}

.footer-nap-sec {
    background-color: transparent;
}
.default-page {
    background-color: #f7f7f7;
}
.page404 {
    background-color: #fff;
}
.blog-detail {
    background-color: #fff;
}
.search-page {
    background-color: #fff;
}
.category-page{
	 background-color: #fff;
}
.difference-list {
    padding-top: 50px;
}
#backToTop {vertical-align:middle;}
#backToTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
	text-align:center;
    z-index: 9999;
    display: none;
    background: var(--color--primary);
    color: #fff;
    border: none;
	/* padding: 10px 15px; */ 
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#backToTop:hover {
    background: #000;
}
.summit-vip-box {
    background: #EFEFEF;
    padding: 30px 20px;
    border-top: 5px solid #ED1D24;
    border-radius: 5px;
    margin-bottom: 50px;
}
.form-group-checkboxes-new {
    margin-bottom: 30px;
}
.thank-you-video {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.about-video-section {
    background-image: url(/wp-content/uploads/2026/02/Background.webp);
}
.post-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.post-meta {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
}
.post-author {
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: capitalize;
	font-weight: bold;
}
.post-author a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post-author a:hover {
    color: #000;
}
.post-date {
    font-weight: bold;
    color: #000;
}
.post-content .post-meta {
    justify-content: center;
}
.post-category a:hover {
    color: #000;
}
.post-meta:empty {
    display: none;
}
.testimonial-detail .title-cl {
    color: #000;
    font-size: 18px;
}
.testimonial-detail .auth-info-cl {
    color: #000;
}