.container {
    max-width: 1276px;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.4;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 3rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 2.25rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 1.625rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

p,
.p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
}

p.font-16px {
    font-size: 1rem;
}

p.font-17px {
    font-size: 17px;
}

a {
    text-decoration: none;
}

.c1 {
    font-size: 1.25rem;
    font-weight: 300;
}

.eyebrow {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #65BC4B;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-pad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad-top-100 {
    padding-top: 100px;
}

.pad-bot-100 {
    padding-bottom: 100px;
}

section.hero-sec {
    background-image: linear-gradient(270deg, rgb(101, 188, 75) 0%, rgb(38, 38, 38) 100%) !important;
    background-color: transparent;
    margin-bottom: 50px;

}

.hero {
    padding: 0px 0 100px;
}

.hero-img img {
    padding: 70px 10px 40px;
}

.logo img {
    width: 190px;
    height: auto;
    max-width: 100%;
    padding-top: 10px;
}

.border-top-line {
    border-top: 1px solid #65BC4B;
    padding-top: 20px;
}

.border-top-line-small {
    border-top: 1px solid #65BC4B;
    padding-top: 10px;
}

a.primary-btn {
    display: inline-block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #65BC4B;
    border-radius: 100px;
    padding: 12px 40px;
    border: 2px solid #65BC4B;
    transition: 0.3s;
}

a.primary-btn:hover {
    color: #65BC4B;
    background-color: #FFFFFF;
    transition: 0.3s;

}

a.cta-url {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.3s;
}

a.cta-url:hover {
    color: #65BC4B;
    transition: 0.3s;
}

a.cta-url::before {
    content: "";
    background-image: url('https://demandspring.com/wp-content/themes/hello-theme-child-master/assets/img/white-angle-r.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

ul {
    padding-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
}

li {
    padding-bottom: 15px;
    padding-left: 5px;
}

ul li::before {
    content: "+ ";
    color: #65BC4B;
    font-weight: 400;
    margin-right: 10px;
}

.img-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 25px;
}

.partner-logos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    padding-top: 30px;
}

.box-shadow-container {
    box-shadow: 0 0 6px rgb(0, 0, 0, 15%);
}

.box-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    border-radius: 25px;
}

.gray-box-content {
    background-color: #F4F4F4;
    text-align: center;
    min-height: 200px;
    align-content: center;
    border-radius: 25px 25px 0 0;
}

.border-radius-25 {
    border-radius: 25px;
}

.form-content-wrapper {
    padding: 50px;
}

.form-img img {
    border-radius: 0 0 0 25px;
}

.sidebar-form-box {
    padding: 40px 30px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 15%);
    border-radius: 25px;
}

.services-box-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
    border-radius: 25px;
    background-color: #FFFFFF;
    height: 100%;
    align-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.speaker-box-content img {
    border-radius: 25px;
    background-color: #f4f4f4;
    max-width: 100%;
    height: auto;

}

