﻿@font-face {
    font-family: "Proxima-Nova";
    src: url('fonts/proximanova-regular-webfont.woff') format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Proxima-Nova";
    src: url('fonts/proximanova-semibold-webfont.woff') format("woff");
    font-weight: 600;
}

body {
    font-family: 'Proxima-Nova', 'Helvetica', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display:none;
}

.sourceFilePreview {
    display: block !important;
}


html.body-scroll {
    overflow: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
}

.Hide {
    display: none !important;
}

#footer {
    z-index: 1;
    background-color: #444;
    color: #fff;
}

a.microToolCookieConsentFullBtn.footer {
    color: #fff;
}

a {
    color: #003d99;
    z-index: 10;
    text-decoration: none;
}

a:hover {
    color: #003d99;
    outline: 0;
}

a:active {
    outline: 0;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


small {
    font-size: 85%;
}


ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}


nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    margin: auto;
    display: block;
}

.error {
    color: red;
    text-align: center;
}

.pointsValidationMessage.error {
    color: red;
    text-align: left !important;
}

.lowerNavContainer {
    padding: 5px 0 0;
}


.top {
    padding-top: 20px;
}


.top-buffer {
    padding-top: 20px;
}


/*custom h4 */

.inputSection h1 {
    font-size: 24px;
}

h4 {
    font-size: 18px !important;
    font-weight: bold;
    padding: 10px 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.row h3 {
    clear: both;
    padding-top: 10px;
    font-size: 20px;
}

.microTool_header {
    z-index: 100;
    width: 100%;
    padding: 10px 0px;
    background-color: #000000;
}


.icon {
    width: 100px;
}

/*MODAL*/

.modal-title {
    font-weight: 600;
}

/*RATING INPUT*/

.ratingInputContainer {
    line-height: 30px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    width: 400px;
}

.ratingInputContainer span {
    padding-left: 4%;
    padding-right: 4%;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 12%;
    text-align: center;
    border: 1px solid #000;
    margin-right: 4%;
}

.ratingInputContainer span:hover {
    background-color: #000;
    color: #fff;
}

.ratingInputSelected {
    background-color: #000 !important;
    color: #fff !important;
}

/*BUTTON*/

.microToolDownloadLink {
    cursor: pointer;
    margin-top: 30px;
}

.resultsBtn {
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

/*Bullet*/
.bulletLegend {
    display: inline-block;
    height: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.bulletCharts {
    width: 800px;
    height: 125px;
    margin: 0 auto;
    background: #F6F6F6;
    display: inline-block;
}


/*RESULTS*/
.resultBody {
    width: 100%;
    margin: 0 auto;
}

input:focus {
    outline: none;
}


body.body-public .btn-success,
body.body-public .btn-success:active:focus,
body.body-public .btn-success:active:hover,
body.body-public .btn-info,
body.body-public .btn-info:active:focus,
body.body-public .btn-info:active:hover {
    background-color: #ffde00;
    color: #000000;
    width: auto;
    margin: 0 auto;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #000000;
    box-shadow: none;
    outline: none;
    font-weight: 600;
}

header {
    background: #fff;
    float: left;
    width: 100%;
    position: relative;
    z-index: 4;
    display: table;
    padding-top: 5px;
    padding-bottom: 5px;
}

body.body-public header section {
    color: #333333;
}

header div.div-public {
    color: #333333;
    letter-spacing: 1px;
}

.headerWidth {
    max-width: 1200px;
}

header.header-public div.div-public {
    color: #000000;
}

.logo {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.languageDropDown .btn, .languageDropDown .btn:hover, .languageDropDown .btn:active, .languageDropDown .btn:focus {
    border: none;
    background-color: transparent;
    box-shadow:none;
}

ul.languageList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.microToolLanguageLink:hover, .microToolLanguageLink:focus, .microToolLanguageLink:active{
    background-color:#e9ecef;
    color:#1e2125;
    }

#headerImg {
    max-height: 70px;
    float: left;
    width: 150px;
}

#headerForresterLogo {
    max-height: 70px;
    max-width: 150px;
}

header div.desc-public {
    font-size: 1.25em;
    padding: 20px 2px 11px 2px;
    color: #fff;
}

header.header-public-white div.desc-public {
    color: #000;
    font-weight: bold;
}

header section.brand {
    text-align: center;
}

header.header-public div.brand {
    text-align: right;
}

header section.brand p,
header div.brand span,
header div.brand p {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 0.8em;
    padding-top: 5px;
}

header.header-public div.brand p {
    text-align: left;
    float: left;
    margin-left: 0;
    color: #fff;
    font-size: 0.5em;
    text-decoration: underline;
    padding: 10px 0 3px 0;
    max-width: 140px;
}

header.header-public.header-public-white div.brand p {
    color: #333333;
}

header div.brand span {
    color: #fff;
    font-size: 0.6em;
}

header section.brand p img,
header div.brand p img {
    padding: 0 10px 4px 6px;
}

header.header-public div.brand img {
    float: left;
}

header.header-public div.brand img.float-right {
    float: right;
    margin-right: 24px;
}

header section.info {
    width: 10px;
    position: relative;
}

body.body-public header section.info {
    display: none;
}

#console {
    overflow: hidden;
    vertical-align: top;
    padding-top: 0px;
    height: 100%;
    width: 100%;
    background: #f8f9fa;
    display: none;
    display: block;
}

body.body-white #console {
    background: #fff;
}


