﻿@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/content/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/content/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/content/fonts/OpenSans-SemiboldItalic.woff2') format('woff2'), url('/content/fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/content/fonts/OpenSans.woff2') format('woff2'), url('/content/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('/content/fonts/ProximaNova-Light.woff2') format('woff2'), url('/content/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Book';
    src: url('/content/fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman Bold';
    src: url('/content/fonts/Times New Roman Bold.ttf') format('typeface');
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman.ttf') format('typeface');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman Italic';
    src: url('../fonts/Times New Roman Italic.ttf') format('typeface');
}



.visibility-off .burger-menu {
    display: none;
}
/*========= NEWSLETTER==========*/
.NewsLetter-Background .Search-Input iframe {
    width: 100%;
    height: 370px;
}
/*========= NEWSLETTER ==========*/
/*====================== START INDEX PAGE ======================*/
body {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000;
}

.purchasing-body {
    width: 1920px;
    margin: 0 auto;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    float: none;
    display: table;
}

.float-right {
    float: right;
}

.menu_list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

    .menu_list li {
        padding: 10px 20px;
    }

        .menu_list li a {
            color: #000;
            font-size: 14px;
            font-family: 'Open Sans';
        }

            .menu_list li a:hover {
                text-decoration: none;
            }

            .menu_list li a:focus {
                text-decoration: none;
            }

.purchasing_header {
    padding: 12px 0px;
    width: 100%;
    float: left;
}

    .purchasing_header .btn_signup, .btn_signup {
        background: #eb1510;
        border: 1px solid #eb1510;
        color: #fff;
        padding: 8px 20px;
        border-radius: 2px;
    }

        .btn_signup:hover {
            text-decoration: none;
            color: #ffffff;
        }

.head_container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16862745098039217);
    background: #fff;
    z-index: 9;
    top: 0;
    width: 1920px;
    position: relative;
}

.category-section .sidebar_heading, .popular-section .sidebar_heading, .tags-section .sidebar_heading, .newsletter-section .sidebar_heading {
    color: #797979;
    font-size: 14px;
    line-height: 18.66px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    position: relative;
    margin: 0;
}

.sidebar_heading:after {
    content: "";
    height: 2px;
    background: #cccccc;
    width: 60%;
    margin-left: 20px;
    display: flex;
    right: 0;
    position: absolute;
    top: 0;
}

.popular-section .sidebar_heading:after {
    width: 50%;
}

.blog-small-line {
    height: 2px;
    width: 20%;
    background: #ccc;
    position: absolute;
    top: 6px;
    left: 40%;
}

.popular-section .blog-small-line {
    left: 50%;
}

.sidebar_sucText {
    color: #000;
    font-size: 14px;
    line-height: 18.66px;
    margin: 0;
    font-family: 'Open Sans';
}

.blog_box .blog_button {
    float: left;
    margin-top: 30px;
}

.newsletter-section .submit-button {
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 20px;
}

.cat_count {
    float: right;
}

.cat_section {
    background: #fff;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09019607843137255);
    margin-top: 10px;
}

.popular-section, .tags-section, .social-section, .newsletter-section {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.cat_box, .tags_box {
    margin-top: 30px;
}

.pop_box {
    margin-top: 40px;
}

.subsection-purchasing {
    padding: 100px 0;
}

.pop_section {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09019607843137255);
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 87px;
}

.pop_left {
    width: 40%;
    float: left;
    position: relative;
}

.pop_right {
    width: 60%;
    float: right;
}

.pop_left img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 60px;
    position: absolute;
    top: -20px;
}

.date_pop {
    font-size: 20px;
    line-height: 26.66px;
    font-family: 'Proxima Nova Lt';
    color: #000;
    position: absolute;
    top: 46px;
    font-weight: 600;
}

.date_lite {
    color: #797979;
    font-size: 14px;
    vertical-align: baseline;
    font-family: 'Open Sans';
    font-weight: normal;
    margin-left: 3px;
}

.pop_right h5 {
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Proxima Nova Rg';
    font-size: 14px;
    line-height: 18.66px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pop_right .head_a {
    color: #000000;
    text-decoration: none;
    margin-left: 0;
    margin-top: 0;
}

.tags_section span {
    background: #fff;
    padding: 10px;
    color: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09019607843137255);
    margin-right: 7px;
    float: left;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18.66px;
}

.pop_right a {
    color: #797979;
    margin-left: 15px;
    text-decoration: underline;
}

.tags_section {
    width: 100%;
    float: left;
}

.social-section {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09019607843137255);
    font-family: 'Open Sans';
    font-style: italic;
    color: #797979;
}

    .social-section h4 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18.66px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

.newsletter-section {
    background: #333;
    padding: 30px;
}

.subscribe_text {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 18.66px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 600;
}

.invalid_msg {
    color: #ff504b;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-weight: normal;
    display: none;
}

.required_msg {
    color: #ff504b;
    font-size: 13px;
    line-height: 12px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    position: absolute;
    left: 45px;
    font-weight: normal;
    display: none;
}

.controltext {
    color: #eb1510;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}

.NewsLetter-Sec2 .Search-Input .controltext {
    color: #ff504b;
    font-size: 14px;
    line-height: 18.66px;
    line-height: 12px;
    width: 100%;
    position: absolute;
    left: 24px;
    top: 140px;
    font-weight: normal;
}

.newsletter-section p {
    color: #fff;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 14px;
    line-height: 18.66px;
    margin-bottom: 10px;
}

.newsletter_section input {
    height: 40px;
    width: 90%;
    border: 0;
    margin: 10px 0;
    padding: 0 15px;
    background: #fff;
    font-size: 13px;
}

.newsletter-section .newsletter_section input:hover, .newsletter-section .newsletter_section input:focus {
    border-bottom: 0;
    box-shadow: none;
}

#success_message .alert-msg {
    width: 100%;
    float: left;
    text-align: left;
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 15px;
}

