.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #2196F3;
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.mega-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    background-color: #ececec;
    left: 0%;
    right: 0;
    top: 100%;
}
.has-megamenu-elementor {
    position: static !important;
}
.has-megamenu-elementor:hover .mega-menu,
.has-megamenu-default:hover .mega-menu{
    visibility: visible;
    opacity: 1;
}
li.menu-item > a > i {
    display: inline-block;
    margin-right: 2px;
    line-height: 1;
    position: relative;
}
.clnto-theme-header .elementor-section .elementor-container,
.clnto-theme-header .elementor-inner-section,
.clnto-theme-header .elementor-widget:not(.elementor-absolute),
.clnto-theme-header .elementor-widget-wrap,
.clnto-theme-header .elementor-column,
body:not(.tg-header-template) .clnto-theme-header .e-con-inner >*,
.clnto-theme-header .elementor-column-wrap {
    position: static;
}
.tgmenu__navbar-wrap .tg-megamenu-wrapper.--full-width {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.tgmenu__navbar-wrap ul li:hover>.tg-megamenu-wrapper.--full-width {
    opacity: 1;
    visibility: visible;
}
.tgmobile__menu .navigation li> .tg-megamenu-wrapper {
    display: none;
}
.active-megamenu {
    background-color: #fff;
}
.megamenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(27, 27, 27, 0.2);
    pointer-events: none;
    z-index: 99;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.megamenu-overlay.active {
    opacity: 1;
}
.tg-megamenu-wrapper ul {
    margin: 0 !important;
    padding: 0 !important;
}
.tg-megamenu-wrapper ul li {
    border: none !important;
}
.tg-megamenu-wrapper ul li a {
    padding: 0 !important;
    margin: 0 !important;
}