.mjq-newhome.new2021 {
    background-color: #fff;
    padding: 80px 0
}

.mjq-newhome.new2021.thin {
    padding: 10px 0
}

.mjq-newhome.new2021.grey {
    background-color: #f4f9ff
}

.mjq-newhome.new2021.border {
    border-top: 1px solid #eee
}

.mjq-newhome.new2021.greytopborder {
    border-top: 1px solid #dbe0f1
}

.new2021 .topsection0321 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.new2021 .topsection0321 .breadcrumbs {
    width: 100%
}

.new2021 .topsection0321 .breadcrumbs a {
    color: #a3a8b9;
    font-size: 11px;
    position: relative;
    padding-right: 20px
}

.new2021 .topsection0321 .breadcrumbs a:after {
    position: absolute;
    content: "\e832";
    font-family: fontello_core;
    font-size: 8px;
    color: #a3a8b9;
    right: 5px;
    top: 50%;
    margin-top: -4px
}

.new2021 .topsection0321 .breadcrumbs a:nth-last-of-type(1):after {
    display: none
}

.new2021 .topsection0321 .left {
    width: 50%
}

.new2021 .topsection0321 .right {
    width: 44%;
    min-width: 484px
}

.new2021 .topsection0321 .left h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #505566;
    max-width: 475px
}

.new2021 .topsection0321 .left p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #444;
    max-width: 400px
}

.new2021 .topsection0321 .left p.error {
    margin-bottom: 10px;
    color: red
}

.new2021 .topsection0321 .left button {
    background-color: #2875d7;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 25px 30px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    cursor: pointer
}

.new2021 .topsection0321 .left button:hover {
    background-color: #1865c7
}

.new2021 .topsection0321 .left button.clear {
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #2875d7;
    color: #2875d7;
    padding: 24px 30px
}

.new2021 .topsection0321 .left button.clear:hover {
    background-color: #eee
}

.new2021 .topsection0321 .left .postcode-input {
    display: flex
}

.new2021 .topsection0321 .left input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #333;
    outline: 0;
    border-radius: 3px 0 0 3px;
    border: 1px solid #d4dae3;
    border-right: 0;
    padding: 20px;
    transition: all ease-in-out .15s;
    width: 60%;
    max-width: 400px
}

.new2021 .topsection0321 .left button.input {
    background-color: #2875d7;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
    border: 0;
    outline: 0;
    border-radius: 0 3px 3px 0;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.new2021 .topsection0321 .left button.input:hover {
    background-color: #1865c7
}

.new2021 .topsection0321 .right .image-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.new2021 .topsection0321 .right .image-container .col {
    text-align: center
}

.new2021 .topsection0321 .right .image-container .col .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block
}

.new2021 .topsection0321 .right .image-container .col .image:nth-last-of-type(1) {
    margin-bottom: 0
}

.new2021 .featured {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.new2021 .featured img {
    width: 100px;
    height: auto
}

.new2021 .featured.greyscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.directorysection0321 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.directorysection0321 h2 {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 10px solid #2875d7;
    color: #2875d7;
    padding: 4px;
    padding-left: 10px;
    margin-bottom: 30px
}

.directorysection0321 .filters {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    background-color: #fff
}

.directorysection0321 .filters .filter {
    display: flex;
    align-items: center
}

.directorysection0321 .filters .filter p {
    font-size: 12px;
    color: #a3a8b9;
    font-weight: 600;
    margin-right: 15px
}

.directorysection0321 .filters .filter li {
    list-style-type: none;
    position: relative;
    margin-right: 20px
}

.directorysection0321 .filters .filter a {
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: #222;
    position: relative;
    padding: 10px;
    padding-right: 30px;
    border: 1px solid #eff4ff;
    border-radius: 5px
}

.directorysection0321 .filters .filter a.count {
    color: #ff7353;
    font-weight: 700;
    margin-right: 0;
    border: 0;
    padding: 0;
    cursor: default
}

.directorysection0321 .filters .filter a:after {
    position: absolute;
    content: "\e808";
    font-family: fontello_core;
    font-size: 8px;
    color: #222;
    right: 10px;
    top: 50%;
    margin-top: -4px
}

.directorysection0321 .filters .filter a.count:after {
    display: none
}

.directorysection0321 .filters .filter .drops {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    z-index: 10;
    border-radius: 0 0 3px 3px;
    list-style-type: none;
    box-shadow: 0 14px 42px 0 rgba(0,0,0,.2);
    padding: 10px 0;
    border-radius: 5px;
    min-width: 150px
}

.directorysection0321 .filters .filter .drops:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    z-index: 6;
    top: -4px;
    right: 10px;
    background-color: #fff;
    transform: rotate(45deg)
}

