
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
}

.download-btn .text {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  height: 34px;
  padding: 6px 14px 6px 14px;
  line-height: 20px;  
  border-radius: 8px;
}

@media (max-width: 1439.98px) {
  .download-btn .text {font-size: 14px;}
}

@media (max-width: 1199.98px) {
  .download-btn .text {font-size: 12px;}
}

@media (max-width: 991.98px) {
   .download-btn .text {font-size: 14px;}
}

@media (max-width: 767.98px) {
  .download-btn .text {font-size: 12px;}
}  

.download-btn .icon-box {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-btn .icon-box i,
.download-btn .icon-box svg,
.download-btn .icon-box i.bi-download
 {
  font-size: 16px;
  line-height: 1;
  transform: scale(1.1);
  filter: drop-shadow(0 0 1px currentColor);
}

.download-btn:hover {
  transform: translateY(-3px);
  transition: all 0.25s ease;
}

.download-btn:hover .text {
  background-color: #009ade;
}


.download-btn,
.download-btn .icon-box {
  transition: all 0.25s ease;
}


.download-btn2 {
  
  padding: 15px 15px 15px 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}

.download-btn2 .text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 8px;
  line-height: 1.2em;
}

.download-btn2:hover {
  transform: translateY(-3px);
  transition: all 0.25s ease;
  background-color: #009ade;

}



@media (max-width: 1439.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}