.bnr_button {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #14abe0;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    padding: 20px 22px;
    font-weight: 600;
    min-width: 190px;
}
.bnr_button:hover, .bnr_button:focus {
    color: #fff;
    border: none;
    outline: none;
    background: #faaa2f;
}
.av_step h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    color: #000;
}
.diff_device_row {
    padding-top: 35px;
}
.diff_device {
    background: #14abe0;
    border-radius: 0 0 100px 100px;
}
.diff_title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.diff_device_col {
    text-align: center;
}
.diff_device_col img {
    width: auto !important;
    margin: 0 auto;
}
.diff_device_col picture {
    height: 90px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.diff_device_col p {
    color: #fff;
}
.footer_section {
    background: #051428;
}
.double_section ul {
    list-style: none;
    padding-left: 0px;
}
.text_pro i {
    color: #febd14;
    font-size: 21px;
    margin-right: 6px;
}
.double_section ul li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.double_section ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: rgb(24,90,183);
    background: linear-gradient(143deg, rgba(24,90,183,1) 0%, rgba(13,227,242,1) 100%);
    border-radius: 30px;
}
@media(max-width:991px){
    .av_step h3 {
        margin-top: 20px;
    }
}
@media(max-width:767px) {
    .diff_title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
