.mt50 {
    margin-top: 50px;
}

.section-banner {
    background: url(../png/banner-bg-4.png) no-repeat;
    background-size: cover !important;
    background-position: center !important;
    padding: 50px 0 70px 0;
    position: relative;
}
.section-banner span.highlight {
    color: #FFCE00;
    display: block;
}
.banner-center {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.banner-center h1 {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 48px;
    position: relative;
    color: #fff;
    text-align: center;
}

.heading h4:after,
.heading h5:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 125px;
    background: #131313;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px;
}

.saap p a {
    font-weight: 600;
    color: #0d60e8;
}

.banner-center p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 28px;
    color: #fff;
    text-align: center;
    width: 70%;
}
.banner-list-wrap {
    margin-top: 28px;
}
ul.banner-list li svg {
    margin-right: 5px;
    transform: translateY(2px);
}
ul.banner-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: left;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}

ul.banner-list li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    list-style-type: none;
    color: #ffffff;
    min-width: 276px;
}

.button {
    margin: 0 auto;
}

.button.talk-to-us {
    min-width: 199px;
    font-weight: 600;
    display: inline-block;
    overflow: inherit;
    margin-right: 15px !important;
    background: #fb7d17;
    color: #fff;
    border: 1px solid #f27d19;
}

.button.secondary {
    border: solid 1px #fff;
    background: 0 0;
    color: #fff;
    min-width: 199px;
    box-shadow: 8px 9px 27px 0 rgb(5 122 171 / 25%);
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.button.secondary:hover {
    background: #fb7d17;
    color: #fff;
    border: solid 1px transparent;
}

.section-container {
    padding: 50px 15px 0;
}

.chat-apps {
    padding: 40px 0;
}

.chat-apps ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.chat-apps ul li {
    width: 30%;
    margin: 25px 15px 7px;
    background: #fff;
    box-shadow: 0 3px 36px #435ee01a;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.chat-apps ul li svg {
    height: 45px;
    width: 45px;
    fill: url(#ultimate-icons1);
}

.chat-apps ul li h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-top: 15px;
}

.chat-apps ul li h4:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #0400c4;
    left: 0;
    bottom: -8px;
}

.chat-apps ul li p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 24px;
}

.chat-apps ul li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #0400c4;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
    border-radius: 10px;
}

.chat-apps ul li:hover:after {
    width: 100%;
}

.chart {
    padding-top: 60px;
    text-align: center;
}

.chart img {
    margin: 0 auto;
    width: 55%;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.saap {
    width: 45%;
}

.saap h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
}

.saap h2 span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.saap p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 85%;
    padding-bottom: 20px;
}

.saap-img {
    flex: 1;
    position: relative;
}

.saap-img img {
    width: 100%;
}

.saap-img span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    position: absolute;
}

.top-left {
    top: 33%;
    left: 0;
}

.top-right {
    top: 33%;
    right: 0;
}

.bottom {
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
}

.left {
    bottom: 15%;
    left: 10%;
}

.right {
    bottom: 15%;
    right: 11%;
}

.responsive {
    display: none;
}

.chat {
    padding: 50px 20px;
}

.comparison-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0px;
    border-radius: 24px;
    margin-top: 55px;
    overflow: auto;
    box-shadow: 0px 0px 30px #0000FF1A;
    border-radius: 24px;
    opacity: 1;
}

.comparison-table table tr td span,
.comparison-table table tr td svg {
    vertical-align: middle;
}

.comparison-table table tr td span {
    margin-left: 15px;
    color: #014fce;
    font-size: 18px;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #f3f7fe;
}

.comparison-table thead {
    border-bottom: 1px solid rgba(93, 119, 144, 0.2);
}

.comparison-table th {
    padding: 32px 28px;
    color: #000d45;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    min-width: 162px;
    position: relative;
}

.comparison-table th:first-child {
    border-right: 1px solid rgba(93, 119, 144, 0.1);
    text-align: left;
}

