@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;
}
.border-indigo-500{    border-color: transparent;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    background: white;
    border-radius: 10px !important;
    padding: 9px;
}
.call-now{
    box-shadow: -11px 6px 17px 4px rgb(0 0 0 / 24%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 50px 30px;
    background: #873cff;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column-reverse;
}
.call-now a{
    border-radius: 10px 10px 10px 10px;
    padding: 13px 80px 13px 80px;
    background: white;
        width: 100%;
        margin-bottom: 3px;
    margin-top: 3px;
}