﻿

.blue-buttons-new {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 5px;
    background-color: #009ED3;
    font-weight: 300;
}

.tab-button-bussiness li a {
    padding-bottom: 5px ;
    padding-top: 5px ;
    font-size: 15px;
    padding-left: 29px ;
    padding-right: 29px ;
    border-radius: 5px ;
    background-color: #fff ;
    font-weight: 500 ;
    color: #009ED3 ;
    border-color: none !important ;
}

.tabset .nav-pills > li.active > a, .tabset .nav-pills > li.active > a:hover, .tabset .nav-pills > li.active > a:focus {
    background-color: #009ED3 ;
    color: #fff;
}

.features-section-new {
    background: #F8F9FA !important;
    color: #959BA3 !important;
}
.gray-text {
    color: #959BA3;
    font: 500 15px/21px 'Montserrat', sans-serif;
}

    .features-section-new h2 {
        color: #35393D;
    }

.why-info-body {
    font: 500 15px/21px 'Montserrat', sans-serif;
    letter-spacing: -0.15px;
}
.why-head-new {
    margin: 0 auto;
    max-width: 914px;
}
    .why-head-new h2 {
        margin-top: 60px;
        margin-bottom: 40px;
        max-width: 914px;
        font: 600 30px/40px Montserrat;
        letter-spacing: -0.6px;
    }

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}






    .why-info-body h3 {
        font-size: 28px;
    }
.why-info-body {
    padding-left: 40px;
    max-width: 410px;
}

    .why-info-body ul {
        list-style: square outside url("../png/component13.png");
        padding:0 0 25px 0;
    }

        .why-info-body ul li:before {
            display: none;
        }

.why-info-row {
    margin-bottom: 44px;
}

.benefits-section-new {
    background: #F8F9FA ;
}

    .benefits-section-new .container h2 {
        margin-top: 52px;
    }

.red-cta {
    background-image: url(../png/bg_red%402x.png);
    background-position: center center;
}

.plans-area h2 {
    color: #fff !important;
}

.btn-primary-white {
    background-color: #fff;
    color: #D21046;
    border-color: #fff !important;
}

    .btn-primary-white:hover {
        box-shadow: 3px 5.196px 18px 0px rgba(0, 0, 0, 0.25);
    }

.price-white {
    color: #fff !important;
    font-family: "Montserrat";
    font-size: 50px;
}
    .price-white .plans-section p {
        color: #fff !important;
    }
    .price-white .old-price {
        color: #fff !important;
    }
        .price-white .old-price sub {
            color: #fff !important;
            font-size: 16px!important;
        }
        .price-white .old-price span::after {
            content: '';
            position: absolute;
            top: 25%;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #000!important;
            transform: rotate(8deg);
            transform-origin: top left;
        }

        .color-white {
            color: #fff !important;
        }

.tabset .nav-pills.white-nav-pills > li.active > a {
    background-color: #fff !important;
    color: #D21046 !important;
    border: 1px solid #fff;
    border-radius: 4px;
}

.tabset .nav-pills.white-nav-pills > li > a {
    border-radius: 0;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.00);
    color: #FFF;
}
.tabset .nav-pills.white-nav-pills > li:first-child > a {
    border-radius: 4px 0px 0px 4px;
}

.tabset .nav-pills.white-nav-pills > li:last-child > a {
    border-radius: 4px 0px 0px 4px;
}




.p-relative {
    position: relative !important;
}

.save-60-bottom-position {
    position: absolute;    
    height: 90px;
    top: 18px;
    left: 20px;
}

.relative-holder {
    width: 487px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.save-60-top-position {
    position: absolute;
    height: 90px;
    top: 25px;
    left: 0px;
}
.plans-section {
    height: 600px;
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
}


/*.tab-pane .price.price-white {
    position: absolute;
    top: 0px;
    right: 100px;
}*/

.plans-section h2 span{
    display:block;
}

/*----benefits area----*/
.Dealer .benefits-section.benefits-section-new {
    background-color: #FFFFFF;
}

@media(max-width:576px) {
    .why-info-body {
        margin: 30px 10px 0px 10px;
        padding-left: 0;
    }

    .why-info-row img {
        max-width: 80%;
    }
}

@media(min-width:768px) {
    .why-info-body {
        margin: 40px 20px 0px 20px;
    }

    .why-info-row img {
        max-width: 80%;
    }
}

@media(min-width:992px) {
    .why-info-body {
        margin: 10px 100px 0px 30px
    }
}

@media(min-width:1200px) {
}
@media (min-width:991px) {
    .solution2 .why-info-row img {
        float:right;
    }
}


.Primary.Supplier .save-60-bottom-position {
    left: -30px !important;
}