html body {
    font-family: Ubuntu, sans-serif;
    font-size: 14px
}

html {
    overflow-x: hidden !important
}

.text_white{
    color: #fff !important;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.top-form .text-danger {
    color: #FFF !important;
}

.btn{
    cursor: pointer;
}

h1 {
    font-size: 46px;
    font-weight: 700
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

a:hover {
    text-decoration: none !important;
    color: #f04d22 !important
}

.card_box button {
    width: 100%;
}

.slider{
    width: 100%;
    margin: 30px auto;

}

.service_box_inner {
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid #f04d22;
    padding: 30px 15px;
    background-color: #fff;
    min-height: 418px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}


img.border_radius_5 {
    border-radius: 6px;
}
.main-sec{
    font-size: 22px !important;
    font-weight: bold;
}

.banner_bottom_btn {
    margin-top: 55px;
}

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.min_height{
    min-height: 250px;
}

.personal_info h5{
    color: #2f2f2f;
}

.catgory_box{
    padding: 10px;
    text-align: center;
    background-color: #1a70a9;
    color: #fff;
    display: block;
    border-radius: 6px;
    min-height: 170px;
}

.conclusion_section{
    background-color: #F4FBFF;
    padding: 10px;
    margin-bottom: 30px;
}

.catgory_box img{
    margin: 15px 0px;
    width: 80px;
}

.catgory_box p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.facility_modal_close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 999;
    margin-right: 10px;
    color: #fff;
}

.facility-right {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 95px;
}

.facility-right-form {
    background: #1a70a9;
    padding: 0px 34px;
    margin: auto;
    padding-bottom: 20px;
}

.facility-right-form h3 {
    text-align: center;
    color: white;
    padding-top: 20px;
    font-size: 22px;
}

.facility-right-form p {
    color: white;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.facility-form-parent {
    padding-top: 30px;
}


.facility-right-form .input-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #c5c5c5;
    border: none;
    font-size: 14px;
    padding-left: 14px;
}

.facility-right-form input[type="submit"] {
    background: #f04d22;
    color: white;
    box-shadow: none !important;
    font-family: 'Roboto';
}

.pricing_img_box p {
    line-height: 33px;
    margin-top: 20px;
}

.btn, .contact-form input[type=submit] {
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0 0 0 #1a70a9 inset;
    background-color: #f04d22;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    padding: 15px 30px !important;
    border: 0
}

.btn:hover {
    box-shadow: 0 0 0 50px #1a70a9 inset;
    -webkit-transform: scale(1)
}

.btn-transparent {
    border: 1px solid transparent
}

.btn-transparent:hover {
    background: 0 0;
    box-shadow: 0 0 0 50px transparent inset;
    border-color: #fff
}

.btn-blue {
    box-shadow: 0 0 0 #f04d22 inset
}

.btn-blue:hover {
    box-shadow: 0 0 0 50px #f04d22 inset
}


.mobile_instant_btn {
    display: none;
}

.sticky_banner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
p.p_ultimate_guide {
    color: #1a70a9;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
}

