@media screen and (min-width: 991px) {
.medixer-main-header .navbar-nav {
flex-direction: row;
}
}
.medixer-main-header {
display: flex;
}
.medixer-main-navigation li {
padding-left: 15px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.medixer-main-navigation li a {
display: block;
padding: 8px 15px;
}
.medixer-main-navigation .dropdown {
position: relative;
}
.medixer-main-navigation .dropdown:after {
display: flex;
content: "\25BE";
font-size: 1.5em;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #666;
}
.medixer-main-navigation .dropdown .dropdown-menu {
top: 65px;
left: 0;
opacity: 0;
z-index: 2;
margin: 0;
padding: 0;
height: auto;
width: 200px;
border: none;
display: block;
border-radius: 0;
overflow: hidden;
visibility: hidden;
position: absolute;
background-color: #fff;
transition: all 0.4s ease-in-out;
box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.medixer-main-navigation .dropdown .dropdown-menu li{
padding-left: 0;
}
.medixer-main-navigation .dropdown .dropdown-menu li a {
width: 100%;
color: #343434;
display: block;
font-size: 14px;
padding: 10px 25px;
position: relative;
transition: 0.3s all ease-in-out;
}
.medixer-main-navigation .dropdown .dropdown-menu li a:before {
display: none;
}
.medixer-main-navigation .dropdown .dropdown-menu li a:hover {
background-color: #212529;
color: #fff;
}
.medixer-main-navigation .dropdown:hover .dropdown-menu {
top: 50px;
opacity: 1;
visibility: visible;
}
.medixer-sticky-on {
top: 0;
width: 100% !important;
z-index: 10;
position: fixed !important;
animation-duration: 0.7s;
animation-fill-mode: both;
animation-name: fadeInDown;
animation-timing-function: ease;
transition: 0.3s all ease-in-out;
box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
.medixer-main-header .medixer-mobile_menu_content {
top: 0;
bottom: 0;
right: -350px;
height: 100vh;
z-index: 101;
position: fixed;
width: 280px;
overflow-y: scroll;
background-color: #212529;
padding: 40px 0;
box-shadow: 0 3px 5px rgba(100, 100, 100, 0.19);
transition: all 0.5s ease-in;
}
.medixer-main-header .medixer-mobile_menu_content .medixer-mobile-main-navigation {
width: 100%;
}
.medixer-main-header .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav {
width: 100%;
}
.medixer-main-header .medixer-mobile_menu_content .navbar-nav .dropdown-menu {
position: static !important;
transform: none !important;
}
.medixer-main-header .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav li {
width: 100%;
display: block;
transition: 0.3s all ease-in-out;
border-bottom: 1px solid #4e4e4e;
}
.medixer-main-header .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav li:first-child {
border-bottom: 1px solid #4e4e4e;
}
.medixer-main-header .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav li a {
color: #afafaf;
padding: 0;
width: 100%;
display: block;
font-size: 14px;
padding: 10px 30px;
}
.medixer-main-header .medixer-mobile_menu_wrap.mobile_menu_on .medixer-mobile_menu_content {
right: 0;
transition: all 0.7s ease-out;
}
.medixer-main-header .mobile_menu_overlay {
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
right: 0%;
height: 120vh;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.9);
transition: all 0.5s ease-in-out;
}
.medixer-main-header .mobile_menu_overlay_on {
overflow: hidden;
}
.medixer-main-header .medixer-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
opacity: 1;
visibility: visible;
}
.medixer-main-header .medixer-mobile_menu_button {
z-index: 5;
color: #ec0752;
display: none;
cursor: pointer;
font-size: 30px;
line-height: 40px;
}
.medixer-main-header .medixer-mobile_menu .medixer-mobile-main-navigation .navbar-nav li a:after {
display: none;
}
.medixer-main-header .medixer-mobile_menu .medixer-mobile-main-navigation .dropdown > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.medixer-main-header .medixer-mobile_menu .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav .dropdown-menu {
border: none;
display: none;
transition: none;
box-shadow: none;
padding: 5px 0;
width: 100%;
background-color: transparent;
}
.medixer-main-header .medixer-mobile_menu .medixer-mobile_menu_content .medixer-mobile-main-navigation .navbar-nav .dropdown-menu li {
border: none;
padding: 0 20px;
line-height: 1;
}
.medixer-main-header .medixer-mobile_menu .dropdown {
position: relative;
}
.medixer-main-header .medixer-mobile_menu .dropdown .dropdown-btn {
position: absolute;
top: 6px;
right: 10px;
height: 30px;
color: #afafaf;
line-height: 22px;
padding: 5px 10px;
border: 1px solid #4e4e4e;
}
.medixer-main-header .medixer-mobile_menu .dropdown:after {
display: none;
}
.medixer-main-header .medixer-mobile_menu .medixer-mobile_menu_close {
color: #d60606;
cursor: pointer;
top: 15px;
left: 15px;
font-size: 20px;
position: absolute;
}
@media screen and (max-width: 991px) {
.medixer-main-navigation {
display: none;
}
.medixer-main-header .medixer-mobile_menu_button {
display: block;
}
}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-ci_business_hour .bh-day{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_business_hour .bh-time{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_heading .small-title {color:var( --e-global-color-primary );}.elementor-widget-ci_heading .small-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_heading .heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .ci-sub-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .ci-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider p.lead{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .btn-primary{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .btn-primary:hover{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .btn-secondary {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-ci_hero_slider .ci-slider .btn-secondary:hover{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}