.free-try-btn {
    background: #FB820E;
    background: -moz-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#FB820E),color-stop(100%,#F15731));
    background: -webkit-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -o-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: -ms-linear-gradient(right,#FB820E 0,#F15731 100%);
    background: linear-gradient(to right,#FB820E 0,#F15731 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB820E', endColorstr='#F15731', GradientType=0);
}

.free-try-btn:hover {
    background: #ec7504;
    background: -moz-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -webkit-gradient(linear,left right,left left,color-stop(0%,#ec7504),color-stop(100%,#ef4419));
    background: -webkit-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -o-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: -ms-linear-gradient(right,#ec7504 0,#ef4419 100%);
    background: linear-gradient(to right,#ec7504 0,#ef4419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec7504', endColorstr='#ef4419', GradientType=0);
    color: #ffffff;
}

.free-try-btn {
    box-sizing: border-box;
    /*padding: 10px 17px;*/
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    /*font-size: 16px;*/
    font-size: 18px;
    border-radius: 4px;
    /*font-weight: 300;*/
    font-weight: 400;
    color: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(251, 147, 50, 0.3);
}

.icon-arrow-white {
    background: url(/img/landing/new/ico_arrow_white.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.detail-btn {
    box-sizing: border-box;
    padding: 9px 17px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 300;
    border: 1px solid #fb830d;
    box-shadow: 0px 0px 5px rgba(251, 147, 50, 0.3);
}

.detail-btn:hover {
    box-shadow: 0px 0px 5px rgba(251, 147, 50, 0.5);
}


@media screen and (max-width:1199px) {
    .free-try-btn {
        padding: 9px 12px;
        font-size: 16px;
    }

    .detail-btn {
        padding: 8px 12px;
        font-size: 16px;
    }
}