/*!
Theme Name: ALF Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alf_theme
*/
@font-face {
	font-family: 'avenir_next_worldbold';
	src: url('assets/fonts/avenir-next-world-bold/avenirnextworld-bold-webfont.woff2') format('woff2'),
		url('assets/fonts/avenir-next-world-bold/avenirnextworld-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avenir_next_worlddemi';
	src: url('assets/fonts/avenir-next-world-demibold/avenirnextworld-demi-webfont.woff2') format('woff2'),
		url('assets/fonts/avenir-next-world-demibold/avenirnextworld-demi-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avenir_next_worldmedium';
	src: url('assets/fonts/avenir-next-world-medium/avenirnextworld-medium-webfont.woff2') format('woff2'),
		url('assets/fonts/avenir-next-world-medium/avenirnextworld-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avenir_next_worldregular';
	src: url('assets/fonts/avenir-next-world-regular/avenirnextworld-regular-webfont.woff2') format('woff2'),
		url('assets/fonts/avenir-next-world-regular/avenirnextworld-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LibreCaslonText-Bold';
	src: url('assets/fonts/librecaslontext-bold/librecaslontext-bold-webfont.woff2') format('woff2'),
		url('assets/fonts/librecaslontext-bold/librecaslontext-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LibreCaslonText-Regular';
	src: url('assets/fonts/librecaslontext-regular/librecaslontext-regular-webfont.woff2') format('woff2'),
		url('assets/fonts/librecaslontext-regular/librecaslontext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia-Regular';
	src: url('assets/fonts/georgia-regular/georgia-webfont.woff2') format('woff2'),
		url('assets/fonts/georgia-regular/georgia-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Georgia-Bold';
	src: url('assets/fonts/georgia-bold/georgiab-webfont.woff2') format('woff2'),
		url('assets/fonts/georgia-bold/georgiab-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter.ttf');
}
@font-face {
	font-family: 'Inter-Semibold';
	src: url('assets/fonts/inter-semibold/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto.ttf');
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}	

/**
 * Remove the margin in all browsers.
 */
 body, html {
    border: none;
    margin: 0;
    padding: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
	
}
a, a:focus, a:hover, span {
    text-decoration: none;
}
img {
	border-style: none;
}
*,::after,::before {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
.entry-content::after,.group::after {
	clear: both;
	content: "";
	display: block;
}
#site-content {
	overflow: hidden;
}

.entry-content::after,.group::after {
	clear: both;
	content: "";
	display: block;
}
.entry-content hr,hr.styled-separator {
	background: linear-gradient(to left,currentColor calc(50% - 16px),transparent calc(50% - 16px),transparent calc(50% + 16px),currentColor calc(50% + 16px));
	background-color: transparent!important;
	border: none;
	height: .1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),hr.styled-separator {
	color: #6d6d6d;
}
/* .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 64rem;
    margin-left: 100px;
} */
.entry-content hr::after,.entry-content hr::before,hr.styled-separator::after,hr.styled-separator::before {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - .8rem);
	transform: rotate(22.5deg);
	width: .1rem;
}

.entry-content hr::before,hr.styled-separator::before {
	left: calc(50% - .5rem);
}

.entry-content hr::after,hr.styled-separator::after {
	right: calc(50% - .5rem);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
a:hover,
a:active {
	outline: 0;
}
b, strong{
	font-family:'avenir_next_worldbold', 'Verdana';
	font-weight: normal;
}
embed, img, object, svg {
    display: block;
    height: auto;
    max-width: 100%;
}
address, big, blockquote, button, caption, cite, code, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, img, label, legend, li, ol, p, small, strike, sub, sup, table, td, th, tr, ul {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}
:root {
	--charcoal: #2b2b2b;
	--slate: #484848;
	--uiSalmon: #f75961;
	--strokeTwo: #dbdbdb;
	--blue: #2dadba;
	--iron: #686868;
	--strokeOne: #ebebeb;
	--chrome: #bcbcbc;
	--lead: #393939;
	--steel: #797979
}
#content,
#footer,
#sidebar,
.entry-content,
.entry-excerpt,
.entry-summary,
.footer,
.page-content,
.post-content,
.post-excerpt,
.sidebar,
.site-footer,
.widget,
.widget-area,
body,
footer {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal
}
[class*="__inner-container"]>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 70rem
}
body {
	background-color: #fff;
	box-sizing: border-box;
}

#site-content {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center
}
.entry-content>:first-child {
	margin-top: 0;
}
.entry-content>:last-child{
	margin-bottom: 0;
}
.disclaimer-block {
	margin-top: 2.4rem
}
#site-title,
#site-title a,
.entry-title,
.entry-title a,
.site-title,
.site-title a,
.widget-title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
}

.menu,
.menu-item a,
.page_item a {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
}

.entry-content,
.entry-content p,
.entry-excerpt,
.entry-summary,
.excerpt,
.excerpt p,
.page-content,
.post-content,
.post-excerpt {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
	color: var(--charcoal)!important;
	line-height: 2em
}
.entry-content dl,
.entry-content dt,
.entry-content ol,
.entry-content p,
.entry-content ul {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
}

.entry-content li {
	font-size: .842em;
	line-height: 2em;
	color: var(--charcoal)!important
}

#content h1,
.entry-content h1,
.entry-title,
.entry-title a,
.page-title,
.post-title,
.post-title a {
	font-family:'avenir_next_worldregular', 'Verdana';
	font-weight: normal;
}
#content h3,
.entry-content h3,
.page-content h3,
.post-content h3 {
	font-family:'avenir_next_worldbold', 'Verdana';
	font-weight: normal;
	color: var(--charcoal)!important;
	font-size: 3.2rem
}

#content h4,
.entry-content h4,
.page-content h4,
.post-content h4 {
	font-family:'avenir_next_worldbold', 'Verdana';
	font-weight: normal;
	color: var(--charcoal)!important;
	font-size: 2.4rem
}
iframe {
	z-index: 0
}
.bg-modal {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	padding: 12px;
	justify-content: center;
	align-items: center;
	z-index: 99991;
	margin: 0!important
}
.mobile-logo{
	display: none;
}
.desk-logo{
	display: block;
}
.form-close {
	position: absolute;
	right: 25px;
	top: 10px;
	transform: rotate(45deg);
	font-size: 3.6rem;
	cursor: pointer
}

.modal-content {
	width: 100%;
	height: 700px;
	max-width: 700px;
	background-color: #fff;
	border: 4px;
	padding: 3.6rem 6rem;
	display: flex;
	position: relative;
	justify-content: space-between
}
.validation-error {
	height: 15px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 4px;
	position: static;
	font-family:'avenir_next_worldregular', 'Verdana';
	color: #797979;
	transition: all .2s ease 0s;
	letter-spacing: normal;
	margin: 0
}
.toggle-inner {
	padding-top: 0!important;
	height: unset!important
}

.toggle-icon {
	height: 24px!important;
	width: 24px!important
}

.mobile-nav-toggle {
	right: 0!important;
	justify-content: flex-end;
	padding: 0!important;
	width: auto!important;
	outline: 0!important
}
.sub-menu-toggle {
	display: none!important
}

.toggle-text {
	display: none!important
}
button.cc-nb-okagree, .termsfeed-com---palette-dark .cc-nb-reject {
	text-align: center;
    font-family: 'avenir_next_worldregular', 'Verdana';
    padding: 10px 0 !important;
    width: 60% !important;
    text-decoration: none !important;
}
.entry-content>* {
	margin-bottom: 1.88em
}

/* Navigation Menu */
.header-wrapper{
	border-bottom: none !important;
}
/* .header-section{
    display: flex;
    width: 1440px;
    height: 52px;
    padding: 4px 16px;
    align-items: center;
    flex-shrink: 0;

} */
.site-logos .mb-log, .mobile-footer, .mobile-menu-section{
	display: none !important;
}
.site-logos img{
	height: auto;
    width: 200px;
}
.header-section{ 
    align-items: center;
    display: flex;
    justify-content: space-between;
	padding: 8px 16px 8px 16px !important;
    max-width: 100%;
    width: 100%;
}
ul.tdl-primary-menu{
	display: flex;
	font-size: 20px;
    font-weight: 500;
    list-style: none;
	position: relative;
}
.tdl-primary-menu>li {
	display: flex;
	padding: 15px 0px;
	margin-left: 25px;
    margin-right: 25px;
	position: relative;
	cursor: pointer;
}
#site-header .menu-item a {
	display: flex;
    font-size: 16px;
    color: #333 !important;
    font-weight: 600;
    text-decoration: none;
	font-family: "avenir_next_worlddemi", "Verdana";
    font-weight: normal;
}  

#site-navigation .tdl-primary-menu .sub-menu, #mb-navigation .tdl-primary-mobile-menu .sub-menu {
    display: none;
}
a#sign {
    color: #333;
    margin-right: 33px;
    font-family: "avenir_next_worlddemi";
    font-size: 14px;
    font-weight: normal;
}
a#req-demo {
	border-color: #D63A3F;
    background-color: #D63A3F;
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'avenir_next_worlddemi';
    font-size: 16px;
    color: #fff;
}
a#req-demo:hover {
    border-color: #ae2f33;
    background-color: #ae2f33 !important;
}
.tdl-primary-menu > li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #333333;
    bottom: -8px;
    border-radius: 100px;
}
.buttons-main ul {
	list-style: none;
}
.buttons-main ul li {
    float: left;
}
.buttons-main ul li a{
	text-decoration: none;
}
#site-navigation .tdl-primary-menu a:hover {
    color: #4a4a4a;
}
.header-area {
    position: sticky;
	/* position: fixed; */
    top: 0;
    width: 100%;
    background-color: #fff;
	z-index: 99;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
/* .menu-item-has-children>a::after, .page_item_has_children>a::after {
    content: url(http://localhost/wp-practical/wp-content/uploads/2024/06/CaretDownFilled.png);
    position: relative;
    left: 7px;
    vertical-align: top;
    border: 0;
    width: auto;
    top: 0px;
    height: auto;
    font-size: 9px;
} */

ul.sub-menu{
    display: block;
	font-size: 20px;
    font-weight: 500;
    list-style: none;
    width: max-content !important;
    top: 50px;
    padding: 20px 30px;
    box-shadow: 0px 9px 18px rgba(0, 46, 57, 0.25);
    border-radius: 16px;
    line-height: 2rem;
}

.tdl-primary-menu ul.sub-menu {
    background-color: #fff;
    position: absolute;
    top: 70px;
    z-index: 1002 !important;
    opacity: 1;
}
/* .tdl-primary-menu > li:hover{    
    background: #FFF5F7;
    border-radius: 8px;
} */
/* search form */
.header-right-sec{
	display: flex;
}


.book-btn-link {
	display: flex;
	text-decoration: none;
    color: white;
    align-items: center;
    justify-content: center;
    background-color: #D33852;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 0 0px 0 12px;
}
.book-btn-link:hover {
    background: #AF273E;
}
.header-inner {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    flex-shrink: 0;
    max-width: 100%;
}
.header-titles-wrapper {
	margin-right: 30px !important;
    position: relative !important;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 4rem;
    text-align: center;
}
.header-navigation-wrapper{
	margin-left: -140px;
	visibility: hidden;
}
.header-titles {
    margin: 0 !important;
	border-right: 1px solid #dbdbdb85;
    padding-right: 25px;
}
.head-logos {
    display: flex;
    align-items: center;
}
a.toddle_logo img {
    height: 24px !important;
    width: 24px !important;
}
/* .header-titles img {
    margin-left: 0px !important;
    cursor: pointer;
    margin-top: 0 !important;
    height: 40px !important;
} */
span.devider {
    /* border-right: 1px solid #DBDBDB; */
    height: 37px;
    margin: 0 6px 0 3px;
}
a.learn_newlogo img {
    height: 32px !important;
    width: auto;
}
.header-titles img {
    margin-left: 0px !important;
    cursor: pointer;
    margin-top: 0 !important;
    height: 40px !important;
}
.book-demo-mb {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #717171; */
    border-radius: 8px;
    font-family: 'avenir_next_worlddemi', 'Verdana';
    font-weight: normal;
    font-size: 14px;
	line-height: 20px;
    text-align: center;
    color: #fff;
	background: #D63A3F;
}
.site-footer{
	max-width: 1120px;
	margin: 50px auto;
}
.footer-info a{
	color: #717171;
    font-family: 'avenir_next_worldmedium', 'Verdana';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #dcd7ca;
    box-shadow: none;
    cursor: pointer;
}
input[type=checkbox]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -.1875rem 0 0 -.25rem;
    height: 18px;
    width: 18px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #999 transparent transparent transparent;
}
.selectize-input {
    font-family: 'avenir_next_worldregular', 'Verdana';
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    padding: 15px 13px;
    border: 1px solid rgb(219, 219, 219);
    min-height: 24px;
    word-break: break-all;
    margin-top: 2px !important;
    color: #000;
    border-radius: 8px !important;
    margin-bottom: -9px;
    background: transparent;
}
/* button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100% !important;
} */
.form-button {
	width: 100%;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transition: all .2s ease 0s;
    border-left: 25px solid #fff;
    border-radius: 1.1px;
    margin-left: 8px;
}
.video-button {
    height: 84px;
    width: 84px;
    background-color: rgba(43, 43, 43, .6) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3);
    border-radius: 50px;
    transition: all .2s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video-button-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    border: 1px solid #ededed;
    /* background-color: #fff; */
	top: 0px;
    left: 0px;
}
.should_receive_update {
    height: auto;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
    position: static;
    font-family: 'avenir_next_worldregular', 'Verdana';
    transition: all .2s ease 0s;
    margin-bottom: 16px;
    outline: 0;
    cursor: pointer;
    letter-spacing: normal;
}
@media screen and (max-width: 1200px) {
	.site-footer {
		margin: 40px;
	}
}
@media (min-width: 1000px) {
	.header-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2.8rem 0;
    }
    .header-titles {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -1rem 0 0 -2.4rem;
    }
	.header-titles-wrapper {
        margin-right: 4rem;
        max-width: 50%;
        padding: 0;
        text-align: left;
		width: 237px !important;
    }
}
@media screen and (min-width: 991px) {
    .mob-logo {
        display: none !important;
    }
	.buttons-main ul {
        line-height: 1.3;
        font-family: 'avenir_next_worlddemi';
        margin-top: 0;
        margin-bottom: 1.5em;
    }
	.buttons-main {
        position: relative;
        top: 1px;
    }

}
@media screen and (max-width: 991px) {

	.header-section{
		padding: 0px !important;
	}
	.header-section .header-right-sec {
        display: none;
    }
	.header-navigation-wrapper, .site-logos .custom-logo-link, .book-demo-section, .desktop-footer, .toddle-seprator {
        display: none !important;
    }
    a.learn_logo {
        position: relative;
        left: -6px;
    }
    /* .desk-logo, .desk-logos {
        display: none !important;
    } */
	.header-titles{
		padding-right: 0px;
	}
	.site-logos .mb-log, .mobile-menu-section{
		display: flex !important;
		gap: 16px;
        align-items: center;
	}
	.mobile-menu-section .tdl-nav-btn {
        background: transparent;
        border: none;
        color: black !important;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 20px;
		width: 24px;
        height: 24px;
		display: none;
    }
	.mobile-menu-section #hambnurgernew{
		z-index: 1000;
		width: 24px;
		height: 24px;
		color: white;
		position: relative;
		top: -1px;
		filter: brightness(0) invert(0);
	}
	.mobile-menu-section #hambnurgerclose{
		width: 18px;
		height: 18px;
	}
	.header-area{
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 99;
		display: -webkit-box;
		top: 0;
		/* height: 80px; */
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-align: center;
		align-items: center;
		border-bottom: 1px solid rgba(219, 219, 219, 0);
		padding: 8px 16px;
		background: #fff;
		/* border-bottom: 1px solid #DBDBDB; */
    }	
	
    .menu-toggle {
        display: block;
    }
    .mb-navigation {
        display: none;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 70px;
        left: 0;
        padding: 24px;
		height: 100vh;
		overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
    }
    .mb-navigation ul {
        list-style: none;
    }
    .mb-navigation ul.tdl-primary-mobile-menu > li{
    	border-bottom: 1px solid #ebebeb !important;
    	padding: 15px 0!important
    }
	.hamburger-cta #explore-mob{
		font-size: 14px;
        line-height: 20px;
        font-family: 'avenir_next_worlddemi';
        background-color: #222;
        border: 1px solid #222;
        margin: 0 auto;
        margin-top: 42px;
        top: 0px;
		width: 100%;
        max-width: 100%;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 0px;
        padding: 12px 16px;
        border-radius: 8px;
        position: relative;
        top: 42px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        display: flex;
    }
	.hamburger-cta #signin-mob{
		font-size: 14px;
		line-height: 20px;
		font-family: 'avenir_next_worlddemi';
		background-color: transparent;
		border: 1px solid #484848;
		border-radius: 8px;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		display: flex;
		position: relative;
		color: #000;
		text-align: center;
		padding: 12px 16px;
		width: 100%;
		top: 38px;
		margin: 0 auto;
		margin-top: 16px;
	}
	.site-footer{
		margin: 30px auto;
    	text-align: center;
	}
	
	
	a.toddle_logo img{
		width: 30.5px !important;
	}
	/* a.learn_newlogo .mobile-logo {
		height: auto !important;
		width: 60% !important;
	} */
}
@media (max-width: 767px) { 
	.mobile-logo{
		display:block;
	}
	.desk-logo{
		display: none;
	}
	a.learn_newlogo img{
		width: auto;
	}
	.should_receive_update {
        font-size: 12px;
    }
	.mb-navigation ul{
		padding-left: 0px;
	}
	.header-section{
		padding: 0px !important;
	}
	.hamburger-cta #signin-mob{
		top: 22px;
	}
	.header-inner {
        padding: 3.8rem 0;
    }
	/* Header responsive */
    .full-width-section,
    .container {
        padding: 20px;
    }
	span.devider{
		height: 32px;
		margin: 0 1px 0 9px;
	}
	
    .site-logos .mb-log, .mobile-menu-section{
		display: flex !important;
		gap: 16px;
        align-items: center;
	}
	.site-logos .mb-log img{
		height: 40px;
		width: auto;
	}
    .header-navigation-wrapper, .site-logos .custom-logo-link, .book-demo-section, .desktop-footer, .toddle-seprator{
    	display: none !important;
    }
    .search-form-section input#search {
        height: 35px;
        /* border: 1px solid #EBEBEB !important; */
        background-size: 15px;
        background-position: 5% 47%;
        padding-left: 36px !important;
        font-size: 13px !important;
        color: #000 !important;
    }
  
    .mobile-menu-section .tdl-nav-btn{
    	background: transparent;
    	border: none;
		display: none;
    }
    #hambnurger-menu-btn, #hambnurger-menu-btn-close{
    	height: 24px;
    }
	a.toddle_logo img{
		width: 24px !important;
	}
    .header-area{
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 99;
		display: -webkit-box;
		top: 0;
		height: 56px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
		-webkit-box-align: center;
		align-items: center;
		border-bottom: 1px solid rgba(219, 219, 219, 0);
		padding: 8px 16px;
		background: #fff;
		/* border-bottom: 1px solid #DBDBDB; */
    }	
	
    .menu-toggle {
        display: block;
    }
    .mb-navigation {
        display: none;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 70px;
        left: 0;
        padding: 24px;
    }
    .mb-navigation ul {
        list-style: none;
    }
    .mb-navigation ul.tdl-primary-mobile-menu > li{
    	border-bottom: 1px solid #ebebeb !important;
    	padding: 15px 0!important
    }
    .mb-navigation ul.tdl-primary-mobile-menu li:last-child {
	    border-bottom: none !important;
	}

	#mb-navigation ul.sub-menu {
	    display: block;
	    box-shadow: none;
	    border-radius: none;
	}
	#mb-navigation ul.sub-menu li{
		padding: 10px 0px;
	}
	/* .tdl-primary-mobile-menu .menu-item-has-children>a::after {
    	background-image: url(/wp-practical/wp-content/uploads/2024/06/plus.png);
	    position: relative;
	    background-size: 20px 20px;
	    display: inline-block;
	    width: 20px; 
	    height: 20px;
	    content:"";
	    background-repeat: no-repeat;
	    padding-right: 10px;
	}
	.tdl-primary-mobile-menu .menu-item-has-children>a.close-icn::after {
    	background-image: url(/wp-practical/wp-content/uploads/2024/06/minus.png);
    } */
    #site-header .mb-navigation ul li a{
        font-size: 16px;
        color: #000000;
        font-weight: normal;
        display: flex;
	    justify-content: space-between;
	    width: 100%;
    }
    .hamburger-cta{
	    /* background-color: #f75961; */
	    border-radius: 2px;
	    height: 48px;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	    border-radius: 12px;
	    display: flex;
		flex-direction: column;
		gap: 16px;
    }
    .mb-menu-btn{
	    padding: 40px 0px 80px;
    }
    .hamburger-cta #explore-mob{
		font-size: 14px;
        line-height: 20px;
        font-family: 'avenir_next_worlddemi';
        background-color: #222;
        border: 1px solid #222;
        margin: 0 auto;
        margin-top: 42px;
        top: 0px;
		width: 100%;
        max-width: 100%;
        font-weight: normal;
        text-align: center;
        color: #ffffff;
        margin-top: 0px;
        padding: 12px 16px;
        border-radius: 8px;
        position: relative;
        top: 42px;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        display: flex;
    }
	.hamburger-cta #signin-mob{
		font-size: 14px;
		line-height: 20px;
		font-family: 'avenir_next_worlddemi';
		background-color: transparent;
		border: 1px solid #484848;
		border-radius: 8px;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		display: flex;
		position: relative;
		color: #000;
		text-align: center;
		padding: 12px 16px;
		width: 100%;
		top: 22px;
		margin: 0 auto;
		margin-top: 16px;
	}

}
@media (max-width: 320px) {
    .header-area {
        padding: 8px 10px !important;
    }
	.book-demo-mb{
		padding: 10px 10px;
		font-size: 14px;
	}
}