html.body-scroll #console {
    height: auto;
}

.nav-pills li {
    margin-bottom: 1px;
    margin-left: 2px;
}

.nav-wrap {
    position: relative;
    height: 100%;
    padding: 0 0 0 10px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.nav-wrap.nav-horiz {
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow-y: hidden;
    overflow-x: auto;
}

.footer .nav-wrap.nav-horiz {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0.8em;
}

.footer .nav-wrap.nav-horiz div {
    padding-top: 5px;
}

.nav-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-wide {
    max-width: 1200px;
    margin: auto;
    padding: 0;
}


body.body-public div.nav-wrap-green .mainmnu,
body.body-public div.nav-wrap-green .subNav {
    color: #989899;
}

div.nav-wrap-green .nav-menu li.active .mainmnu,
div.nav-wrap-green .nav-menu li.active .subNav {
    border-bottom: solid 1px #fff;
}

body.body-public div.nav-wrap-green .mainmnu span.icon,
body.body-public div.nav-wrap-green .mainmnu div.icon,
body.body-public div.nav-wrap-green .subNav span.icon,
body.body-public div.nav-wrap-green .subNav div.icon {
    color: #ccc;
}

body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu div.icon,
body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu,
body.body-public div.nav-wrap-green .nav-menu li.active .subNav div.icon,
body.body-public div.nav-wrap-green .nav-menu li.active .subNav {
    color: #fff;
}

body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu,
body.body-public div.nav-wrap-green .nav-menu li.active .subNav {
    border-bottom: solid 1px #ffde00;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px;
}

.body.body-public .nav-stacked>li {
    padding-bottom: 1px;
}

.nav-stacked>li+li {
    margin-top: 1px;
}

body.body-public .nav-stacked>li+li {
    margin-top: 0;
    padding-bottom: 1px;
}

.nav>li.nodisplay {
    display: none;
}

.nav-sm div.mainmnu,
.nav-sm div.subNav {
    padding: 20px 10px 20px 5px;
}

.nav-xsm div.mainmnu,
.nav-xsm div.subNav {
    padding: 10px 10px 10px 5px;
}

.nav-xxsm div.mainmnu,
.nav-xxsm div.subNav {
    padding: 5px 10px 5px 5px;
}

#main-menu {
    margin-top: 0;
}


body.body-public .nav-menu li.active .mainmnu,
body.body-public .nav-menu li.active .subNav {
    border-bottom: solid 1px #fff;
}


.nav-menu li:last-child .mainmnu,
.nav-menu li:last-child .subNav {
    border-bottom: none;
}

li.mainNav.disabled div.mainmnu,
li.mainNav.disabled div.subNav {
    cursor: default;
    color: #e4e4e4;
}


body.body-public li.mainNav a {
    border: 1px solid #fff;
}

