/*css for select box*/
.insti-dropdown {padding:0;display:inline-block;}
.insti-dropdown .btn, .insti-dropdown .btn:hover {background-color: #fff;color:#19b394;width:100%;padding: 7px 15px;}
.insti-dropdown .btn-group .btn:before {position: absolute; right:60px; top: 18px; content: ' '; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #19b394; }
.insti-dropdown .dropdown-menu {position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width:240px;margin: 2px 0 0; list-style: none; border: 1px solid #ccc; border-radius: 6px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);background-color:#f0eff4;padding: 6px;}
.open>.dropdown-menu, .insti-dropdown .dropdown-menu ul li a {display: block;color: #6d767b;}
.insti-dropdown .dropdown-menu ul { max-height:205px; overflow: hidden; overflow-y: scroll;margin-top:6px;position:relative;border: 0;padding: 0;}
.insti-dropdown .dropdown-menu ul li {background-color: #fff;text-transform: uppercase;font-size:12px;text-align: left;}
.insti-dropdown .dropdown-menu ul li a, .insti-dropdown .dropdown-menu .no-results { padding:7px 10px; }
.insti-dropdown .dropdown-menu ul li:hover { background-color:#1bbc9a;cursor: pointer;} .insti-dropdown .dropdown-menu ul li:hover a span, .insti-dropdown .dropdown-menu .no-results:hover {color: #fff;}
.insti-dropdown .btn-group{  border: 2px solid #1abc9c;  border-radius: 8px;  width:175px;  }
.insti-dropdown .btn span { float: none !important; color: #19b394; }
.institute .table-curved {margin-bottom:20px;}
.insti-dropdown .bs-searchbox {display: inline-block;  margin-top: 7px;  width: 92%;}
.insti-dropdown .popover-title button.close {background: #505050;  border-radius: 50%;  color: #fff;  font-size: 13px;  height: 15px;  margin-top: 15px;  opacity: 1;  text-shadow: none;  width: 15px;}
.institute .insti-dropdown:nth-child(odd) .popover-title button.close {padding-left:1px;}
.institute .product-section .ifsc-title, .institute .product-section .ifsc-title span {color: #000;  float: left;  font-size: 25px;  font-weight: bold;}
.institute .product-section .ifsc-title span {  float: none;  padding: 0 0 0 10px;  text-transform: uppercase;  }
.institute .product-section .product-hl-table-head {min-height:30px;}
.insti-dropdown .bootstrap-select .btn {text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.institute .tab-content .social-like-share {padding-top:13px;}
@media only screen and (max-width: 991px) {
    .insti-dropdown {margin-bottom:20px;}
    .insti-dropdown .btn-group .btn:before {right:15px;}
}
.insti-dropdown .dropdown-menu ul li.active{background-color: #1bbc9a;}
.insti-dropdown .dropdown-menu ul li.active span{color: #fff;}

.institute .entities {margin-left: 30px;vertical-align: bottom;font-size: 18px;font-weight: bold;}