*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #52575A;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 20px;
    color: #52575A;
    margin-top: 0;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #040503;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:visited{
    color: #040503;
}
a:hover{
    text-decoration: none;
}
a.button{
    -webkit-appearance: none;
}
li {
    list-style-type: none;
}

.img-fluid {
    max-width: 100%;
    height: auto,
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
input[type="text"], input[type="password"], input[type="url"], 
input[type="tel"], input[type="number"], 
input[type*="date"], input[type="email"], select{
    border: 1px solid rgba(182,187,188, 0.5);
    height: 36px;
}
textarea{
    border: 1px solid rgba(182,187,188, 0.5);
}
ul {
    margin: 0;
    padding: 0;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
}
.center {
    text-align: center;
}
/* common-css */
.common-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #040503;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
/* common-css end here */
/* common-block css start here */
.common-block {
    border: 1px solid rgba(182, 187, 188, 0.5);
    border-radius: 3px 3px 0px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-block .bootom-disc {
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.common-block .top-image img {
    display: block;
}
.small-title {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.common-block .disc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.common-block .common-button {
    margin-top: auto;
}
.action.primary{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}
/* common-block css end here */
/* common-button css start here */
.common-button a, .action.primary, .action-primary, .action.primary:focus, .action.primary:active {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: #D8252E;
    border: 1px solid #D8252E;
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 10px;
    transition: all 0.5s ease;
}
a.action.primary{
    border-radius: 0;
}
a.action.primary:hover{
    border-color: #D8252E;
}

.common-button a:hover, .action.primary:hover, .action-primary:hover {
    background: transparent;
    color: #D8252E;
    border-color: #D8252E;
    text-decoration: none;
    transition: all 0.5s ease;
}

.browse-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #52575A;
}

.browse-btn a span {
    margin-left: 10px;
}

.browse-btn {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.browse-btn a span img {
    width: 18px;
    height: 12px;
    vertical-align: middle;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}
/* cmmon-banner- css */
.common-banner-wrapper {
    padding: 40px 0;
    color: #fff;
}
/* common banner css end */
/* login and register css */
.form-create-account{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.create.account.form-create-account{
    width: 100%;
}
.form-create-account .create {
    width: calc(100% - 0px);
    float: left;
}
.fieldset > .field > .label{
    margin-bottom: 0;
}
.customer-account-forgotpassword .page-title-wrapper, 
.customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper {
    margin: 40px 0;
}
.form-login .action.remind{
    color: #D8252E;
}
/* my account css */
.account .page-title-wrapper .page-title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 8px;
}
.account a:hover, .account .block-title .action:hover{
    color: #D8252E;
}
.account .page-main .block .block-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* sidebar css */
.sidebar .block-feedback .block-content{
    text-align: left;
    margin-top: 15px;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{
    border-color: #D8252E;
}
/* pagination css start */
.pages a.page{
    padding: 0 12px;
    color: #52575A;
    border: 1px solid #dddddd;
}
.pages a.page:hover{
    color: #ffffff;
    background-color: #D8252E;
    border-color: #D8252E;
}
.pages strong.page{
    background: #D8252E;
    border-color: #D8252E;
    padding: 1px 14px;
    color: #ffffff;
}
.pages .action{
    background: transparent;
    border: 1px solid #dddddd;
    color: #52575A;
    border-radius: 0;
    box-shadow: none;
}
.pages .action:hover{
    background: #D8252E;
    color: #ffffff;
}
.pages .action:before{
    color: #52575A;
    font-size: 14px;
}
.pages .action.next{
    margin-left: 0;
}
.pages .action.previous{
    margin-right: 0;
}
/* search page css */
.search.results .products-grid .product-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.search.results .products-grid .product-items .product-item{
    margin-bottom: 15px;
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0;
    width: calc((100% - 0px) / 1);
}
.search.results .products-grid .product-items .product-item-info{
    height: 100%;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}
.search.results .products-grid .product-items .product-item-info:hover{
    padding-bottom: 50px;
}
.search.results .products-grid .product-item-info .product-item-actions{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    margin: 0;
    z-index: 1;
}
.search.results .products-grid .product-item-info .product-item-description{
    margin-bottom: 0;
}
.search.results .products-grid .product-item-info .product-item-description p{
    margin-bottom: 0;
}
.amsearch-related-terms > .amsearch-item{
    background: #f8f8f8;
}
.amsearch-related-terms > .amsearch-item:hover{
    background: #D8252E;
    color: #ffffff;
}
/* machine popup */
.machine-request-popup{
    margin-top: 10px;
}
.machine-request-popup .form-group {
    margin-bottom: 15px;
}
.machine-request-popup .action .btn-submit, .machine-request-popup .action .btn-close{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: #D8252E;
    border: 1px solid #D8252E;
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 10px;
    margin-right: 10px;
    transition: all 0.5s ease;
}
@media (min-width: 420px){
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 2);
    }
}
@media (min-width: 640px){
    .search.results .products-grid .product-items .product-item{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px){
    .catalogsearch-result-index .toolbar-products {
        position: initial;
        background-color: #F8F8F8;
        padding: 10px;
    }
    .modes-mode{
        background-color: transparent;
    }
    .modes-mode.active{
        box-shadow: none;
        background: transparent;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 3)
    }
    .form-create-account .create {
        width: calc(50% - 30px);
        float: left;
    }
}
@media screen and (min-width: 992px) {
    .common-button a {
        font-size: 15px;
        padding: 4px 14px;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 4)
    }
}
@media screen and (min-width: 1200px) {
    .common-title {
        font-size: 26px;
        line-height: 36px;
    }
    .search.results .products-grid .product-items .product-item{
        width: calc((100% - 0px) / 5)
    }
}
@media screen and (min-width: 1340px) {
    .common-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (min-width: 1399px) {
    .container, .page-main{
        max-width: 1440px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 767px){
    .customer-account-login .column.main, 
    .customer-account-create .column.main, 
    .customer-account-forgotpassword .column.main{
        margin-top: 0;
    }
    .login-container .fieldset:after, 
    .form-create-account .fieldset.create.account:after, 
    .form.password.forget .fieldset:after{
        margin-top: 5px;
    }
    .block-collapsible-nav{
        top: 20px;
        margin-bottom: 0;
    }
    .account .column.main .block:not(.widget) .block-title:before, 
    .account .column.main .block:not(.widget) .block-title:after{
        display: none;
    }
    .account .column.main{
        margin-bottom: 0;
    }
}

@media (max-width: 639px){
    .pages-item-next, .pages-item-previous{
        position: initial;
    }
    .catalogsearch-result-index .columns{
        padding-top: 35px;
    }
}


.cms-altm-about-us .title-banner-wrapper{
    background-image: url(../../frontend/biztech/amadaonline/en_US/images/about-breadcrumb-bg.jpg);
}
.cms-contacts-us .title-banner-wrapper{
    background-image: url(../../frontend/biztech/amadaonline/en_US/images/contact-breadcrumb-bg.jpg);
}
.faq-faq-view .title-banner-wrapper{
    background-image: url(../../frontend/biztech/amadaonline/en_US/images/faq-breadcrumb-bg.jpg);
}
.cms-financing .title-banner-wrapper{
    background-image: url(../../frontend/biztech/amadaonline/en_US/images/financing-breadcrumb-bg.jpg);
}
.cms-sellyourmachine .title-banner-wrapper{
    background-image: url(../../frontend/biztech/amadaonline/en_US/images/sell-machine-breadcrumb-bg.jpg);
}


/* software page css start here */
.software-detail {
    padding: 25px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #52575A;
}

.software-detail .title {
    margin-bottom: 15px;
    margin-top: 10px;
}

.software-detail p {
    margin-bottom: 10px;
    color: #52575A;
}

.software-detail .disc+.title {
    margin-top: 25px;
}
/* financing page css start here */
.financing {
    padding: 35px 0;
}

.financing-contact-inner .financing-left-block .disc p:last-child {
    margin-bottom: 15px;
}

.financing-contact-inner .financing-left-block .flb-inner {
    background: #F8F8F8;
    padding: 20px;
    text-align: center;
}

.financing-contact-wrapper {
    margin-top: 35px;
}

.financing-contact-inner .financing-right-block .frb-inner {
    background: #D8252E;
    padding: 20px;
    height: 100%;
    align-items: center;
    text-align: center;
}

.financing-right-block .frb-inner .mail .icon img, .financing-right-block .frb-inner .contact .icon img {
    width: 30px;
}

.financing-right-block .icon img {
    margin: 0 auto;
}

.financing-contact-inner .financing-right-block .frb-inner .mail {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
}

.financing-contact-inner .financing-left-block .title {
    margin-bottom: 17px;
}

.financing-contact-inner .financing-left-block {
    margin-bottom: 20px;
}

.financing-contact-inner .financing-right-block .frb-inner .link a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.financing-contact-inner .financing-right-block .contact {
    padding-top: 20px;
}
/* about-cms page css start here */
.about-cms {
    padding: 35px 0;
}
.about-cms .about-cms-left .left-banner img {
    width: auto;
    margin: 0 auto;
}
.about-cms .about-cms-left {
    margin-bottom: 30px;
}
/* service-training css start here */
.service-training-section {
    padding: 50px 0 264px 0;
}
/* contact-us-section page css start here */
.contact-us-section {
    padding: 25px 0;
}
.contact-us-section .contact-us-wrapper {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-section .contact-us-wrapper .contact-field {
    display: flex;
    margin: 0 -10px;
    margin-left: auto;
    margin-right: auto;
    background: #F8F8F8;
    border: 1px solid rgba(182, 187, 188, 0.5);
    align-items: center;
    padding: 9px;
    margin-bottom: 10px;
}
.contact-us-section .contact-us-wrapper .contact-field.email {
    align-items: flex-start;
}
.contact-us-section .contact-us-wrapper .contact-field a {
    color: #D8252E;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
.contact-us-section .contact-us-wrapper .contact-field .icon {
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 30px;
    margin: 0 20px 0 9px;
}
.contact-us-section .contact-us-wrapper .contact-field.email .icon {
    margin-top: 10px;
}
.contact-us-section .contact-us-wrapper .contact-field .disc .small-title {
    margin-bottom: 0;
    color: #52575A;
}
.contact-us-section .contact-us-wrapper .contact-field .disc p {
    margin-bottom: 0;
}
.cms-content{
    margin-top: 30px;
}
.cms-altm-privacy-policy strong{
    margin-bottom: 10px;
    display: block;
}
.shopbymanufacturer-block {
    background: #fff;
    padding: 0;
    margin-top: 30px;
}
.shopbymanufacturer-block .manufacturer-list .manufacturer-item {
    min-height: 41px;
    display: flex;
    align-items: center;
}
.cms-page-title{
    margin-top: 30px;
}
.manufacturer-list .manufacturer-item {
    margin: 0;
    position: relative;
    padding: 0 13px 0 16px;
}
.shopbymanufacturer-block .block-title {
    background: #040503;
    color: #fff;
    padding: 8px 21px;
    font-size: 18px;
    line-height: 29px;
    font-family: "Poppins-SemiBold";
    margin: 0;
}
.shopbymanufacturer-block .manufacturer-list .manufacturer-item a {
    line-height: 26px;
}
.shopbymanufacturer-block .manufacturer-list .manufacturer-item.active a, 
.shopbymanufacturer-block .manufacturer-list .manufacturer-item.active a:after{
    color: #D8252E;
}
.manufacturer-list .manufacturer-item a:after {
    content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    right: 10px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 700;
}
.manufacturer-list {
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 10%);
}
.wizard-1 strong, .wizard-2 strong {
    color: #D8252E;
}
.wizard-1-left ul, .wizard-1-right ul {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}
.wizard-1-left ul li, .wizard-1-right ul li{
    list-style-type: disc;
}
.request-quote-free-demo, .request-quote-free-demo:focus{
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: #D8252E;
    border: 1px solid #D8252E;
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 10px;
    transition: all 0.5s ease;
}
.request-quote-free-demo:hover{
    background: transparent;
    color: #D8252E;
    border-color: #D8252E;
    transition: all 0.5s ease;
}
.learn-more:hover{
    color: #D8252E;
}
.pages .action.previous:hover:before, 
.pages .action.next:hover:before{
    color: #ffffff;
}
.request_free_demo .form-group {
    margin-bottom: 15px;
}
.request_free_demo .google-captcha{
    margin: 15px 0;
}
/* responsive css start here */
@media(min-width:768px) {
    /* contact us page css start here */
    .contact-us-section {
        padding: 30px 0;
    }
    /* sell machine page css start here */
    .sell-machine-section {
        padding: 30px 0;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        counter-reset: count;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .machine-block.reverse::after {
        top: 0px;
        transform: rotate(133deg);
        left: 58px;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .machine-block.reverse::before {
        top: -60px;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .machine-block.reverse {
        margin-top: 60px;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .machine-block {
        margin-bottom: 0;
    }
    /* software page css start here */
    .software-detail {
        padding: 30px 0;
    }
    /* financing page css start here */
    .financing-contact-inner .financing-right-block .frb-inner .mail,
    .financing-contact-inner .financing-right-block .frb-inner .contact {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px;
        text-align: center;
    }
    .financing-contact-inner .financing-right-block .frb-inner .mail {
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        border-bottom: 0;
        padding-bottom: 0;
    }
    .financing-contact-inner .financing-right-block .frb-inner {
        display: flex;
        flex-wrap: wrap;
    }
    .financing-contact-inner .financing-right-block .contact {
        padding-top: 0;
    }
    .financing {
        padding: 40px 0;
    }
    /* about-cms css start here */
    .about-cms {
        padding: 40px 0;
    }
    .about-cms .about-cms-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .about-cms .about-cms-inner .about-cms-left {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .about-cms .about-cms-inner .about-cms-right {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 0 20px;
    }
    .about-cms .about-cms-left .left-banner img {
        width: 100%;
    }
    /* about-cms css end here */
}

@media(min-width:992px) {
    /* contact us page css  start here */
    .contact-us-section {
        padding: 50px 0;
    }
    /* sell machine page css start here */
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .icon {
        margin: 12px auto 0 auto;
        height: 50px;
        width: 50px;
    }
    .sell-machine-section .sell-machine-block-wrapper .sell-machine-block-inner .sell-machine-block .title {
        margin: 15px 0;
    }
    /* financing page css start here */
    .financing-contact-wrapper .financing-contact-inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .financing-contact-inner .financing-left-block {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
        margin-bottom: 0;
    }
    .financing-contact-inner .financing-right-block {
        flex: 0 0 66.66%;
        max-width: 66.66%;
        padding: 0 10px;
    }
    .financing-contact-inner .financing-left-block .flb-inner {
        text-align: left;
    }
}

@media(min-width:1200px) {
    /* sell machine page css start here */
    .sell-machine-section {
        padding: 42px 0 51px 0;
    }
    /* software page css start here */
    .software-detail {
        padding: 42px 0;
    }
    .software-detail .title {
        margin-bottom: 30px;
    }
    .software-detail .disc+.title {
        margin-top: 50px;
    }
    /* financing page css start here */
    .financing-contact-inner .financing-right-block .frb-inner .link a {
        font-size: 18px;
    }
    .financing-right-block .frb-inner .contact .icon img, 
    .financing-right-block .frb-inner .mail .icon img {
        width: 35px;
    }
    .financing-right-block .icon {
        margin-bottom: 10px;
    }
    .financing-contact-inner .financing-left-block .disc p:last-child {
        margin-bottom: 27px;
    }
    .financing-contact-wrapper {
        margin-top: 44px;
    }
    .financing {
        padding: 50px 0;
    }
    /* financing page css end here */
    .about-cms {
        padding: 50px 0;
    }
}

@media(min-width:1340px) {
    /* about-cms css start here */
    .about-cms .about-cms-inner .about-cms-left .left-banner {
        margin-right: 22px;
    }
}


/* control-details-and-wizard-software page */
.wizard-left {
    float: left;
    margin-right: 10px;
    width: 49%;
}
.wizard-right {
    float: right;
    width: 49%;
}
.wizard-1, .wizard-2 {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.wizard-1-left, .wizard-1-right {
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 49%;
}
.wizard-1-left ul, .wizard-1-right ul {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}
.cms-control-details-and-wizard-software .toolbar {
    display: flex;
    justify-content: center;
}
.cms-control-details-and-wizard-software .column.main > p {
    margin: 0;
}
.cms-data-tracking h2 {
    margin-bottom: 10px;
}
.image-gallery-outer .category-desc {
    padding: 0;
}
.image-gallery-outer .category-desc .title, .image-gallery-outer .category-desc h3 {
    margin-bottom: 0;
}
.cms-help .contact-detail h4 {
    margin: 0 0 17px;
    font-size: 15px;
    font-family: "Poppins-SemiBold";
    font-weight: 100;
}
.cms-help .contact-detail p {
    margin-bottom: 5px;
}
.cms-help .contact-detail strong {
    font-family: "Poppins-SemiBold";
}
.cms-privacy-policy table > tbody > tr > td {
    padding: 0;
}
.cms-help .contact-detail > .span12.no-margin {
    margin-bottom: 35px;
}
.cms-help .contact-detail .span12.no-margin + .span12.no-margin {
    padding-top: 35px;
    margin-bottom: 0;
    border-top: 1px solid #dbddde;
}
.cms-help .contact-detail{
    background: #F8F8F8;
    padding: 20px 20px;
    font-size: 14px;
    margin-top: 0;
}
.cms-control-details-and-wizard-software .pages .item .page {
    cursor: pointer;
}
.cms-control-details-and-wizard-software .pages .item.current .page {
    cursor: text;
}
.cms-control-details-and-wizard-software .toolbar .pager{
    justify-content: flex-end;
}
.cms-lightweld-laser-welding-capabilities-material .wizard-1-right table th p {
    margin-bottom: 5px;
}
.cms-lightweld-laser-welding-capabilities-material .wizard-1-right table th p:last-child {
    margin-bottom: 0;
}
.lightwed_title {
    color: #122d54;
    font-size: 18px;
    font-family: "Poppins-Light";
}
.lightwed_title stong {
    font-family: "Poppins-Bold";
}
.lightwed_wrapper {
    text-align: center;
    font-family: "Poppins-SemiBold";
}
.lightwed_title stong span {
    color: #f2722f;
}
.lightwed_title stong span.dark_orange{
    color: #b74f22;
}
.handheld-laser-wrapper{
    overflow: auto;
    display: block;
}


@media (max-width: 767px){
    .bullet-left, .bullet-right, .both-images-wrapper,
    .wizard-1-left, .wizard-1-right, .wizard-right,
    .wizard-left {
        width: 100%;
    }
    .bullet-left {
        min-height: auto;
        margin-bottom: 10px;
    }
    .bottom-graphic, .wizard-imgs {
        margin: 0px 0 10px;
    }
    .both-images-wrapper>img {
        margin-right: 0;
        width: auto;
        margin-bottom: 10px;
    }
    .control-img-wrapper {
        margin: 20px 0;
    }
    .cms-control-details-and-wizard-software .toolbar .pages {
        margin-top: 0;
    }
    .cms-control-details-and-wizard-software .control-wizard-footer {
        margin-top: 10px;
    }
    .cms-help .contact-detail .span12.no-margin + .span12.no-margin {
        padding-top: 25px;
    }
    .cms-help .contact-detail > .span12.no-margin {
        margin-bottom: 25px;
    }
    .lightwed_title, .service-title, .cms-help .contact-detail, .bottom-bullets span {
        font-size: 13px;
        line-height: 25px;
    }
}
