.bulk-banner {
    background-image: url("../image/bulk-banner.png") !important;
}

.bulk-center-section h2 {
    text-transform: inherit;
}

.b-service {
    text-align: center;
}

.b-service p {
    font-size: 14px;
    padding-top: 20px;
    font-weight: 600;
    color: #000;
}

.b-service img {
    height: 70px;
}


@font-face {
    font-family: Roboto Slab, serif;
    font-style: normal;
    font-weight: 600;
    src: local('Roboto Slab), local(' Roboto Slab), url(https://fonts.googleapis.com/css?family=Roboto+Slab:300, 400, 700);
}

body {
    font-size: 16px;
    color: #595959;
}

*:focus {
    outline: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%
}

h1 {
    color: #67ae0f;
    font-size: 36px;
    font-weight: 700;
}

h2 {
    color: #67ae0f;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    color: #353535;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #353535;
}

.form-check-input{
    transform: scale(1.5); /* Increase size by 1.5 times */
        margin-right: 10px; /* Optional: space between radio and label */
}

h5 {
    font-size: 20px;
    font-weight: 700;
    color: #353535;
}

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
}

.font_22 {
    font-size: 22px;
}

.weight_600 {
    font-weight: 600;
}

.btn {
    border-radius: 4px 4px 0 0;
    padding: 15px 30px;
    color: #fff;
    border: 0;
    background-color: #67ae0f;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 260px;
}

.btn_contact_us {
    border-radius: 4px 4px 0 0;
    padding: 15px 30px;
    color: #fff;
    border: 0;
    background-color: #67ae0f;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 200px;
}

.eicr-service {
    min-width: 325px;
}


.choose-lists li i {
    color: #90c143;
    margin-top: 10px;
    width: 25px;
}

.btn.btn_red {
    background-color: #d52c2c;
}

.btn.btn_yellow {
    background-color: #ffd814;
    color: black;
}

.btn.btn_black {
    background-color: #2f2f2f;
}

.bg_gray {
    background-color: #f5f5f5;
}

.bg_dark_gray {
    background-color: #c5c5c5 !important;
}

.color_black {
    color: #333;
}

.color_green {
    color: #67ae0f;
}

.w-20 {
    width: 20%
}


.custom-list {
    list-style-type: none;
}

ol.custom-list {

    counter-reset: custom-counter;
}

.custom-list li:before {
    content: counter(custom-counter) "- ";
    counter-increment: custom-counter 1;
    font-weight: bold;
    font-style: italic;
}


header .navbar {
    padding: 2px 0;
    background-color: #67ae0f;
}

header .navbar ul li a {
    font-size: 16px;
    margin-left: 20px;
    color: #fff;
    padding: 15px 0 !important;
}

header .navbar ul li a.active {
    box-shadow: inset 0 -4px 0 #fff;
}

header .navbar.navbar-expand-lg ul li:nth-of-type(1) a {
    margin-left: 0;
}

header .navbar.navbar-expand-lg ul li.dropdown ul li a {
    margin-left: 20px !important;
}

header .navbar.navbar-expand-lg ul li.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 300px;
}

header .navbar.navbar-expand-lg ul li.dropdown ul li a {
    font-size: 14px;
}

header .navbar.navbar-expand-lg ul li.dropdown ul li a:hover {
    color: #353535;
}

.top_bar {
    padding: 20px 0;
    color: #353535;
}

.trustpilot_top p {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
}

.trustpilot_top p span {
    font-size: 18px;
    font-weight: 500;
}

.trustpilot_top .stars-green {
    margin: 0 15px;
}

.trustpilot_top .trustpilot-icon {
    float: right;
}

.phone_box_top p {
    display: inline-block;
    margin: 0;
}

.phone_box_top p span {
    font-size: 22px;
    font-weight: 900;
}

.phone_box_top .btn {
    float: right;
}

.phone_box_top img {
    float: left;
    margin: 10px 10px 0 0;
}

.check_box_style ul {
    padding-left: 16px;
}

.check_box_style ol {
    text-align: inherit;
    list-style-position: inside;
}

.check_box_style ol li {
    padding-left: 10px;
    position: relative;
}

.check_box_style ul li {
    padding-left: 10px;
    position: relative;
    padding-inline-start: 40px;
}