.b_20{
    border-radius: 20px;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

li, p {
    font-size: 16px
}

p {
    line-height: 22px;
    color: #000
}

img {
    max-width: 100%
}

.quote-btn a {
    background-color: #f04d22;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 7px 35px;
    cursor: pointer;
    transition: all .5s;
    color: #fff !important;
    line-height: 50px
}

.top_right{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
}

.margin_top_modal{
    margin-top: 135px;
}

.btn_small {
    font-size: 16px !important
}

.btn:hover {
    color: #fff !important
}

label {
    font-weight: 400;
    color: #2f2f2f;
    font-size: 18px
}

.fontawesome, .fontawesome option {
    font-family: "Font Awesome 5 Pro"
}

.cursor_pointer {
    cursor: pointer !important
}

.border_1px {
    border: 1px solid #e8e8e8 !important
}

.border_btm {
    border-bottom: 1px solid #e8e8e8 !important
}

.border_color {
    border-color: #d3d3d3 !important
}

.radius_10 {
    border-radius: 10px
}

.radius_6 {
    border-radius: 6px
}

.radius_0 {
    border-radius: 0
}

.font_22 {
    font-size: 22px
}

.font_12 {
    font-size: 12px
}

.font_16 {
    font-size: 16px !important
}

.font_18 {
    font-size: 18px !important
}

.font_20 {
    font-size: 20px
}

.font_14 {
    font-size: 14px
}

.font_22 {
    font-size: 22px
}

.font_24 {
    font-size: 24px
}

.font_28 {
    font-size: 28px
}

.font_30 {
    font-size: 30px
}

.weight_400 {
    font-weight: 400
}

.weight_500 {
    font-weight: 500 !important;
}

.weight_bold {
    font-weight: 700
}

.line_height_30 {
    line-height: 30px
}
/* common */
.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;
}
  
  /* 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: 4px;
    transform: rotate(27deg);
}
.select_wrap {
    position: relative
}

.select_wrap select {
    -webkit-appearance: none
}

.weight_600 {
    font-weight: 600
}

.select_wrap::after {
    background-image: url(../images/icons/angle-down-solid.svg);
    right: 15px;
    transform: translateY(-50%);
    padding: 15px 0 25px;
    pointer-events: none;
    height: 20px;
    width: 15px;
    position: absolute;
    content: "";
    margin-top: 5px;
    background-repeat: no-repeat;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none
}

.box_shadow {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
    color: #fb9201
}

.color_gray {
    color: #454545 !important
}

.color_black {
    color: #000 !important
}

.color_orange {
    color: #f04d22 !important
}

.color_blue {
    color: #1a70a9
}

.bg_medium_gray {
    background-color: #f8f8f8
}

.bg_light_gray {
    background-color: #efefed !important
}

.bg_light_blue{
    background-color: #f9f9f9;
}

.bg_gray {
    background-color: #f0f0f0 !important
}

.bg_orange {
    background-color: #f04d22 !important
}

.bg_black {
    background-color: #222 !important
}

.bg_blue {
    background-color: #1a70a9
}

.underline-link {
    text-decoration: underline
}

div#my-player {
    background: transparent;
}

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

.bg_img {
    background-image: url(../images/assessors-bg.jpg);
}

.video-js.vjs-theme-forest .vjs-poster img {
    border-radius: 5px !important;
}

.logo {
    height: 40px
}

.navigation-bar .nav-item {
    display: inline-block;
    line-height: 34px;
    font-size: 16px
}

.navigation-bar .nav-item .nav-link {
    color: #fff;
    display: block;
    padding: 0 20px;
    transition: all .5s
}

.navigation-bar .nav-item .nav-link:hover {
    color: #1a70a9 !important;
    color: #1a70a9;
    transition: all .5s;
    background-color: #fff
}
.banner_blue{
    background-color: #1a70a9;
}

.banner_orange{
    background-color: #f04d22;
}

.banner_blue p{
    font-size: 24px !important; 
    font-weight: 500 !important;
    margin-right: 20px;
    text-align: justify;
}

.banner_orange p{
    font-size: 24px !important; 
    font-weight: 500 !important;
    margin-right: 20px;
    text-align: justify;
}

a.btn.d-inline-block.text-white {
    width: 235px;
}

.line_height_25{
    line-height: 25px;
}
.list_style{
    padding-left: 20px;
}

.list_style li{
    margin-bottom: 15px;
    list-style-image: url(../images/li-square-small.png);
    color: black;
}

ul.additional_service_area li{
    line-height: 25px !important;
}
.line_height_35{
    line-height: 35px !important;
}

.quote-btn {
    position: absolute;
    right: 0;
    margin-top: -8px
}

.quote-btn a:hover {
    color: #1a70a9 !important;
    border: 0
}

.main_banner_font{
    font-size: 45px !important;
    color: #fff;
}

.phone-info .icon {
    float: left;
    background: #1a70a9;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: -45px;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}

.phone-info .phone-no {
    float: left
}

.header-section {
    background-image: url(../images/home-banner.png);
    padding: 130px 0;
    background-size: cover;
    background-position: center
}

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

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

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

.services-tabs {
    border: 1px solid #d3d3d3;
    border-radius: 6px
}

.services-tabs li {
    width: 33.32%;
    background-color: #f8f8f8;
    margin-bottom: 0 !important;
    position: relative
}

.services-tabs li a {
    padding: 20px;
    border: 0 !important;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    border-radius: 0 !important
}

.services-tabs li:nth-child(1) .nav-link.active .services-tabs li:nth-child(2) {
    border-right: 1px solid red
}

.line_heigt_38 {
    line-height: 38px;
}

.caret-icon {
    position: absolute;
    bottom: -26px;
    z-index: 1111;
    font-size: 50px;
    color: transparent;
    text-align: center
}

.services-tabs li:nth-child(1), .services-tabs li:nth-child(1) a {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.services-tabs li:nth-child(3), .services-tabs li:nth-child(3) a {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.services-tabs li:nth-child(3) {
    width: 33.343%
}

.services-tabs li a p {
    line-height: 35px
}

.services-tabs li a.active {
    background-color: #1a70a9 !important
}

.home-icon {
    height: 70px;
    width: 140px
}

.services-tabs li a.active .caret-icon {
    color: #1a70a9 !important
}

.services-tabs li a:hover {
    border: 0 !important
}

.tabs-li p {
    display: flex
}

.services-tabs li a.active .tabs-p {
    color: #fff !important
}

.services-tabs li a.active .tabs-img {
    filter: brightness(0) invert(1)
}

.services-tabs li a p {
    color: #1a70a9
}

.link-p {
    position: relative
}

.link-p p::after {
    position: absolute;
    content: "";
    height: 56px;
    width: 1px;
    background-color: #d3d3d34f;
    top: -7px;
    right: -19px;
    z-index: 1111
}

.link-p2 p::after {
    right: -17px !important
}

.section-heading h6 {
    color: #f04d22
}

.section-heading h3 {
    color: #1a70a9
}

.section-heading h3 span {
    border-bottom: 3px solid #f04d22;
    padding-bottom: 3px
}

.about-us-section {
    background-size: cover;
    padding: 70px 0;
    background-position: center
}

.logo_image {
    width: 100px;
}

.panel-heading {
    padding: 5px 0 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    background-color: #1a70a9;
    border-radius: 6px
}

.panel-heading i {
    padding: 0 15px;
    color: #fff
}

.panel {
    border-radius: 6px
}

.panel p {
    color: #6d6d6d
}

.panel .content {
    border-bottom: 1px solid #1a70a9;
    border-left: 1px solid #1a70a9;
    border-right: 1px solid #1a70a9
}

.panel-heading.active {
    color: #fff !important;
    background: #f04d22 !important;
    border-bottom: 0;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.header-link.fa-plus::before {
    display: none
}

.panel-collapse {
    font-size: 16px;
    font-weight: 300
}

.panel-heading:hover {
    text-decoration: none;
    color: #fff
}

.footer-upper-section {
    background-image: url(../images/footer-upper-img.webp)
}

.footer-upper-section p {
    line-height: 30px
}

footer h5 span {
    padding-right: 15px;
    padding-bottom: 5px;
    color: #fff;
}

footer {
    background: #2b2b2c;
}

footer a {
    display: flex;
    line-height: 26px;
    color: #b7b7b7;
    font-size: 15px;
}

footer p {
    color: #b7b7b7;
    font-size: 15px;
}

footer p a {
    color: #b7b7b7 !important;
    font-size: 15px;
}

.address-col p span {
    width: 25%;
    font-weight: 500;
    display: inline-table;
    padding-top: 3px
}

.address-col p span.info {
    width: 75%;
    font-weight: 400
}

.bottom-footer {
    border-top: 1px solid #d3d3d3
}

.small-nav-logo {
    display: none
}

.navbar-toggler-icon {
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 9px;
    height: auto;
    width: auto
}

.small-nav-logo {
    height: 30px
}

.services-tabs .row {
    height: 100%;
    align-items: center
}

.footer-col a:hover {
    color: #f04d22
}

.small-phone-info {
    display: none
}

.address-col p {
    display: flex
}

.blue-quote-btn {
    margin-top: 12px
}

.trade-banner {
    background-image: url(../images/trade-banner.webp);
    background-size: cover;
    padding: 70px 0;
    background-position: center;
}

.location-page-banner {
    background-image: url(../../front/images//home-banner-2.jpg);
    background-size: cover;
    padding: 40px 0;
    background-position: right;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #1a70a9
}

.breadcrumb a, .breadcrumb-item.active {
    color: #1a70a9
}

.border-div {
    background-color: #f04d22;
    height: 3px;
    width: 350px
}

.simple-link {
    border-bottom: 1px solid #1a70a9
}

.single-certificate .simple-link {
    border-bottom: 1px solid #fff
}

.single-certificate {
    border-radius: 6px;
    transition: all .4s
}

.contact-form input, .contact-form select, .contact-form textarea {
    background-color: #fff;
    padding: 12px 24px;
    margin-bottom: 10px
}

.contact-form textarea {
    height: 130px
}

.contact-form ::placeholder {
    color: #c1c1c1
}

.social-link {
    font-size: 25px;
    margin-right: 5px
}

.social-link:hover {
    color: #f04d22 !important
}

#commercial, #new-build, #residential {
    display: none
}

input[type=checkbox][id^=myCheckbox] {
    display: none
}

.order-section label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    min-height: 380px;
    font-weight: 400
}

.order-section label:before {
    background-color: #fff;
    color: #1a70a9;
    content: " ";
    display: block;
    border-radius: 4px;
    border: 2px solid #1a70a9;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    transition-duration: .4s
}

.order-section label img {
    transition-duration: .2s;
    transform-origin: 50% 50%;
    height: 60px
}

.order-img {
    height: 120px;
    width: 120px;
    background: #efefed;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.order-section :checked + label {
    background-color: #1a70a9 !important
}

.order-section :checked + label h6, .order-section :checked + label p {
    color: #fff !important
}

.order-section :checked + label:before {
    background-color: transparent;
    border-color: #fff !important;
    color: #fff !important;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff
}

.selected-order-content label {
    min-height: auto !important;
    background-color: #efefed !important;
    border: 1px solid #b2b2b2;
    margin-bottom: 30px
}

.selected-order-content label:before {
    border-color: #b2b2b2 !important;
    top: 14px !important
}

.selected-order-content :checked + label:before {
    -moz-box-shadow: inset 0 0 0 3px #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    border: 1px solid #b2b2b2
}

.selected-order-content label p {
    padding-top: 6px;
    margin-bottom: 8px;
    padding-left: 40px
}

.large-checkbox {
    transform: scale(1.5);
    margin: 0 5px
}

.simple-link-label {
    text-decoration: underline
}

.value-div {
    padding: 11px;
    margin-top: 12px
}

.testimonials {
    text-align: center;
    margin-bottom: 50px !important
}

.testimonials .comment {
    padding: 40px 40px 10px 40px;
    font-style: italic;
    height: 170px;
    display: flex;
    align-items: center
}

.testimonials img {
    margin-top: -35px
}

.testimonials .section-heading ul li {
    list-style: none;
    display: inline-block;
    color: #f04d22
}

.li_tick {
    padding-left: 25px
}

.li_tick li {
    list-style-image: url(../images/tick.png);
    font-weight: 500;
    margin: 10px 0
}

.nested_ul {
    counter-reset: item
}

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

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

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

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

.career-lists li::before {
    content: "\2022";
    color: #f04d22;
    font-weight: 700;
    display: inline-block;
    width: .5em;
    font-size: 30px;
    line-height: 1em;
    position: absolute;
    left: 15px;
    margin-top: 3px
}

.career-lists li {
    font-weight: 700;
    color: #000;
    line-height: 2.3em
}

.centered-content {
    display: flex;
    align-items: center
}

.cvv-img img {
    margin-top: -13px
}

.pricing-table thead {
    background-color: #1a70a9;
    color: #fff;
    font-size: 20px;
    border-bottom: 0
}

.size-heading {
    background-color: #f04d22;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%)
}

.pricing-table tr td {
    padding: 1rem
}

.pricing-table thead th {
    padding: 1.3rem
}

.pricing-table tr td input {
    background: 0 0 !important;
    border: 0
}

.pricing-table ::placeholder {
    font-weight: 700
}

.pricing-table .no-heading {
    background-color: #000
}

.faq-ul ul {
    flex-direction: column
}

.faq-ul ul li a.active {
    border-left: 5px solid #1a70a9;
    background-color: #f04d22 !important;
    border-bottom-color: transparent;
    color: #fff !important
}

.faq-ul ul li a {
    border-bottom: 1px solid #f0f0f0;
    color: #1a70a9;
    font-size: 16px;
    border-left: 5px solid transparent;
    padding: 1rem !important
}

.faq-content h3 {
    color: #1a70a9
}

section.servicearea {
    padding-top: 70px;
    padding-bottom: 70px;
}

.servicearea-item > img {
    width: 100%;
}

.servicearea-item h5 {
    padding-top: 30px;
    padding-bottom: 20px;
}

ul.servicearealist {
    list-style: none;
    padding-left: 0;
}

.servicearea-item {
    max-width: 32%;
    flex: 32%;
}

.servicearea-inner {
    display: flex;
    justify-content: space-between;
}


.facility-parent {
    display: flex;
    justify-content: space-between;
}

.facility-right-form {
    background: #1a70a9;
    padding: 0px 34px;

    margin: auto;
    padding-bottom: 20px;
}

.facility-right-form h3 {
    text-align: center;
    color: white;
    padding-top: 20px;
}

.facility-right-form p {
    color: white;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.facility-right-form .input-form input {
    width: 100%;
    padding: 10px;
}


.facility-right-form .input-form input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #c5c5c5;
    border: none;
    font-size: 14px;
    padding-left: 14px;
}

.facility-right-form input[type="submit"] {
    background: #f04d22;
    color: white;
    box-shadow: none !important;
    font-family: 'Roboto';
}

.facility-form-parent {
    padding-top: 30px;
}

.phone_number {
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 5px;
    line-height: 23px;
  }


.lists-style li::after {
    background-image: url(../images/li-style.png);
    height: 15px;
    width: 16px;
    position: absolute;
    content: "";
    left: 17px;
    margin-top: 5px
}

.lists-style li {
    padding-left: 25px
}

.faq-section .panel-heading:hover {
    color: #fff !important
}

p a {
    color: #1a70a9 !important
}

.li_tick li a {
    color: #1a70a9
}

.select_wrap::after {
    top: 62%
}

select {
    height: 45px;
    padding: 5px 10px !important
}

.blue_section {
    align-items: center
}


.mobile-widget {
    display: none;
    border-bottom: 1px solid #333;
    margin-top: 10px;
}

.arrow_box .arrow {
    position: relative;
    margin-top: 50px !important;
}

.arrow_box .arrow:after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow1.png);
    width: 70px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    bottom: 0;
    right: 0;
    background-size: 100%;
}

.arrow_box .arrow:nth-of-type(2n+2):after {
    bottom: auto;
    top: 0;
    margin-right: -10px;
    margin-top: -20px;
    transform: rotateX(180deg);
}

.arrow_box .arrow:nth-last-of-type(1):after {
    display: none;
}

.custom_file_upload {
    background-color: green;
    color: white;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

.custom_file_upload:hover {
    background-color: #1a70a9;
}

.btn_on_exit {
    margin: 0px -15px;
    display: flex;
}

.btn_on_exit .btn {
    margin: 15px;
    height: 80px;
    width: 50%;
}

.dynamic_tag li {
    list-style: inherit !important;
}

.dynamic_tag ul, .dynamic_tag ol {
    padding-left: 17px;
    margin-bottom: 20px;
}

.dynamic_tag table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.heading_title {
    font-size: 32px;
    color: #1a70a9;
}

.heading_title span {
    border-bottom: 3px solid #f04d22;
    padding-bottom: 3px
}

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

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

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

.red_text {
    color: #d52c2c;
}

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

.trust_pilot_home {
    width: 60%;
}

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

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

ul.square_style li {
    list-style-image: url(../images/li-square-orange.png);
    margin: 15px 0px;
}

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

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

.brands_ul li {
    margin: 10px;
}

.banner_bottom .banner_bottom_btn {
    margin-top: 82px;
}

.dynamic_tag table td, .dynamic_tag table th {
    border: 1px solid #ddd;
    padding: 15px;
}

.dynamic_tag table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.dynamic_tag table tr:hover {
    background-color: #ddd;
}

.dynamic_tag table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: #f04d22 !important
}

.dynamic_tag table p {
    padding: 0px !important;
    margin: 0px;
}

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

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

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%;
}

.inner-col-1 {
    background-color: #fff;
    box-shadow: 0px 0px 10px lightgrey;
    border-radius: 4px;
    min-height: 260px;
    padding: 25px 15px;
    text-align: center;
    box-sizing: border-box;

}

.inner-col-1 p {
    padding-top: 10px;
    font-weight: 500;
}

.inner-col-1 img {
    height: 120px;
}

.product-col {
    width: 18%;
}

.row.product {
    justify-content: space-between;
}

.post_detail * {
    font-family: Ubuntu, sans-serif !important;
}


.post_detail p {
    line-height: 33px !important;
    font-size: 16px;
}

.post_detail h2 {
    color: #1a70a9;
    font-weight: 400!important;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 8px;
}


.post_detail h3 {
    color: #1a70a9;
    font-weight: 400!important;
    font-size: 26px;
    margin-bottom: 8px;
}

.post_detail h4 {
    color: #1a70a9;
    font-weight: 400!important;
    font-size: 22px;
    margin-bottom: 8px;
}


.post_detail h5 {
    color: #1a70a9;
    font-weight: 400!important;
    font-size: 20px;
    margin-bottom: 8px;
}




.post_detail a{
    color: #1a70a9;
}
.post_detail ul {
    padding-left: 25px;
}

.post_detail ul li {
    list-style-image: url(../images/li-square-orange.png);
    margin: 15px 0px;
    line-height: 33px;
}

.post_detail ol li {
    margin: 15px 0px;
    line-height: 33px;
}



.brands_ul_bottom {
    display: none !important;
}

.banner_bottom ul {
    padding-left: 25px;

}


.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: #1a70a9;

    color: #1a70a9;
}

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

.step.active:after {
    color: #1a70a9;
}

.step.done {
    background-color: #1a70a9;
    border-color: #1a70a9;
    color: #FFF;
}

.step.done:before {
    background-color: #1a70a9;
}
.heading_address {
    width: 70%
}
.building_survey .page_top .heading_box {
    float: left;
}

.page_top .heading_box h3 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.sec {
    padding: 70px 0;
}
.section_article{
    padding: 30px 0;
}
.error-message {
    color: #dc3545 !important;
    /*text-align: right;*/
}
.p_style{
    line-height: 33px !important;
    font-size:16px !important;
}
.request_option .selected-order-content label{
    margin-bottom:0px;
    border: none;
}
.request_option .panel a{
    color: #fff !important;
}
.request_option .panel{
    margin-bottom: 10px;
}
.request_option .panel-heading{
    margin-bottom: 10px;
}
.order-section .request_option :checked + label{
    background-color: transparent !important;
}
.request_option .selected-order-content :checked + label::before {
    box-shadow: inset 0 0 0 3px #1a70a9;
}
.order-section .request_option :checked + label p {
    color: #6d6d6d !important;
}
.request_option .selected-order-content label p{
    padding-top: 8px;
}
.request_option .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: 20px;
    border-left: 0.3em solid transparent;
}
.request_option .panel-title{
    width:100%;
    padding-right: 10px;
}
.heading_title span {
    border-bottom: 3px solid #f04d22;
    padding-bottom: 3px
}

