.right_block {
    width: 50%;
    padding-left: 15px;
}

.right_block1 {
    padding-left: 0px;
}

.pad_100 {
    padding: 100px 0;
}

.area_list li a {
    color: #000000;
    font-weight: 600;
}

.area_list li {
    margin-bottom: 10px;
    text-align: left;
    width: 49% !important;
}

.map p {
    width: 100%;
    height: 100%;
    padding-right: 10px;
}

.map p iframe {
    width: 100%;
    padding-right: 10px;
}

.map p iframe {
    border-radius: 10px;
}

.light_bg {
    background: #ECF1E9;
}

.gen_faq .prod_tit {
    font-size: 18px;
    font-weight: bold;
    text-transform: initial;
    margin: 0;
    padding-right: 50px;
}

.gen_faq .faq_accordion {
    background: transparent;
    border: 0;
    max-width: 930px;
    margin: 0 auto;
}

.gen_faq .acc_head {
    background: transparent;
    border: 0;
    padding: 34px 0px 34px 0px;
}

.gen_faq .sidebar_accordion.smk_accordion .accordion_in .acc_content {
    border: 0;
}

.gen_faq .accordion_in:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.gen_faq .sidebar_accordion.smk_accordion .accordion_in .acc_content {
    padding: 0px
}

.gen_faq .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    border: 1px solid #47A01A;
}

.row-reverse {
    flex-direction: row-reverse;
}

.common_content:not(:last-child) {
    margin: 0px 0 100px;
}

.row-reverse .left_block {
    padding-right: 0;
    padding-left: 30px;
}

.row-reverse .right_block {
    padding-right: 30px;
    padding-left: 0;
}

.border_radius {
    border-radius: 10px;
}

.row-reverse .image_blk {
    text-align: right;
}

.image_blk {
    position: sticky;
    top: 100px;
}

.row-reverse .image_blk {
    text-align: left;
}

.gen_faq .title_36 {
    margin-bottom: 0;
}

.faq_accordion .accordion_in:not(:first-child) .acc_content {
    display: none !important;
}

.faq_accordion .accordion_in.acc_active .acc_content {
    display: block !important;
}



/* steps */
.step_list li span {
    color: #1E2020;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Teko';
    display: block;
    margin-bottom: 10px;
}

.cta_sec:after {
    position: absolute;
    content: "";
    background: #ECF1E9;
    height: 50%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.cta_sec,
.cta_blk {
    position: relative;
    z-index: 1;
}

.left_cta_text,
.left_cta_text .title_36 {
    color: #fff;
}

.left_cta_text .title_36 {
    margin: 0;
}

.cta_blk img.bgimg {
    border-radius: 10px
}

.cta_text_content {
    position: relative;
    background: linear-gradient(45deg, rgb(0 0 0 / 62%), transparent);
    display: flex;
    align-items: center;
    padding: 30px 63px;
    border-radius: 10px;
}

.left_cta_text p {
    margin-bottom: 20px;
    font-size: 18px;
}

.right_cta_text {
    width: 190px;
}

.right_cta_text .btn-box {
    flex-wrap: wrap;
}

.right_cta_text .btn-box .btn_border {
    border-color: #fff;
    color: #fff;
}

.right_cta_text .btn-box a:first-child {
    margin-bottom: 10px;
    width: 100%;
    min-width: 190px;
}

.right_cta_text .btn-box a img {
    filter: invert(1);
}

.left_cta_text label {
    font-size: 14px;
}

.left_cta_text {
    min-width: 596px;
}

.right_cta_text .btn-box .btn_green {
    min-width: 190px;
}


/*service list */
.service_list {
    flex-wrap: wrap;
    margin: 0 -29px -50px;
}

.service_list li:nth-child(-n + 6) {
    width: 33.3%;
    float: left;
}

.service_list li {
    width: 50%;
    padding: 0 29px;
    margin-bottom: 50px;
}

.serv_tit {
    padding: 0 30px;
    z-index: 1;
    font-size: 30px;
    font-weight: normal;
    width: 100%;
    font-family: 'Teko';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.serv_tit:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    right: 30px;
    bottom: 0;
}

.service_box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.service_box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0px;
    left: 0;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.service_box:hover:after {
    height: 100%;
}

.fancybox-content {
    width: 954px !important;
    height: 535px !important;
}

/*promise */
.hm_promise {
    position: relative;
}

.promise_list {
    flex-wrap: wrap;
}

.promise_list li {
    width: 25%;
    text-align: center;
}

.icon_box {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    outline: 1px solid #4E4E4E;
    outline-offset: 5px;
    position: relative;
}

.icon_box:after {
    position: absolute;
    content: "";
    width: 126px;
    height: 126px;
    border-radius: 100%;
    border: 1px dashed#8D8D8D;
}

.promise_list li label {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: 'Teko';
    line-height: 34px;
}

.hm_promise .title_xlg {
    color: #fff;
}

/*services */
.js_customersay {}

.cus_box {
    text-align: center;
    padding: 40px 30px;
}

.cus_box img {
    margin: 0 auto;
}

.cus_box .quote_icon {
    margin: 0 auto 18px;
}

.cus_box .star_icon {
    margin: 0 auto 8px;
}

.cust_tit {
    font-size: 16px;
    font-weight: 600;
    color: #5E635B;
}

.cust_tit label {
    display: block;
    font-weight: normal;
    font-size: 15px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #5E635B;
    border: 5px solid #fff;
    border-radius: 100%;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    border: 5px solid #3AAF4A;
    background: transparent;
    opacity: 1;
}

.slick-dots li {
    margin: 0 1px;
}

.cus_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 112px;
    overflow: hidden;
}

