@media (max-width: 991px){
	.hide-on-mobile{
		display:none !important;
	}
}
@media (min-width: 992px) {
	.hide-on-desktop{
		display:none !important;
	}
}



.conscat-list-download {
  flex: 1;
  text-align: right;
}






.download-container {
  position: relative;
  display: inline-block;
}


.download-stock2 {
  background: #fff;
  background-color: rgb(255, 255, 255);
  color: #43a3d2 !important;
  padding: 5px 15px !important;
  line-height: 15px !important;
  height: auto !important;
  border-radius: 30px !important;
  border: #43a3d2 1px solid !important;
  transition: all 200ms linear;
}

.download-stock2:hover,
.download-stock2.open{
  background-color: #43a3d2 !important;
  color: #fff !important;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
  -moz-box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
  box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
}
.download-stock2 >i:before {
  color: #fff !important;
  background-color: #43a3d2 !important;
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-radius: 100%;
  margin-left: -10px;
}
.download-container #download-menu {
  transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateY(-100%);
}
.download-container #download-menu.show {
  transition: 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateY(0);
  left: 0;
  right: 0;
  margin: 0 10px;
  height: auto;
  border-top: 0 !important;
  border: 1px solid #43a3d2;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
  -moz-box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
  box-shadow: 4px 3px 5px -1px rgba(60,61,89,0.68);
  padding: 5px 10px;
}
#download-menu li a.dropdown-item:hover{
  color: #43a3d2;
}








