.downloadappbox {
    border: 0px solid #dadada;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0px 0px 10px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 70px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    display:flex;
    justify-content:center;
}
.downloadappbox > div {
  margin:10px;
  vertical-align: middle;
}
.first {
  width:auto;
  margin: 10px
}
.second {
  width:70%;
}
.third {
  width: auto;
  margin: 10px
}
.applogo {
    border-radius: 50px;
}
.appboxtitle {
    font-size: 18px !important;
    font-weight: bold !important;
}
.appboxtitle > a {
    color: #222;
}
.appboxtitle > a:hover {
    color: #378df4;
}
.appboxdesc > p {
    font-size: 15px !important;
    line-height: 25px!important;
    margin-bottom: auto!important;
}
.appdownloadbuttontext {
    background-image: linear-gradient(rgb(237, 106, 90) 0%, rgb(237, 106, 90) 100%);
    top: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    transition: top .1s ease;
    -webkit-transition: top .1s ease;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.appdownloadbuttontext:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
}   
.clearfix{
    clear:both
}
.appdownloadbuttonresponsive {
    display: none;
}

@media screen and (min-width: 1019px) {
.appdownloadbuttonresponsive,
.appdownloadbuttontextresponsive {
    display: none!important;
}
}

@media screen and (max-width: 889px) {
.appdownloadbutton,
.appdownloadbuttontext {
    display: none!important;
}

.appdownloadbuttonresponsive {
    position: relative;
    width: auto;
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    margin-left: 0;
}
.appdownloadbuttontextresponsive {
    background-image: linear-gradient(rgb(237, 106, 90) 0%, rgb(237, 106, 90) 100%);
    top: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.25);
    transition: top .1s ease;
    -webkit-transition: top .1s ease;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}
.appdownloadbuttontextresponsive:hover {
    top: -3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
}    
.downloadappbox > div {
    margin: 10px;
    vertical-align: middle;
    display: inline-block;
}
.downloadappbox {
    display: inline-block;
}

}