.js_customersay>li {
    width: 33.3%;
    float: left;
}

.js_customersay>li:not(:nth-child(-n + 3)) {
    display: none;
}

.js_customersay.slick-initialized>li {
    display: block;
}



/*price*/
section.hm_pricing {
    display: flex;
    width: 100%;
}

.price_list {
    margin: 0 -17px;
}

.price_list li {
    width: 33.3%;
    float: left;
    padding: 0 17px;
}

.price_box {
    background: #262626;
    color: #fff;
    border-radius: 10px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.price_box:after {
    position: absolute;
    content: "";
    width: 317px;
    height: 504px;
    background: url(../images/round-shap.svg);
    right: -11%;
    top: 1%;
    filter: blur(30px);
    opacity: 0.5;
    z-index: 0;
}

.price_box .title_lg {
    color: #fff;
    font-weight: normal;
}

.price_tit {
    font-size: 48px;
    font-family: 'Teko';
    font-weight: bold;
}

.time_hrs {
    background: #444444;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
}

.price_box .btn_green {
    width: 100%;
    z-index: 1;
}

.cl_list {
    padding-bottom: 35px;
    display: inline-block;
}

.price_txt {
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    align-items: end;
}

.cl_list li {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    position: relative;
    padding-left: 30px !important;
    padding-bottom: 5px;
}

.cl_list li:after {
    position: absolute;
    content: "";
    background: url(../images/check-circle-fill.svg);
    width: 13px;
    height: 13.6px;
    left: 0;
    top: 6px;
}

.price_tit span {
    font-size: 20px;
}

.js_pricing li:not(:nth-child(-n + 3)) {
    display: none;
}

.js_pricing.slick-initialized li:not(:nth-child(-n + 3)) {
    display: block;
}

/*tab */
.tab_ul {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
}

.tab_ul li {
    cursor: pointer;
    border: 1px solid #707070;
    color: #1E2020;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    margin: 0 7px;
}

.tab_ul li.active {
    background: #3AAF4A;
    color: #fff;
    border-color: #3AAF4A;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.price_list.common_arrow .slick-arrow {
    top: 43%;
}

/*gallery */
.hm_gallery {
    display: inline-block;
    ;
    flex-wrap: wrap;
    width: 100%;
}

.js_gallery li.slick-slide a img {
    transform: scale(0.8);
}

.js_gallery li.slick-slide.slick-center.slick-current a img {
    transform: scale(1);
}

.js_gallery .slick-list {
    padding: 0 !important;
}

.js_gallery.common_arrow .slick-prev.slick-arrow {
    left: calc(50% - 24%);
}

.js_gallery.common_arrow .slick-next.slick-arrow {
    right: calc(50% - 24%);
}

.js_gallery.common_arrow .slick-arrow {
    top: 50%;
}

.js_gallery li {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}

.js_gallery li:not(:nth-child(-n + 3)) {
    display: none;
}

.js_gallery.slick-initialized li {
    display: block;
}

/* .js_gallery li:not(:nth-child(2)) img{ transform: scale(0.8);} */
.js_gallery.slick-initialized li {
    display: block;
    width: auto;
}

/*header */
.right_menu .botm_text {
    justify-content: flex-end;
}

.service_banner .container {
    max-width: 1630px;
}

.bnr_left {}

.bnr_left .banner_title {
    font-size: 72px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 15px;
}

.bnr_left p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 780px;
    margin-bottom: 30px;
}