.demoFormBox-Content .contact_form_msg {
    margin-bottom: 10px;
    padding: 15px !important;
}

.submit-button {
    cursor: pointer;
}

    .submit-button:focus {
        outline: none;
        background-color: #eb1510;
    }

.btn-setting {
    margin: 0;
    float: left;
    margin-top: 10px;
}

.header-image img {
    width: 100%;
    height: 600px;
}

.purchasing_header .btn_login, .btn_login {
    border: 1px solid #eb1510;
    background: #fff;
    color: #000000;
    padding: 8px 20px;
    border-radius: 2px;
}

.purchasing_header .logo img {
    float: left;
    width: 43px;
    max-width: 100%;
    margin-right: 7px;
    vertical-align: text-top;
    margin-top: -1px;
}

.slider {
    max-width: 100%;
    width: 100%;
    height: 600px;
}

.slider__images {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    list-style-type: none;
    transition: opacity .4s ease-in, visibility .4s ease-in;
}

    .slider__images.loaded {
        opacity: 1;
        visibility: visible;
    }

.slider__images-item {
    position: absolute;
    top: 0px;
    left: 0px;
}

.no-js .slider__images-item:first-of-type {
    position: relative;
}

.no-js .slider__images-item:not(:first-of-type) {
    display: none !important;
}

.slider__images-image {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner-slider .js__slider__images {
    margin-bottom: 0;
}

.slider__controls {
    margin-top: -20px;
    user-select: none;
    text-align: center;
    display: none;
}

.slider__control {
    display: none;
    color: #829995;
    cursor: pointer;
}

.slider__control--prev {
    margin-right: 10px;
}

.slider__control--next {
    margin-left: 10px;
}

.slider__pagers {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .slider__pagers li {
        display: none;
        margin: 0 5px;
        cursor: pointer;
        color: #829995;
        padding: 0 10px;
    }

        .slider__pagers li.active {
            color: #333;
        }
/*===== end ====== */
.slider-parent {
    position: relative;
}

.slider-child {
    position: absolute;
    top: 24%;
    width: 30%;
    left: 8%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 2px;
    /*    z-index: 9;*/
}

    .slider-child .text-features h1 {
        font-family: 'Proxima Nova Lt';
        margin-top: 0;
        font-size: 32px;
        line-height: 42.66px;
        color: #000000;
        margin-bottom: 0;
    }

    .slider-child .text-features h2 {
        font-family: 'Proxima Nova Rg';
        margin-top: 0;
        font-size: 32px;
        line-height: 42.66px;
        color: #000000;
        margin-bottom: 0;
    }

    .slider-child .text-features p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        margin: 20px 0 20px;
        color: #000000;
        float: left;
    }

.slider-parent .signup-button {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
    float: left;
}

.banner-slider .signup-button:hover, .banner-slider .signup-button:focus {
    text-decoration: none;
    color: #ffffff;
}

.slider-child .content {
    margin-left: 50px;
    margin-bottom: 10px;
}

.slider-parent .slider {
    height: 600;
}

.button-features {
    padding: 10px 16px;
    line-height: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
    border: 1px solid #eb1510;
    background: #fff;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
}

    .button-features:hover, .button-features:focus {
        text-decoration: none;
        color: #000;
    }

.VBbutton-features {
    padding: 10px 16px;
    line-height: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.13);
    border: 1px solid #eb1510;
    background: #fff;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
    float: left;
}

    .VBbutton-features:hover, .VBbutton-features:focus {
        text-decoration: none;
        color: #000;
    }

.slider-child .headings {
    margin-top: -86px;
    margin-left: 20px;
}

.slider-child .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}
/*===== END BANNER SLIDER OF INDEX PAGE ========*/
.head_container .headerButton-padding {
    padding-right: 0;
    padding-left: 20px;
}

.section-padding-top {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

.retailer-boxDiv h1 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 30px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 25px;
}

.retailer-boxDiv h3 {
    font-family: 'Proxima Nova Lt';
    margin-top: 0;
    font-size: 30px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 8px;
}

.retailer-boxDiv p {
    font-size: 15px;
    line-height: 13px;
    font-family: 'Open Sans';
    margin-bottom: 0;
    color: #000000;
}

.section-padding-top .retailer-boxDiv {
    border-left: 6px solid #eb1510;
}

.retailer-boxDiv .DivContent {
    margin-left: 20px;
}

.retailers-BoxDiv {
    padding-top: 60px;
    display: flex;
}

    .retailers-BoxDiv .retailer-box {
        width: 33.3%;
        display: inline-block;
    }

.retailer-box .Content-sec {
    text-align: center;
    padding: 49px;
}

.retailer-box h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 20px;
    line-height: 26.66px;
    margin-bottom: 0;
    color: #000000;
}

.retailer-box p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.retailer-box .Content-sec .Head-Line {
    border-bottom: 3px solid #eb1510;
    margin: 22px auto;
    width: 25%;
}

.features-SecButton {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.Industry-box {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

    .Industry-box .Industries-Icon {
        width: 100%;
        margin: 0 auto;
        display: table;
        float: none;
    }

.HeadLine h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

.Industry-box ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    width: 100%;
}

    .Industry-box ul li {
        background: #ffffff;
        margin: 0 10px;
        padding: 20px;
        width: 10%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09019607843137255);
        display: inline-block;
    }

        .Industry-box ul li img {
            width: 50px;
        }

        .Industry-box ul li h4 {
            font-size: 15px;
            line-height: 20px;
            font-family: 'Open Sans';
            margin-top: 12px;
            margin-bottom: 0;
            color: #000000;
        }

.suppliers-brands {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

.supllierBrand .ContentSection h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 22px;
    line-height: 29.33px;
    margin-bottom: 12px;
    color: #000000;
}

.supllierBrand .ContentSection h4 {
    margin-top: 0;
    font-size: 16px;
    line-height: 21.33px;
    margin-bottom: 5px;
    color: #797979;
    font-family: 'Open Sans';
    font-weight: 600;
}

