.icon{
    width: 1rem;
    height: 1rem;
}
.maxlogo{
    width: 210px;
}



  @media only screen and (max-width: 480px) {
    /* Styles for mobile devices */
    .maxlogo{
        width: 150px;
    }
  }

  @media only screen and (max-width: 320px) {
    /* Styles for mobile devices */
    .maxlogo{
        width: 99px;
    }
  }

.hero {
    /* padding-top: 230px; */
}
.tagline, .tagline span{
    font-size: 40px;
    line-height: 60px;
}
.market__area--two .market__two__thumb {
    position: absolute;
    bottom: 8px;
    right: -20px;
    max-width: 23vw;
    height: auto;
}
.pl2{
    padding-left: 40px;;
}
@media only screen and (max-width: 1399px) {
    .hero__illustration img {
        max-width: 60vw;
    }
    .community {
        background-size: 100% 73%;
        padding-bottom: 350px;
    }
}
@media (min-width:800px) {
    .profit__single__item{
        height: 260px;
    }
}
@media (max-width:600px) {
    .tagline, .tagline span {
        font-size: 30px;
        line-height: 40px;
    }
    .pl2{
        padding-left: 20px;;
    }
    .hero__cta__group a {
        min-width: 145px;
    }
}
.footer-address-list li {
    color: #fff !important;
    display: flex;
    padding: 0 0 5px 0;

}

.footer-address-list li i {
    color: #fff;
}

.ftr-details li {
    padding: 0 0 15px 0;
}

.footer-address-list li>span {
    position: relative;
    top: 5px;
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #fff;
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.footer-address-list li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

/* General hover effect for dropdowns */
.dropdown.hover-dropdown:hover .dropdown-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
#languageDropdown .custom-width {
    width: 100px !important;
    min-width: 100px !important;
}
/* Disable hover effect for the specific dropdown */
#languageDropdown:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
}

/* Show dropdown on click */
#languageDropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
#languageDropdown:hover .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
}