.check_box_style ul li:before {
    content: "";
    background-image: url(../image/li-style.png);
    position: absolute;
    top: 5px;
    margin-left: -24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.check_box_style ol li:before {
    content: "";
    position: absolute;
    top: 5px;
    margin-left: -24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

#assessmentPeriod .check_box_style ol li::before {
    content: "";
    position: absolute;
    top: 5px;
    margin-left: -24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.m_w_300 {
    min-width: 145px;
}

.main_banner {
    padding: 12px 0 30px 0;
    background-image: url(../image/main-banner.webp);
    width: 100%;
    background-size: cover;
    color: #353535;
}

.blur_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 30px 30px;
    margin: 20px 0px;
}

.blur_box .trust_pilot_banner {
    background: none !important;
}

.blur_box .trustpilot-widget {
    padding: 0px !important;
}

.banner_text {
    float: left;
    width: 50%;
    font-weight: 500;
    line-height: normal;
}

.banner_text p {
    margin-top: 15px;
}

.price {
    font-size: 29px;
    font-weight: 700;
}

.customer_box {
    float: left;
    width: 50%;
    display: inline-block;
    line-height: normal;
}

.customer_number_wrap {
    display: inline-block;
    text-align: center;
}

.customer_number_wrap p {
    text-transform: uppercase;
    font-weight: 700;
}

.customer_number {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.track_heading {
    color: black;
    text-transform: capitalize;
}

.track_paragraph {
    color: black;
    text-transform: capitalize;
}

.customer_number_wrap .customer_number p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.banner_form {
    background: rgba(53, 53, 53, .95);
    padding: 30px;
    border-radius: 4px;
    position: relative;
}

.banner_form p {
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    font-size: 18px;
}

.postcode_box .btn {
    border-radius: 0 4px 4px 0;
}

.postcode_box input {
    padding: 15px 30px;
    border-radius: 4px 0 0 4px;
    float: left;
    border: 0;
    width: 35%
}

.banner_bill {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 40px;
    margin-right: 30px;
}

.banner_bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 115px;
}

.banner_bottom button {
    margin-top: 70px;
}

.banner_bottom ul {
    padding-left: 25px;
}

/* .banner_bottom ul li {
    font-size: 20px;
    font-weight: 500;
    list-style-image: url(../image/li-square.png);
} */

.banner_bottom {
    list-style: none !important; 
    font-size: 20px;
    font-weight: 500;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}
   
.banner_bottom li {
    padding-left: 1em;
    text-indent: -1em;
}
   
.banner_bottom li:before {
    content: "✓";
    padding-right: 15px;
    color:#67ae0f; 
    font-size: 20px;
    font-weight: bold;
}

.track_list ul li {
    list-style: disc;
    margin-left: 20px;
}

.track_para {
    text-transform: none !important;
    font-weight: 700;
    font-size: 32px;
}

.sec {
    padding: 70px 0;
}

.card_box {
    margin-top: 30px;
}

.card_box button {
    width: 100%
}

.card_box .card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

.card_box .card ul {
    min-height: 220px;
    padding-left: 25px;
}

.card_box .card ul li {
    color: #353535;
    font-weight: 500;
    font-style: italic;
    /* list-style-image: url(../image/li-circle.png); */
    margin-bottom: 10px;
}

.card_box .card ul li a {
    color: #353535;
}

.service_box_inner {
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.repeat_order p {
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    /*margin: 30px 0;*/
}

.trustpilot_slider {
    margin-top: 30px;
}

.save_upto h4 {
    margin-bottom: 30px;
}

.faq .nav-pills {
    padding: 15px 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
}

.faq .nav-pills li {
    width: 33.33%;
    padding: 15px;
    float: left;
}

.faq .nav-pills li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #67ae0f !important;
    border-radius: 4px;
    color: #67ae0f;
    min-height: 75px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.faq .nav-pills li a.active {
    background-color: #67ae0f;
    color: #fff;
}

.faq .tab-content {
    padding-top: 30px;
    border-top: 4px solid #67ae0f;
}

.faq .tab-content .heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #67ae0f;
}

.our_service {
    background-color: #333;
}

.service_box {
    background-image: url(../image/map&we-cover-all.webp);
    background-position: right 30px;
    background-repeat: no-repeat;
}

.our_service a {
    color: #c0bcbd;
    font-size: 14px;
}

.footer_heading {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

footer {
    background-color: #2f2f2f;
}

.footer_landing_page{
    background: #1f1e1e;
    padding: 40px 20px;
}

footer a {
    color: #c0bcbd;
    font-size: 14px;
}

footer a:hover {
    color: #c0bcbd;
}

.company_detail p {
    color: #c0bcbd;
    font-size: 14px;
}

.footer_logo {
    float: right;
}

.bulk_epc {
    font-size: 18px;
}

.page_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #dfdfdf;
}

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

.footer-right span {
    font-size: 14px;
}

.footer-right span {
    color: white;
}

.page_top p {
    margin: 0;
}

.page_top h1 {
    margin: 0;
}

.bold_text {
    color: #353535;
    font-weight: 600;
}

.bold_text_green {
    color: #67ae0f;
    font-weight: 700;
}

.bulk_epc ul {
    padding-left: 20px;
    margin: 60px 0;
}

.bulk_epc ul li {
    color: #353535;
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px;
    list-style-image: url(../image/inner_li.png);
}

ul.styled_ul li {
    color: #353535;
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px;
    list-style-image: url(../image/inner_li.png);
}

.offer_box {
    background-color: #343434;
    position: relative;
    min-height: 96px;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}

.offer_tag {
    position: absolute;
    left: 0;
    top: 0;
    margin: -4px;
    z-index: 1;
}

.offer_box .box1 {
    font-weight: 600;
    width: 60%;
    background-color: #fff;
    padding: 20px 0 20px 40px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    border: 2px solid #67ae0f;
    border-right: 0;
}

.offer_box ul {
    margin: 0;
}

.offer_box ul li {
    margin: 0;
    line-height: normal;
}

.offer_box .box2 {
    font-weight: 700;
    width: 40%;
    border-left: 1px solid #272727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 32px;
}

.offer_box .box2 span {
    font-size: 14px;
}

.bgblack .box1 {
    background-color: #343434;
    color: #fff;
    border: 0;
}

.bgblack .box2 {
    font-size: 26px;
    background-color: #343434;
    color: #67ae0f;
}

.offer_slid {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateX(110%);
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    cursor: pointer;
}

.offer_box:hover .offer_slid {
    transform: translateX(0);
}

.offer_slid .offer_box {
    margin: 0;
    height: 100%
}

.overflow {
    overflow: hidden;
}

.inner_banner {
    padding: 30px 0;
    color: #353535;
    font-weight: 500;
}

.bundle_offer_banner {
    background-image: url(../image/bundle_banner.png);
    background-size: cover;
    position: relative;
}

.bundle_girl_img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -30px;
}