.supllierBrand .ContentSection p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 29px;
    color: #000000;
}

.supllierBrand .ImgSection img {
    width: 255px;
}

.supllierBrand {
    display: flex;
}

    .supllierBrand .suplliersBox {
        width: 50%;
        display: inline-flex;
    }

        .supllierBrand .suplliersBox .ContentSection {
            padding: 10px 25px;
        }

.retailers-BoxDiv .retailer-box img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.VendorBox {
    background-color: #e8f5e9;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    float: left;
    display: table;
    height: auto;
}

    .VendorBox .clientImage img {
        width: 60%;
    }

    .VendorBox .ClientContent {
        display: table-cell;
        vertical-align: middle;
        height: 260px;
        padding-right: 15%;
    }

        .VendorBox .ClientContent .Quotation {
            font-size: 190px;
            color: #80a29559;
            float: right;
            margin-right: 50px;
            margin-bottom: 0;
        }

.Client-Section h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 29.33px;
    color: #000000;
}

.Client-Section h3 {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 18.66px;
    color: #000;
    margin-top: 0;
    margin-bottom: 12px;
}

.Client-Section p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
}

.signupApp {
    padding-top: 80px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    display: table;
    height: auto;
}

    .signupApp .signup-button {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
        background: #eb1510;
        border: 1px solid #eb1510;
        color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 2px;
    }

    .signupApp .GetStarted-Link {
        float: right;
    }

        .signupApp .GetStarted-Link .green-box {
            background-color: #e8f5e9;
            height: 90px;
            width: 80px;
        }

        .signupApp .GetStarted-Link .headings {
            margin-top: -85px;
            margin-left: 20px;
        }

.navbar-brand {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    padding: 0;
    height: 40px;
}

.Purchasing-header .logo img {
    width: 55px;
    max-width: 100%;
    margin-right: 5px;
    vertical-align: text-top;
}

.pur-logoText {
    font-family: 'FuturaPT-Book';
    color: #000000;
    font-weight: normal;
    font-size: 21px;
}

.pur-blackText {
    font-family: 'FuturaPT-Book';
    color: #000000;
    font-weight: normal;
    font-size: 17px;
    border-left: 1px solid #000;
    padding-left: 7px;
    letter-spacing: 0.4px;
}

.signupApp .laptopImage img {
    width: 100%;
}

.signupApp .GetStarted-Link h3 {
    font-family: 'Proxima Nova Lt';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
}

.signupApp .GetStarted-Link h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
}

.signupApp .GetStarted-Link .Signup-Buttons {
    margin-left: 60px;
    margin-top: 40px;
}

.signupApp .GetStarted-Link p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 5px;
    margin-top: 50px;
}

.signupApp .GetStarted-Link img {
    max-width: 100%;
    width: 140px;
    transition: all 0.3s;
    border-radius: 2px;
    margin-top: 10px;
    margin-right: 7px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4117647058823529);
}

.signupApp .downloadLink {
    width: 100%;
    float: left;
}

    .signupApp .downloadLink .laptopImage {
        text-align: center;
    }
/*====================== END INDEX PAGE======================*/
/*====================== START FEATURES PAGE ======================*/
.NewsLetter-Sec2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #b6aeae;
    box-shadow: none;
}

.Search-Input header {
    display: none;
}

.features-child {
    position: absolute;
    top: 24%;
    width: 30%;
    left: 8%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 2px;
}

.features-parent {
    position: relative;
}

    .features-parent img {
        width: 100%;
        background-size: cover;
        height: 600px;
        margin: auto;
        top: 0;
    }

.features-child .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.features-child .headings {
    margin-top: -86px;
    margin-left: 20px;
}

.features-child .features-text h1 {
    font-family: 'Proxima Nova Lt';
    margin-top: 0;
    font-size: 32px;
    line-height: 42.66px;
    color: #000000;
    margin-bottom: 0;
}

.features-child .features-text h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 32px;
    line-height: 42.66px;
    color: #000000;
    margin-bottom: 0;
}

.features-child .features-content {
    margin-left: 50px;
    margin-bottom: 10px;
}

.features-child .features-text p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin: 20px 0 20px;
    color: #000000;
}

.features-parent .features-child .SignUp-button {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 14px;
    float: left;
}

    .features-parent .features-child .SignUp-button:hover, .features-parent .features-child .SignUp-button:focus {
        text-decoration: none;
    }

.features-boxcenter {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.Features-Heading {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 10px;
}

.latestPost .borderLine {
    border-bottom: 4px solid #eb1510;
    margin: 0 0 50px;
    width: 10%;
}

.BlogImg-Content {
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.12);
}

a, a:hover {
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
    }

.BlogImg-Content img {
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    height: 140px;
    object-position: top;
}

.features-boxcenter .paragraph_padding {
    padding: 15px;
}

.features-boxcenter .paddingLeft {
    padding-left: 0;
    padding-right: 14px;
}

.features-boxcenter .paddingRight {
    padding-right: 0;
    padding-left: 14px;
}

.features-boxcenter .paddingLR {
    padding-left: 7px;
    padding-right: 7px;
}

.BlogContent-Text {
    width: 100%;
}

