/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.tab-to-select ul, .tab-to-select-2 ul {
    width: 100%;
    height: 45px;
    background-color: #fff;
    z-index: 10;
    overflow: hidden;
    display: inline-block;
}
.tab-to-select ul li, .tab-to-select-2 ul li {
    display: inline-block;
    width: 100%;
    background-color: #fff; 
    text-align: left;
}
.tab-to-select ul li a, .tab-to-select-2 ul li a {
    padding-left: 20px !important;
}
/* .caret {
    background-image: url('./scroll.png');
    background-repeat: none;
    background-position: right center;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 99;
} */
