

@media only screen and (max-width: 1000px){
.header_top .right .inner > div:first-child{
display:none;
}
}

ul, ol {
    list-style-position: outside;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
  
    color: #ffffff;
    }

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
    color: #5acffa;
}

.mobile_menu_button span {

    color: rgb(255 255 255 / 80%);
}

element.style {
    text-align: center;
}
p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #000000;
}

body {

    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;

}