body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu {
    color: #ffde00;
}

body.body-public div.nav-wrap-green .nav-menu li.active .mainmnu:hover {
    color: #ffde00;
}

.nav-top {
    padding-right: 15px;
}

.resultGreen {
    color: #2ec486;
}

.mainmnu,
.subNav {
    margin: 0;
    padding: 30px 10px 30px 5px;
    color: #676767;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1px;
    width: 100%;
    -webkit-transition: background .25s, color .35s, padding .5s;
    transition: background .25s, color .35s, padding .5s;
}

.nav-title {
    margin-left: 5px;
    font-size: 13px;
}

.mainmnu:hover,
.subNav:hover {
    cursor: pointer;
}

.console-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.console-wrap.inputSection {
    background-color: #FFF;
}

body .console-wrap {
    padding-bottom: 0px !important;
}

html.body-scroll div.console-wrap {
    height: auto;
}

.console-menu {
    min-width: 100%;
    height: 100%;
}


html.body-scroll div.console-menu {
    height: auto;
}

#content h2 {
    color: #000000;
    font-weight: 700;
}

#content h2 {
    font-size: 20px !important;
}

#content h2.h2-public {
    margin-top: 0;
}

body.body-public #content h2.h2-public {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    padding: 10px 10px 10px 20px;
}


body.body-public #content h3.h3-public {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

#content section {
    width: 100%;
    color: #696969;
}

.welcomebg {
    background: url(/go/forrester/templates/TEI/v5/img/DarkYellow_bg.jpg);
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    right: 0;
    position: absolute;
    background-size: cover;
    background-position: right;
}

.pnlWelcome {
    height: 100vh;
    position:relative;
}


body.body-public #content section {
    color: #333333;
}

#content section:after {
    clear: left;
}

#content section table,
#content section tbody {
    width: 100%;
}

#content section .ref {
    width: 10%;
    float: left;
}

#content section .ref tr {
    padding: 0;
}

#content section .ref td {
    text-align: center;
}

#content section .values {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

#content section.tbl p {
    padding-left: 0;
    padding: 0px;
    clear: both;
}

#content h1 {
    margin-left: 0;
    padding-left: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

section.c-head {
    display: none;
}

.question-title {
    width: 95%;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
}

.checkbox label{
    margin-top: 4px;
    padding-left: 15px;
}

.pnlRegistration,
.cookiesBeforeReg {
    text-align: center;
}

#content section:last-child {
    border-bottom: none;
}

#content .c-head {
    padding: 10px 20px 10px 20px;
    margin-bottom: 0;
}

#content section.c-head h2,
body.body-public #content section.c-head h2.h2-public {
    margin-bottom: 0;
    padding: 0;
}


#content section.tbl {
    padding-top: 15px;
    padding-bottom: 0px;
    clear: left;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

#content section.tbl:first-child {
    padding-bottom: 0;
}

#content section.tbl.subSection {
    background-color: #fff;
}

#content table.margin-btm {
    margin-bottom: 0;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#content footer p {
    padding-left: 10px;
    font-size: 0.75em;
}

div.footer {
    background-color: #444;
}

div.footer span {
    padding-left: 0px;
}


.registerBtn {
    clear: both;
    display: block;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.nodisplay {
    display: none;
}

.wrapper {
    display: inline-block;
    width: 100%;
    min-height: 400px;
}

.chart {
    display: table-cell;
    position: absolute;
    width: 70%;
    max-width: 800px;
}

.invalid {
    color: white;
    background: red;
    font-weight: bold;
}

.border {
    border-style: solid;
}

#content .checkbox {
    margin-bottom: 15px;
}

#content .radio {
    margin-left: 0px;
}

.checkbox,
.radio {
    margin-top: 0px;
}

#content input[type=checkbox].checkbox-lg {
    height: 18px;
    width: 18px;
    margin-top: 6px;
    margin-left: 0px;
    position: absolute;
}

#content input[type=radio].radio-lg {
    height: 18px;
    width: 18px;
    margin-top: 3px;
}

#content label.checkbox-lg,
#content label.radio-lg {
    padding-top: 0;
    font-size: 18px;
}