.BlogImg-Content .BlogContent-Text h5 {
    margin-top: 0px;
    font-family: 'Proxima Nova Rg';
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.Blogtime {
    font-size: 13px;
    position: relative;
    color: #9b9b9b;
    top: -3px;
}

.BlogContent-Text p {
    margin: 10px 0;
    padding-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    border-top: 1px solid #eee;
}

.paddingZero {
    padding: 0;
}

.purchasing-features .visibilityOFF {
    display: none;
}

.BottomTop-P {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.content-features .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.BottomTop-P .heads {
    margin-top: -83px;
    margin-left: 25px;
}

    .BottomTop-P .heads h1 {
        font-family: 'Proxima Nova Lt';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

    .BottomTop-P .heads h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 20px;
    }

.BottomTop-P .para-features p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    color: #000000;
    margin-left: 50px;
    margin-bottom: 40px;
}

.BottomTop-P .Orders-BoxDiv {
    display: flex;
    width: 100%;
    padding-top: 0;
}

.Order-Heading {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}

.Ordering-Head .BorderLine {
    border-bottom: 4px solid #eb1510;
    margin: 0 0 50px;
    width: 10%;
}

.Orders-BoxDiv .Orders-box {
    width: 33.3%;
    display: inline-block;
    background-color: #ffffff;
}

    .Orders-BoxDiv .Orders-box img {
        max-width: 100%;
        height: 270px;
        object-fit: cover;
    }

.Orders-box .Content-sec {
    text-align: center;
    padding: 69px;
}

.Orders-box h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 20px;
    line-height: 26.66px;
    margin-bottom: 0;
    color: #000000;
}

.Orders-box .Content-sec .Head-Line {
    border-bottom: 3px solid #eb1510;
    margin: 22px auto;
    width: 25%;
}

.Orders-box p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.p-BottomTop {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

    .p-BottomTop .content-sec h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 24px;
        line-height: 33px;
        margin-top: 0;
    }

.manage-supliers .content-sec {
    display: flex;
    width: 100%;
}

.content-sec .features-content img {
    width: 50px;
    margin-bottom: 15px;
}

.manage-supliers {
    width: 100%;
    display: flex;
}

.BottomTop-p {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.manage-supliers .visi-OFF {
    display: none;
}

.p-BottomTop .ContenTS {
    padding: 20px 0 0 40px;
}

.manage-supliers .head h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}

.ContenTS .head .Border-Line {
    border-bottom: 4px solid #eb1510;
    margin: 0 0 50px;
    width: 14%;
}

.manage-supliers .features-content {
    padding-right: 41px;
    width: 33.3%;
}

    .manage-supliers .features-content h5 {
        font-size: 20px;
        line-height: 26.66px;
        font-family: 'Proxima Nova Rg';
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .manage-supliers .features-content p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        margin-bottom: 0;
        color: #000000;
    }

.management-BoxDiv {
    display: flex;
    width: 100%;
    padding: 0;
    float: left;
}

    .management-BoxDiv .management-box {
        width: 33.3%;
        display: inline-block;
        background-color: #ffffff;
    }

        .management-BoxDiv .management-box img {
            max-width: 100%;
            height: 270px;
            object-fit: cover;
        }

.management-box .Content-sec {
    text-align: center;
    padding: 46px;
}

.management-box h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 20px;
    line-height: 26.66px;
    margin-bottom: 0;
    color: #000000;
}

.management-box .Content-sec .Head-Line {
    border-bottom: 3px solid #eb1510;
    margin: 22px auto;
    width: 25%;
}

.management-box p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 0;
    color: #000000;
}

.Data-Heading {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}

.Data-Head .Border-Line {
    border-bottom: 4px solid #eb1510;
    margin: 0 0 50px;
    width: 10%;
}

.Data-management {
    width: 100%;
    float: left;
    display: flex;
}

.Data-Manage {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

.Data-management .Data-managementBox {
    width: 50%;
    display: inline-flex;
}

.Data-management .ImgSection img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.Data-management .Data-managementBox .ContentSection {
    padding: 30px 20px 0;
}

.Data-management .ContentSection h2 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    font-size: 20px;
    line-height: 26.66px;
    margin-bottom: 10px;
    color: #000000;
}

.Data-management .ContentSection p {
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 20px;
    margin-bottom: 0;
    color: #000000;
}

.purchasing-featuresSec {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}

.purchasing-features .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.SectionPadding {
    padding-left: 80px;
}

.purchasing-features .heads {
    margin-top: -86px;
    margin-left: 25px;
}

    .purchasing-features .heads h1 {
        font-family: 'Proxima Nova Lt';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

    .purchasing-features .heads h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 20px;
    }

.purchasing-featuresSec .featuresDiv {
    display: flex;
}

.featuresBox .featuresOf-Purchasing {
    text-align: center;
    padding-top: 60px;
    padding-right: 110px;
}

    .featuresBox .featuresOf-Purchasing img {
        width: 70px;
        margin-bottom: 25px;
    }

    .featuresBox .featuresOf-Purchasing h5 {
        font-size: 20px;
        line-height: 26.66px;
        font-family: 'Proxima Nova Rg';
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .featuresBox .featuresOf-Purchasing p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        margin-bottom: 0;
        text-align: center;
        color: #000000;
    }

.PurchasingFeatures .ImagEPart img {
    width: 75%;
    height: 600px;
    margin-top: -50px;
    float: right;
    object-fit: cover;
}

.NewsLetter-Background {
    background: url('https://purchasingaidiag.blob.core.windows.net/purchasing/images/Background img.jpg')no-repeat center;
    color: #ffffff;
    padding: 40px 0;
    float: left;
    height: 180px;
    display: table;
    background-size: cover;
    width: 100%;
    margin: auto;
    top: 0;
}

.NewsLetter-Sec1 h3 {
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    line-height: 26.66px;
    margin-top: 0;
    margin-bottom: 8px;
}

.NewsLetter-Sec1 {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

    .NewsLetter-Sec1 h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }

.NewsLetter-Sec2 p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 0;
    padding-right: 20%;
}

.Search-Input input {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    height: 16px;
    width: 50%;
    border: 1px solid #b6aeae;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}

    .Search-Input input:hover, .Search-Input input:focus {
        text-decoration: none;
        border: 1px solid #b6aeae;
    }

.Search-Input span {
    position: relative;
}

.Search-Input i {
    position: absolute;
    top: 0;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}

.Search-Input #Err_Email_1 {
    color: #ff504b;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    float: left;
    position: absolute;
    left: 24px;
    bottom: -24px;
    font-weight: normal;
}

.newsletter_section {
    position: relative;
}

#showingEmailResult {
    color: #ff504b;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    float: left;
    position: absolute;
    left: 24px;
    bottom: -24px;
    font-weight: normal;
    display: block !important;
}

