@media only screen and (max-width: 768px) {
.ast-theme-transparent-header.main-header-menu.menu-link {background-color:#fff !important;}
}

.fas, .far {padding-right:5px;}

/* mobile menu dropdown fix : start*/
.mobile-menu-container .mobile-menu li.menu-item-has-children .toggle-btn::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mobile-menu-container .mobile-menu li.menu-item-has-children .toggle-btn{
    left: 0;
    height: 20px;
}

.mobile-menu-container .mobile-menu li.menu-item-has-children .toggle-btn::before{
    width: 0px;
    right: 15px !important;
    position: absolute;
    height: 10px;
}

/* mobile menu dropdown fix : end*/