.banner_links {
    margin-bottom: 80px;
}

.banner_links a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #353535;
    text-decoration: none;
}

.banner_links a span {
    min-width: 28%;
    display: inline-block;
}

.what_is_epc_banner {
    border-bottom: 2px solid #dfdfdf;
}

.who_require_banner {

    border-bottom: 2px solid #dfdfdf;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #f0f0f0 100%);
    background: -webkit-linear-gradient(left, #fff 0, #f0f0f0 100%);
    background: linear-gradient(to right, #fff 0, #f0f0f0 100%);
    background-image: url('../image/who-need-img.jpg');
    background-size: cover;
}

.who_require_banner .rent_text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 60px;
}

.who_require_banner .banner_links {
    margin: 0;
}

.building_survey .page_top .heading_box {
    float: left;
}

.page_top .heading_box h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.building_survey .rics_logo {
    float: right;
}

.survey_form img {
    margin: 0 auto;
    max-width: 100%;
    display: inherit;
}

.survey_bottom {
    margin-top: 30px;
}

.quote_heading {
    font-size: 30px;
    color: #67ae0f;
    font-weight: 600;
}

.request_option {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 30px;
}

.property_box {
    border-radius: 4px;
    border: 2px solid #67ae0f;
    min-height: 340px;
    width: 100%;
    padding: 30px 20px;
    margin-top: 30px;
    cursor: pointer;
}

.property_box.active {
    background-color: #67ae0f;
}

.property_box .white_icon {
    display: none;
}

.property_box.active .color_icon {
    display: none;
}

.property_box.active .white_icon {
    display: block;
}

.property_box.active * {
    color: #fff;
}

div#my-player {
    background: transparent;
}

.vjs-poster img {
    object-fit: cover !important;
}




.request_bottom {
    padding: 30px 0;
    text-align: center;
}

.prop_icon {
    height: 100px;
}

.property_box h5 {
    margin-top: 30px;
    font-size: 19px;
}

.property_box p {
    margin-top: 20px;
    color: #353535;
}

.residential_form {
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
    display: none;
}

.commercial_form {
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
    display: none;
}

.build_form {
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
    display: none;
}

.services_form {
    padding-top: 30px;
}