#showingEmailResultBlog {
    color: #ff504b;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    font-weight: normal;
}

#showingEmailResulttalktous {
    color: #ff504b;
    font-size: 14px;
    line-height: 12px;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    font-weight: normal;
}

.NewsLetter-Background #success_message .alert-msg {
    width: 57%;
    float: left;
    color: #ce4949;
    background-color: #facac8;
    padding: 10px;
    border-radius: 0;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.27058823529);
}

.news_position {
    position: relative;
}
/*====================== END FEATURES PAGE ======================*/
/*====================== START FOOTER SECTION ======================*/
.Footer-background {
    background: url('https://purchasingaidiag.blob.core.windows.net/purchasing/images/footer-background.png') no-repeat center;
    background-size: cover;
    width: 100%;
    margin: auto;
    display: table;
    padding: 40px 0;
    top: 0;
}

.footer-header h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Nova Rg';
}

.footer-header ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-box .link {
    margin-top: 0;
}

.FontWeight i {
    font-weight: 700;
}

.footer-box .link a {
    text-decoration: none;
    letter-spacing: 0.4px;
}

.footer-header ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Open Sans';
}

.purchasing-bottom-footer {
    width: 100%;
    float: left;
    background-color: #141b29;
    padding: 12px 0;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

    .purchasing-bottom-footer p {
        font-size: 13px;
        margin-bottom: 0;
        font-family: 'Open Sans';
    }

.right-float {
    float: right;
}

.colorRed {
    color: #eb1510;
    padding: 0 5px;
}

.purchasing-list-link ul {
    margin: 0;
}

.purchasing-list-link li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    list-style: none;
}

    .purchasing-list-link li a {
        font-size: 12px;
        color: #fff;
        font-family: 'Open Sans';
    }

.footer-edge {
    padding: 0;
}

.purchasing-list-link {
    text-align: right;
}

.footer-box .IconsLink {
    margin-top: 10px;
}

.footer-box .IconsLink {
    margin-top: 0;
    letter-spacing: 5px;
}

.footer-header ul li a i {
    font-size: 12px;
    line-height: 30px;
}
/*====================== END FOOTER SECTION ======================*/
/*======================START BLOG PAGE======================*/
.enterprise_block {
    background: url(https://purchasingaidiag.blob.core.windows.net/purchasing/images/business-enterprises.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    width: 100%;
    margin: auto;
    display: table;
    top: 0;
}

.features-hed {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 600px;
}

.padding0 {
    padding: 0;
}

.image-div img {
    height: 330px;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 0;
    object-fit: cover;
}

.sec-image-div {
    width: 40%;
}

    .sec-image-div img {
        height: 330px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 0;
        object-fit: cover;
    }

.main-image-div {
    padding: 20px 20px 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09019607843137255);
    background-color: #ffffff;
    width: 100%;
    float: left;
    position: relative;
}

    .main-image-div img {
        width: 100%;
    }

.subsection-purchasing {
    padding: 100px 0;
    width: 100%;
    float: left;
}

.sub-section {
    padding-bottom: 40px;
    width: 100%;
    float: left;
}

.blog-bg {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
}