.service_banner .bnr_left {
    width: calc(100% - 530px);
    padding-right: 30px;
}

.service_banner .bnr_right {
    width: 530px;
}

.inner_banner.service_banner.service_area_banner {
    padding: 173px 0 80px;
}

.cleaning-area-page .inner_banner.service_banner {
    padding: 130px 0 45px;
}

.bnr_form {

    color: #000000;
    padding: 40px 35px;
    outline-offset: -6px;
    outline: 1px solid #3AAF4A;
    border-radius: 10px;
    border: 0;

}

.bnr_form .form-group {
    margin-bottom: 15px;
    color: #545454;
}

.bnr_form .form-group label {
    font-size: 16px;
    font-weight: 600;
}

.bnr_form .form-group select {
    background: url(../images/arrow-down-fill.svg) right 20px center #fff no-repeat;
}

.bnr_form .form-control,
select {
    border: 1px solid #707070;
    border-radius: 3px;
    color: #545454;
}


.bnr_form .title_lg {
    font-weight: 600;
    font-family: 'Source Sans 3';
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
}

.bnr_form p {
    text-align: center;
    margin-bottom: 30px;
}

.bnr_form .sub_btn {
    position: relative;
    display: inline-block;
    width: 100%;
}

.bnr_forminput[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.trust_fect {
    padding: 17px 0;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
}

.trust_fect .container {
    max-width: 1630px;
}

.trust_fect .trust_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust_fect label {
    color: #2C2B2A;
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
}

ul.js_service_trust {
    display: flex;
    justify-content: space-between;
}

ul.js_service_trust.slick-initialized {
    display: block;
}


.faq_block {
    padding: 96px 0 0;
    margin: 96px 0 0;
    border-top: 1px solid rgb(22 25 31 / 10%);
}

/*painting page */


ul.js_paint_brand {
    display: flex;
    justify-content: center;
}

ul.js_paint_brand li {
    width: 25%;
}

ul.js_paint_brand.slick-initialized {
    display: block;
}

.painting-page .bnr_form {
    max-width: 415px;
}

.painting-page img.atlas_badge {
    right: 0;
}


.painting-page .brand_paint {

    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.painting-page .js_paint_brand:is(.slick-track, li) {
    display: flex;
    align-items: center;
    justify-content: space-between;

}



.painting-page .painting_service {}

.painting-page .painting_service .service_list li {
    width: 50% !important;
}


.painting-page .hm_customersay {
    border-bottom: 1px solid rgb(30 32 32 / 10%);
    display: flex;
    flex-wrap: wrap;
}

.painting-page .color_chart {
    border-top: 1px solid rgb(30 32 32 / 10%);
}



.roof_img,
.gutter_img,
.fascias_img_img,
.wall_img {
    display: none;
}

.chartblock {
    background: url(../../../atlasroofrestoration/assets/images/colourhome-bg.jpg)no-repeat 0 0;
    height: 100%;
    width: 708px;
    /*width: 839px;*/
    position: relative;
}

.testimonial-popup-wrap {
    display: none;
}

/* */

/*Colour Chart*/
.colourright.right_block1 {
    /*width: 460px;*/
    width: 620px;
}

.colourpage>.row {
    margin: 0
}

.clrmainbox {
    background: #0a47a2;
    overflow: hidden;
    padding: 50px;
    margin: 50px 0
}

.clrcontent {
    width: 55%;
    float: left;
    margin-right: 13%
}

.clrcontent p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 40px
}

.clrcontent p:last-child {
    margin-bottom: 0
}

.clrtop {
    color: #fff;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 22px
}

.chartblock {
    height: 100%;
    position: relative;
}

.bgcloud>img {
    border: 0px solid #fff;
}

.chartxt img {
    float: left;
    margin-right: 35px;
    margin-top: -15px
}

.chartxt {
    color: #242525;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 25px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
    line-height: 34px;
    max-width: 540px;
    position: absolute;
    top: 65px;
    left: 65px
}

.roof_img,
.gt_img,
.fs_img,
.wall_img {
    display: none
}

.roof_img.active,
.gt_img.active,
.fs_img.active,
.wall_img.active {
    display: block;
}

#roofimg {

    height: 222px;
    position: absolute;
    top: 233px;
    /*top: 275px;*/
    left: 0px;
}

