/* Format */
:root {
	
}
.flex .col-inner {
	display: flex;
}
.justify-content-between {
	    justify-content: space-between;
}
.text-black {
	color: #000 !important;
}
.bg-white {
	background-color: #fff;
}
.index-1 {
	z-index: 1;
}
/* Main Menu */
.header-nav>li>ul.sub-menu {
    padding:0;
}
ul.sub-menu li.top-level>a {
    font-weight: bold;
	color:var(--fs-color-primary);
}
li.menu-item.has-dropdown .icon-angle-down{
	color: var(--fs-color-primary);
	background: #eaf3ff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}
.header-nav .nav-dropdown {
	min-width: max-content;
}
.header-nav .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgb(234, 243, 255);
	border-radius: 10px;
}
/* Page - Section */
.home-banner {
	background: linear-gradient(270deg, #00A3FF 5.33%, #0080FE 56.96%);
}
.home-banner-buttons a {
    padding: .5rem;
	line-height: 1rem;
}
.home-banner-buttons a i {
    padding: .5rem;
    border-radius: 6px;
}
.home-banner-buttons a:nth-child(1) i {
    color: #0766F7;
    background: #0181FF1A;
}
.home-banner-buttons a:nth-child(2) i {
    color: #24AAA3;
    background: #C7F6F4;
}
/* Text Typing */
span.keywords {
    color: #F7941D;
}
/* Text Typing */
.adn-special-title {
	background-color: #0042a6;
    border-left: 8px solid var(--fs-color-secondary);
    border-radius: 24px;
    color: #fff;
    line-height: 1.4;
    padding: 1rem;
}
.treatment-item-number {
    height: 42px;
    margin: auto;
    width: 42px;
	border-radius: 50%;
}
.treatment-item-number span {
    color: #486e87;
    font-size: 28px;
}
.step-2 .col-inner, .step-3 .col-inner,  .step-4 .col-inner{
	flex-direction: column;
}
.step-2>.col-inner {
	gap: 7.1rem;
}
.step-3>.col-inner {
	gap: 2.9rem;
}
.step-4>.col-inner {
	gap: 4.2rem;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home-banner-buttons a {
		width: 100%;
		text-align: left;
	}

}