.blog_box h1 {
    font-family: 'ProximaNova-Bold';
    font-size: 27px;
    line-height: 36px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog_list_header {
    background: url(https://purchasingaidiag.blob.core.windows.net/purchasing/images/header-image.jpg) no-repeat center;
    height: 600px;
    width: 100%;
    float: left;
}

.icons-set {
    display: flex;
    margin: 10px 0 20px;
}

.margin-right-container {
    width: 100%;
    text-align: center;
    display: table;
}

.features-hed h1 {
    margin-top: 20px;
    font-family: 'Proxima Nova Lt';
    font-size: 40px;
    line-height: 53.33px;
    margin-bottom: 0;
}

.icons-set i {
    color: #797979;
    font-size: 15px;
}

.icons-set h5 {
    color: #797979;
    font-size: 13px;
    margin: 0;
    margin-left: 8px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Proxima Nova Lt';
}

.list-content {
    width: 60%;
    float: right;
}

    .list-content p {
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

.date-time {
    position: absolute;
    bottom: 0px;
}

.small-blogImg {
    width: 35%;
    float: left;
}

    .small-blogImg img {
        height: 220px;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 0;
        object-fit: cover;
    }

.date_pop_list {
    font-size: 45px;
    line-height: 60px;
    color: #000000;
    font-family: 'Open Sans';
}

.date_lite_list {
    color: #797979;
    font-size: 16px;
}

.blog_box {
    padding-top: 40px;
    width: 100%;
    float: left;
}

.load_btn {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    float: left;
}

    .load_btn a {
        border: 2px solid #000;
        padding: 14px 23px;
        background: #fff;
        color: #000;
        font-family: 'Proxima Nova Rg';
        font-size: 14px;
        display: inline-block;
    }

.detail_date {
    float: left;
}

.detail_content h1 {
}

.main-image-div .detail_para {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    margin-bottom: 0px;
}

.main-image-div p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
}

.detail_blog_img img {
    width: 100%;
    margin: 30px 0;
    height: 266px;
    object-fit: cover;
}

.blog_social {
    padding: 0;
    list-style: none;
    display: flex;
}

.social-section li img {
    width: 22px;
    margin: 0 10px;
}

.copy-right-box p:hover a, .copy-right-box p a:focus {
    text-decoration: none;
    color: #eb1510;
}
/*====================== START SOLUTION PAGE======================*/
.solution-parent {
    position: relative;
}

    .solution-parent img {
        width: 100%;
        background-size: cover;
        height: 600px;
        margin: auto;
        top: 0;
    }

.solution-child {
    position: absolute;
    top: 24%;
    width: 30%;
    left: 8%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 2px;
}

    .solution-child .green-box {
        background-color: #e8f5e9;
        height: 90px;
        width: 80px;
    }

    .solution-child .headings {
        margin-top: -88px;
        margin-left: 20px;
    }

    .solution-child .solution-text h1 {
        font-family: 'Proxima Nova Lt';
        margin-top: 0;
        font-size: 32px;
        line-height: 42px;
        color: #000000;
        margin-bottom: 0;
    }

    .solution-child .solution-text h2 {
        font-family: 'Proxima Nova Rg';
        margin-top: 0;
        font-size: 32px;
        line-height: 42px;
        color: #000000;
        margin-bottom: 0;
    }

    .solution-child .solution-content {
        margin-left: 50px;
        margin-bottom: 10px;
    }

    .solution-child .solution-text p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        margin: 20px 0 25px;
        color: #000000;
    }

.solution-parent .solution-child .talkToUs-button {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
}

    .solution-parent .solution-child .talkToUs-button:hover, .solution-parent .solution-child .talkToUs-button:focus {
        text-decoration: none;
    }

.ForVendors-featuresSec {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

    .ForVendors-featuresSec .Vendors-SecPadding {
        padding-left: 280px;
    }

.vendors-features .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.vendors-features .heads {
    margin-top: -83px;
    margin-left: 25px;
}

    .vendors-features .heads h1 {
        font-family: 'Proxima Nova Lt';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

    .vendors-features .heads h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .vendors-features .heads p {
        font-size: 15px;
        line-height: 27px;
        font-family: 'Open Sans';
        margin-top: 0;
        margin-bottom: 0;
        color: #000000;
    }

.ForVendors .imagePart img {
    width: 100%;
    height: 600px;
    float: right;
}

.ForVendors-featuresSec .Sol-featuresDiv {
    display: flex;
}

.Sol-featuresBox .featuresOf-Vendors {
    text-align: center;
    padding-top: 60px;
    padding-right: 90px;
}

    .Sol-featuresBox .featuresOf-Vendors img {
        width: 70px;
        margin-bottom: 25px;
    }

    .Sol-featuresBox .featuresOf-Vendors h5 {
        font-size: 20px;
        line-height: 26.66px;
        font-family: 'Proxima Nova Rg';
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .Sol-featuresBox .featuresOf-Vendors p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        margin-bottom: 0;
        text-align: center;
        color: #000000;
    }

.vendors-features .solution-content {
    margin-left: 32px;
    margin-bottom: 10px;
    padding-right: 90px;
}

    .vendors-features .solution-content p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

.ForBrands .visibility-BottomShow {
    display: none;
}

.ForBrands-featuresSec {
    padding-bottom: 80px;
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}

    .ForBrands-featuresSec .Brands-SecPadding {
        padding-right: 280px;
    }

.Features-Brands .Brands-features {
    padding-left: 90px;
    padding-top: 50px;
}

.Brands-features .green-box {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.Brands-features .heads {
    margin-top: -83px;
    margin-left: 25px;
}

    .Brands-features .heads h1 {
        font-family: 'Proxima Nova Lt';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

    .Brands-features .heads h2 {
        font-family: 'Proxima Nova Rg';
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .Brands-features .heads p {
        font-size: 15px;
        line-height: 27px;
        font-family: 'Open Sans';
        margin-top: 0;
        margin-bottom: 0;
        color: #000000;
    }

.ForVendors .imagePart img {
    width: 80%;
    height: 600px;
    float: right;
    object-fit: cover;
}

.VendorsButton {
    display: inline-block;
    float: right;
    margin-top: -7px;
}

    .VendorsButton .talkToUs-button {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
        background: #eb1510;
        border: 1px solid #eb1510;
        color: #fff;
        font-family: 'Open Sans';
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 2px;
        margin-top: -5px;
    }

.ForBrands-featuresSec .Sol-featuresDiv {
    display: flex;
}

.Sol-featuresBox .featuresOf-Brands {
    text-align: center;
    padding-top: 60px;
    padding-left: 70px;
}

    .Sol-featuresBox .featuresOf-Brands img {
        width: 70px;
        margin-bottom: 25px;
    }

.ForBrands .imagePart img {
    width: 80%;
    height: 600px;
    float: left;
    object-fit: cover;
}

.Sol-featuresBox .featuresOf-Brands h5 {
    font-size: 20px;
    line-height: 26.66px;
    font-family: 'Proxima Nova Rg';
    margin-top: 0px;
    margin-bottom: 15px;
}

.Sol-featuresBox .featuresOf-Brands p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.Brands-features .solution-content {
    margin-left: 32px;
    margin-bottom: 10px;
}

    .Brands-features .solution-content p {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Open Sans';
        color: #000000;
        margin-top: 0;
        margin-bottom: 0;
    }

.Client-box {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.Client-Head h1 {
    font-family: 'Proxima Nova Rg';
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

.Client-box .Clients-Icon {
    width: 100%;
    margin: 0 auto;
    display: table;
    float: none;
}

    .Client-box .Clients-Icon h4 {
        font-size: 15px;
        line-height: 27px;
        font-family: 'Open Sans';
        margin-top: 10px;
        margin-bottom: 0;
        color: #000000;
    }

.Client-box ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    width: 100%;
}

    .Client-box ul li {
        background: #ffffff;
        margin: 0 20px;
        padding: 20px;
        width: 9%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
        display: inline-block;
    }

        .Client-box ul li img {
            width: 85px;
        }
/*====================== END SOLUTION PAGE======================*/
/*====================== START DEMO PAGE======================*/
.contact-parent {
    background: url(https://purchasingaidiag.blob.core.windows.net/purchasing/images/demo_header_image.png) no-repeat right;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    height: 600px;
    display: table;
    top: 0;
}

.contact-child {
    margin: 70px 0 0 260px;
    width: 28%;
}

.contact-parent img {
    width: 100%;
    background-size: cover;
    height: 600px;
    top: 0;
}

.contact-child .contact-text h1 {
    font-family: 'Proxima Nova Rg';
    font-size: 32px;
    line-height: 42.66px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 2px;
}

.contact-child .contact-text h2 {
    font-family: 'Proxima Nova Rg';
    font-size: 32px;
    line-height: 42.66px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-child .contact-text p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Open Sans';
    color: #ffffff;
    margin-bottom: 0;
}

.form-box .content-section {
    width: 40%;
}

    .form-box .content-section i {
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 35px;
        color: #eb1510;
    }

    .form-box .content-section h4 {
        font-family: 'Proxima Nova Lt';
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }

        .form-box .content-section h4 .HighLite {
            font-family: 'Proxima Nova Rg';
            font-weight: normal;
            font-size: 20px;
            line-height: 26.66px;
        }

.form-box {
    padding-top: 60px;
    padding-bottom: 80px;
}

.contact-formBOX {
    width: 51%;
    color: #000000;
    background-color: #ffffff;
    padding: 90px;
    float: right;
    margin-top: -60%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09019607843137255);
}

    .contact-formBOX .heading h1 {
        font-family: 'Proxima Nova Rg';
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 40px;
        color: #000000;
        text-align: center;
    }

    .contact-formBOX .input-field input {
        border-bottom: 1px solid #000000;
        font-family: 'Open Sans';
        padding: 10px;
        padding-left: 0;
        line-height: 28px;
        font-size: 14px;
    }

body .input-field input::placeholder {
    color: #000000;
}

.contact-formBOX .contactForm .input-field {
    position: relative;
    margin-top: 0;
}

.contact-formBOX .marginT20 {
    text-align: center;
    margin-top: 30px;
}

.marginT20 .submit-button {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 42px;
    border-radius: 2px;
}

.marginT20 .submit-button {
    text-decoration: none;
}

.contactForm .alert-msg {
    padding: 10px;
    text-align: center;
    background-color: #eb1510;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 14px;
    width: 70%;
    margin: 40px auto 0;
    border-radius: 2px;
}

.demo_form label {
    position: absolute;
    left: 0;
    text-align: left;
    display: block;
    top: 53px;
    font-size: 12px;
    font-family: 'Open Sans';
    color: #eb1510;
    font-weight: normal;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #eb1510 !important;
}

.form-box input:not([type]), .form-box input[type=email], .form-box input[type=text], .form-box input[type=number] {
    width: 97%;
    margin-bottom: 30px;
}

    .form-box input:not([type]):focus:not([readonly]), .form-box input[type=email]:focus:not([readonly]), .form-box input[type=text]:focus:not([readonly]), .form-box input[type=number]:focus:not([readonly]) {
        border-bottom: 1px solid #000000;
        box-shadow: 0 1px 0 0 rgb(0, 0, 0);
    }
/*====================== END DEMO PAGE======================*/
/*====================== START TERMS OF USE PAGE ======================*/
.TermsOf-Use-contentS .backgroundG {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.TermsOf-Use-contentS .TOU-headS {
    margin-top: -85px;
    margin-left: 20px;
}

.TermsOf-Use-contentS h1 {
    font-family: 'Proxima Nova Lt';
    color: #000000;
    font-size: 32px;
    line-height: 42.66px;
    margin-top: 0;
    margin-bottom: 3px;
}

.TermsOf-Use-contentS h2 {
    font-family: 'Proxima Nova Rg';
    color: #000000;
    margin-top: 0;
    margin-left: 30px;
    font-size: 32px;
    line-height: 42.66px;
    margin-bottom: 40px;
}

.TermsOf-Use-contentS h3 {
    font-family: 'Proxima Nova Rg';
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29.33px;
    padding: 12px;
    background: #f5f5f5;
    border-left: 3px solid #eb1510;
}

.TermsOf-Use-contentS p {
    font-family: 'Open Sans';
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
}

    .TermsOf-Use-contentS p:last-child {
        margin-bottom: 0;
    }
/*====================== END TERMS OF USE  PAGE ======================*/
/*====================== START PRIVACY POLICY PAGE ======================*/
.Privacy-Policy-contentS .backgroundG {
    background-color: #e8f5e9;
    height: 90px;
    width: 80px;
}

.Privacy-Policy-contentS .PP-headS {
    margin-top: -85px;
    margin-left: 20px;
}

.Privacy-Policy-contentS h1 {
    font-family: 'Proxima Nova Lt';
    color: #000000;
    font-size: 32px;
    line-height: 42.66px;
    margin-top: 0;
    margin-bottom: 3px;
}

.Privacy-Policy-contentS h2 {
    font-family: 'Proxima Nova Rg';
    color: #000000;
    font-size: 32px;
    line-height: 42.66px;
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 40px;
}

.Privacy-Policy-contentS h3 {
    font-family: 'Proxima Nova Rg';
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29.33px;
    font-weight: 700;
    padding: 12px;
    background: #f5f5f5;
    border-left: 3px solid #eb1510;
}

.Privacy-Policy-contentS p {
    font-family: 'Open Sans';
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
}

    .Privacy-Policy-contentS p:last-child {
        margin-bottom: 0;
    }

.emailResend:hover {
    color: #ffffff;
}

.emailResend {
    background: #eb1510;
    color: #fff;
    display: inline-table;
    width: 16%;
    padding: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'Proxima Nova Rg';
    border-radius: 2px;
}

.confirmation_box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.opt_verify input {
    padding: 10px;
    margin-top: 10px;
    width: 30%;
    margin-bottom: 20px;
}

.opt_verify .resend_link {
    color: #eb1510;
}
/*====================== END PRIVACY POLICY PAGE ======================*/
.purchasing_box {
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
}

.ClientContent .req__a_demo {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
    float: left;
    margin-top: 20px;
    text-decoration: none;
}

    .ClientContent .req__a_demo:hover, .ClientContent .req__a_demo:focus {
        text-decoration: none;
        color: #ffffff;
    }
/*=========== START Loader =========*/
#btn--yp {
    box-sizing: content-box;
    position: fixed;
    z-index: 9;
    bottom: 1em;
    right: 1em;
    border: solid 1em transparent;
    width: 4.625em;
    height: 3.25em;
    font: 16px/ 1.25 trebuchet ms, sans-serif;
    text-indent: 200vw;
    text-shadow: none;
    filter: grayscale(1) drop-shadow(0 0 1px #e8e0e0);
    transition: .5s;
    white-space: nowrap;
}

    #btn--yp:before {
        box-sizing: inherit;
        position: absolute;
        left: 0;
        bottom: 100%;
        margin: 1em -.5em;
        padding: .5em;
        width: 100%;
        border-radius: 5px;
        background: #e8e0e0;
        color: #000;
        text-align: center;
        text-decoration: none;
        text-indent: 0vw;
        white-space: normal;
        animation: float 1s ease-in-out infinite alternate;
        content: attr(data-txt);
    }

    #btn--yp:hover, #btn--yp:focus {
        outline: none;
        filter: grayscale(0) drop-shadow(0 0 1px crimson);
    }

@keyframes float {
    to {
        transform: translateY(0.75em);
    }
}

.loader_pur {
    position: absolute;
    padding-top: 1em;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
    top: -20px;
}

.dot {
    background: #ea392c;
}

    .dot, .dot:after {
        display: inline-block;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        animation: a 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
    }

        .dot:after {
            --o: 1;
            background: currentcolor;
            content: "";
        }

@keyframes a {
    0%, 50% {
        transform: scale(0);
    }
}
/*=========== END Loader =========*/
/*=========== START POPUP =========*/
#bite-1 .modal-content {
    padding: 0;
}

#bite-1 .popup-title {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

    #bite-1 .popup-title h4 {
        font-family: 'Proxima Nova Lt';
    }

#bite-1 .popup-text {
    font-size: 18px;
    line-height: 27.333px;
    letter-spacing: 0.1px;
    color: #000;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

#bite-1 .discount_90 {
    font-size: 45px;
}

#bite-1 .form-control {
    width: 260px;
    height: 50px;
    padding: 6px 21px;
}

    #bite-1 .form-control::-moz-placeholder {
        line-height: 2.6;
    }

    #bite-1 .form-control:-moz-placeholder {
        line-height: 2.6;
    }