#gutterimg {

    height: 289px;
    /* height: 366px;*/
    position: absolute;
    top: 258px;
    /*top: 305px;*/
    z-index: 1;
    left: 0px;
}

#fasciasimg {

    height: 185px;
    /*height: 199px;*/
    position: absolute;
    top: 266px;
    /* top: 314px;*/
    left: 0px;
}

#wallimg {

    height: 361px;
    position: absolute;
    top: 270px;
    /* top: 320px;*/
    left: 0px;
}

section.color_chart {
    display: inline-block;
    width: 100%;
}

.colright {
    float: left;
    padding: 20px 0px 10px 55px;
}

.colourleft.left_block {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: calc(100% - 460px);
    overflow-x: auto;
}

.clrtitle {
    display: none
}

.colurtitle {
    position: absolute;
    float: left;
    width: 39px;
    height: 100%;
    background: #1a4d97;
    writing-mode: vertical-lr;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    font-size: 19px;
}

a.enq_sortby_close.popup_close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #47a01a;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

.clrname {
    font-weight: 900;
    color: #424242;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 12px
}

.colrlist {
    font-size: 0
}

.colourright .colourbox {
    margin-bottom: 25px;
    position: relative;
}

.colourright .colourbox:last-child {
    margin-bottom: 0
}

.colourbox {
    border: 1px solid #E1E1E1;
    overflow: hidden;
    background: #fff
}

.colrlist li {
    display: inline-block;
    border: 1px solid #1D1D1D;
    height: 28px;
    width: 28px;
    border-radius: 3px;
    margin: 0px 3px;
    cursor: pointer;
    position: relative
}

