@font-face {
    font-family: 'mulplat-solid';
    src: url('../fonts/mulplat-solid.eot?72626542');
    src: url('../fonts/mulplat-solid.eot?72626542#iefix') format('embedded-opentype'), 
        url('../fonts/mulplat-solid.woff2?72626542') format('woff2'), 
        url('../fonts/mulplat-solid.woff?72626542') format('woff'), 
        url('../fonts/mulplat-solid.ttf?72626542') format('truetype');
    font-weight: normal;
    font-style: normal
}
.download-container2 {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 0 1rem;
    margin-bottom: 1rem;
    background-color: #f5f6f7;
    border-left: 3px solid #ff6a00;
    border-radius: 4px;
    padding: 20px;
    font-size: 100%;
    margin: 20px 0;
}
.download-container2 .title{
    color:#ff7200;
    font-size: 18px;
}
@media only screen and (max-width:480px){
    .download-container2 {
        display: block;
        padding-bottom: 0;
    }
}
.download-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    border: 3px dotted #ff7200;;
    margin: 20px 0;
    font-size: 17px;
    text-align: justify;
}
.download-container .title {
    font-weight: 500;
    font-size: 120%;
    text-align: center;
    margin-bottom: 20px;
}
.btn-download {
    display: inline-block;
    margin: auto;
}
.btn-download .download-body {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.btn-download .download-info .bold {
    font-weight: bold;
    margin: 0px 3px;
}
.btn-download .download-body {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .25s;
    transition: all .25s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    color: #fff;
    border-radius: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff7200), color-stop(#f75119), to(#ff7200));
    background: linear-gradient(to top, #ff7200, #f75119, #ff7200);
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0);
    box-shadow: 0px 5px 5px rgba(0,0,0,0);
}
.btn-download .download-info::after {
    display: block;
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 50%;
    height: 300%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    -webkit-transition: left 1s;
    transition: left 1s;
}
.btn-download .download-info {
    padding: 10px 30px;
    border-radius: 50px;
    border: 4px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: inset 0px 0px 3px 5px rgba(0,0,0,.1);
    box-shadow: inset 0px 0px 3px 5px rgba(0,0,0,.1);
    z-index: 2;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    position: relative;
    overflow: hidden;
}
.btn-download i::after {
  font-style: normal;
  font-weight: normal;
  font-family: "mulplat-solid";
  content: "";
  -webkit-animation: fadeDown 1s .25s infinite ease-in-out;
  animation: fadeDown 1s .25s infinite ease-in-out;
  position: absolute;
  top: -15px;
  opacity: 0;
}
.btn-download i::before {
  -webkit-animation: fadeDown 1s infinite ease-in-out;
  animation: fadeDown 1s infinite ease-in-out;
}
.fa-angle-double-down::before {
  content: '\e80b';
}
.fa-angle-double-down::before {
  content: '\e80b';
}

.fa-search::before {
  content: '\e804';
}
.artseed-detail-content [class^="fa-"]::before, .artseed-detail-content [class*=" fa-"]::before {
  font-family: "mulplat-solid";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-download i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #196db2;
  box-shadow: 0px 0px 0px 3px #196db2;
  margin-left: 10px;
  -webkit-box-shadow: inset 0px 0px 3px 5px rgba(0,0,0,.05);
  box-shadow: inset 0px 0px 3px 5px rgba(0,0,0,.05);
  position: relative;
  font-size: 30px;
  z-index: 2;
  overflow: hidden;
}

@-webkit-keyframes fadeDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
    }
}