#content li {
    padding-right: 20px;
    padding-bottom: 20px;
}


#content div.container-striped div.row:nth-of-type(even),
#content div.container-striped div.flexbox-row:nth-of-type(even) {
    background-color: #f9f9f9;
}


div.row-align-items-center,
div.row-align-items-center-all {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

div.row-align-items-bottom,
div.row-align-items-bottom-all {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: flex;
    align-items: flex-end;
}

#content div.row-border {
    border-top-color: #f8f9fa;
}

#content div.row-border:last-child {
    border-bottom-color: #f8f9fa;
}

#content div.container-border div.row-input {
    border-top-color: #f8f9fa;
}

#content div.container-border div.row-input:last-child {
    border-bottom-color: #f8f9fa;
}

#content div.row-header {
    font-size: 0.8em;
    font-weight: bold;
    padding-bottom: 5px;
}

#content div.row-input {
    padding-top: 10px;
    padding-bottom: 10px;
}

#content div.row-input-short {
    padding-top: 5px;
    padding-bottom: 5px;
}

#content div.row-input-text {
    padding-left: 20px;
    font-size: 18px;
}

#content div.row.row-input div.row-input-text {
    padding-top: 6px;
}

#content div.row-input-radio div:not(.row-input-text),
#content div.row-input div:not(.row-input-text) {
    display: inline;
}

#content div.row-input-radio div.text-left,
#content div.row-input div.text-left {
    display: inline;
    text-align: left;
}

#content div.row-input-radio-b4 label {
    font-size: 0.8em;
    padding-left: 3px;
}

#content div.row-vertical-align-bottom {
    padding-bottom: 3px;
}

#content div.row-header div {
    padding-left: 0;
    padding-right: 0;
}

.labelwrapper {
    float: right;
    text-align: left;
    width: 85%;
}

.disabledCheckboxLabel {
    color: #ccc !important;
}

.gdprBtn {
    border-radius: 0px !important;
}
.gdprBtn.gdprAcceptance,
.gdprBtn.gdprRegAcceptance {
    background: #0f62fe !important;
    color: #fff !important;
}


body.body-public div.progress {
    border-radius: 0;
}

body.body-public .progress-bar {
    background-color: #000;
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}

/* The container */

.container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #000000;
    border: none;
}


label.container .d-block.d-md-none {
    margin-left: 15px;
    width: 85%;
}

.subNav {
    padding-left: 10px;
}

.contentBody {
    max-width: 1200px;
    margin: 0 auto;
}

.inputBody {
    max-width: 1200px;
    margin: 0 auto;
}

body .gdprBottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

.gdprFooterPadding {
    padding-bottom: 80px;
}

.inputSection {
    overflow: hidden;
}

.inputPanel {
    background-color: #FFF;
    overflow: hidden;
}


.inputSection h3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* force the radio buttons to be vertical .. which normally they would with responsive css at 767 screen width */

.collapseRadio.nobackground {
    background-color: white !important;
    border-color: white !important;
}

.collapseRadio.hidden-xs {
    display: none !important;
}

#content div.row-input-radio.collapseRadio div:not(.row-input-text) {
    text-align: left !important;
}


.collapseRadio input[type='radio'],
.collapseRadio .checkmark {
    float: left !important;
    margin-bottom: 10px !important;
}

.visible-xs-inline.collapseRadio {
    display: inline-block !important;
    padding-left: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    width: 92%;
}

.col-sm-1.collapseRadio,
.col-sm-2.collapseRadio {
    width: 100% !important;
}


.row.row-align-items-center.row-border.row-input.row-input-radio.collapseRadio {
    display: flex;
}

#content div.row-input-radio.collapseRadio label {
    font-weight: normal !important;
    font-size: 18px;
    padding: 0;
}

#content div.row-input-radio.collapseRadio div:not(.row-input-text) {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.chartTitle {
    width: 142px;
    vertical-align: middle;
    display: table-cell;
}

.bulletContainer {
    display: table;
    margin: 0 auto;
}