.directorysection0321 .filters .filter .drops li {
    line-height: 1.4em;
    color: #555;
    font-size: 12px;
    font-weight: 300;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
    margin: 0
}

.directorysection0321 .filters .filter .drops li:hover {
    background-color: #f9f9f9
}

.directorysection0321 .left {
    width: 66%
}

.directorysection0321 .right {
    width: 30%
}

.directorysection0321 .left .listing-container {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.directorysection0321 .left .listing {
    border-bottom: 1px solid #eee;
    padding: 10px;
    padding-bottom: 30px
}

.directorysection0321 .left .listing:nth-of-type(2n) {
    background-color: #f9f9f9
}

.directorysection0321 .left .listing:nth-last-of-type(1) {
    border: 0
}

.directorysection0321 .left .listing .topinfo {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    padding-bottom: 0
}

.directorysection0321 .left .listing .topinfo .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 80px
}

.directorysection0321 .left .listing .topinfo .trade-title {
    margin-left: 20px;
    padding-right: 200px
}

.directorysection0321 .left .listing .topinfo .trade-title .trade-name a {
    color: #505566;
    font-size: 18px;
    font-weight: 600
}

.directorysection0321 .left .listing .topinfo .trade-title .star-rating i {
    font-size: 15px
}

.directorysection0321 .left .listing .topinfo .trade-title .star-rating i:before {
    color: gold;
    margin: 0
}

.directorysection0321 .left .listing .topinfo .trade-title .star-rating a {
    color: #a3a8b9;
    font-size: 12px
}

.directorysection0321 .left .listing .topinfo .trade-title .star-rating a:hover {
    text-decoration: underline
}

.directorysection0321 .left .listing .topinfo .button {
    position: absolute;
    right: 20px;
    text-align: center
}

.directorysection0321 .left .listing .topinfo .button a.quote-button {
    background-color: #2875d7;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.directorysection0321 .left .listing .topinfo .button a.quote-button:hover {
    background-color: #1865c7
}

