:root {
    --color--black: #000000;
    --color--grey: #5f5f5f;
    --color--blue: #131d54;
    --color--skyblue: #0059b6;
    --color--white: #fff;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Inter", sans-serif;
    float: left;
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: var(--color--grey);
    line-height: 1.9;
    font-weight: 400;
	overflow-x:hidden;
}
body, html {
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
:focus {
    outline: none !important;
}
a {
    color: #000;
    font-weight: 500;
    -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: #766500;;
}
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: 35px
}
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%
}
.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: 500;
    color: var(--color--black);
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
}
.h2 .h2, h2,  h2.title {
    color: var(--color--black);
	font-weight: 500;
	vertical-align: middle;	
}
.h3, h3 {
	font-size: 22px;
}
.heading{
	font-size: 80px;
	line-height: 1.2;
	letter-spacing: 0%;
	margin-bottom:40px;
	text-transform: uppercase;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 100px ;
    padding-bottom: 100px ;
}
.space-mr {
    margin-top: 100px;
    margin-bottom: 100px;
}
.btn {
	border-radius: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background: linear-gradient(117.55deg, #766500 43%, rgba(99, 86, 7, 0.71) 72%);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease, letter-spacing 0.3s ease;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
	background: linear-gradient(117.55deg, #a08c00 43%, rgba(140, 122, 10, 0.85) 72%);
	box-shadow: 0 6px 20px rgba(118, 101, 0, 0.45);
	/*  transform: translateY(-1px);
	letter-spacing: 1px;  */
	color: #fff;
}
    
/*==================== 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: 25px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color--black);
    border-color: var(--color--black);
}
.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: #4d4d4d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control, .infusion-field input[type="text"] {
	padding: 15px 20px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    border: 1px solid rgba(156, 156, 156, 1);
    color: #212121;
    font-size: 16px;
    height: 55px;
}
textarea.form-control {
    height: 124px;
    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;
	max-width: 270px;
	width: 100%;
}
.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: end;
    width: 100%;
}
.menu-top {
    position: relative;
    display: flex;
}

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

ul.menu-top>li.menu-item-has-children {
    padding-right: 28px;
}
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;
    font-size: 15px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
}
.main-header.small-header .menu-top li a {
    color: #000;
}
	.menu-top li a:hover {
    transition: .3s ease-in-out all;
    color: #E1DFDD;
}

.menu-top li a:hover::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px;
}
.small-header .menu-top li a:hover::before {
    background: #000;
}
body:not(.home) .menu-top li a:hover::before {
    background: #000;
}

.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;
}
.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 #beccd7;
    border-bottom: 2px solid #beccd7;
    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: var(--color--skyblue);
    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: #fff;
    color: #000;
}

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: #000;
	color: #fff;
}

ul.menu-top li:hover li a:hover,
.menu-top ul.sub-menu li.current_page_item a {
    background: #000;
	color: #fff;
}

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

.sub-menu {
    background-color: #fff;
    min-width: 230px;
    z-index: 9;
    text-align: left;
    border: 1px solid #ccc;
}

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: uppercase;
    line-height: normal;
    margin: 0;
    color: #000;
    border: none;
    display: block;
    font-weight: 500;
	border-bottom: 1px solid #ccc;
}
ul.menu-top li .sub-menu li:last-child a {
	border-bottom: none;
}
#mainNavRight>li.menu-item-has-children::before, #mainNavLeft>li.menu-item-has-children::before {
    content: "";
    right: 13px;
    position: absolute;
    top: 49%;
    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 #mainNavRight>li.menu-item-has-children::before, .small-header #mainNavLeft>li.menu-item-has-children::before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
body:not(.home) #mainNavRight>li.menu-item-has-children::before, 
body:not(.home) #mainNavLeft>li.menu-item-has-children::before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
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: #000;
    width: 100%;
    top: 0;
    right: 0;
    height: 140px;
    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;}



.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before, .header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: var(--color--white);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before, .header-search-box span.closebtn:hover::after{
	    opacity: .8;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}


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

.video-background-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.banner-content {
	position: relative;
	z-index: 1;	
	text-align: center;
	    padding-top: 138px;
}
.video-background-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 9;
}
.home-banner {
		height: calc(100vh - 42px);
}
.header-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: rgb(255 255 255 / 10%);
	padding: 10px 58px;
}
.main-header.small-header .header-row .top-logo img {
    filter: brightness(0);
}
.header-top-row{
	padding: 16px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.home_banner_title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 75px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-top: 180px;
}
.header-left {
    width: 41.807%;
}
.header-right{
	width: 42.801%;	
}
.header-center {
		width: 15%;
		text-align: center;
}
.top-bar-links a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: right;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
}
.top-bar-links a:hover{color: #E1DFDD; }
.search-icon {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
	cursor: pointer;
}
.top-bar-links li {
    position: relative;
}
.top-bar-links li:after {
    content: '';
    position: absolute;
    top: 52%;
    right: -10px;
    height: 11px;
    width: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
.top-bar-links li:last-child:after {
    display:none;
}
.top-bar-links {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
/* ===== FOOTER ===== */
.footer { background-color: #151515; color: #fff; padding-bottom: 45px;}

/* Top section */
.footer-top { padding: 60px 0 50px; }

.footer-col { margin-bottom: 0; }

/* Column titles */
.footer-col-title {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 22px;
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    vertical-align: middle;
    border-bottom: 1px solid #FFFFFF;
}


/* Nav links */
.footer-links li { margin-bottom: 5px; }
.footer-links li a {
    text-decoration: none;
    transition: color 0.2s;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #ECECEC;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
.footer-links li a:hover { color: #fff; }

/* Locations */
.footer-location {
    margin-bottom: 16px;
    color: #ccc;
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer-location-address,
.footer-location-city { display: block; }

/* Contact info */
.footer-contact-info { margin-bottom: 16px; }

.footer-phone, .footer-email {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.footer-phone:hover,
.footer-email:hover { color: #ccc; }

/* Hours (wysiwyg output) */
.footer-hours {
    font-size: 11px;
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 16px;
}
.footer-hours p {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #ECECEC;
}
.footer-hours p em{
	font-size: 9px;
	font-style: normal;
}


/* Socials */
.footer-socials-heading {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 10px;
}

/* Brand / Logo */
.footer-brand { padding-bottom: 20px;  }
.footer-logo-img { max-width: 480px; }

/* Copyright */
.footer-copyright {
    background-color: #111;
    border-top: 1px solid #2a2a2a;
    padding: 14px 0;
}
.copyright-text {
    font-size: 11px;
    color: #888;
}
.copyright-menu { gap: 0 12px; }
.copyright-menu li a {
    color: #ccc;
    font-size: 11px;
    text-decoration: none;
}
.copyright-menu li a:hover { color: #fff; }
.footer-top .row {
    --bs-gutter-x: 70px;
}
.sociallink {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.sociallink li svg, .sociallink li img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.sociallink li {
    display: inline-flex;
    align-items: center;
	padding-right: 15px;
}
.sociallink li:last-child {
	padding-right: 0;
}
.sociallink li a:hover {
    opacity: .8;
}
.award-img {
    height: 196px;
    width: auto;
    object-fit: contain;
	margin: 0 auto;
}
.award-title {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14.8px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    color: #333333;
}
.award-item {
    text-align: center;
}
.awards-section-home {
    padding-top: 50px;
    padding-bottom: 50px;
}
.default-content p, .default-content {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
}
.sub-heading {
    font-weight: 300;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
	position: relative;
}
.sub-heading-bordered span {
    background: #fff;
    padding: 0 16px;
    position: relative;
	    z-index: 1;
}
.sub-heading-bordered:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: translateY(-50%);
	z-index: 1;
}
.about-section-home h2.heading {
    font-family: 'EB Garamond', Georgia, serif;
    text-transform: uppercase;
    font-weight: 400;
}
.about-section-home .sub-heading {
    margin-bottom: 50px;
}
.abt-read-more {
    margin-top: 50px;
    display: inline-flex;
    gap: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    align-items: center;
}
.abt-read-more img, .abt-read-more svg {
    height: 35px;
    width: 35px;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.treatments-list {
    display: flex;
    gap: 10px;
    flex-direction: row;
    max-width: 1667px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
    margin-bottom: 50p
}
.treatments-list .treatment-item {
    width: calc(25% - 10px);
}
.treatments-list .treatment-item {
		width: calc(25% - 10px);
		height: 470px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		transition: all .3s ease-in-out;
}
.treatment-item .treatment-heading{
	font-weight: 700;
	font-size: 24px;
	line-height: 31.5px;
	letter-spacing: 0%;
	color: #fff;
}
.treatment-item .treatment-inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	color: #fff;
	position: relative;
	padding: 37px;
	transition: all .3s ease-in-out;
	flex-direction: column;
	z-index:1;
	justify-content: flex-end;
}

.treatment-item:after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.15%, rgba(0, 0, 0, 0.8) 91.83%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}
.treatment-item:hover{
	 width: 500px;
}
.treatment-item:hover:after {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.15%, rgba(0, 0, 0, 0.8) 91.83%),
linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
}
.tm-links li a {
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #fff;
}
.tm-links {
	margin-top: 20px;
	list-style: disc;
	padding-left: 40px;
	opacity: 0;
	transition: all .3s ease-in-out;
	position: absolute;
}
.tm-links li a:hover {
    opacity: 0.8;
}
.treatment-item:hover .tm-links{
	position: relative;
	opacity: 1;
}
.treatment-item > a span {
    position: relative;
    z-index: 1;
}
.testimonial-section-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 1200px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
} 
.main-header.small-header {
    background-color: #fff;
	box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.main-header.small-header .header-top-row {
    background-color: #000;
}
.testimonial-section-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}
.testimonial-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 31.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.testimonial-author p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.testimonial-author {
    margin-top: 20px;
}
.testimonial-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
.testimonial-slider .slick-dots li button::before {
	display:none;
}
.testimonial-slider .slick-dots li {
    width: 12px;
    height: 12px;
}
.testimonial-slider .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 0.38);
}
.slick-dots {
    bottom: -85px;
}
.book-appointment-section-home {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.phn-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-align: right;
    vertical-align: middle;
    color: #000;
}
.contact-form-home {
    padding-left: 100px;
}

.text-white a {
    color: #fff;
}
.footer-location {
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-location a{color: #fff;}
.footer-location a:hover{color: #E1DFDD;}

.about-section-home {
    background-image: url(/wp-content/uploads/2026/06/about-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-banner {
    padding-top: 202px;
    text-align: center;
    padding-bottom: 70px;
}
body:not(.home) .main-header .header-top-row {
    background-color: #000;
}
body:not(.home) .main-header .menu-top > li > a {
    color: #000;
}
body:not(.home) .main-header .header-row .top-logo img {
    filter: brightness(0);
}
body:not(.home) .main-header{box-shadow: 0px 0px 10px 0px #0000001F;}
.banner-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
	text-transform: uppercase;
}
.breadcrumbs-block, .breadcrumbs-block a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
	margin-top: 15px;
}
.breadcrumbs-block a:hover {
    color: #777;
}
p{margin-bottom:30px;}
.abut-img-slide img {
    float: right;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.btn-black {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 11px 50px;
    display: inline-flex;
    background-color: #171717;
    color: #fff;
    margin-top: 40px;
    border: 1px solid #FFFFFF;
}
.default-content p a {
    color: #000;
} 
.avail-share-label {
	font-family: Inter;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 20px;
}

.avail-share-icons a svg {
    height: 20px;
    width: 20px;
    color: #000;
}
.avail-share-icons a {
    margin-right: 20px;
    display: inline-flex;
}
.avail-share-icons a:last-child {
    margin-right: 0px;
}
.avail-share-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-appointment-section-home .default-content p a, .book-appointment-section-home .default-content a{color: #fff;text-decoration:underline;}
.book-appointment-section-home .default-content p a:hover, .book-appointment-section-home .default-content a:hover {
    color: #E1DFDD;
}
.text-white p, .text-white p a {
    color: #fff;
}
.dark-content-row {
    background-color: #000;
    padding: 35px;
}
.heading2{text-transform: uppercase;}
.new-heading2 {
	font-family: Inter;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.default-content ul, .list-style ul {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 20px;
}
.default-content ul:last-child .list-style ul:last-child {
	margin-bottom: 0;
}
.concern-content-section{
    background-color: #766500;
}
.btn-white-outline {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    padding: 16px 57px;
    font-weight: 700;
}
.btn-white-outline:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.accordion-button {
	font-family: Inter;
	font-weight: 500;
	font-size: 23.1px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	background-color: #000 !important;
	color: #fff !important;
	padding: 25px;
	box-shadow:none !important;
	justify-content: center;
	padding-right: 50px;
}
.accordion-button::after {
	position: absolute;
	right: 20px;
	width: 25px;
	height: 4px;
	background-color: #fff;
	border-radius: 20px;
}
.accordion-button::before {
	content: '';
    position: absolute;
    right: 20px;
    width: 25px;
    height: 4px;
    background-color: #fff;
    border-radius: 20px;
    transform: rotate(90deg);
}
	
.accordion-button:not(.collapsed)::before {
    transform: rotate(0);
} 
.accordion-item {
    background-color: #171717;
	margin-bottom: 15px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
body:not(.home) #container-wrap {
	background-image: url(/wp-content/uploads/2026/06/about-background.jpg);
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.share-socials-cions {
    background-color: #fff;
}
.nap-card .nap-name, .nap-card .nap-address, .nap-field, .nap-label, .nap-value {
    font-family: Inter;
    font-weight: 300;
    font-size: 18.8px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}
.nap-label {
    font-weight: 500;
}
.nap-hours{
	color: #7A7A7A;
}
.nap-address, .nap-field {
    margin-bottom: 20px;
}
.map-iframe-nap {
    width: 100%;
    height: 450px;
}
.nap-directions-link {
    color: #000;
    text-decoration: underline;
	margin-bottom: 20px;
    display: inline-flex;
}

.ba-subnav-link {
    font-family: Inter;
    font-weight: 300;
    font-size: 18.4px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    max-width: 173px;
    display: inline-flex;
    width: 100%;
	position: relative;
	padding-left: 20px;
}
.ba-subnav-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.ba-section {
	margin-bottom: 70px;
	scroll-margin-top: 100px;
}

.ba-section-title {
    color: #1a1a2e;
    font-family: Inter;
    font-weight: 400;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.ba-image-wrap {
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0px 0px 0px 1px #DDDDDD;
    border: 4px solid #FFFFFF;
}
.ba-image {
	transition: transform 0.35s ease;
	object-fit: cover;
}
.gallery-page-section .ba-image {
    width: 100%;
}
.gallery-page-section .ba-image-wrap {
    overflow: hidden;
    background: #fff;
    padding: 4px;
    border: 1px solid #DDDDDD;
}
.gallery-page-section .ba-image-link:hover .ba-image {
    transform: scale(1);
}
.gallery-page-section .ba-slick-slider {
	margin: 0 -10px;
}
.gallery-page-section .ba-slick-slider .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}
.ba-slick-slider {
		position: relative;
		margin: 0 -10px;
	}
	.ba-slick-slider .slick-slide {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.ba-slick-arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		border: none;
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: transparent;
	}
	.ba-slick-arrow svg, .ba-slick-arrow img{
		width: 30px;
		height: 30px;
	}
	/* .ba-slick-arrow:hover {
		background: #f2f2f2;
	} */
	.ba-slick-prev {
		left: -30px;
	}
	.ba-slick-next {
		right: -30px;
	}
.ba-image-link:hover .ba-image {
	transform: scale(1.04);
}

.concerns-link-btn {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    padding: 16px 40px;
    font-weight: 700;
    font-family: Inter;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-flex;
    border: 1px solid #FFFFFF;
    min-width: calc( 33.33% - 18px );
    align-items: center;
    justify-content: center;
}
.concerns-link-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.concerns-link-lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-top: 80px;
}
.dark-img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

#html5lightbox-watermark {
    display: none !important;
}
.before-after-slider .slick-arrow {
    color: #000;
}
.before-after-slider .slick-arrow svg{
    height: 30px;
    width: 30px;
}
.before-after-slider .slick-prev,
.before-after-slider .slick-next {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background 0.2s;
}

.before-after-slider .slick-prev:hover,
.before-after-slider .slick-next:hover {
 
}

.before-after-slider .slick-prev {
    left: -40px;
}

.before-after-slider .slick-next {
    right: -40px;
}

/* Remove slick's default ::before pseudo arrows */
.before-after-slider .slick-prev::before,
.before-after-slider .slick-next::before {
    display: none;
}
.before-after-slider .slick-slide {
    padding: 0 20px; /* controls the gap — 10px each side = 20px total between slides */
}

.before-after-slider .slick-list {
    margin: 0 -20px; /* cancels out the outer padding on first/last slide */
}
.before-after-slide img {
    height: 300px;
}
.before-after-slide img:hover {
    filter: brightness(0.6);
}
.html5lightbox{
    position: relative;
}
.yt-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    object-fit: contain;
    color: #ff0033;
    transform: translate(-50%, -50%);
}
.html5-title {
    display: none !important;
}
.text-white h4, .text-white .h4, .text-white h3, .text-white .h3, .text-white h5, .text-white .h5{color:#fff;}
.team-card-img img {
    border-radius: 50px 0px 50px 0px;
    width: 100%;
    height: 615px;
    object-fit: cover;
}
.ceo-member-row:nth-child(even) {
    flex-direction: row-reverse;
}
.team-card-info {
    padding-right: 70px;
}
.ceo-member-row:nth-child(even) .team-card-info {
	padding-left: 70px;
	padding-right: 0;
}

.ceo-member-row:last-child {
    margin-bottom: 0;
}
.team-bio-more {
    margin-top: 10px;
}
.team-read-more-btn {
    background: none;
    border: none;
    color: var(--brand-color, #b08d57);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 8px;
}
.team-read-more-btn:hover {
    text-decoration: underline;
}
.team-role {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.team-category-block {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
}
.other-team-card img {
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    width: 85%;
    height: 450px;
}
.team-member773 .other-team-card img {
    object-position: top;
}
.team-card {
	position: relative;
	height: 100%;
}	
.team-bottom-bio {
    background-color: #000;
}
.team-bottom-bio {
    background-color: #000;
    padding: 30px;
    color: #fff;
	    height: calc(100% - 450px);	
}
.team-bottom-bio p{
    background-color: #000;
    padding: 30px;
    color: #fff;
}
.team-card .team-name {
    position: absolute;
    bottom: 0;
    padding: 10px 80px;
    width: 100%;
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}
.team-card-img-outer {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(20deg, #000000 60%, #FFFFFF 40%);
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #02010100;
}
.other-team-card {
    background-color: #fff;
}
.team-card-img-outer .team-role {
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
	    color: rgba(0, 0, 0, .5);
}
.team-card-img-outer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*  background-color: rgba(0, 0, 0, .5); */
	opacity: 0;
	transition: all .3s ease-in-out;
}


.team-card:hover .team-card-img img{
	opacity: .8;
}
.team-bottom-content p {
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
}
.team-bottom-content {
    font-size: 15px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;	
}
.team-bottom-content p:last-child {
	margin-bottom: 0;
}
.black-outline:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
}
.payment-plans-dark-sec .default-content a{
    text-decoration: underline;
}
.payment-plans-dark-sec .default-content a:hover{
    text-decoration: none;
}
.treatment-card {
    border: 1px solid #DFDFDF;
    height: 100%;
	position: relative;
}
.treatment-card-content {
    background-color: #f9fafa;
    padding: 20px;
    text-align: center;
}
.treatment-card-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    height: calc( 100% - 200px);
}
.treatment-card-image {
    height: 200px;
    overflow: hidden;
	position: relative;
}
.treatment-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all .4s ease-in-out;
}
.treatment-title {
	font-size: 23px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 10px;
}
.treatment-card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.treatment-card-content .btn-black {
    position: relative;
    z-index: 1;
}
.booking-steps-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.booking-step {
    width: calc(20% - 16px);
}
.booking-step {
    width: calc(20% - 16px);
    border: 3px solid #000;
    padding: 20px;
}
.booking-content {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.choose-block {
	background-color: #000;
	padding: 20px 10px;
	text-align: center;
	height: 100%;
}
.choose-title {
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.4;
}
.choose-content {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}
.partie-form-div .wpcf7-list-item-label {
    display: none;
}
.form-checkbox-div .wpcf7-form-control-wrap {
    display: inline-flex;
    width: auto;
}
.partie-form-div .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
#accordionPartieEvent .accordion-button {
    justify-content: left;
}
.treatment-card:hover .treatment-card-image img {
    transform: scale(1.1);
	transition: all .4s ease-in-out;
	
}
.treatment-card-image:before{
	content: '';
	position: absolute;
	inset:0;
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.treatment-card:hover .treatment-card-image:before{
   opacity: 1;
   z-index:1;
}
.treatment-card-info .btn-black {
    position: relative;
	    z-index: 3;
}
.member-ship-page {
    padding-top: 141px;
}
.p-heading {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
section.membership-tabs-section {
    padding-left: 20px;
    padding-right: 20px;
}
.membership-tabs-section .membership-nav { border: none; }
.membership-tabs-section .nav-link {
	border: none;
	border-radius: 0;
	padding: 15px 40px;
	text-align: center;
	color: #000;
	font-size: 30px;
	letter-spacing: 1px;
	    font-weight: 400;
}
.membership-tabs-section .nav-link span {  font-size: 16px;     display: block;}
.membership-tabs-section .nav-link.active { background: #000; color: #fff;}

.membership-panel { background: #000; color: #fff; min-height: 460px; padding-left: 60px;}
.membership-info { padding: 60px;align-self: center; }
.membership-info h2 { font-size: 42px; font-weight: 700; letter-spacing: 2px; }
.plan-divider { display: flex; align-items: center; gap: 15px; margin: 15px 0; }
.plan-divider::before, .plan-divider::after { content: ""; flex: 1; height: 1px; background: #fff; }
.plan-divider span { font-size: 20px;font-weight: 400; }
.price { font-size: 21px; margin: 20px 0;font-weight: 700;}
.btn-membership {
    display: block;
    background: #fff;
    border:1px solid #fff;
    color: #000;
    text-align: center;
    padding: 14px;
    margin-bottom: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    width: 100%;
}
.btn-membership:hover{ background-color: transparent;color: #fff;}
.plan-content ul { list-style: none; padding: 0; margin: 0; }
.plan-content ul li {
	position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
	}
.plan-content ul li::before {
	content: "\2714";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 20px;
    top: 18px;
    transform: translateY(-50%);
}
.membership-image {padding: 30px;}
.membership-image img { width: 100%; height: 100%; object-fit: cover; }


.plan-content ul ul {
    list-style: disc;
    padding-left: 30px;
}
.plan-content ul ul li::before {display:none;}
.plan-content ul ul li{padding-left: 0;font-weight: 400;}
.membership-tabs-section2 .plan-divider {
    gap: 0;
}

.loop-item .inner-item {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
}
.post-image{
    height: 233px;
    width: 100%;
	position: relative;
}
.post-image img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.post-info{
	padding: 30px;
}
.blog-title a{
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
}
.post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc( 100% - 233px);
}
.post-date {
    color: #adadad;
    font-size: 14px;
    line-height: 1.3em;
}
.post-meta {
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    padding: 15px 30px;
}
.post-read-more {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-image > a:after {
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
}
.post-cate-badge {
    background-color: #000;
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    padding: .6em 1.2em;
    text-transform: uppercase;
}
.loop-item .inner-item:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.post-image .no-featured {
    background-color: #adadad;
    background-repeat: no-repeat;
    background-size: 60%;
}
.party-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    display: block;
    object-fit: contain;
}
.product-image img {
    height: 270px;
    background-size: contain;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
.product-content {
    text-align: center;
}
.product-inner-item {
    border: 1px solid #DFDFDF;
    padding: 25px;
    overflow: hidden;
    position: relative;
}
.product-title a {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #171717;
}
.product-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-detail h2{
	font-family: Inter;
	font-weight: 500;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 23px;
}
.search-btn {
    width: 60px;
    background-color: #000;
}
.popular-post-item .popular-post-image {
    width: 100px;
	padding-right: 15px;
}
.popular-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.popular-post-item {
	display: flex;
	margin-bottom: 16px;
}
.popular-post-image img {
	width: 100%;
    height: 70px;
    object-fit: cover;
}
.popular-post-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	    width: calc(100% - 100px);
}
.popular-post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 6px;
}
.popular-post-date {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #777;
}
.popular-post-image img.no-featured {
	object-fit: contain;
	padding: 8px;
	background: #f5f5f5;
}
.cate-list-sidebar {
    list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
}
.sidebar-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.search-post-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.search-post-loop {
    width: calc(33.33% - 20px);
}
.search-post-loop .inner-item{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagination  .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.search-website-loop {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
}
.images-slider .slick-slide {
    margin: 0 10px;
}

.images-slider .slick-list {
    margin: 0 -10px;
}
.image-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.image-slide:hover img {
    opacity: .7;
}
.images-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    color: #cccccc;
    border: 0;
    outline: none;
    background: #cccccc;
    border-radius: 50%;
}
.images-slider .slick-dots li.slick-active button { background: #000000; }
.images-slider .slick-dots li { width: 10px; height: 10px;}
.slick-dots li button::before{ display:none;}
.images-slider .slick-dots { bottom: -40px;}

.map360 {width: 100%;height: 470px;margin-bottom: 50px;} 
.address-info-blk p {
    color: #c36;
    font-size: 20px;
    line-height: 26px;
}
.get-direc-btn {
    text-decoration: underline;
    font-weight: 600;
    font-size: 19px;
}
.phone-info-blk a, .email-info-blk a, .phone-info-blk p, .email-info-blk p{  
	color: #c36;
    font-size: 20px;
    line-height: 26px;
}
.address-info-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.office-hours-list ul {
    list-style: disc;
    color: #000;
    padding-left: 35px;
}
.map-embed-blk {
    height: 450px;
}
.location-treatment-sec{
    background-color: #766500;
}
.treament-dropdown {
    background-color: #000;
}
.treament-dropdown-heading {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	background-color: #171717;
	padding: 20px;
}
.treament-dropdown-content a {
    color: #c36;
    font-size: 20px;
}
.loc-treatment-lisr {
    margin-top: 50px;
}
.bi-caret-right-fill {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.treament-dropdown-heading svg{
    transition: transform 0.3s ease;
}

.treament-dropdown-heading.active svg{
    transform: translateY(-50%) rotate(90deg);
}
.treament-dropdown-content {
    padding: 20px;
}
.loc-contact-inner .dark-background {
    background-color: #000;
    padding: 30px 40px;
	height: 100%;
}
.loc-contact-inner .contact-div {
    padding: 20px;
    height: 100%;
}
.loc-contact-inner {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.conent_row8 {
    text-align: center;
}
.conent_row8 p{
    margin-bottom: 0;
}
.client-result-slider {
    background-image: url(/wp-content/uploads/2026/06/BOOK-APPOINTMENT.webp);
    background-repeat: no-repeat;
    padding: 40px;
}
.client-result-slide .result-inner {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
}
.client-result-slider .slick-track {
    display: flex !important;
}
.client-result-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}

.client-result-slider .slick-slide > div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.client-result-slider .client-result-slide {
    width: 100%;
    height: 100%;
}
.result-inner .result-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
}
.result-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    border-block-end: 1px solid #e1e8ed;
    margin-bottom: 12px;
}
.result-title-content p{
	font-size: 14px;
	line-height: 20px;
}

.client-result-slider .slick-arrow svg{
    color: hsla(0,0%,93%,.9);
	height:25px;
	width:25px;
}
.client-result-slider .slick-prev.slick-arrow {
    left: 10px;
}
.client-result-slider .slick-next.slick-arrow {
    right: 10px;
}
.loc-accordion .accordion-button {
    justify-content: left;
	text-align: left;
}
.conent_row12 h2 {
    text-align: center;
}
.city-title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}
.city-img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.location-list-row {
    margin-bottom: 40px;
}
.location-list-row:last-child{
    margin-bottom: 0;
}
.city-col img:hover {
    filter: brightness(0.8);
}
.explore-locaiton-heading {
	background-color: #000;
	padding: 20px;
	margin-bottom: 50px;
}
.fixed-footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #E1DFDD;
	padding: 4px;
	z-index: 9;
}
.footer-col .sociallink li svg path { fill: #fff;}
.wedding-img-collage-section {padding-bottom: 400px;}
.collage-second-img {
    position: absolute;
    right: -160px;
    top: 50%;
    width: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
}
.blog-detail .post-meta {
    border-top: none;
    padding: 15px 0;
}
.popular-post-title:hover {
    color: #777;
}
.cate-list-sidebar li a:hover {
    color: #777;
}

:root{
  --wdp-dark:#1c1c1c;
  --wdp-gray-overlay:rgba(70,70,70,.55);
  --wdp-muted:#8a8a8a;
  --wdp-card-bg:#ffffff;
  --wdp-card-border:#ececec;
  --wdp-radius:4px;
}

.wdp-heading{
  font-weight:700;
  letter-spacing:.5px;
}
/* Hero */
.wdp-hero{ padding:70px 0 40px; }
.wdp-hero h1{ font-size:2.6rem; text-align:center; margin-bottom:2.5rem; }
.wdp-hero-media{ position:relative; max-width:950px; margin:0 auto; }
.wdp-hero-media img.wdp-hero-main{ width:100%; border-radius:2px; display:block; }
.wdp-hero-media img.wdp-hero-accent{
  position:absolute; width:38%; bottom:-15%; right:-6%;
  border:6px solid #fff; box-shadow:0 10px 30px rgba(0,0,0,.15);
}

/* Banner photo w/ overlay label */
.wdp-banner-photo,
.wdp-final-photo{ position:relative; overflow:hidden; border-radius:2px; margin-left: 50px;}
.wdp-banner-photo img,
.wdp-final-photo img{ width:100%; height:100%; object-fit:cover; display:block; height:867px; }
.wdp-banner-label{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--wdp-gray-overlay);
    letter-spacing: 1px;
    padding: 1rem 1.25rem;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
    color: #FFFFFF;
    text-align: center;
}
.wdp-final-photo{ min-height:560px; }

/* Timeline */
.wdp-timeline-section{ padding:70px 0; position:relative;     overflow: hidden;}
.wdp-timeline-heading{ font-size:2.1rem; margin-bottom:2.5rem; }

.wdp-timeline{
  position:relative;
  --wdp-line-top:6px;
  --wdp-line-height:calc(100% - 12px);
}
.wdp-timeline::before{
  content:""; position:absolute; left:50%; width:1px;
  top:var(--wdp-line-top); height:var(--wdp-line-height);
  background:#d8d2c4; transform:translateX(-50%);
}
.wdp-timeline-fill{
  position:absolute; left:50%; width:1px;
  top:var(--wdp-line-top); height:var(--wdp-line-height);
  background:var(--wdp-dark);
  transform:translateX(-50%) scaleY(var(--wdp-fill,0));
  transform-origin:top;
  z-index:1;
  will-change:transform;
}


.wdp-timeline-row{ position:relative; display:flex; align-items:center; margin-bottom:34px; min-height:70px; }
.wdp-timeline-row:last-child{ margin-bottom:0; }

.wdp-timeline-card{
	background: var(--wdp-card-bg);
	border-radius: var(--wdp-radius);
	padding: 30px 25px 30px 25px;
	width: calc(50% - 60px);
	-webkit-filter: drop-shadow(0px 1px 10px #DBDBDB96);
	    position: relative;
}

.wdp-timeline-card p{ margin:0; color:var(--wdp-muted); font-size:.92rem; }
.wdp-timeline-card-content p{ color:var(--wdp-muted); font-size:18px;font-weight: 500; }
.wdp-timeline-card-content p{ margin:0; }
.wdp-timeline-card-content p + p{ margin-top:.4rem; }

.wdp-timeline-dot{
  position:absolute; left:50%; width:9px; height:9px; border-radius:50%;
  background:var(--wdp-dark); transform:translateX(-50%); z-index:2;
}
.wdp-timeline-time{
	position: absolute;
    font-size: 21px;
    color: var(--wdp-muted);
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    display: block;
    width: 50%;
}

.wdp-timeline-row.wdp-side-left{ justify-content:flex-start; }
.wdp-timeline-row.wdp-side-right{ justify-content:flex-end; }
.wdp-timeline-row.wdp-side-left .wdp-timeline-time{ 
    right: 0;
    text-align: left;
    padding-left: 60px;
 }

.wdp-timeline-row.wdp-side-right .wdp-timeline-time{ 
    left: 0;
    text-align: right;
    padding-right: 60px;
 }
 
.wdp-timeline-card:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    width: 30px;
    background-color: #fff;
    height: 30px;
    transform: translateY(-50%) rotate(134deg);
}

.wdp-side-right.wdp-timeline-card:before { left: -10px;right:auto;}


.wdp-btn-dark{
  background:var(--wdp-dark); color:#fff; border:none; text-transform:uppercase;
  letter-spacing:1px; font-size:.8rem; font-weight:600; padding:.8rem 2rem; border-radius:2px;
}
.wdp-btn-dark:hover{ background:#000; color:#fff; }

.wdp-timeline-title {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wdp-timeline-card.wdp-side-left{text-align: right;}

.form-checkbox-div .wpcf7-list-item { margin: 0;}
.form-checkbox-div .wpcf7-list-item-label { display: none;}
.footer-location .direction-link {
    text-decoration: underline;
    padding-top: 5px;
    display: inline-flex;
}
.search-icon:hover {
    color: #E1DFDD;
}
.search-icon:hover svg path{
    fill: #E1DFDD;
}
.abt-read-more:hover {
    color: #777;
}
.abt-read-more:hover svg path{
    fill: #777;
}
.membership-tabs-section2 .membership-info:nth-child(2) {
    padding-left: 0;
    padding-right: 20px;
}
.small, small {
    font-size: 16px;
    font-weight: 500;
}
.ceo-member-row:first-child {
    margin-bottom: 100px;
}
.ceo-member-row:last-child .team-card-img img {
    height: 500px;
}
.home {
    background-image: url(/wp-content/uploads/2026/07/bg-pattern.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
	background-repeat: no-repeat;
}
.single-post-navigation {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}
.single-post-navigation .single-post-navigation__link {
    width: calc(50% - 5px);
}

.post-navigation__arrow-wrapper{display:block;}
.post-navigation__arrow-wrapper svg {
    height: 20px;
    width: 20px;
}

.single-post-navigation__link a {
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-navigation__prev--label, .post-navigation__next--label {
    display: block;
    color: #7A7A7A;
    font-size: 12px;
    text-transform: uppercase;
}
.single-post-navigation__next {text-align:right;}
.single-post-navigation__prev {text-align:left;}
.single-post-navigation__link__prev, .single-post-navigation__link__next {
	line-height: 10px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.post-navigation__prev--title, .post-navigation__next--title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 10px;
	  font-size: 12px;
    line-height: 1.2;
}
.page-template-template-location-page .awards-section-home {
    padding-bottom: 0;
}
.phone-info-blk a:hover, .email-info-blk a:hover{color: #766500;}
.treament-dropdown-content ul {
    list-style: disc;
    padding-left: 30px;
    color: #ffffff;
}
b, strong {
    font-weight: 600;
}
.html5-prev-inside .mh-icon-left::before {
    content: "‹";
    font-size: 24px;
    color: #ddd;
    display: block;
    line-height: 36px;
}

.html5-next-inside .mh-icon-right::before {
    content: "›";
    font-size: 24px;
    color: #ddd;
    display: block;
    line-height: 36px;
}

.html5-prev-inside .mh-icon-left,
.html5-next-inside .mh-icon-right {
    background-color: rgba(0,0,0,0.6);
    width: 36px;
    height: 36px;
    text-align: center;
}
.accordion {
    border-radius: 0 !important;
    --bs-accordion-border-radius: 0;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #ffffff;
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353);
}
table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843);
}
.images-slider .slick-prev, .images-slider .slick-next {
    height: 25px;
    width: 25px;
}
.images-slider .slick-prev svg, .images-slider .slick-next svg{
    height: 25px;
    width: 25px;
}
.book-appointment-section-home .default-content p a{display: inline-block}
.link:hover {
    color: #766500;
}
.fixed-book-btn {
    position: fixed;
    right: -75px;
    top: 50%;
    display: inline-flex;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 5px 5px;
    padding: 10px 50px 10px 50px;
    text-transform: uppercase;
    transform: translateY(-50%) rotate(-90deg);
    border: 1px solid #000;
	z-index: 9;
}
.fixed-book-btn:hover {
    background-color: #fff;
    color: #000;
}
.wpcf7-select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.900024 0.900024L5.70002 5.70002L10.5 0.900024' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px 7px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.nap-address {
    margin-bottom: 5px;
}
.proce-content-section .default-content.list-style.text-center  ul, 	 
.proce-content-section .default-content.list-style.text-center ol {
    text-align: left;
}
.light-content-row iframe{height:auto;}
.svg-hand-icon {
    width: 30px;
    height: 30px;
}
.post-faqs-section .accordion-button {
    justify-content: start;
	    text-align: left;
}
.post-faqs-section .accordion-header{margin-bottom:0;}
.post-faqs-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
 .meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
	margin-bottom: 20px;
}
.post-author svg, .post-author img {
    margin-right: 3px;
    width: 20px;
    height: 20px;
}
.featured-image {
    position: relative;
}
.post-cate-badge a {
    color: #fff;
}
.inner-item .meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
}