.comparison-table th:nth-child(2) {
    background-color: #fff;
    border-right: 1px solid #00205F;
    border-width: inherit;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.comparison-table table tr td img,
.comparison-table table tr td span {
    vertical-align: middle;
}

.comparison-table tbody tr td:nth-child(2) {
    width: 25%;
}

.comparison-table table tr td img.feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

table.feature-table {
    display: none;
}

table.feature-table.active {
    display: block;
}

.feature-table tbody {
    width: 100%;
    display: table;
}

a.button.readmore-btn.deactive-btn {
    color: #a7a6a6;
    cursor: default;
}

ul.pubnub-list li {
    padding: 9px 0;
}

ul.pubnub-list li svg {
    margin-right: 7px;
}

.comparison-table tbody tr td:nth-child(3) {
    width: 25%;
}

.comparison-table tbody tr td:nth-child(2),
.comparison-table th:nth-child(2) {
    text-align: center;
    background-color: #ffffff;
}

.comparison-table tbody tr td:first-child,
.comparison-table th:first-child {
    text-align: left;
}

.comparison-table tbody tr.heading-title td {
    padding: 11px 20px;
    font-weight: 800;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    border: none;
    color: #0d5fe7;
    vertical-align: middle;
}

.comparison-table table tr td span.highlight-section {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-left: 0px;
    color: #030303;
}

.comparison-table table tr td span.highlight-section-one {
    font-size: 12px;
    display: block;
    margin-top: 3px;
    margin-left: 0px;
    color: #7e7e7e;
}

.comparison-table th img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

.comparison-table th {
    padding: 24px 28px;
    color: #000d45;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    min-width: 162px;
    position: relative;
}

.comparison-table tbody tr td:last-child,
.comparison-table th:last-child {
    text-align: center;
}

.comparison-table tbody tr td:first-child,
.comparison-table th:first-child {
    text-align: left;
}

svg.readmore-arrow {
    transform: translateY(-1px);
    margin-left: 5px;
    display: none;
}

a.button.readmore-btn {
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;

    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background: 0 0;
    border: none;
    color: #0d5fe7;
    letter-spacing: 0;
    text-decoration: underline;
    box-shadow: none !important;
}

a.button.readmore-btn:hover {
    box-shadow: none !important;
}
.comparison-table tr.heading-title {
    border-top: 1px solid rgba(93, 119, 144, .1);
    border-right: 1px solid rgba(93, 119, 144, .1);
}
.comparison-table tbody tr td {
    padding: 12px 20px;
    color: #030303;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    border-right: 1px solid rgba(93, 119, 144, .1);
    vertical-align: middle;
}

.comparison-table tbody tr {
    border-bottom: 1px solid rgba(93, 119, 144, 0.1);
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table th img {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.features-list.content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.features-list .list {
    width: 32%;
    text-align: left;
    padding: 20px 20px;
    position: relative;
}

.features-list .list h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    margin-top: 15px;
}

.features-list .list p {

    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
    min-height: 70px;
}

.branding-img {
    width: 39%;
    text-align: left;
    margin-left: 8%;
}

.branding-img .features-img-one,
.branding-img .features-img-two {
    width: 339px;
    height: 381px;
}

.branding-flex {
    padding-top: 60px;
    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: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.branding-tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-left: 0;
}

.branding-tab.pright80 {
    padding-right: 50px;
}

.branding-tab.pleft40 {
    padding-left: 40px;
}

.branding-tab .accordion.active-acc h6,
.branding-tab .accordion:hover h6 {
    color: #1967d2;
}

.branding-tab .accordion {
    margin-bottom: 0;
    padding: 25px 20px 25px 50px;
}

.branding-tab .accordion.videocontent {
    padding: 0 20px 20px 20px;
    display: flex;
    position: relative;
    border-bottom: solid 1px #ccc;
    margin-top: 20px;
}

.branding-tab .accordion.videocontent:last-child {
    border: none;
}

.branding-tab .accordion h6 {
    color: #000;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.branding-tab .accordion .comm-desc {
    color: #313131;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
}

.branding-tab .accordion h6:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    background: #000;
}

.branding-tab .accordion.active-acc h6:before {
    background: -webkit-linear-gradient(left, #0799d6 0, #60d2a3 70%);
    background: -webkit-gradient(linear, left top, right top, from(#0799d6), color-stop(70%, #60d2a3));
    background: -o-linear-gradient(left, #0799d6 0, #60d2a3 70%);
    background: -webkit-gradient(linear, left top, right top, from(#0799d6), color-stop(70%, #60d2a3));
    background: linear-gradient(to right, #0799d6 0, #60d2a3 70%);
}

.branding-tab .accordion.active-acc.videocontent h6::before,
.branding-tab .accordion.videocontent h6::before {
    display: none;
}

.accordioncontent {
    padding-left: 15px;
}

.subscription-img.noimgage {
    width: 60%;
}

.subscription-img.noimgage img {
    margin: 0 auto;
    display: block;
}

.branding-tab {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

svg.arrows {
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(180deg);
    transition: all ease 0.3s;
    cursor: pointer;
}

.active-acc svg.arrows {
    transform: rotate(0);
}

.twilio-announcement {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 32px 48px 32px 60px;
    background: #f9f9ff;
    box-shadow: 0 7px 15px #504aff26;
}

.announcement-title {
    max-width: 245px;
    min-width: 245px;
}

.announcement-title h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #014fce;
}

.announcement-title h3 img {
    margin-right: 10px;
    width: 23px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.announcement-info {
    flex: 1;
}

.announcement-info p {

    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0 !important;
}

.announcement-info p a {
    font-weight: 700;
    color: #014fce;
}

.chat-sdk p {

    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    margin: 60px 42px 35px 0;
}

.chat-sdk img {
    max-width: 100%;
    height: auto;
}

.chat-sdk.chat-features p {
    position: absolute;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #3e207e;
    text-align: right;
}

.chat-sdk.chat-features p.messaging-eng {
    top: 221px;
    left: -45px;
}

.chat-sdk.chat-features p.high-profile {
    top: 135px;
    left: 69px;
}

.chat-sdk.chat-features p.on-demand {
    top: 91px;
    left: 281px;
    text-align: center;
}

.chat-sdk.chat-features p.features-demand {
    top: 138px;
    left: 494px;
    text-align: left;
}

.chat-sdk.chat-features p.data-protection {
    top: 140px;
    left: 452px;
    text-align: left;
}

.chat-sdk.chat-features p.devops {
    top: 221px;
    right: -6px;
    text-align: left;
}

.chat-sdk.chat-features p.intergration {
    top: 289px;
    right: -13px;
    text-align: left;
}

.chat-sdk.chat-features p.intergration-features {
    top: 369px;
    right: -38px;
    text-align: left;
}

.chat-sdk .chat-content {
    width: 420px;
}

.chat-sdk.chat-features ul li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #131313;
    display: block;
}

.chat-sdk ul li.one {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chat-sdk ul li.two {
    position: absolute;
    top: -25%;
    left: 5%;
    transform: translateX(-5%);
}

.chat-sdk ul li.three {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
}

.chat-sdk ul li.four {
    position: absolute;
    top: -25%;
    right: 5%;
    transform: translateX(-5%);
}

.chat-sdk ul li.five {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.chat-sdk ul li.six {
    position: absolute;
    bottom: -25%;
    right: 5%;
    transform: translateX(-5%);
}

.chat-sdk ul li.seven {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
}

.chat-sdk ul li.eight {
    position: absolute;
    bottom: -25%;
    left: 10%;
    transform: translateX(-10%);
}

.mobile-image {
    display: none;
}

.higlights-wrap {
    height: 375px;
    position: relative;
}

.mobile-image {
    display: none;
}

.higlights-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-cta p span {
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    margin: 15px 0;
}

.heading h4,
.heading h5 {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #131313;
}
.banner-center h1 span.banner-sub-title {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    opacity: 80%;
    margin-bottom: 3px;
    display: block;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: #fff;
}
.features-list .list img {
    height: 50px;
    width: auto;
}

.chat-apps ul li img {
    height: 40px;
    width: auto;
}

td.compare-table-icon img {
    height: 20px;
    width: auto;
}

img.next_arrow {
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(0);
    transition: all ease 0.3s;
    cursor: pointer;
    height: 10px;
}

.active-acc img.next_arrow {
    transform: rotate(180deg);
}

@media (min-width: 1500px) {
    .section-banner {
        padding: 80px 0 !important;
        background-position: center;
    }
}

@media (max-width: 1200px) {
    .section-banner {
        padding: 35px 0 50px 0;
        margin-top: 70px;
    }

    .branding-tab .accordion .comm-desc {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .mobile-image {
        display: block;
    }

    .chat-features {
        display: block !important;
    }

    .higlights-wrap {
        display: none;
    }
}

@media (max-width: 1024px) {
    .chat {
        padding: 50px 20px 10px;
    }

    .saap-img img {
        padding: 0;
    }

    .features-list .list p {
        min-height: auto;
    }

    .section-banner {
        padding: 50px 0 50px 0;
    }

    .banner-center {
        width: 50%;
    }

    .chat-apps ul li {
        width: 45%;
    }

    .saap h2 {
        width: 100%;
    }

    .saap p {
        width: 100%;
    }

    .saap h2 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 21px;
        line-height: 30px;
    }

    .saap h2 span {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
    }

    .section-banner {
        background-attachment: fixed;
        background-image: linear-gradient(to right, #003775, #002a67, #001e59, #00124b, #00003d);
    }

    .banner-center {
        width: 90%;
    }

    .responsive {
        display: block;
    }

    .device {
        display: none;
    }

    .features-cont {
        display: none;
    }
    .banner-center p { 
        width: 100%;
    }
}

@media (max-width: 991px) {
    .features-list .list {
        padding: 10px 20px 20px;
    }

    .saap h2 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
    }

    .saap h2 span {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }

    .features-list .list {
        width: 100%;
        min-height: inherit;
    }

    .features-list .list:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .features-list .list:after {
        width: 2px;
        height: 100%;
        left: 18px;
    }

    .features-list .list:nth-child(1) .dot {
        left: 14px;
    }

    .features-list .list:nth-child(4) .dot {
        bottom: 14px;
        left: 14px;
        top: unset;
    }
}

@media only screen and (max-width: 850px) {
    .noimgage img {
        display: none !important;
    }

    .marketbg {
        width: 100%;
    }

    .branding-tab.pleft40 {
        padding-left: 0;
    }

    .branding-tab {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .upload-content .branding-tab {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .newbrandigtab .branding-tab {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .comparison-table tbody tr td {
        font-size: 13px;
        line-height: 18px;
    }
    .comparison-table {
        margin-top: 10px;
    }
    a.explore-more.casestudy-btn {
        margin-top: 20px !important;
    }
}

@media (max-width: 640px) {
    .banner-center p {
        margin: 18px auto 25px;
    }

    .section-banner {
        padding: 30px 0 35px 0;
        margin-top: 60px;
    }

    .section-banner {
        background: #4039b4 !important;
    }

    .banner-center p {
        width: 100%;
    }

    .button.talk-to-us {
        margin-right: 0 !important;
    }

    .bottom-cta p span {
        font-size: 22px;
        line-height: 33px;
    }

    .twilio-announcement {
        padding: 25px;
    }

    .announcement-title {
        width: 100%;
    }

    .announcement-info {
        width: 100%;
        flex: inherit;
    }

    .banner-center {
        width: 100%;
    }

    .banner-center h1 {

        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 25px;
        line-height: 32px;
        position: relative;
        color: #fff;
    }
    .banner-list-wrap {
        margin-top: 14px;
    }

    .banner-center h1 span {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
    }

    .banner-center ul li {
        width: 46%;
    }

    .banner-center ul {
        padding-left: 20px;
        width: 245px;
    }

    .chat-apps ul li {
        width: 100%;
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 0;
    }

    .chart img {
        width: 100%;
    }

    .saap {
        width: 100%;
    }

    .saap-img {
        width: 100%;
        flex: inherit;
    }

    .saap h2 {

        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 21px;
        line-height: 30px;
    }

    .saap h2 span {

        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
    }

    .mt50 {
        margin-top: 0;
    }

    .features-list .list h5 {

        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
    }

    .section-container {
        padding: 20px 15px 0;
    }
}

@media (max-width: 500px) {
    .banner-center ul li {
        width: 100%;
    }

    .banner-center ul {
        padding-left: 0px;
    }
}

@media (max-width: 400px) {
    .banner-center ul {
        width: 245px;
    }
}