@media(max-width:1520px) {
    .left-svg {
        display: none;
    }
}

/* small css for the mobile nav close */
#nav-mobile-btn.close span:first-child {
    transform: rotate(45deg);
    top: 4px;
    position: relative;
    background: #a0aec0;
}

#nav-mobile-btn.close span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: 0px;
    background: #a0aec0;
}

.tool-tip-custom:hover .tool-tip-custom\:flex {
    display: block;
}

.front-theme{
    height: 333px;
    margin: auto;
}

@media (min-width: 640px)
{
    .sm\:text-6xl 
    {
        font-size: 3.2rem;
    }
}
.text-gray-700
{
    color: #000000 !important;
}
.text-gray-500
{
    color: #000000 !important;
}
.text-gray-600
{
    color: #000000 !important;
}
.text-gray-400{
    color: #06bca9 !important;
}
.text-gray-400:hover{
    font-weight:bold;
}
.accordion-button:not(.collapsed)
{
    color: #06AB99 !important;
}
a:hover
{
    color:#545454 !important;
}