.colrlist li.active {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

.colrlist li.active:before {
    content: '\f00c ';
    position: absolute;
    text-align: center;
    line-height: 26px;
    font-family: FontAwesome;
    font-size: 16px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
    color: #47a01a;
    left: 0;
    right: 0;
}

.colrlist li.roof1 {
    background: #CD986D
}

.colrlist li.roof2 {
    background: #892722
}

.colrlist li.roof3 {
    background: #877059
}

.colrlist li.roof4 {
    background: #788B70
}

.colrlist li.roof5 {
    background: #73736E
}

.colrlist li.roof6 {
    background: #FBF9F5
}

.colrlist li.roof7 {
    background: #BE663A
}

.colrlist li.roof8 {
    background: #9A4343
}

.colrlist li.roof9 {
    background: #804420
}

.colrlist li.roof10 {
    background: #94A097
}

.colrlist li.roof11 {
    background: #47484C
}

.colrlist li.roof12 {
    background: #FAEDD5
}

.colrlist li.roof13 {
    background: #C5653A
}

.colrlist li.roof14 {
    background: #7E0D03
}

.colrlist li.roof15 {
    background: #4F1D09
}

.colrlist li.roof16 {
    background: #5A7A73
}

.colrlist li.roof17 {
    background: #555057
}

.colrlist li.roof18 {
    background: #E1E1E2
}

.colrlist li.roof19 {
    background: #AB6542
}

.colrlist li.roof20 {
    background: #4D301B
}

.colrlist li.roof21 {
    background: #4D301B
}

.colrlist li.roof22 {
    background: #0D260F
}

.colrlist li.roof23 {
    background: #272324
}

.colrlist li.roof24 {
    background: #B8B19A
}

.colrlist li.roof25 {
    background: #AA431A
}

.colrlist li.roof26 {
    background: #4A070A
}

.colrlist li.roof27 {
    background: #301007
}

.colrlist li.roof28 {
    background: #40513F
}

.colrlist li.roof29 {
    background: #161620
}

.colrlist li.roof30 {
    background: #A08F6F
}

.colrlist li.roof31 {
    background: #A23911
}

.colrlist li.roof32 {
    background: #530F07
}

.colrlist li.roof33 {
    background: #1F0D06
}

.colrlist li.roof34 {
    background: #4E514A
}

.colrlist li.roof35 {
    background: #141213
}

.colrlist li.roof36 {
    background: #82755E
}

.colrlist li.roof37 {
    background: #7B330F
}

.colrlist li.roof38 {
    background: #260408
}

.colrlist li.roof39 {
    background: #000000
}

.colrlist li.roof40 {
    background: #294B66
}

.colrlist li.roof41 {
    background: #0B0203
}

.colrlist li.roof42 {
    background: #54462E
}

.colrlist li.gutter1 {
    background: #600813
}

.colrlist li.gutter2 {
    background: #783025
}

.colrlist li.gutter3 {
    background: #555057
}

.colrlist li.gutter4 {
    background: #E6E4D9
}

.colrlist li.gutter5 {
    background: #9EA2A7
}

.colrlist li.gutter6 {
    background: #1B544D
}

.colrlist li.gutter7 {
    background: #0D361F
}

.colrlist li.gutter8 {
    background: #E9DAC1
}

.colrlist li.gutter9 {
    background: #294B66
}

.colrlist li.gutter10 {
    background: #50342F
}

.colrlist li.gutter11 {
    background: #7C625C
}

.colrlist li.gutter12 {
    background: #9A4343
}

.colrlist li.gutter13 {
    background: #575E60
}

.colrlist li.gutter14 {
    background: #5A7A73
}

.colrlist li.gutter15 {
    background: #FAEDD5
}

.colrlist li.gutter16 {
    background: #6B5E57
}

.colrlist li.gutter17 {
    background: #94A097
}

.colrlist li.gutter18 {
    background: #D3C6C5
}

.colrlist li.gutter19 {
    background: #FBF9F5
}

.colrlist li.gutter20 {
    background: #9B9792
}

.colrlist li.gutter21 {
    background: #040607
}

.colrlist li.gutter22 {
    background: #DBC59E
}

.colrlist li.gutter23 {
    background: #E1E1E2
}

.colrlist li.gutter24 {
    background: #4F4F63
}

.colrlist li.fascias1,
.colrlist li.wall1 {
    background: #600813
}

.colrlist li.fascias2,
.colrlist li.wall2 {
    background: #783025
}

.colrlist li.fascias3,
.colrlist li.wall3 {
    background: #555057
}

.colrlist li.fascias4,
.colrlist li.wall4 {
    background: #9EA2A7
}

.colrlist li.fascias5,
.colrlist li.wall5 {
    background: #DBC59E
}

.colrlist li.fascias6,
.colrlist li.wall6 {
    background: #E1E1E2
}

.colrlist li.fascias7,
.colrlist li.wall7 {
    background: #fff
}

.colrlist li.fascias8,
.colrlist li.wall8 {
    background: #E9DAC1
}

.colrlist li.fascias9,
.colrlist li.wall9 {
    background: #4F4F63
}

.colrlist li.fascias10,
.colrlist li.wall10 {
    background: #E6E4D9
}

.colrlist li.fascias11,
.colrlist li.wall11 {
    background: #0D361F
}

.colrlist li.fascias12,
.colrlist li.wall12 {
    background: #E9DAC1
}

.colrlist li.fascias13,
.colrlist li.wall13 {
    background: #294B66
}

.colrlist li.fascias14,
.colrlist li.wall14 {
    background: #50342F
}

.colrlist li.fascias15,
.colrlist li.wall15 {
    background: #7C625C
}

.colrlist li.fascias16,
.colrlist li.wall16 {
    background: #9A4343
}

.colrlist li.fascias17,
.colrlist li.wall17 {
    background: #5A7A73
}

.colrlist li.fascias18,
.colrlist li.wall18 {
    background: #575E60
}

.colrlist li.fascias19,
.colrlist li.wall19 {
    background: #1B544D
}

.colrlist li.fascias20,
.colrlist li.wall20 {
    background: #040607
}

.colrlist li.fascias21,
.colrlist li.wall21 {
    background: #6B5E57
}

.colrlist li.fascias22,
.colrlist li.wall22 {
    background: #94A097
}

.colrlist li.fascias23,
.colrlist li.wall23 {
    background: #D3C6C5
}

.colrlist li.fascias24,
.colrlist li.wall24 {
    background: #FBF9F5
}

.colrlist li.fascias25,
.colrlist li.wall25 {
    background: #9B9792
}

.enq_sortby .warningbx_container {
    display: none;
}

.popup_visible_enq_sortby .enq_sortby .warningbx_container {
    display: block;
}

section.content_block.pad_100.area_text.ptag.faq_block {
    margin: 0
}

#tab-3 .js_gallery li {
    padding: 0 20px
}