.directorysection0321 .left .listing .topinfo .button a.profile-button {
    color: #ff7353;
    border: 1px solid #ff7353;
    border-radius: 3px;
    padding: 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.directorysection0321 .left .listing .topinfo .button a.profile-button:hover {
    background-color: #eee
}

.directorysection0321 .left .listing .trade-details {
    margin: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.directorysection0321 .left .listing .trade-details .detail {
    border: 0 solid #ddd;
    color: #a3a8b9!important;
    display: inline-block;
    text-align: left;
    border-radius: 50px;
    margin-bottom: 4px;
    width: 50%
}

.directorysection0321 .left .listing .trade-details .detail:nth-of-type(2n) {
    text-align: right
}

.directorysection0321 .left .listing .trade-details .detail i {
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.directorysection0321 .left .listing .trade-details .detail span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.directorysection0321 .left .listing .trade-details .detail.purple {
    border-color: #663398;
    color: #663398
}

.directorysection0321 .left .listing .trade-details .detail.green {
    border-color: #62c92b;
    color: #62c92b
}

.directorysection0321 .left .listing .trade-details .detail.red {
    border-color: #ef5350;
    color: #ef5350
}

.directorysection0321 .left .listing .trade-details .detail.darkgreen {
    border-color: #2facb4;
    color: #2facb4
}

.directorysection0321 .left .listing .trade-details .detail.yellow {
    border-color: #a87e00;
    color: #a87e00
}

.directorysection0321 .left .listing .trade-details .detail.purple i:before {
    color: #663398
}

.directorysection0321 .left .listing .trade-details .detail.green i:before {
    color: #62c92b
}

.directorysection0321 .left .listing .trade-details .detail.red i:before {
    color: #ef5350
}

.directorysection0321 .left .listing .trade-details .detail.darkgreen i:before {
    color: #2facb4
}

.directorysection0321 .left .listing .trade-details .detail.yellow i:before {
    color: #a87e00
}

.directorysection0321 .left .listing .trade-details .detail span a {
    color: #a3a8b9!important
}

.directorysection0321 .left .listing p.main {
    font-size: 14px;
    color: #333;
    margin: 20px;
    margin-bottom: 0
}

.directorysection0321 .left .listing .review {
    background-color: #f0f2f5;
    border-radius: 3px;
    padding: 10px;
    margin: 20px;
    margin-bottom: 0
}

.directorysection0321 .left .listing .review .review-title {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px
}

.directorysection0321 .left .listing .review p {
    font-size: 13px;
    color: #444;
    margin-bottom: 10px
}

.directorysection0321 .left .listing .review span {
    font-size: 11px;
    color: #999
}

.directorysection0321 .right .section {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px
}

.directorysection0321 .right .reviewsio {
    text-align: center;
    color: #000;
    padding: 20px;
    display: block
}

.directorysection0321 .right .reviewsio .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px
}

.directorysection0321 .right .reviewsio .rating {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.directorysection0321 .right .reviewsio .star-rating {
    font-size: 40px;
    margin-bottom: 10px
}

.directorysection0321 .right .reviewsio .star-rating .stars {
    width: 197px;
    display: inline-block
}

.directorysection0321 .right .reviewsio .star-rating i:before {
    color: #000;
    margin: 0;
    padding: 0
}

.directorysection0321 .right .reviewsio .star-rating .back-stars {
    position: relative;
    display: flex
}

.directorysection0321 .right .reviewsio .star-rating .front-stars {
    position: absolute;
    display: flex;
    overflow: hidden;
    left: 0
}

.directorysection0321 .right .reviewsio img {
    display: block;
    margin: auto;
    width: 200px;
    max-width: 100%
}

.directorysection0321 .right .locations .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #a3a8b9;
    font-weight: 700;
    padding: 20px;
    border-bottom: 1px solid #f0f2f5
}

.directorysection0321 .right .locations ul {
    list-style-type: none;
    padding: 20px
}

.directorysection0321 .right .locations ul li {
    padding: 17px 20px;
    background-color: #f0f2f5;
    color: #505566;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    border-radius: 3px
}

.directorysection0321 .right .locations ul li:hover {
    background-color: #e6e8eb
}

.directorysection0321 .right .locations .more-link {
    border-top: 1px solid #f0f2f5;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase
}

.directorysection0321 .right .locations .more-link a {
    color: #ff7353;
    text-decoration: underline
}

.becomeatrade {
    padding: 40px;
    text-align: center
}

.stickyheader2022.homeownerortrade .inner .postcodesearch.becomeatrade {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px;
}

.mjq-home2022 header .logo {
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.mjq-home2022 header .logo a,
.mjq-home2022 header .logo img {
    display: inline-block
}

.directorysection0321 .right .becomeatrade .title {
    font-size: 20px;
    font-weight: 700;
    color: #505566;
    margin-bottom: 10px
}

.directorysection0321 .right .becomeatrade p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

.directorysection0321 .right .becomeatrade .button {
    border: 1px solid #2875d7;
    color: #2875d7;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    outline: 0;
    border-radius: 3px;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    max-width: 400px;
    margin: auto
}

.directorysection0321 .right .becomeatrade .button:hover {
    background-color: #eee
}

.directorysection0321 .right .postcodesearch .select-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 20px
}

.directorysection0321 .right .postcodesearch select {
    background-color: transparent;
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 47px;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #d4dae3;
    transition: all ease-in-out .15s;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
    outline: 0
}

.directorysection0321 .right .postcodesearch .select-container::after {
    position: absolute;
    content: "\e808";
    font-size: 11px;
    font-family: fontello_core;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    z-index: 4;
    color: #777;
    line-height: 1;
    transition: all ease-in-out .15s
}

.postcodesearch input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    outline: 0;
    border-radius: 3px 0 0 3px;
    border: 1px solid #d4dae3;
    border-right: 0;
    padding: 15px;
    transition: all ease-in-out .15s;
    width: 65%;
    float: left
}

.postcodesearch button.input,
.postcodesearch a.input {
    background-color: #2875d7;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 10px;
    border: 0;
    outline: 0;
    border-radius: 0 3px 3px 0;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    float: left;
    cursor: pointer;
    text-decoration: none
}

.postcodesearch button.input:hover,
.postcodesearch a.input:hover {
    background-color: #1865c7
}

.directorysection0321 .askatrade {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.directorysection0321 .askatrade .section {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 0;
    padding-bottom: 50px;
    text-align: center;
    width: 31%;
    display: block;
    transition: all ease-in-out .15s;
    min-height: 144px;
    position: relative
}

.directorysection0321 .askatrade .section:hover {
    margin-top: -10px
}

.directorysection0321 .askatrade .section .question {
    font-size: 15px;
    color: #505566;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.directorysection0321 .askatrade .section .subcategory {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    padding: 0 20px
}

.directorysection0321 .askatrade .section p {
    font-size: 13px;
    line-height: 18px;
    color: #333;
    margin-bottom: 5px;
    padding: 0 20px
}

.directorysection0321 .askatrade .section .answercount {
    color: #ff7353;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 20px
}

.directorysection0321 .askatrade .section .questioner {
    color: #a3a8b9;
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.directorysection0321 .askatrade {
    margin-bottom: 30px
}

.directorysection0321 .faq {
    width: 47%
}

.directorysection0321 .faq .section {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px
}

.directorysection0321 .faq .section .question {
    padding: 30px 20px;
    position: relative;
    cursor: pointer
}

.directorysection0321 .faq .section .question .mainq {
    color: #505566;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 40px
}

.directorysection0321 .faq .section .question i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    font-size: 15px;
    line-height: 15px
}

.directorysection0321 .faq .section .question i.icon-minus {
    display: none
}

.directorysection0321 .faq .section .question i:before {
    color: #a3a8b9;
    font-size: 15px;
    margin: 0;
    padding: 0
}

.directorysection0321 .faq .section .answer {
    padding: 20px;
    border-top: 1px solid #dbe0f1;
    display: none
}

.directorysection0321 .faq .section .answer p {
    font-size: 15px;
    color: #333;
    line-height: 22px
}

.directorysection0321 .jobsthisweek {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.directorysection0321 .jobsthisweek .section {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 0;
    text-align: center;
    width: 23%
}

.directorysection0321 .jobsthisweek .section .number {
    color: #2875d7;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 0 20px
}

.directorysection0321 .jobsthisweek .section .category {
    color: #505566;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.directorysection0321 .jobsthisweek .section .subtitle {
    color: #a3a8b9;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px
}

.directorysection0321 .trade-sell {
    font-size: 25px;
    color: #222;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 70px 0 40px 0
}

.directorysection0321 .trade-button {
    background-color: #ff7353;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 30px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    transition: all ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    margin: auto
}

.directorysection0321 .trade-button:hover {
    background-color: #f66a4a
}

.directorysection0321 .recentarticles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.directorysection0321 .recentarticles .section {
    box-shadow: -4px 6px 7px -10px rgba(0,0,0,.75);
    background-color: #fff;
    text-align: center;
    width: 18%;
    margin: 40px 0;
    width: 18%;
    height: 230px;
    display: block;
    position: relative;
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
    transition: all .25s
}

.directorysection0321 .recentarticles .section:hover {
    opacity: .75
}

.directorysection0321 .recentarticles .section p {
    font-size: 13px;
    color: #505566;
    font-weight: 600;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    text-align: left
}

.directorysection0321 .main-more-link {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 50px;
    width: 100%;
    text-align: center
}

.directorysection0321 .main-more-link a {
    color: #a3a8b9;
    text-decoration: underline
}

.directorysection0321 .main-more-link a:hover {
    color: #9a9fb0
}

.directorysection0321 .load-more-link a {
    cursor: pointer
}

@media all and (max-width: 1200px) and (min-width:0px) {
    .new2021 .topsection0321 .right {
        min-width:auto
    }

    .new2021 .topsection0321 .right .image-container .col {
        width: 31%
    }

    .new2021 .topsection0321 .right .image-container .col .image {
        width: 100%
    }
}

@media all and (max-width: 1100px) and (min-width:0px) {
    .new2021 .topsection0321 .right .image-container .col .image {
        height:100px
    }

    .directorysection0321 .left {
        width: 100%
    }

    .directorysection0321 .right {
        width: 100%;
        margin-top: 40px
    }

    .directorysection0321 .right .section.mobile-hidden {
        display: none
    }
}

@media all and (max-width: 1000px) and (min-width:0px) {
    .new2021 .topsection0321 .left button {
        font-size:14px;
        padding: 20px
    }

    .new2021 .topsection0321 .left button.clear {
        padding: 19px 20px
    }

    .directorysection0321 .recentarticles {
        flex-wrap: wrap
    }

    .directorysection0321 .recentarticles .section {
        width: 23%
    }

    .directorysection0321 .recentarticles .section:nth-last-of-type(1) {
        display: none
    }

    .directorysection0321 .main-more-link.margintop {
        margin-top: 40px
    }
}

@media all and (max-width: 900px) and (min-width:0px) {
    .directorysection0321 .filters {
        flex-wrap:wrap;
        padding: 10px 20px
    }

    .directorysection0321 .filters .filter {
        width: 100%;
        margin: 5px 0
    }

    .directorysection0321 .filters .filter p {
        width: 60px
    }
}

@media all and (max-width: 800px) and (min-width:0px) {
    .new2021 .topsection0321 .right {
        display:none
    }

    .new2021 .topsection0321 .left {
        width: 100%
    }

    .new2021 .topsection0321 .left h1 {
        max-width: none
    }

    .new2021 .topsection0321 .left h1 br {
        display: none
    }

    .new2021 .topsection0321 .left p {
        max-width: none
    }

    .new2021 .featured {
        flex-wrap: wrap;
        display: block;
        font-size: 0
    }

    .new2021 .featured img {
        width: 23%;
        margin: 5px 5%
    }

    .mjq-newhome.new2021 {
        padding: 50px 0
    }

    .directorysection0321 .left .listing .topinfo .trade-title {
        padding-right: 20px
    }

    .directorysection0321 .left .listing .topinfo .button {
        top: 100%;
        text-align: left;
        left: 0;
        padding: 0 20px
    }

    .directorysection0321 .left .listing .topinfo {
        margin-bottom: 50px;
        padding-bottom: 20px
    }

    .directorysection0321 .askatrade {
        flex-wrap: wrap
    }

    .directorysection0321 .askatrade .section {
        width: 100%;
        padding-bottom: 20px;
        min-height: none;
        margin-bottom: 20px;
        text-align: left
    }

    .directorysection0321 .askatrade .section .questioner {
        position: relative;
        bottom: 0
    }

    .directorysection0321 .askatrade .section:hover {
        margin-top: 0
    }

    .directorysection0321 .main-more-link {
        margin-top: 30px
    }

    .directorysection0321 .trade-sell {
        margin-top: 50px
    }

    .directorysection0321 .faq-container {
        flex-wrap: wrap
    }

    .directorysection0321 .faq {
        width: 100%
    }

    .directorysection0321 .recentarticles .section {
        width: 48%
    }

    .new2021 .topsection0321 .left h1 {
        font-size: 40px;
        margin-top: 10px
    }

    .new2021 .topsection0321 .left button {
        font-size: 12px;
        padding: 15px
    }

    .new2021 .topsection0321 .left button.clear {
        padding: 14px 15px
    }

    .new2021 .topsection0321 .left p {
        margin-bottom: 20px
    }
}

@media all and (max-width: 600px) and (min-width:0px) {
    .new2021 .topsection0321 .left h1 {
        font-size:35px
    }

    .mjq-newhome.new2021 {
        padding: 30px 0
    }

    .directorysection0321 h2 {
        margin-bottom: 20px
    }

    .directorysection0321 .filters {
        padding: 10px;
        margin-bottom: 20px
    }

    .directorysection0321 .left .listing {
        padding: 0
    }

    .directorysection0321 .left .listing .topinfo {
        margin-bottom: 40px
    }

    .directorysection0321 .left .listing p.main {
        margin-top: 10px;
        font-size: 13px
    }

    .directorysection0321 .left .listing .review {
        margin-top: 10px
    }

    .directorysection0321 .left .listing .review .review-title {
        font-size: 13px
    }

    .directorysection0321 .left .listing .review p {
        font-size: 12px
    }

    .directorysection0321 .left .listing .trade-details {
        margin-top: 10px
    }

    .directorysection0321 .left .listing .trade-details .detail span {
        font-size: 11px;
        font-weight: 500
    }

    .directorysection0321 .left .listing {
        padding-bottom: 20px
    }

    .directorysection0321 .left .listing .topinfo .trade-title .star-rating a {
        font-size: 10px
    }

    .directorysection0321 .left .listing .topinfo .trade-title .star-rating i {
        font-size: 13px
    }

    .directorysection0321 .left .listing .topinfo .trade-title .star-rating i:before {
        width: auto
    }

    .directorysection0321 .main-more-link {
        margin-top: 20px
    }

    .directorysection0321 .right {
        margin-top: 20px
    }

    .directorysection0321 .right .section {
        margin-bottom: 20px
    }

    .directorysection0321 .askatrade .section {
        margin-bottom: 10px
    }

    .directorysection0321 .trade-sell {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .directorysection0321 .faq .section {
        margin-bottom: 10px
    }

    .directorysection0321 .recentarticles .section {
        margin-top: 30px
    }

    .directorysection0321 .faq .section .question {
        padding: 20px
    }

    .directorysection0321 .faq .section .question .mainq {
        font-size: 12px;
        line-height: 22px
    }

    .directorysection0321 .trade-button {
        font-size: 13px;
        padding: 15px 20px
    }

    .directorysection0321 .askatrade .section {
        padding: 20px 0
    }

    .new2021 .topsection0321 .left input {
        padding: 15px;
        font-size: 15px;
        width: auto
    }

    .new2021 .topsection0321 .left button.input {
        padding: 15px;
        font-size: 13px
    }
}

@media all and (max-width: 500px) and (min-width:0px) {
    .new2021 .topsection0321 .left h1 {
        font-size:30px
    }

    .new2021 .topsection0321 .left p {
        font-size: 15px;
        line-height: 23px
    }

    .directorysection0321 .left .listing .trade-details .detail {
        width: 100%;
        margin-bottom: 2px
    }

    .directorysection0321 .left .listing .trade-details .detail:nth-of-type(2n) {
        text-align: left
    }

    .directorysection0321 .left .listing .topinfo .trade-title .star-rating a {
        display: block
    }
}

@media all and (max-width: 450px) and (min-width:0px) {
    .new2021 .featured img {
        width:27%;
        margin: 5px 3%
    }

    .directorysection0321 .left .listing .topinfo .trade-title .trade-name a {
        font-size: 15px
    }

    .directorysection0321 .filters .filter {
        flex-wrap: wrap
    }

    .directorysection0321 .filters .filter p {
        width: 100%;
        margin-bottom: 5px
    }

    .directorysection0321 .filters .filter li {
        margin-right: 5px
    }

    .directorysection0321 .filters .filter a.count {
        font-weight: 500;
        font-size: 9px;
        margin-left: 10px
    }

    .new2021 .topsection0321 .left input {
        width: 60%;
        max-width: none
    }

    .new2021 .topsection0321 .left button.input {
        width: 40%;
        padding: 15px 0
    }
}

@media all and (max-width: 350px) and (min-width:0px) {
    .new2021 .topsection0321 .left button {
        font-size:10px;
        padding: 12px
    }

    .new2021 .topsection0321 .left button.clear {
        padding: 11px 12px;
        margin-left: 0
    }

    .directorysection0321 .filters .filter a {
        font-size: 10px;
        margin-bottom: 5px
    }

    .directorysection0321 .filters .filter a.count {
        margin-top: 5px
    }

    .new2021 .topsection0321 .left input {
        font-size: 12px;
        padding: 15px 10px
    }

    .new2021 .topsection0321 .left button.input {
        font-size: 11px
    }
}

@media all and (max-width: 800px) and (min-width:0px) {
    .mjq-newhome.hbackend-popup-container.quoteformprestep a.postajob-button {
        font-size:14px
    }

    .new2021 .topsection0321 .left h1 {
        font-size: 35px;
        font-weight: 700
    }

    .new2021 .topsection0321 .left p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px
    }

    .new2021 .topsection0321 .left input {
        padding: 17px;
        font-size: 15px;
        border: 2px solid #2875d7
    }

    .new2021 .topsection0321 .left button.input {
        font-size: 14px
    }

    .new2021 .featured img.hideonmobile {
        display: none
    }
}

.new2021.v2 {
    background-size: 0
}

@media all and (max-width: 800px) and (min-width:0px) {
    .mjq-newhome.new2021.v2 .mjq-newhome-container {
        position:relative;
        z-index: 10
    }

    .new2021.v2 {
        background-size: cover;
        background-position: 50% 50%;
        position: relative
    }

    .new2021.v2:after {
        z-index: 5;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5)
    }

    .new2021.v2 .topsection0321 .left h1 {
        font-weight: 800;
        color: #fff
    }

    .new2021.v2 .topsection0321 .left p {
        font-weight: 500;
        color: #fff
    }

    .new2021.v2 .topsection0321 .breadcrumbs a {
        font-weight: 500;
        color: #fff
    }

    .new2021.v2 .topsection0321 .breadcrumbs a:after {
        color: #fff
    }

    .new2021.v2 .topsection0321 .left button.input {
        padding: 20px;
        background-color: #ff7353
    }

    .new2021.v2 .topsection0321 .left button.input:hover {
        background-color: #f16545
    }

    .new2021 .topsection0321 .left input {
        border: 0
    }
}

@media all and (max-width: 380px) and (min-width:0px) {
    .new2021.v2 .topsection0321 .left input {
        font-size:12px;
        padding: 15px 10px
    }

    .new2021.v2 .topsection0321 .left button.input {
        font-size: 11px
    }
}