#bite-1 .btn {
    width: 62px;
    height: 50px;
    background-color: #1625f2;
}

    #bite-1 .btn:hover {
        background-color: #ffff;
    }

        #bite-1 .btn:hover i {
            color: #1625f2;
        }

    #bite-1 .btn:active {
        -moz-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        -o-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }

.promotional_popup .modal {
    background: transparent;
    box-shadow: none;
}

.promotional_popup i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    opacity: 1;
}

.promotional_popup .modal-header {
    border: 0;
}

.popup_promotion .signup-button {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23921568627450981);
    background: #eb1510;
    border: 1px solid #eb1510;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.popup_promotion img {
    width: 20%;
    margin-bottom: 20px;
}

.responsiveimg img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}


/* Detail Blog */
.center_box {
    margin: 0 auto;
    float: none;
    display: table;
}

.blog_single {
    padding-top: 40px;
}

    .blog_single .detail_content h1 {
        font-family: 'Times New Roman Bold';
        margin-top: 0;
        font-size: 40px;
        line-height: 53.33px;
    }

.detail_content .summary_detail p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 21px;
    font-family: 'Times New Roman';
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 20px;
}

blockquote {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000000;
    border-left: 3px solid #000;
    font-family: 'Times New Roman Italic';
    font-style: italic;
    font-weight: 600;
}