@media (max-width:1599px) {
    .js_gallery.common_arrow .slick-next.slick-arrow {
        right: calc(50% - 32%);
    }

    .js_gallery.common_arrow .slick-prev.slick-arrow {
        left: calc(50% - 32%);
    }

    .pad_100 {
        padding: 80px 0;
    }

    .painting-page .painting_banner img.atlas_badge {
        right: 65px;
    }


    .bnr_left .banner_title {
        font-size: 54px;
        line-height: 53px;
    }

    .bnr_left p {
        margin-bottom: 20px;
    }
}

@media (max-width:1439px) {

    .faq_block {
        padding: 80px 0 0;
        margin: 80px 0 0;
    }

    .common_content:not(:last-child) {
        margin: 0px 0 80px;
    }

    .service_list li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .service_list {
        margin: 0 -29px -30px;
    }

    .tab_ul {
        margin-bottom: 30px;
    }

    .price_tit {
        font-size: 50px;
    }

    .time_hrs {
        font-size: 12px;
    }

    .price_txt {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .inner_banner.service_banner .banner_text {
        padding-right: 0 !important;
    }

    .right_block1 {
        width: 100%;
        padding: 0px 0 0 30px;
    }

    ul.js_service_trust {
        display: flex;
        justify-content: space-between;
    }

    ul.js_service_trust li:not(:nth-child(-n + 5)) {
        display: none;
    }

    ul.js_service_trust.slick-initialized li {
        display: block;
    }


}

@media (max-width: 1200px) {

    .pad_100 {
        padding: 60px 0;
    }

    .faq_block {
        padding: 60px 0 0;
        margin: 60px 0 0;
    }

    .common_content:not(:last-child) {
        margin: 0px 0 60px;
    }

    .area_list li {
        width: 100% !important;
        margin-bottom: 3px;
    }

    .js_gallery {
        padding: 0 15px;
    }

    .js_gallery li.slick-slide.slick-center.slick-current a img {
        transform: none;
    }

    .js_gallery li.slick-slide a img {
        transform: none;
    }

    .js_gallery li {
        padding: 0 10px;
    }

    .js_gallery.common_arrow .slick-prev.slick-arrow {
        left: 15px;
    }

    .js_gallery.common_arrow .slick-next.slick-arrow {
        right: 15px;
    }

    .serv_tit {
        font-size: 22px;
        bottom: 18px;
        padding: 0 18px;
    }

    .serv_tit:after {
        right: 18px;
    }

    .promise_list li label {
        font-size: 24px;
        line-height: 28px;
    }

    .bnr_left .banner_title {
        font-size: 54px;
        line-height: 50px;
    }

    .bnr_left p {
        font-size: 16px;
        line-height: 22px;
    }

    .right_block1 {
        width: 100%;
        padding: 0px 0 0 30px;
    }

    ul.js_service_trust li:not(:nth-child(-n + 4)) {
        display: none;
    }

    ul.js_service_trust.slick-initialized li {
        display: block;
    }
}

@media (max-width: 991px) {

    .right_block {
        width: 100%;
        padding: 30px 0 0;
    }

    .right_block1 {
        width: 100%;
        padding: 30px 0 0 30px;
    }

    .content_block .flex-container {
        flex-wrap: wrap;
    }

    .map p iframe {
        height: 350px;
    }

    .map p iframe {
        width: 100%;
    }

    .video {
        height: auto;
        width: 100%;

    }

    .fancybox-content {
        width: 100% !important;
        height: 100% !important;
    }

    .area_list li {
        width: 49% !important;
    }

    .row-reverse .right_block {
        padding-right: 0px;
    }

    .row-reverse .left_block {
        padding-left: 0px;
    }

    .right_block p:last-child {
        margin-bottom: 0;
    }

    .cta_text_content {
        justify-content: center;
        flex-wrap: wrap;
    }

    .left_cta_text {
        min-width: 100%;
        text-align: center;
    }

    .right_cta_text .btn-box {
        flex-wrap: nowrap;
        justify-content: center;
        margin: 20px 0 0;
    }

    .right_cta_text .btn-box a:first-child {
        margin-bottom: 10px;
        width: auto;
    }

    /*
    .right_cta_text .btn-box .btn_green {
        min-width: auto;
    }
*/

    .right_cta_text {
        width: 100%;
    }

    .serv_tit {
        font-size: 20px;
        bottom: 12px;
        padding: 0 12px;
    }

    .price_box {
        padding: 30px;
    }

    .js_pricing {
        margin: 0 -8px;
    }

    .js_pricing li {
        padding: 0 8px;
    }

    .js_pricing.cl_list li {
        padding-left: 22px !important;
    }

    .cus_box {
        padding: 0px 30px 40px;
    }

    .step_list li {
        margin-bottom: 30px;
    }

    .painting-page .painting_banner .bnr_form {
        margin: 0 0 0 auto;
    }


    .bnr_left .banner_title {
        font-size: 44px;
        line-height: 40px;
        text-align: center;
    }

    .colourpage .flex-container {
        flex-wrap: wrap;
    }

    .colrlist li {
        height: 30px;
        width: 30px;
        margin: 0px 2px;
    }

    .colourleft.left_block {
        position: relative;
        top: 0px;
    }

    .service_banner .bnr_left {
        margin: 15px 0 !important;
    }

    .cleaning-area-page .bnr_left p {
        display: none !important;
    }

    .service_banner .bnr_left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .service_banner .bnr_right {
        width: 100%;
    }

    .service_banner .bnr_left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .colourleft.left_block,
    .colourright.right_block {
        width: 100%;
        overflow-x: scroll;
    }

}

@media (max-width: 768px) {
    .smk_accordion .accordion_in .acc_content p {
        margin-bottom: 30px !important;
    }

    .gen_faq .acc_head {
        padding: 18px 0px;
    }

    .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
        top: 3px !important;
    }

    .price_box {
        padding: 20px;
    }

    .price_tit {
        font-size: 38px;
    }

    .time_hrs {
        font-size: 11px;
        padding: 7px 6px 0;
    }

    .cl_list {
        padding-bottom: 15px;
    }

    .cus_box p {
        height: 100%;
    }

    .icon_box {
        width: 90px;
        height: 90px;
    }

    .icon_box:after {
        width: 75px;
        height: 75px;
    }

    .promise_list li label {
        font-size: 20px;
        line-height: 22px;
    }

    .icon_box {
        margin: 0 auto 18px;
    }

    .trust_fect .trust_box label {
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
    }

    .trust_fect .trust_box span img {
        max-width: 30px;
    }


    .service_banner .bnr_left {
        width: 100%;
    }

    .bnr_left .banner_title {
        font-size: 44px;
        line-height: 40px;
        text-align: center;
    }

    .painting-page .painting_banner .bnr_form {
        margin: 30px auto 0;
    }


    .service_banner .bnr_right {
        width: 100%;
    }

    .serv_tit:after {
        right: 7px;
    }
}