.commissionedBy {
    color: black !important;
    float: right;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.forresterAndCommissionedWrapper {
    float: right;
    width: auto;
}

.forresterAndCommissioned {
    margin: auto 0;
    width: 100%;
}


.legendImageTextWrapper {
    font-size: 16px;
    display: inline-block;
}


@media screen and (max-width: 1100px) {
    .col-sm-6 .col-centered {
        width: 100% !important;
    }
}


@media screen and (max-width: 1000px) {
    .gdprContentPadding {
        margin-bottom: 250px;
    }

}

@media screen and (max-width: 991px) {

    div.row-align-items-top.row-break-sm,
    div.row-align-items-center.row-break-sm,
    div.row-align-items-bottom.row-break-sm {
        display: block;
    }

    #content div.row-header-responsive div {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 975px) {
    .visible-xs-inline.collapseRadio {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {

    .bulletCharts {
        width: 750px;
    }
}

@media screen and (max-width: 800px) {
    .gdprFooterPadding {
        padding-bottom: 105px;
    }

    .bulletCharts {
        width: 725px;
    }

    .col-centered {

        float: left !important;
    }
}

@media screen and (min-width: 768px) {

    #content .checkbox-col,
    #content .radio-col {
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .bulletCharts {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {

    .welcomebg {
        background: none !important;
        display: none;
    }

    .col-xs-8 {
        width: 100%;
    }

    .h1,
    h1 {
        font-size: 24px;
    }

    #content .checkbox,
    #content .radio {
        margin-bottom: 15px;
    }

    .container {
        font-size: 18px;
        margin-left: 0px;
    }


    .chart {
        width: 90% !important;
    }


    div.row-align-items-top,
    div.row-align-items-center,
    div.row-align-items-bottom {
        display: block;
    }

    #content div.row-input-radio div:not(.row-input-text) {
        text-align: left;
    }

    header p.commissionedBy {
        font-size: 0.5em;
    }


    header div.logo {
        padding: 11px 3px 11px 20px;
    }

    header.header-public div.brand p {
        padding: 3px 0 3px 0;
    }


    .btn-group-lg>btn,
    .btn-lg {
        font-size: 14px;
    }

    #content div.row-input-text {
        padding: 0px 15px;
    }

    /**wrap radio button labels*/
    input[type='radio'] {
        float: left;
        margin-bottom: 10px;
    }

    .visible-xs-inline {
        display: table-cell !important;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .checkmark {
        float: left;
    }

    .radio .container span.visible-xs-inline {
        display: inline-block !important;
        padding-top: 4px;
    }
}

@media screen and (max-width: 700px) {

    .bulletLegend {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bulletCharts {
        width: 625px;
    }
}

@media screen and (max-width: 650px) {

    #content .checkbox,
    #content .radio {
        margin-left: 0px;

    }

    .bulletCharts {
        width: 575px;
    }

    .gdprFooterPadding {
        padding-bottom: 125px;
    }

    .commissionedBy {
        padding-right: 20px;
    }
}

@media screen and (max-width: 600px) {

    .commissionedBy {
        padding-right: 10px;
    }

    .forresterAndCommissionedWrapper {
        width: auto;
    }

    .bulletCharts {
        width: 525px;
    }
}

@media screen and (max-width: 550px) {
    .gdprFooterPadding {
        padding-bottom: 170px;
    }

    .bulletCharts {
        width: 475px;
    }

    #content li {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 500px) {
    .box {
        width: 100%;
    }

    #content div.row-input.row-input-radio.collapseRadio input[type=radio],
    #content div.row-input.row-input-radio.collapseRadio .checkmark {
        margin-left: 0% !important;
    }

    .bulletCharts {
        width: 425px;
    }

    .ratingSubText {
        width: 100%;
    }

    .ratingInputContainer {
        width: 100%;
    }

    /* CUSTOM */
    .figureChart {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {

    .bulletCharts {
        width: 375px;
    }
}

@media screen and (max-width: 400px) {
    .gdprFooterPadding {
        padding-bottom: 190px;
    }

    .bulletCharts {
        width: 325px;
    }
}

@media (min-width:500px) {
    .d-md-none {
        margin-left: 20px;
        width: 89%;
        display: inline-block;
    }
}