:root{
	--sd-top-bar-h: 40px;
	--sd-top-bar-sm-h: 12px;
	--sd-top-bar-sticky-h: 0.001px;

	--sd-header-general-h: 80px;
	--sd-header-general-sm-h: 60px;
	--sd-header-general-sticky-h: 80px;

	--sd-header-bottom-h: 0.001px;
	--sd-header-bottom-sm-h: 0.001px;
	--sd-header-bottom-sticky-h: 0.001px;

	--sd-header-clone-h: 0.001px;
}

.sdn-top-bar .sd-dropdown {
	margin-top: 0px;
}

.sdn-top-bar .sd-dropdown:after {
	height: 10px;
}

.sdn-sticked .sdn-general-header .sd-dropdown:not(.sub-sub-menu) {
	margin-top: 20px;
}

.sdn-sticked .sdn-general-header .sd-dropdown:not(.sub-sub-menu):after {
	height: 30px;
}


.sdn-top-bar{
            border-radius: px;
    }
.sdn-general-header{
            border-radius: 5px;
    }
.sdn-header-bottom{
            border-radius: px;
    }


@media (min-width: 1025px) {
		.sdn-top-bar-inner {
		height: 40px;
		max-height: 40px;
	}
    .sdn-top-bar{
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }

		.sdn-sticked .sdn-top-bar-inner {
		height: 12px;
		max-height: 12px;
	}
		
		.sdn-general-header-inner {
		height: 80px;
		max-height: 80px;
	}
    .sdn-general-header{
        width: 88%;
        max-width: 88%;
        margin-inline: auto;
    }

		.sdn-sticked .sdn-general-header-inner {
		height: 80px;
		max-height: 80px;
	}
		
	
	
	}

@media (max-width: 1024px) {
		.sdn-top-bar-inner {
		height: 12px;
		max-height: 12px;
	}

    .sdn-top-bar{
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
    }
	
		.sdn-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
    .sdn-general-header{
         width: 93%;
        max-width: 93%;
        margin-inline: auto;
    }
	
	
	
	}
		
.sdn-general-header {
	background-color: rgba(69, 133, 193, 1);border-bottom-width: 0px;border-bottom-style: solid;
}
