html body {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    font-size: 16px;
}


/* Utility Classes */

.w-50-px {
    width: 50px !important;
}

.w-100-px {
    width: 100px !important;
}

.w-150-px {
    width: 150px !important;
}

.w-170-px {
    width: 170px !important;
}

.w-180-px {
    width: 180px !important;
}

.w-200-px {
    width: 200px !important;
}

.w-210-px {
    width: 210px !important;
}

.w-220-px {
    width: 220px !important;
}

.w-230-px {
    width: 230px !important;
}

.default-gradient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}


/* Green Button */

.mps-btn-green-arrow,
.mps-btn-green {
    display: inline-block;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 30%);
    background-color: #00bf00 !important;
    border-color: #00bf00 !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.5rem !important;
}

.mps-btn-green-arrow:hover,
.mps-btn-green:hover {
    background-color: #00bf00 !important;
    border-color: #00bf00 !important;
}


/* Green Button arrow */

.mps-btn-green-arrow::after {
    font-family: bootstrap-icons !important;
    content: "\f285";
    margin-left: 2px;
    font-size: 1rem;
    top: 2px;
    position: relative;
}


/* White Button */

.mps-btn-white {
    display: inline-block;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 30%);
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 30%) !important;
    color: #333 !important;
    text-align: center;
    text-decoration: none !important;
    position: relative;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.5rem !important;
}


/* ENDS: Utility Classes */


/* Remove max-width limitation as it will be managed by bootstrap */

html body .page-main {
    max-width: none !important;
}


/* Breadcrumb Style */

.breadcrumbs-wrapper {
    margin-top: 20px;
}

.breadcrumbs {
    max-width: 100% !important;
    padding: 0 10px !important;
}

.breadcrumbs ul li>a {
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    text-decoration: none;
}

.breadcrumbs ul li>a:visited {
    color: #888888;
    text-decoration: none;
}

.breadcrumbs ul li::after {
    margin-top: 7px !important;
    width: 17px;
    margin-left: -6px !important;
    color: #888888;
}

.breadcrumbs ul li>strong {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}


/* ENDS: Breadcrumb Style */


/* FQA page accordion */

.faq-accordion-wrap {
    --accordion-active-color: #cbffcb;
    --accordion-border-color: #21e621;
    --accordion-icon-color: #c5c5c5;
}

.faq-accordion-wrap .accordion-body {
    padding-right: 0;
    padding-left: 0;
}

.faq-accordion-wrap .accordion-item {
    border: none;
}

.faq-accordion-wrap .accordion-button:not(.collapsed),
.faq-accordion-wrap .accordion-button:hover {
    background-color: var(--accordion-active-color) !important;
    box-shadow: none !important;
    border: none;
    color: #333;
}

.faq-accordion-wrap .accordion-button:focus {
    box-shadow: none !important;
    border: none;
}

.faq-accordion-wrap .accordion-button::before {
    background-image: none;
}

.faq-accordion-wrap .accordion-button::after {
    background-image: none;
}

.faq-accordion-wrap .accordion-button::before {
    width: 1rem;
    height: 1rem;
    margin-right: 20px;
    font-family: bootstrap-icons !important;
    content: "\F64D";
    color: var(--accordion-icon-color);
}

.faq-accordion-wrap .accordion-button:not(.collapsed)::before {
    content: "\F63B";
    color: var(--accordion-border-color);
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/****** Form element css *********/

.mps-form input::-webkit-input-placeholder,
.mps-form select::-webkit-input-placeholder,
.mps-form textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8d9195;
}

.mps-form input:-moz-placeholder,
.mps-form select:-moz-placeholder,
.mps-form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8d9195;
}

.mps-form input::-moz-placeholder,
.mps-form select::-moz-placeholder,
.mps-form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8d9195;
}

.mps-form input:-ms-input-placeholder,
.mps-form select:-ms-input-placeholder,
.mps-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8d9195;
}

.custom-radio {
    position: relative;
    margin-bottom: 14px;
    padding-left: 27px;
}