.detail_blog_Subimg img {
    width: 100%;
    margin-bottom: 20px;
}

.blog-bg {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
}

.blog-bgNew {
    background-color: #ffffff;
    width: 100%;
    float: left;
}

.related_blog {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
}

.social-icons_list {
    margin-top: 0;
    padding: 0;
}

    .social-icons_list .social_box {
        float: right;
    }

    .social-icons_list .blog_social {
        float: right;
    }

body .responsiveimg .social-icons_list li img {
    width: 18px !important;
    margin-right: 16px;
}

.summary_detail {
    width: 100%;
    float: left;
}

.date_detail {
    float: left;
}

    .date_detail span {
        vertical-align: sub;
        color: rgba(0, 0, 0, 0.54);
        font-family: 'Times New Roman';
        font-size: 16px;
    }

.detail_content p {
    font-size: 21px;
    font-family: 'Times New Roman';
    margin-bottom: 20px;
    line-height: 28px;
    color: #000000;
}

    .detail_content p:last-child {
        margin-bottom: 0;
    }

.blog_single .detailBlog_tags {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.tags_section span {
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    #bite-1 .form-inline {
        display: block !important;
    }

    #bite-1 .form-control, #bite-1 .btn {
        width: 100%;
        text-align: center;
    }

    #bite-1 .modal-content {
        padding: 40px;
    }
}
/*=========== END POPUP =========*/


/*====================== START FOOTER SECTION ======================*/

.new-footer h3 {
    color: #fff;
    font-family: 'Montserrat-light';
    font-size: 19px;
    margin-bottom: 27px;
    display: block;
    margin-top: 0;
}

.new-footer p {
    font-size: 14px;
    color: #cecece;
}

.new-footer .footer-header ul li a {
    color: #cecece;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Montserrat-light';
}

.footer-header h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    font-family: 'Montserrat-light';
}

span.footer-link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer_bottom {
    margin-left: 8.33333333%;
}
/*====================== END FOOTER SECTION ======================*/
.new-footer h3 span {
    margin-left: 8px;
}

/*========== SOCIAL MEDIA ICONS CSS START ==========*/
.social_links {
    display: flex;
    margin-top: 20px;
}

.links_list {
    margin-right: 25px;
}

    .links_list:last-child {
        margin-right: 0;
    }

    .links_list img {
        width: auto;
        height: 25px;
    }
/*=========== SOCIAL MEDIA ICONS CSS END ===========*/