@media (max-width: 580px) {
    .area_list li {
        width: 100% !important;
        margin: 0;
    }

    .pad_100 {
        padding: 40px 0;
    }

    [class*="title_"] {
        margin-bottom: 20px;
    }

    .gen_faq .faq_accordion {
        padding: 0;
    }

    .gen_faq .prod_tit {
        font-size: 16px;
    }

    .faq_block {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .common_content:not(:last-child) {
        margin: 0px 0 40px;
    }

    .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
        width: 25px !important;
        height: 25px !important;
        line-height: 23px !important;
        font-size: 16px !important;
    }

    .js_gallery.common_arrow .slick-prev.slick-arrow {
        left: 45px;
    }

    .js_gallery.common_arrow .slick-next.slick-arrow {
        right: 45px;
    }

    .tab_ul li {
        padding: 8px 13px;
        font-size: 16px;
        margin: 0 2px;
    }

    .price_box {
        padding: 30px 35px;
    }

    .price_list.common_arrow .slick-arrow {
        top: auto;
    }

    .js_pricing {
        margin: 0 -8px 57px;
    }

    .tab_ul {
        margin-bottom: 15px;
    }

    .cus_box {
        text-align: center;
        padding: 10px 0px;
    }

    .promise_list li {
        width: 50%;
    }

    .promise_list li:nth-child(-n + 2) {
        margin-bottom: 15px;
    }

    .service_list li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .service_list {
        margin: 0 -5px -10px;
    }

    .service_list li:nth-child(-n + 6) {
        width: 50%;
        float: left;
    }

    .service_list li:last-child {
        width: 100%;
    }

    .service_box img {
        width: 100%;
        height: 100%;
    }

    .serv_tit:after {
        content: none;
    }

    .right_cta_text .btn-box {
        flex-wrap: wrap;
    }

    .cta_text_content {
        padding: 28px 25px;
    }

    .bnr_left .banner_title {
        font-size: 32px;
        line-height: 30px;
        text-align: center;
    }

    .bnr_left .banner_title {
        display: none;
    }


    .painting-page .painting_banner .bnr_form {
        margin: 0px auto 0;
    }


    .bnr_left p {
        margin-bottom: 15px;
    }

    .bnr_form {
        color: #000000;
        padding: 30px 25px;
    }

    .bnr_form .title_40 {
        text-align: center;
    }

    .serv_tit {
        bottom: 5px;
    }

    .bnr_right .form-control,
    select {
        padding: 9px 20px;
    }

    .cleaning-area-page .bnr_left p {
        display: none;
    }

    .step_list li:last-child {
        margin-bottom: 0;
    }

    .inner_banner.service_banner.service_area_banner {
        padding: 120px 0 30px;
    }

    #enq_sortby {
        margin: 20px;
    }

    .contact-form .width33,
    .width33 {
        width: 100%;
    }

    .bnr_form .form-group {
        margin-bottom: 10px;

    }

    .ft_cont_cta .btn-box {

        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_cont_cta .btn-box a {
        margin-bottom: 10px;
    }

    #tab-3 .js_gallery li {
        padding: 0 10px
    }

    ul.js_paint_brand li {
        width: 33.3%;
    }

    ul.js_paint_brand li:not(:nth-child(-n + 3)) {
        display: none;
    }

    ul.js_paint_brand.slick-initialized,
    ul.js_paint_brand li {
        display: block;
    }

    .js_gallery li,
    .js_customersay>li {
        width: 100%;
    }

    .js_gallery li:not(:first-child),
    .js_customersay>li:not(:first-child) {
        display: none;
    }

    .js_gallery.slick-initialized li,
    .js_customersay.slick-initialized>li {
        display: block;
    }

    ul.js_service_trust li:not(:nth-child(-n + 2)) {
        display: none;
    }

    ul.js_service_trust.slick-initialized li {
        display: block;
    }
}