.feature-container {
    padding: 50px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 15%);
    border-radius: 25px;
    background-color: #FFFFFF;
    height: 100%;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.feature-container * {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.case-study-container {
    padding: 40px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 15%);
    border-radius: 25px;
    background-color: #FFFFFF;
    height: 100%;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.case-study-container * {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.case-study-container a.primary-btn {
    margin-top: 20px;
}

.case-study-container img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.highlight-features>p {
    border-top: 1px solid #65BC4B;
    padding-top: 10px;
    font-size: 16px;
}

.post-wrappper img {
    border-radius: 15px;
    height: auto;
    max-width: 100%;
}

.cta-text {
    color: #ffffff;
    font-weight: 700;
}
.cta-text:hover {
    color: #65BC4B;
}

.cta-text::before {
    content: "";
    background-image: url('https://demandspring.com/wp-content/themes/hello-theme-child-master/assets/img/white-angle-r.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 16px;
}

.hero-cta-container {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    align-items: center;
}

.column-spacing {
    row-gap: 30px;
}

.speaker-container .container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.testimonial-box {
    padding: 50px;
    border-radius: 25px;
    height: 100%;
    background-color: #f4f4f4;
}

.services-box-content>div:last-child {
    padding: 25px;
}

section.footer {
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 70px;
    color: #000000;
    font-size: 1rem;
    border-top: 1px solid #65BC4B;
}

main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .logo-footer img {
    width: 167px;
    padding-bottom: 30px;
}

.footer p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.4;
}

.footer a {
    color: #65BC4B;
    font-size: 1rem;
}

table.social-media-table td {
    padding-right: 5px;
}

table.social-media-table img {
    background-color: #65BC4B;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
    width: 34px;
}

nav.footer-nav-menu {
    display: flex;
}

nav.footer-nav-menu ul {
    display: flex;
    flex-wrap: wrap;
}

nav.footer-nav-menu li {
    padding: 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

nav.footer-nav-menu li a {
    color: #000000;
}

nav.footer-nav-menu li::before {
    content: "";
    display: none;
}

@media screen and (max-width:1280px) {
    .hero-img img {
        padding: 70px 10px 30px;
    }

}

@media screen and (max-width:1028px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
    }

    h3,
    .h3 {
        font-size: 1.875rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
    }

    .hero {
        padding: 50px 0 60px;
    }

    .logo img {
        padding-top: 30px;
    }

    .sec-pad-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec-pad-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pad-top-100 {
        padding-top: 80px;
    }

    .pad-bot-100 {
        padding-bottom: 80px;
    }

    .form-content-wrapper {
        padding: 40px 30px;
    }

    table.responsive-table td.full-width-cell {
        display: block !important;
        width: 100% !important;
    }

    .feature-container {
        padding: 30px;
    }

    .case-study-container {
        padding: 30px;
    }

    .partner-logos-container {
        gap: 20px;
        row-gap: 30px;
    }

    .partner-logos-container>div {
        width: 30%;
    }


}

@media screen and (max-width:767px) {

    h3,
    .h3 {
        font-size: 1.75rem;
    }

    section.hero-sec {
        margin-bottom: 30px;
    }

    .hero {
        padding: 0px 0 50px;
    }

    section.hero-sec .col-md-6:first-of-type {
        order: 2;
    }

    .sec-pad-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pad-top-100 {
        padding-top: 60px;
    }

    .pad-bot-100 {
        padding-bottom: 60px;
    }

    .col-pad-bottom-mobile {
        padding-bottom: 35px;
    }

    section.footer {
        margin-top: 80px;
    }

    .form-content-wrapper {
        padding: 40px 10px;
    }

    .feature-container {
        padding: 30px 20px;
    }

    .case-study-container {
        padding: 30px 20px;
    }

    .sidebar-form-box {
        padding: 30px 20px;
    }

    .partner-logos-container>div {
        width: 45%;
    }
    .hero-cta-container {
        flex-direction: column;
        align-items: start;
    }

    .testimonial-box {
    padding: 30px;
    }

}


/**
 * Marketo Form Styles (Global)
 */
.mktoImg {
    display: block !important;
}

form.mktoForm,
form.mktoForm .mktoFormRow,
form.mktoForm .mktoFormCol,
form.mktoForm .mktoFieldWrap,
form.mktoForm .mktoHtmlText,
form.mktoForm .mktoLabel,
form.mktoForm input[type=text],
form.mktoForm input[type=url],
form.mktoForm input[type=email],
form.mktoForm input[type=tel],
form.mktoForm input[type=number],
form.mktoForm input[type=date],
form.mktoForm textarea.mktoField,
form.mktoForm select.mktoField,
form.mktoForm .mktoButtonRow,
form.mktoForm .mktoButtonRow .mktoButtonWrap {
    font-family: 'Roboto', Arial, sans-serif !important;
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

form.mktoForm .mktoButtonRow .mktoButtonWrap {
    text-align: left;
}

form.mktoForm ::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 300;
}

form.mktoForm input[type=text],
form.mktoForm input[type=url],
form.mktoForm input[type=email],
form.mktoForm input[type=tel],
form.mktoForm input[type=number],
form.mktoForm input[type=date],
form.mktoForm textarea.mktoField,
form.mktoForm select.mktoField {
    padding: 10px 0px !important;
    border: none;
    color: #000000 !important;
    border-radius: 0 !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    box-shadow: none !important;
    border-bottom: 1px solid #65BC4B;
    background-color: transparent !important;
}


form.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    width: fit-content !important;
    padding: 0.1em 0.3rem !important;
}

form.mktoForm .mktoFormRow>.mktoFormCol {
    margin-bottom: 25px !important;
    min-height: auto;
}

form.mktoForm .mktoButtonRow button {
    position: relative !important;
    font-size: 13px !important;
    background-color: #65BC4B !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 12px 40px !important;
    border: 2px solid #65BC4B !important;
    background-image: none !important;
    margin-top: 10px !important;
    width: auto !important;
    text-shadow: none !important;
    font: 500 16px/1 'Roboto', Arial, sans-serif !important;
    box-shadow: none !important;
    transition: .3s;
}

form.mktoForm .mktoButtonRow button:hover {
    background-color: #ffffff !important;
    color: #65BC4B !important;
    transition: .3s;
}

form.mktoForm .mktoRequiredField .mktoAsterix {
    display: none !important;
}

form.mktoForm .mktoLabel {
    font-family: 'Roboto', Arial, sans-serif !important;
    color: #000000 !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    width: auto !important;
    font-weight: 500 !important;
}

form.mktoForm .mktoRadioList>label,
form.mktoForm .mktoCheckboxList>label {
    margin-left: 30px !important;
    width: calc(100% - 30px) !important;
    color: #000000 !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    box-shadow: none !important;
}

.mktoForm .mktoOffset {
    display: none !important;
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 1px solid #909EA8;
}

.mktoForm label,
.mktoForm p,
.mktoForm a {
    color: #000000 !important;
    font-size: 16px;
}

.mktoForm textarea[rows="8"] {
    height: 4.6em !important;
}

/**Specific Form **/
.light-form .mktoForm input[type=text],
.light-form .mktoForm input[type=url],
.light-form .mktoForm input[type=email],
.light-form .mktoForm input[type=tel],
.light-form .mktoForm input[type=number],
.light-form .mktoForm input[type=date],
.light-form .mktoForm textarea.mktoField,
.light-form .mktoForm select.mktoField {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
    background-color: transparent !important;
}

.light-form .mktoForm .mktoRadioList>label,
.light-form .mktoForm .mktoCheckboxList>label {
    color: #ffffff !important;
}

.light-form .mktoForm .mktoLabel {
    color: #ffffff !important;
}

.light-form .mktoForm label,
.light-form .mktoForm p,
.light-form .mktoForm a {
    color: #ffffff !important;
}

.light-form .mktoForm .mktoButtonRow button {
    background-color: #ffffff !important;
    color: #65BC4B !important;
}

.light-form .mktoForm ::placeholder {
    color: #ffffff !important;
}

/**Specific Form **/
.combination-form .mktoForm input[type=text],
.combination-form .mktoForm input[type=url],
.combination-form .mktoForm input[type=email],
.combination-form .mktoForm input[type=tel],
.combination-form .mktoForm input[type=number],
.combination-form .mktoForm input[type=date],
.combination-form .mktoForm textarea.mktoField,
.combination-form .mktoForm select.mktoField {
    color: #ffffff !important;
    background-color: transparent !important;
}

.combination-form .mktoForm .mktoRadioList>label,
.combination-form .mktoForm .mktoCheckboxList>label {
    color: #ffffff !important;
}

.combination-form .mktoForm .mktoLabel {
    color: #ffffff !important;
}

.combination-form .mktoForm label,
.combination-form .mktoForm p,
.combination-form .mktoForm a {
    color: #ffffff !important;
}

.combination-form .mktoForm ::placeholder {
    color: #ffffff !important;
}