.service_item_container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.service_item {
    width: 50%;
    padding: 0px 25px;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 660px;
    max-width: 100%;
    margin: 0;
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #b2b2b2;
    background: #f0f0f0;
    border-radius: 4px;
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #67ae0f;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 3px;
    border-radius: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkwrap span {
    display: inline-block;
    width: 100%;
    padding: 15px 7px;
    border-radius: 4px;
    border: 1px solid #67ae0f;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.checkwrap p {
    display: inline-block;
    margin-left: 20px;
}

.checkwrap p b {
    display: inline-block;
    margin-left: 20px;
}

.checkwrap.select span {
    color: #fff;
    background-color: #67ae0f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.first_wrap .checkwrap.select span {
    border-radius: 4px 4px 0 0;
}

.checkwrap {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%
}

.bed_option {
    margin-left: 50px;
    padding: 15px;
    background-color: #efefef;
    width: 610px;
    max-width: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
    border-radius: 0 0 4px 4px;
    display: none;
}

.bed_option p {
    margin: 10px 0;
}

.bed_option select {
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    width: 100%;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.personal_info {
    border-bottom: 2px solid #dfdfdf;
}

.info_form {
    padding: 0 80px;
}

.info_form label {
    width: 50%;
    float: left;
    display: inline-block;
    color: #333;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.info_form input {
    width: 50%;
    float: left;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #b2b2b2;
    padding: 15px;
}

.info_form .postcode_input {
    width: calc(30% - 15px);
    margin-right: 15px;
}

.info_form .postcode_btn {
    min-width: 20%;
    width: 20%
}

.total_cost {
    float: right;
}

.total_cost p {
    color: #333;
    margin: 0;
}

.incl_text {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

.edit_info_sec {
    /*padding-bottom: 30px;*/
    /*border-bottom: 2px solid #dfdfdf;*/
}

.edit_info_sec .edit_heading {
    color: #67ae0f;
    font-size: 28px;
    font-weight: 700;
}

.edit_info_sec .edit_heading .edit_text {
    color: #d52c2c;
    float: right;
    font-size: 20px;
    cursor: pointer;
    margin-top: 5px;
    color: #67ae0f;
}

.edit_info_sec .edit_heading .edit_text img {
    float: left;
    margin: 5px 5px 0 0;
}

.edit_info_sec h6 span {
    float: right;
}

.edit_info_sec ul {
    background-color: #f5f5f5;
    padding: 30px;
}

.edit_info_sec ul li {
    color: #333;
    display: block;
    margin: 5px 0;
}

.edit_info_sec ul li span {
    font-weight: 500;
    width: 40%;
    float: left;
}

.edit_info_sec ul li p {
    width: 60%;
    display: inline-block;
    margin: 0;
    word-wrap: break-word;
    line-height: normal;
}

.edit_info_sec .bottom_price {
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
}

textarea {
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #b2b2b2;
    padding: 15px;
    width: 100%;
    resize: none;
}

.paid_sec {
    padding: 30px 0;
    border-bottom: 2px solid #dfdfdf;
}

.paid_sec ol {
    margin: 30px 0;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.paid_sec ol li {
    display: block;
    margin-bottom: 10px;
}

.paid_sec ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
}

.paid_sec .checkwrap label {
    padding-left: 30px;
    font-weight: 600;
}

.paid_sec .checkwrap label a {
    color: #67ad0f;
}

.contact .page_top p {
    margin: 10px 0 0 0;
}

.info_form textarea {
    width: 50%;
    float: left;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #b2b2b2;
    padding: 15px;
}

.contact_btn {
    float: right;
    margin-top: 30px;
}

.contact_bottom img {
    float: left;
    margin: 10px 20px 0 0;
}

.contact_bottom p {
    display: inline-block;
}

.contact_bottom p b {
    font-size: 20px;
    color: #353535;
}

.contact_bottom .last {
    padding-left: 35px;
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #353535;
    font-size: 20px;
}

.nav-pills .nav-link:nth-of-type(1) {
    border-top: 1px solid #e3e3e3;
}

.faq_sec .nav-pills .nav-link.active {
    background-color: #f7f7f7;
    box-shadow: inset 6px 0 0 #67ae0f;
    color: #353535;
    font-weight: 700;
    border-radius: 2px;
    border: 0;
    margin-top: -1px;
}

.faq_bottom {
    padding: 30px 0;
    font-size: 20px;
    color: #353535;
}

.faq_bottom a {
    color: #67ae0f;
}

.testimonials .page_top {
    margin: 0;
}

.testimonials_sec ul li {
    float: left;
    width: 50%;
    padding: 45px;
    border-bottom: 2px solid #dfdfdf;
}

.testimonials_sec ul li:nth-of-type(2n+2) {
    border-left: 2px solid #dfdfdf;
}

.testimonials_sec ul li:nth-last-child(2) {
    border-bottom: 0;
}

.testimonials_sec ul li:nth-last-child(3) {
    border-bottom: 0;
}

.testimonials_sec ul li .img_wrap {
    float: left;
    width: 25%;
    padding: 10px;
}

.testimonials_sec ul li .img_wrap .img_box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials_sec ul li .img_wrap .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_sec ul li .testimonial_text_box {
    float: left;
    width: 75%;
    padding: 10px;
}

.testimonials_sec ul li .testimonial_text_box .text {
    min-height: 150px;
    color: #5a5a5a;
    font-style: italic;
}

.testimonials_sec ul li .testimonial_text_box .name {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 0;
}

.epc_ul {
    padding-left: 15px;
}

.epc_ul li {
    color: #353535;
    font-weight: 600;
    padding-left: 10px;
    line-height: 30px;
    list-style-image: url(../image/inner_li.png);
}

.nested_ul {
    counter-reset: item;
}

.nested_ul ul {
    counter-reset: item;
    padding-left: 15px;
}

.nested_ul li {
    display: block;
}

.nested_ul > li {
    margin-top: 20px;
    font-weight: 700;
    color: #353535;
}

.nested_ul > li > ul > li {
    margin-top: 10px;
    font-weight: 400;
    color: #595959;
}

.nested_ul li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.m_header .trustpilot_top {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    padding-bottom: 7px;
}

.m_header .phone_box_top p span {
    font-size: 16px;
}

.m_header .trustpilot_top p {
    margin: 0;
}

.m_header .phone_box_top img {
    margin: 0 10px 0 0;
    width: 16px;
    float: none;
}

.m_header ul {
    margin-top: 20px;
}

.m_header ul li {
    border-bottom: 1px solid #96c75d;
}

.m_header ul li a {
    color: #fff;
    font-size: 22px;
    padding: 15px 10px !important;
}

.menu_button {
    cursor: pointer;
}

.m_header .modal-dialog {
    margin: 0;
    max-width: 100%
}

.m_header .modal {
    background: #67ae0f;
}

.m_header .modal-content {
    background: 0 0;
    box-shadow: none;
    border: 0;
}

.m_header .modal-header {
    border: 0;
}

.m_header .close {
    color: #fff;
    font-size: 42px;
    text-shadow: none;
    opacity: 1;
}

.m_header {
    display: none;
}

.panel-title > a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.panel-default {
    padding-bottom: 0px;
}

.panel-default > .panel-heading {
    background-color: #67ae0f;
    border-radius: 4px;
}

.panel-heading a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    float: right;
    margin-top: 10px;
    border-left: 0.3em solid transparent;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-collapse .panel-body {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 2px solid #67ae0f;
    border-bottom: 2px solid #67ae0f;
}

.faq_sec_m, .m_faq {
    display: none;
}

.faq_sec_m .panel-default > .panel-heading {
    background-color: #f7f7f7;
    box-shadow: inset 6px 0 0 #67ae0f;
    border-radius: 4px;
}

.faq_sec_m .panel-title > a {
    color: #353535;
    font-weight: 600;
    text-transform: none;
}

.faq_sec_m .panel-heading a::before {
    display: none;
}

.faq_sec_m .panel-collapse .panel-body {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.postcoder-complete {
    float: left;
    width: 50%
}

.postcoder-complete input {
    width: 100%
}

.location_banner {
    padding: 15px 0;
    background-image: url(../image/location_banner.jpg);
    background-size: cover;
    color: #353535;
    min-height: 317px;
    display: flex;
    align-items: center;
}

.assessors-bg {
    background-image: url(../image/assessors-bg.jpg);
    background-size: cover;
}

.validation-bg {
    background-image: url(../image/validation-bg.jpg);
    background-size: cover;
    color: #fff;
}

.enquiries-bg {
    background-image: url(../image/enquiries-bg.jpg);
    background-size: cover;
}

.last_logos ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-bg {
    background-color: #2f2f2f;
}

.contact-bg {
    background-color: #2f2f2f;
}

.contact_us_form {
    color: #fff;
}

.contact_us_form .form-control {
    background-color: #434343;
    color: #fff;
    border: none;
}

.services_banner {
    padding: 15px 0;
    background-image: url(../image/services_banner.webp);
    background-size: cover;
    color: #353535;
    min-height: 317px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

.what-eicr-bg {
    background-image: url(../image/what-eicr-bg.webp);
    background-size: cover;
}

.why-eicr-important-bg {
    background-image: url(../image/why-eicr-important-bg.webp);
    background-size: cover;
}

#whyEicr .color_green {
    color: #006400 !important;
}

#assessmentPeriod .color_green {
    color: #333 !important;
}

.what-are-inspected {
    background-image: url(../image/what-are-inspected.webp);
    background-size: cover;
}

.how-long-bg {
    background-image: url(../image/how-long-bg.webp);
    background-size: cover;
}

.trust-bg {
    background-image: url(../image/trust-bg.webp);
    background-size: cover;
}

.trust_box {
    padding: 40px;
    text-align: center;
    border: 1px solid #67ae0f;
    position: relative;
    margin: 20px;
}

.trust_box .trust_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -27px;
}

.editable-wrap {
    width: 100%
}

.editable-wrap .editable-controls input, .editable-wrap .editable-controls textarea {
    width: 100%
}

.editable-wrap .editable-controls .btn-primary {
    background-color: #48872a !important;
}

.editable-wrap .editable-controls .btn-secondary {
    background-color: #333 !important;
}

.editable-wrap .editable-controls .btn {
    height: 36px;
    width: 36px;
    padding: 0;
    min-width: auto;
}

.editable-wrap .editable-controls .form-control {
    height: 36px;
    padding: 10px;
    border: 1px solid #333;
}

.editable-wrap .editable-controls .form-control:focus {
    box-shadow: none;
}

.editable-wrap .editable-controls .editable-buttons {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.border_yellow {
    border: 1px solid #e4a304 !important;
}

.fa-edit {
    cursor: pointer;
}

.section_delete {
    border: 1px solid #000;
    padding: 15px;
    position: relative;
}

.fa-trash {
    color: red;
}

.section_delete_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    cursor: pointer;
    z-index: 200;
}

.check_box_style .h1 {
    font-size: 2em;
    font-weight: bolder;
}

.check_box_style .h2 {
    font-size: 1.5em;
    font-weight: bolder;
}

.check_box_style .h3 {
    font-size: 1.17em;
    font-weight: bolder;
}

.check_box_style .h4 {
    font-size: 1em;
    font-weight: bolder;
}

.check_box_style .h5 {
    font-size: .83em;
    font-weight: bolder;
}

.check_box_style .h6 {
    font-size: .67em;
    font-weight: bolder;
}

#whyEicr .check_box_style ul li::before {
    content: "";
    background-image: url(../image/li-style-green.png);
    position: absolute;
    top: 5px;
    margin-left: -24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.check_box_style h1 {
    color: inherit !important;
}

.check_box_style .h1 {
    color: inherit !important;
}

.banner_form .dropdown a:hover {
    color: #fff;
}

.banner_form .dropdown-menu .dropdown-item {
    background: #67ae0f;
    color: #fff;
}

.custom-label {
    font-size: 16px !important;
    color: #595959 !important;
}

.switch input {
    opacity: 0;
}

.switch {
    display: inline-block !important;
    width: 30px !important;
    height: 10px !important;
    margin: 0 !important;
    position: relative !important;
}

.switch .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .4s;
    background-color: #a4a4a4;
}

.switch .slider:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    border-radius: 50%;
    transition: .4s;
    top: 50%;
    margin-top: -6px;
}