@media only screen and (max-width: 1200px) {

    .container {
        width: 100%;
        max-width: 100%;
    }


    .navigation-bar .nav-item .nav-link {
        padding: 0 10px
    }

    .services-tabs li:nth-child(3) {
        width: 33.34%
    }

    .dynamic_tag ul, .dynamic_tag ol {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .link-p p::after {
        top: 11px;
        right: -6px !important
    }

    .blue-quote-btn {
        margin-top: 25px
    }
}

@media only screen and (max-width: 991px) {
    h5.edit_info{
        font-size: 14px;
        font-weight: normal;
    }
    .sticky_banner{
        display: none;
    }
    h2{
        font-size: 24px;
    }
    .service_box_inner {
        min-height: auto;

    }

    .dt_header {
        display: none;
    }

    header {
        background: #FFF;
        position: fixed !important;
        width: 100%;
        top: 0px;
        z-index: 999999;
    }


    section, .main_banner_font, .main_banner, .section-heading{
        padding-top: 40px;
    }


    .arrow_box .arrow:after {
        display: none;
    }

    .arrow_box .arrow {
        margin-top: 20px !important;
    }

    .order-section label {
        min-height: auto !important
    }

    .padding-remove {
        padding: 0
    }

    .navigation-bar .nav-item {
        display: inline-block;
        line-height: 50px;
        font-size: 16px
    }

    .small-nav-logo {
        display: block
    }

    .quote-btn {
        position: relative;
        margin-bottom: 30px;
        border-radius: 6px;
        margin-top: 20px
    }

    .navigation-bar .nav-link {
        text-align: center;
        padding: 0 !important
    }

    .services-tabs .nav-link p {
        font-size: 19px !important;
        text-align: left !important
    }

    .about-us-section {
        padding: 40px 0
    }

    .reverse-row {
        flex-direction: column-reverse
    }

    .border-div {
        margin: auto
    }

    .home-icon {
        height: 50px;
        width: 120px
    }

    .phone-info {
        float: left !important;

    }
}

@media only screen and (max-width: 768px) {
    .personal_info h5{
        font-size: 14px;
        margin-right: 5px;
    }
    a.btn.d-inline-block.text-white {
        margin-top: 20px;
    }

    .link-p p::after {
        top: -10px;
        right: 3px !important
    }

    .header-section {
        padding: 70px 0
    }

    h1 {
        font-size: 30px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 18px
    }

    .footer-upper-section p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400
    }

    .btn {
        padding: 7px 20px
    }

    .services-tabs li a {
        padding: 12px
    }

    .services-tabs .nav-link p {
        line-height: 18px;
        text-align: center;
        overflow-wrap: break-word
    }

    .footer-col {
        margin-bottom: 30px
    }

    .border-div {
        width: 180px
    }

    .home-icon {
        height: 40px;
        width: 100px
    }

    .installation-first-row-reverse {
        flex-direction: column-reverse
    }

    .lists-style li::after {
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .banner_blue{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .banner_orange{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .mobile_instant_btn {
        display: block;
        position: fixed;
        top: 0;
        margin-top: 65px;
        width: 100%;
        z-index: 99999;
    }
    .mobile_instant_btn .btn {
        text-align: center;
        padding: 10px;
        background-color: #f04d22;
        font-size: 20px !important;
        padding: 8px 10px !important;
    }
    .facility-right{
        position: relative;
        top: 0;
    }


    .brands_ul_top {
        display: none !important;
    }

    .brands_ul_bottom {
        display: inline-flex !important;
    }

    .mobile-widget {
        display: block
    }

    .banner_bottom .banner_bottom_btn {
        margin-top: 30px;
    }

    .banner_bottom {
        margin-top: 30px;
        text-align: left;
    }

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

    .logo_image {
        width: 75px !important;
    }

    #logos li a div {
        display: none;
    }

    .remove_extra_space {
        margin-top: -22px;
    }

    .row_revers {
        flex-direction: row-reverse;
    }

    .service-img {
        width: 50%;
        height: 50%;
    }
    .small_center{
        text-align: center !important;
    }
}

@media only screen and (max-width: 576px) {
    .blur_box .trust_pilot_banner{
        background: none !important;
        width: 100%;
    }
    .gsc-home-btn{
        text-align: center !important;
    }
    .main-sec{
        font-size: 20px !important;
    }
    .blur_box{
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
    .product-col {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .inner-col-1 {
        min-height: 220px;
    }

    .pricing {
        padding: 0 !important
    }

    .pricing-table thead {
        font-size: 15px !important
    }

    .trade-banner, .location-page-banner {
        padding: 40px 0;
        padding-top: 100px;
    }

    .location-page-banner{
        padding: 40px 0;
        background-position: -1000px 0px;
        padding-top: 100px;
    }

    .header-section {
        padding: 40px 0
    }

    .heading p, .panel p, li, p {
        font-size: 16px !important;
        line-height: 18px
    }

    .banner_bottom ul li {
        font-size: 20px !important;
        line-height: 33px;
    }

    h1 {
        font-size: 22px
    }

    h1.skypr_h1 {
        font-size: 34px
    }

    h3 {
        font-size: 18px !important
    }

    h4 {
        font-size: 16px !important
    }

    .contact-form label, .services-tabs .nav-link p, h6 {
        font-size: 14px !important
    }

    .header-link {
        line-height: 15px;
        font-size: 12px
    }

    .faq, .tabs {
        padding: 0
    }

    .footer-upper-section p {
        font-size: 14px;
        line-height: 18px
    }

    .btn {
        font-size: 14px !important
    }

    .services-tabs .nav-link img {
        display: none
    }

    .services-tabs li a {
        padding: 6px 10px
    }

    .caret-icon {
        font-size: 30px;
        bottom: -17px
    }

    .small-phone-info {
        display: block
    }

    .phone-info .icon {
        margin-left: -40px;
        background-color: #f04d22
    }

    .link-p p::after {
        display: none
    }

    .tabs-p {
        padding: 10px
    }

    .order-section label {
        min-height: auto
    }

    footer .footer-col a, footer a {
        font-size: 14px !important;
        line-height: 25px
    }

    .panel-heading i {
        font-size: 12px
    }

    .services-tabs .nav-link p {
        text-align: center !important
    }

    .phone-info {
        margin-left: 3%;
        width: 95%;
        display: flex;
        align-items: center
    }

    .phone-info h6 {
        padding-top: 0 !important
    }

    .testimonials .comment {
        padding: 10px 10px 10px 10px
    }

    .lists-style li::after {
        margin-top: 2px
    }

    #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);
    }
    .total_cost {
        width: 100%;
        margin-top: 15px;
    }
    .trust_pilot_desktop {
        display: none !important;
    }

    .trust_pilot_mobile {
        display: block !important;
    }
    .make-payment-div {
        justify-content: center !important;
    }
    .font_sm_14 {
        font-size: 14px;
    }
    #payNow {
        width: 100%;
    }
}

@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_font{
        font-size: 35px !important;
    }
    .heading_address {
        width: 100%
    }

    .main_banner {
        height: auto;
    }

    .servicearea-inner {
        flex-wrap: wrap;
        margin-left: 15px;
        margin-right: 15px;
    }

    .servicearea-item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px;
    }
}


