.Box2 .row .col-lg-3 .box{
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    margin-bottom: 30px;
}
.Box2 .row .col-lg-3 .box > div{
    width: 100%;
    border: 1px solid #ccc;
    display: flex;

}
.Box2 .row .col-lg-3 .box div input{
    outline: none;
    border: none;
    padding: 8px 12px;
    width: 80%;
}
.Box2 .row .col-lg-3 .box.one div  a{ 
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;

}
.Box2 .row .col-lg-3 .box div  a span{
    color: #111;
}
.Box2 .row .col-lg-3 .box ul{
    padding: 0;
} 
.Box2 .row .col-lg-3 .box ul li:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.Box2 .row .col-lg-3 .box.two ul li a{
    padding: 10px 0;
    display: block;
    color: #666;
    font-weight: bold;
    transition: 0.3s;
}
.Box2 .row .col-lg-3 .box.two ul li a:hover{
    color: #054A94;
}
.Box2 .row .col-lg-3 .box ul li.ht{
    display: flex;
    justify-content: space-between;
    height: 80px;
    margin-bottom: 20px;
}
.Box2 .row .col-lg-3 .box ul li.ht .left{
    width: 30%; 
    position: relative;
    padding: 5px;
}
.Box2 .row .col-lg-3 .box ul li.ht .left img{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    object-fit: contain;
}
.Box2 .row .col-lg-3 .box ul li.ht .right{
    width: 70%;
    padding: 5px;
}
.Box2 .row .col-lg-3 .box ul li.ht .right span{
    font-weight: bold;
    display: -webkit-box; 
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical; 
  overflow: hidden;       
  text-overflow: ellipsis;  
}
.group {
    display: none !important;
    justify-content: left; 
}

.group input {
    width: fit-content;
    margin-right: 5px;
}

.group input:not(:nth-child(1)) {
    margin-left: 30px;
}

.group span {
    color: white;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    background-color: #fff;
}



.dropdown-container {
    position: relative;
    width: 100%;
}

.display-box {
    width: 100%;
    border: 1px solid #35353594;  
    padding: 5px;
    background-color: #f9f9f9;

}

.dropdown-container #displayBox {
    color: #2b2a2aab;
}

.dropdown {

    display: none !important;
    position: absolute !important;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1000;
    overflow-y: auto;
    top: 100%;
    z-index: 9;
}

.dropdown.show {
    display: block !important;
}

.dropdown-item  a{
    padding: 10px ;
    color: black;
    background-color: white;
    display: block;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}
@media screen and (max-width:991px) {
    .Box2 .row .col-lg-3 .box ul{
        display: flex;
        justify-content: space-between;
    }
    .Box2 .row .col-lg-3 .box ul li{
        width: 48%;
    }
    .Box2 .row .col-lg-3 .box ul li{
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width:768px) {
    .Box2 .row .col-lg-3 .box ul{
        display: none;
    }
    .group {
        display: flex !important;
    }
}