@media only screen and (min-width: 682px) and (max-width: 767px) {
  i.fa.fa-plus.imgAdd {
   
    top: -23px !important; 
    left: -63px !important;
  } 
}
@media only screen and (min-width:768px) and (max-width:100%) {

   i.fa.fa-plus.imgAdd { top: -37px;
    left: 12px;
}
}
svg#res {
    width: 100%;
}

.img_container {
    margin-top: 10px;
    margin-bottom: 4px;
}
.btn-primary {
    background: #05b895 !important;
    }