.mobile-menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    bottom: 0;
    right: -100%;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-header a {
    display: inline-block;
}

.mobile-menu-header a img {
    width: 200px;
    height: auto;
}

.mobile-menu .mobile-nav {
    width: 100%;
}

.mobile-menu .mobile-nav ul {
    width: 100%;
    height: 50%;
}

.mobile-menu .mobile-nav ul li a {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #838383 !important;
    text-align: left;
    align-items: center;
    position: relative;
    transition: 0.3s;
    gap: 5px;
}

.mobile-menu .mobile-nav ul li a:hover {
    color: #bdba1b;
    transition: 0.3s;
}

.mobile-menu .mobile-nav ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
}

.mobile-menu .mobile-nav .language-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    margin-top: 20px;
}

.mobile-menu .mobile-nav .language-item a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.mobile-menu-active {
    right: 0;
    bottom: 0;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    height: 100% !important;
    transition: all 0.4s ease-in-out;
}

.mobile-menu-header .ham1 {
    visibility: hidden;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}


* a {
    color: inherit;
}

p {
    font-size: 16px;
    /* margin-bottom: 0 !important; */
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

p {
    margin: 0;
}


header.not-home .menu-content {
    padding: 25px 0;
    border-bottom: 1px solid #006666;
}

header .menu-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .menu-content .left-bar .logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99999999;
}

header .menu-content .left-bar .logo a {
    position: relative;
}

header .menu-content .left-bar .logo img {
    width: 200px;
    height: auto;
}

header .menu-content .center-bar {
    display: flex;
    align-items: center;
    gap: 50px;
}

header .menu-content .menu ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

header .menu-content .menu ul li {
    position: relative;
}

header .menu-content .meet-btn {
    border-radius: 99px;
    transition: 0.3s;
}


header .menu-content .meet-btn:hover i {
    transition: 0.3s;
    color: #fff;
}

header .menu-content .meet-btn:hover .text-phone span {
    color: #fff;
    transition: 0.3s;
}

header .menu-content .meet-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    height: 50px;
}

header .menu-content .meet-btn i {
    font-size: 25px;
}

header .menu-content .meet-btn .text-phone {
    display: flex;
    flex-direction: column;
}

header .menu-content .meet-btn .text-phone .attach {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

header .menu-content .meet-btn .text-phone span {
    font-size: 14px;
    font-weight: 600;
}



header .header-menu-content .menu .sub-menu-content::before {
    /* content: ""; */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}

header .header-menu-content .menu .sub-menu-content li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

header .header-menu-content .menu .sub-menu-content li:last-child {
    margin-bottom: 0 !important;
    border: none;
}

header .header-menu-content .menu .sub-menu-content li::after {
    visibility: hidden;
}

header .header-menu-content .menu .sub-menu-content li a {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    color: #004a46;
}

header .header-menu-content .menu .sub-menu-content li a i {
    font-size: 20px;
}

.sub-menu{
    display: none;
}
.sub-list {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    height: auto !important;
}

.sub-list li a {
    font-size: 14px !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}

.sub-list li{}

.sub-list li a img{}
.sub-list li .title{
    font-size: 22px;
    font-weight: 500;
    color: #202428;
    margin: 20px 0 10px;
}
.sub-list li ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub-list li ul li{}
.sub-list li ul li a{}

header .dots {
    width: 32px;
    height: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 999999999;
    cursor: pointer;
    top: 4px;
}

header .dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    transform: scale(1.7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.mb-menu-active .dots::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    border-color: #838383;
}

.mb-menu-active .dots .dot {
    left: 50% !important;
    top: 47% !important;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #838383;
}

.mb-menu-active .dots .dot {
    border-color: #838383;
}

header .dots .dot:nth-child(1) {
    left: 0;
    top: 0;
}

header .dots .dot {
    width: 14px;
    height: 14px;
    border: 2px solid #006666;
    display: block;
    border-radius: 100%;
    position: absolute;
    transition: .4s;
    transform: translate(0px, 0px);
}

header .dot:nth-child(2) {
    left: 18px;
    top: 0;
}

header .dots .dot:nth-child(3) {
    top: 20px;
    left: 0;
}

header .dots .dot:nth-child(4) {
    top: 20px;
    left: 18px;
}

.dots-hide {
    display: none !important;
}

.sub-active {
    display: block;
}