.form-control:hover,
.form-select:hover {
    border: solid 1px #a0a9b2 !important;
    background-color: #fff;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 4px 8px 0 rgb(33 230 33 / 35%) !important;
    border: solid 1px #21e621 !important;
}

.custom-radio label {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #666;
    margin: 0 0 12px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
}

.custom-radio strong {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #717171;
    position: relative;
    top: -3px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio .checkmark::after {
    content: " ";
    position: absolute;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid 1px #e5ebf2;
    background-color: #fff;
}

.custom-radio .checkmark::after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00bf00;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio:hover input~.checkmark {
    background-color: #c9f7c9;
}

select.custom-form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    background: url('/media/wysiwyg/arrow-select.png') no-repeat right 16px center/10px 6px, linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
}

select.custom-form-select:focus {
    outline: none;
}


/* SETUP SERVOS PAGE */

@media screen and (max-width: 767px) {
    .setup-sec {
        margin-left: -38%;
    }
}


/* OUR PRODUCT PAGE */

.our-product-first-row .col-gradient::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
    height: 112px;
    width: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
}

.our-product-first-row .col-gradient br {
    display: none;
}

.btn-arrow-right::after {
    content: "\F285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 1rem;
    vertical-align: -0.1rem;
}

@media (max-width: 767px) {
    .our-product-first-row .col-gradient:nth-child(2) {
        margin-top: 1rem;
    }
    .our-product-pge-mobile-mac {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .our-product-pge-mac img {
        max-width: 105%;
    }
}


/* ENDS: OUR PRODUCT PAGE */


/* Give category-view div position relative so elements can be positioned with position absolute */

html body .category-view .category-cms {
    position: relative;
}


/* Home page */

.cms-home .page-title-wrapper {
    display: none;
}

.cms-home .page-main {
    padding-left: 0;
    padding-right: 0;
}

.cms-home .left-tile-column {
    width: 45%;
    margin-right: 1%;
    margin-left: 4%;
    padding: 8px 0;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.cms-home .right-tile-column {
    width: 45%;
    margin-left: 1%;
    margin-right: 4%;
    padding: 8px 0;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.cms-home .home-tile-link::after {
    font-family: bootstrap-icons !important;
    content: "\f285";
    position: absolute;
    margin-left: 2px;
    font-size: 1.3rem;
    bottom: 4px;
}

.cms-home ul.left-tile-features-list,
.cms-home ul.right-tile-features-list {
    list-style: none;
    padding-left: 1rem;
}

.cms-home ul.left-tile-features-list li,
.cms-home ul.right-tile-features-list li {
    margin-bottom: 0;
    background: url('//media.ezmotion.co/wysiwyg/home-bullet.png') no-repeat left center;
    padding: 4px 10px 0 25px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

.cms-home ul.protocols-list-ul li::before {
    content: "\2022";
    color: #21e621;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    line-height: 32px;
}

.cms-home .left-tile-column,
.cms-home .right-tile-column {
    border: solid 1px transparent;
}

.cms-home .left-tile-column:hover,
.cms-home .right-tile-column:hover {
    border-color: #00bf00;
}

.cms-home .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 191, 0, 0.5);
    ;
    border-radius: 8px;
    width: calc(100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-home .left-tile-column:hover,
.right-tile-column:hover {
    cursor: pointer;
}

.cms-home .left-tile-column:hover .overlay,
.right-tile-column:hover .overlay {
    opacity: 1;
}

.cms-home .tile-overlay-arrow.left-arrow {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
}

.cms-home .left-tile-column:hover .tile-overlay-arrow,
.right-tile-column:hover .tile-overlay-arrow {
    opacity: 1;
}

.cms-home .page-header:after {
    content: '';
    display: block;
    height: 4px;
    max-width: none;
    background-color: #DDD;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #00bf00;
    background: linear-gradient(to left, #00bf00 20%, #008200 100%);
    background: -moz-linear-gradient(right, #00bf00 20%, #008200 100%);
    background: -ms-linear-gradient(right, #00bf00 20%, #008200 100%);
    background: -o-linear-gradient(right, #00bf00 20%, #008200 100%);
    background: -webkit-linear-gradient(right, #00bf00 20%, #008200 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008200', endColorstr='#00bf00', GradientType=1);
}

.cms-home .ytb-player-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

@media (min-aspect-ratio: 16/9) {
    .cms-home .ytb-player-wrap iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw !important;
        height: 56.25vw !important;
        transform: translate(-50%, -50%);
    }
}

@media (max-aspect-ratio: 16/9) {
    .cms-home .ytb-player-wrap-mob {
        position: absolute;
        width: 100%;
        height: 82%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .cms-home .ytb-player-wrap-mob iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 140vw !important;
        height: 50.25vh !important;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    .cms-home .ytb-player-wrap-mob {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .cms-home .left-tile-column,
    .cms-home .right-tile-column {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .home-tile-link {
        bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cms-home .servos-modules-adv ul li::marker {
        color: #00bf00;
        font-size: 1.5rem;
    }
    .cms-home .left-tile-column,
    .cms-home .right-tile-column {
        width: 98%;
        margin: 0 1%;
    }
    .home-tile-img-wrap img.img-fluid {
        width: 100%;
    }
}


/* xl */

@media (min-width: 1200px) and (max-width: 1399px) {
    .cms-home .left-tile-title,
    .cms-home .right-tile-title {
        font-size: 28px !important;
    }
}


/* xs and sm */

@media (max-width: 767px) {
    .cms-home .page-header {
        margin-bottom: 0;
    }
    .cms-home .page-header:after {
        top: 143px;
    }
    .cms-home .home-tile-link::after {
        margin-left: 0;
        font-size: 1.1rem;
        bottom: 7px;
    }
    .cms-home .servos-modules-adv ul li::marker {
        color: #00bf00;
        font-size: 1.5rem;
    }
}


/* END Home page */


/* About page */

.category-about .category-view .category-description {
    margin-bottom: 0 !important;
}

.category-about .page-main {
    padding-left: 0;
    padding-right: 0;
}

/* CMS Pages */
/** mobile **/
@media screen and (max-width: 555px) {
    .breadcrumbs-wrapper {
        margin-top: 157px;
    }
}
/* END CMS Pages */

/* Category Pages */
/** mobile **/
@media screen and (max-width: 555px) {
    .catalog-category-view .breadcrumbs-wrapper {
        margin-top: 157px;
    }

    body.product-motionlab .breadcrumbs-wrapper {
        margin-top: 0;
    }
    .catalog-category-view .page-main {
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 8px 0;
        margin-left: 0px  !important;
    }

    .catalog-category-view  .parametric-search-custom-wrapper {
        margin: 0 8px;
    }

    .catalog-category-view .parametric-search-custom-wrapper .dataTables_wrapper {
        overflow-x: auto !important;
    }
}
/* END Category Pages */

/* Forgot Password */
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title,
.customer-account-logoutsuccess .page-title {
    margin-top: 20px;
}

.customer-account-forgotpassword .page-title span,
.customer-account-createpassword .page-title span,
.customer-account-logoutsuccess .page-title span {
    font-size: 40px;
    font-weight: bold;
    color: #00bf00;
    margin-bottom: 13px;
}

.customer-account-forgotpassword form.password.forget label,
.customer-account-createpassword form.password.reset label {
    text-align: left !important;
}

.customer-account-forgotpassword form.password.forget .actions-toolbar,
.customer-account-createpassword form.password.reset .actions-toolbar {
    margin-left: 0;
}

.customer-account-createpassword form.password.reset .fieldset > .field.choice:before {
    padding: 0 !important;
    width: 0px !important;
}

@media (max-width: 767px) {
    .customer-account-forgotpassword .page-title span,
    .customer-account-createpassword .page-title span {
        font-size: 28px;
    }
}
@media (max-width: 555px) {
    .customer-account-forgotpassword .control div.mage-error,
    .customer-account-createpassword .control div.mage-error {
        font-size: 1rem;
    }
}
/* END Forgot Password */