.switch input:checked + .slider:before {
    transform: translateX(20px);
}

.switch input:checked + .slider {
    background-color: #2e8a44;
}

.paid_text {
    min-width: 100px;
}

iframe.threeDs {
    width: 400px;
    height: 400px;
    margin: 100px 0 0 -175px;
    position: fixed;
    top: 0;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    background-color: white;
}

#cybersource-payment iframe {
    width: 100%;
}

.heading_address {
    width: 70%
}

.banner-edit-div {
    position: absolute;
    top: 5px;
    width: 100px;
    height: 30px;
    right: 5px;
    min-width: 0;
}

.heading_h1 {
    color: #67ae0f;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.banner_image {
    margin-left: -55px;
}


#logos li img {
    width: 80px;
}

#logos li a div {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    top: 50px;
    position: absolute;
}

#logos li a:hover {
    text-decoration: none;
}

.brands_ul_bottom {
    display: none !important;
}

.trust_pilot_home {
    width: 60%;
}

.error-message {
    color: #dc3545 !important;
    text-align: right;
}

.step_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #000;
    background-color: #f5f5f5;
}

#steps {
    width: 600px;
    margin: 30px auto;
    text-align: center;
}

.step {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    display: inline-block;
    border: 4px solid;
    border-color: #ccc;
    border-radius: 50%;

    color: #595959;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}

.step:first-child {
    line-height: 28px;
}

.step:nth-child(n+2) {
    margin: 0 0 0 100px;
}

.step:nth-child(n+2):before {
    width: 75px;
    height: 3px;
    display: block;
    background-color: #ccc;
    transform: translate(-95px, 17px);
    content: '';
}

.step:after {
    width: 150px;
    display: block;
    transform: translate(-55px, 3px);
    color: #595959;
    content: attr(data-desc);
    font-weight: 400;
    font-size: 13px;
}

.step:first-child:after {

}

.step.active {
    border-color: #67ae0f;

    color: #67ae0f;
}

.step.active:before {
    background: linear-gradient(to right, #67ae0f 0%,
    #67ae0f 100%);
}

.step.active:after {
    color: #67ae0f;
}

.step.done {
    background-color: #67ae0f;
    border-color: #67ae0f;
    color: #FFF;
}

.step.done:before {
    background-color: #67ae0f;
}

.postcoder-complete-dropdown {
    top: 60px;
}

.input_field {
    width: 50%;
    float: right;
}


section.resdentialpluscommercial {
    background: #f6ffec;
    padding: 70px 0px;
    /* height: 704px; */
}

.facility-left-icon {
    /* margin: auto; */
    display: block;
    text-align: center;
}

.green_bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#rm-services-ifrmae-container {
    border: 0;
    width: 100%;
    min-height: 600px
}

.payment-panel .panel-body {
    margin: 0px 0;
    padding: 20px;
    border: 1px solid #c5c5c5;
}

.payment-panel .panel-heading {
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 15px;
    cursor: pointer;
}

.nav-pills.cyber_nav .nav-link {

    margin-bottom: -1px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #c5c5c5;
    border-bottom: 0px;
    margin-right: 10px;
    /* background-color: #f3f3f3; */
}

.faq_sec .nav-pills.cyber_nav .nav-link.active {
    background-color: transparent;
    box-shadow: none;
    color: #353535;
    font-weight: normal;
    border-radius: 0px;
    border: 1px solid #c5c5c5;
    border-bottom: 0px;
    margin-top: -1px;
    background-color: #fff;
    cursor: pointer;
}

#rm-services-ifrmae-container {
    border: 0;
    width: 100%;
    min-height: 600px
}


.ribbon {
    width: 110px;
    height: 60px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #b80707;
}
  .ribbon span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 5px 0;
    background-color: red;
    box-shadow: 0 5px 10px rgba(180, 1, 1, 0.1);
    color: #fff;
    text-align: center;
    font-size: 18px;
}
  
  /* top right*/
  .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
.ribbon-top-right span {
    left: -4px;
    top: 10px;
    transform: rotate(27deg);
    border: 0;
}
.info_form .custom_radio input {
    width: auto;
    float: none;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    padding: 0px;
    margin-top: 9px;
}

.info_form .custom_radio label {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 20px;

}
.input-error {
    border: 1px solid red !important;
}

@media screen and (min-width: 1950px) {
    .main_banner {
        background-position: 0px -229px;
    }
}

@media screen and (max-width: 1200px) {
    header .navbar ul li a {
        font-size: 14px;
        margin-left: 13px;
    }

    .banner_bill {
        width: 250px;
    }

    .phone_box_top p {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .faq_sec_m, .m_faq{
        display: block;
    }

    header {
        background: #FFF;
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px;
        z-index: 999999;
    }

    .m_header {
        display: block;
        border-bottom: 1px solid #d9d9d9;
    }

    .faq_sec_m, .m_faq {
        display: block;
    }

    .dt_faq, .dt_header, .faq_sec_dt {
        display: none;
    }

    header .navbar ul li a {
        font-size: 16px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 14px;
    }

    .save_upto h1 {
        font-size: 36px;
    }

    .repeat_order .col-lg-5, .save_upto .col-lg-7 {
        display: none;
    }

    .banner_bill, .customer_box {
        display: none;
    }

    .banner_text {
        width: 100%;
        text-align: center;
    }

    .location_serive_page a.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .postcode_box input {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .postcode_box .btn {
        width: 100%;
        border-radius: 4px;
    }

    .banner_form .btn {
        width: 100%
    }

    .card_box .card ul {
        min-height: auto;
        margin-bottom: 20px;
    }

    .card_box .card {
        margin-bottom: 10px;
    }

    .repeat_order, .save_upto {
        text-align: center;
    }

    .repeat_order .btn, .save_upto .btn {
        width: 100%
    }

    .faq .nav-pills li {
        width: 100%;
        padding-bottom: 0;
    }

    .our_service .col-6 {
        margin: 10px 0;
    }

    .we_offer .card_box .row .col-lg-4:nth-of-type(1) .card {
        /*background-image: url(../image/offer-img1.png);*/
        background-size: cover;
    }

    .we_offer .card_box .row .col-lg-4:nth-of-type(2) .card {
        /*background-image: url(../image/offer-img2.png);*/
        background-size: cover;
    }

    .we_offer .card_box .row .col-lg-4:nth-of-type(3) .card {
        /*background-image: url(../image/offer-img3.png);*/
        background-size: cover;
    }

    footer .footer_heading {
        border-top: 2px solid #484848;
        padding-top: 20px;
        margin-top: 20px;
    }

    .inner_banner img, .page_top img {
        display: none;
        width: 120px;
        margin-bottom: 15px;
    }

    .info_form {
        padding: 30px 0;
    }

    .info_form.additional_notes{
        padding: 0;
    }

    .personal_information .info_form {
        padding: 10px 0;
    }

    .personal_information .sec {
        padding: 40px 0;
    }

    .info_form label {
        margin: 10px 0 5px 0;
        font-size: 16px;
        width: 100%
    }

    .info_form .custom_radio label{
        margin: 0;
    }

    .info_form input, .info_form select, .info_form textarea, .postcoder-complete {
        width: 100%
    }

    .contact_btn {
        width: 100%
    }

    .contact_bottom p {
        width: 86%
    }

    .contact_bottom p b {
        font-size: 18px;
    }

    .services_form {
        padding-left: 0;
    }

    [type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
        padding-left: 30px;
        width: 100%
    }

    .bed_option {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .info_form .postcode_input {
        width: calc(50% - 15px);
    }

    .info_form .postcode_btn {
        min-width: 50%
    }

    .edit_info_sec h6 {
        display: flex;
        justify-content: space-between;
        font-weight: 600;
    }

    .edit_info_sec h6 span {
        white-space: nowrap;
    }

    .edit_info_sec .edit_heading {
        font-size: 20px;
        display: flex;
        justify-content: space-between;
    }

    .edit_info_sec .edit_heading .edit_text {
        font-size: 18px;
        font-weight: 600;
    }

    .edit_info_sec .edit_heading .edit_text img {
        display: none;
    }

    .edit_info_sec ul {
        padding: 10px;
    }

    .edit_info_sec ul li {
        display: flex;
    }

    .edit_info_sec ul li span {
        width: 24%
    }

    ul.edit_info{
        font-size: 14px;
    }

    .request_bottom img {
        float: none !important;
        margin-bottom: 20px;
    }

    .service_box {
        background-image: none;
    }

    .services_banner {
        min-height: 150px;
        background-color: #eee;
        background-position-y: center;
        background-repeat: no-repeat !important;
        background-size: cover;
    }
}

@media screen and (max-width: 667px) {
    .total_cost p {
        font-size: 25px;
    }
    .price {
        font-size: 33px;
    }
    .main_banner {
        padding: 25px 0 30px 0;
    }

    .request_bottom {
        text-align: center !important;
    }

    .request_bottom button {
        margin: 5px;
    }

    .banner_image {
        margin-left: 100px;
        margin-top: 0px !important;
        width: 150px;
    }

    .banner_bottom {
        margin-top: 20px;
    }

    .banner_bottom_btn {
        margin-top: 30px;
    }

    .trustpilot_top {
        display: none;
    }

    .logo_image {
        width: 35px !important;
    }

    .brands_ul li {
        margin: 10px !important;
    }

    #logos li a div {
        display: none;
    }

    .brands_ul_top {
        display: none !important;
    }

    .brands_ul_bottom {
        margin-top: 15px;
        display: flex !important;
    }

    .banner_bottom_btn {
        margin-top: 45px !important;
    }

    #rm-services-ifrmae-container {
        border: 0;
        width: 100%;
        min-height: 900px
    }

}

@media only screen and (max-width: 576px) {
    .modal-dialog {
        display: flex;
        align-items: center;
        min-height: 100vh;
    }

    .ribbon {
        overflow: visible;
    }
    .ribbon::before,
    .ribbon::after {
        display: none;
    }
    
    .info_form .custom_radio label {
        font-size: 20px;
    }
    .mobile_formatted{
        font-weight: normal;
        color: #595959;

    }

    .ribbon-top-right {
        top: -10px;
        right: -10px;
    }
    
    
    .ribbon span {
        width: 81px;
        padding: 0px 0;
        font-size: 14px;
    }
    
    .ribbon-top-right span {
        left: 26px;
        top: 11px;
        transform: none;
    }
    .who_require_banner {
        background-position: right;
    }

    .custom-list {
        list-style-type: none;
        padding-left: 10px;
    }

    .gray-box-content p {
        font-size: 16px !important;
    }

    .heading_h1 {
        font-size: 24px;
    }

    .bulk-center-section h2 {
        font-size: 20px;
    }

    .services_banner.bulk-banner {
        min-height: auto !important;
    }

    .services_banner.bulk-banner::after {
        position: absolute;
        content: "";
        background: rgba(255, 255, 255, 0.6);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .services_banner.bulk-banner .container {
        position: relative;
        z-index: 1111;
    }

    .services_banner.bulk-banner .container p {
        font-weight: 600;
    }

    .profile-img {
        height: auto !important;
    }

    .total_cost #pay-now {
        width: 100%;
    }

    .total_cost {
        width: 100%;
        margin-top: 15px;
    }

    #steps {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 60px;
    }

    .step::after {
        width: 85px;
        transform: translate(-25px, 8px);
        line-height: 18px;
    }

    .step:nth-child(n+2) {
        margin: 0 0 0 80px;
    }

    .step:nth-child(n+2)::before {
        width: 55px;
        transform: translate(-74px, 17px);
    }

    .input_field {
        width: 100%;
    }

    .font_small {
        font-size: 12px;
    }

    .mb-mobile-5 {
        margin-bottom: 5px !important;
    }

    .trust_pilot_desktop {
        display: none !important;
    }

    .trust_pilot_mobile {
        display: block !important;
    }

    .incl_text {
        font-size: 12px;
    }

    #payNow {
        width: 100%;
    }

    .make-payment-div {
        justify-content: center !important;
    }

    .font_sm_14 {
        font-size: 14px;
    }

}


@media only screen and (max-width: 555px) and (min-width: 100px)
{
    .mobile-device.zsiq-mobhgt[embedtheme].siqembed {
        height: 75%!important;
        width: 80%!important;
        right: 0!important;
        left: auto!important;
    }
}






@media (max-width: 480px) {
    .main_banner.main_banner_mobile {
        background-image: url(../image/home-banner.jpg);
    }
    .footer-inner {
        flex-wrap: wrap;
    }
    .footerlogo {
        margin-bottom: 35px;
    }
    .banner_bottom ul {
        padding-left: 0px !important;
    }
    /*.trust_pilot_home {*/
    /*    width: 100% !important;*/
    /*}*/
    .heading_address {
        width: 100%
    }

    h5 {
        font-size: 18px;
        font-weight: bold;
    }

    .text_center_mobile {
        text-align: center;
    }


}
