/* Global CSS rules*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{margin:0;padding:0;box-sizing: border-box;}
a{text-decoration: none;transition: .4s ease-in-out;}
.cust-padd {padding: 0 30px;}
h1,h2,h3,h4,h5,h6,p{margin:0;}
/* nav CSS start */
nav.navbar{flex-wrap: nowrap;justify-content:space-between;}
nav.navbar > * {flex: 0 1 auto;}
.navbar .navbar-nav li.nav-item {margin-right: 50px;position: relative;}
.navbar .navbar-nav li.nav-item{font-family: "Poppins", sans-serif;;font-weight: 700;font-size: 16px;color: #265073;}
.navbar .navbar-nav li.nav-item:last-child{margin-right: 0;}
/* .nav-item.dropdown:hover .dropdown-menu {display: block;box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);} */
.navbar-nav .nav-link:before {
    content: '';width: 0;height: 1px;background-color: #fff;position: absolute;bottom: -5px;
    right:0;transition: .6s ease-out;}
.navbar-nav .nav-link:hover:before, .navbar-nav .nav-link.active:before{left:0;width:100%;right:auto;}
.navbar.navigation .navbar-nav .nav-link {padding: 0px;font-family: "Poppins", sans-serif;;
    font-weight: 600;font-size: 16px;color: #fff;}
.navbar-nav .dropdown-toggle::after {display: inline-block;margin-left: 8px;vertical-align: 3px;content: "";
    border-top: none;border-right: 2px solid #000;border-bottom: 2px solid #000;
    border-left: none;width: 8px;height: 8px;transform: rotate(45deg);}
.navbar-nav .dropdown-menu li {border-bottom: 1px solid #d9d9d9;} 
.navbar-nav .dropdown-menu li:last-child {border-bottom:none;}
.navbar-nav .dropdown-menu li .dropdown-item {padding: 10px 15px;color: #000;font-family:"Poppins", sans-serif;;font-weight: 700;}
.navbar-nav .dropdown-menu li .dropdown-item:hover {background: transparent;color: #265073;}   
.suburb-menu {width: 350px;}
.suburb-menu li {width: 48%;float: left;margin-right: 10px;}
.suburb-menu li:nth-child(2n) {margin-right: 0;}
header.sticky-head {position: fixed;top: 0;width: 100%;background: #fff;z-index: 999;}
header.sticky-head .bondclean-cta-btns, header.sticky-head .head-social {display: none;}
header.sticky-head .navbar-brand {transform: scale(0.8);padding: 0 0 8px;}
header.sticky-head .cust-padd {padding: 0 25px;}
button.navbar-toggler[aria-expanded="false"] .flaticon-close, button.navbar-toggler[aria-expanded="true"] i.flaticon-hamburger  {display: none;}
button.navbar-toggler {padding: 0;width: 40px;height: 35px;border-color: #265073;border-width: 2px;line-height: 35px;}
button.navbar-toggler span, button.navbar-toggler i {color: #265073;display: inline-block;font-size: 32px;line-height: 1px;}
.navbar-toggler:focus {box-shadow: none;}
.navbar-collapse {flex-basis: 100%;justify-content: flex-end;}
header.sticky-head .navbar-collapse {justify-content: end;}
.navbar-nav .dropdown-menu {top: 38px;}
.free-quote-btn a {
    display: flex;
    border: 1px solid #265073;
    border-radius: 50px;
    color: #265073;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    align-items: center;
    position: relative;
    width: 160px;
}
.free-quote-btn a .rounded-span {
    display: flex;
    border-radius: 50px;
    background: #265073;
    margin-right: 6px;
    position: relative;
    width: 45px;
    height: 45px;
    transition: width .5s ease;
}
.free-quote-btn a:hover .rounded-span {
    width: 100%;
    margin-right: 0;
}
.free-quote-btn a:hover .text-span {color: #fff;}
.free-quote-btn a .rounded-span i {
    display: flex;
    align-items: center;
    color: #fff;
    width: 45px;
    justify-content: center;
    font-size: 26px;
}
.text-span {
    position: absolute;
    width: 100px;
    right: 6px;
}
.navbar.navigation {
    background: #052535;
    padding: 12px 0;
}
.offcanvas-backdrop {box-shadow: inset 0 0 0 1000px #002757d9;}
.offcanvas-backdrop.show {opacity: .9;}
.offcanvas-header .btn-close{opacity: 1;}
/* nav CSS END */
/*  *** CTA buttons CSS start *** */
.bondclean-cta-btns {display: flex;}
.bondclean-cta-btns a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 12px;
    border: 2px solid #265073;
    font-family: "Poppins", sans-serif;;
    font-size: 16px;
    font-weight: 700;
    background: #265073;
    color: #fff;
}
.bondclean-cta-btns a svg {height: 15px;width: 15px;margin-left: 10px;margin-top: -2px;}
.bondclean-cta-btns a:hover{background: #fff;color:#265073;}
/* .bondclean-cta-btns a {display: inline-block;padding: 0 10px 0 0;border-radius: 50px 12px 12px 50px;border: 2px solid #265073;font-family: "Poppins", sans-serif;;font-size: 16px;font-weight: 700;} */
.bondclean-cta-btns a i {background: #fff;
    display: inline-block;width: 50px;height: 50px;border-radius: 50px;text-align: center;padding:7px 0 0 0;
    font-size: 30px;vertical-align: middle;margin-right: 10px;color:#265073;}
/* a.get-a-quote {background:  #9AD0C2;color: #000;} */
.navbar .bondclean-cta-btns a{padding: 0 5px 0 0;font-size: 15px;}
.navbar .bondclean-cta-btns a i{width: 45px;height: 45px;padding: 6px 0 0 0;font-size: 28px;margin-right: 8px;}
/* *** CTA buttons CSS END *** */
/* ** banner CSS start ** */
.bondclean-banner {background-image: url(../images/banner-bg2.webp);background-repeat: no-repeat;background-size: cover;
        background-position: top center;box-shadow: inset 0 0 0 1000px #002757d9;padding: 30px 0 100px;}    
.site-description h1 {color: #fff;font-family: "Poppins", sans-serif;font-weight: 700;font-size: 36px;
        text-transform: uppercase;text-align: left;margin-bottom:8px;}
.site-description p {color: #fff;font-family: "Poppins", sans-serif;font-size: 17px;
            text-align: left;margin-bottom: 10px;line-height: 31px;font-weight: 500;} 
.banner-list {list-style: none;padding-left: 0;display: flex;flex-wrap: wrap;justify-content: space-between;
                width: 100%;margin: 15px auto 0;} 
.banner-list li:before {
        content: "\f108";
        font-family: flaticon_bondclean !important;
        color: #9ad0c2;
        font-size: 20px;
        left: 0;
        line-height: 1;
        position: absolute;
        top: 2px;
}    
.banner-list li {color: #fff;font-family: "Poppins", sans-serif;font-weight: 700;font-size: 16px;flex-basis: 50%;margin-bottom: 15px;position: relative;padding-left: 30px;}
.banner-cta {display: flex;justify-content:left;padding: 10px 0;align-items: center;} 
.banner-cta i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    position: relative;
    margin: 0 20px 0 0;
    background: transparent;
    border: 1px solid #265073;
    color: #265073;
}
.banner-cta i:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -50% auto auto -50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #265073;
    opacity: 1;
    animation: pulsing 2s ease infinite;
}
@keyframes pulsing
    {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }    
}
.banner-cta a {
    color: #265073;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    border-radius: 12px;
    padding: 8px 15px;
    border: 2px solid transparent;
} 
.banner-cta a:hover {background: transparent;border-color: #fff;color: #fff;}
.banner-cta a span {display: block;font-size: 20px;font-weight: normal;line-height: 1;}  
/* ** banner CSS END ** */
/* Banner-form CSS Start */
.form-overlap{margin-top: -110px;}
.bondclean-form {
    background: #265073;
    border-radius: 8px;
    padding-bottom: 30px;
    padding-top: 12px;
}
.form-head {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 10px 5px;
}
.bondclean-form p {
    color: #fff;
    padding: 0 0 15px 10px;
}
.form-fields input, .form-fields select {width: 32.1%;}
.field1 {
    background-color: #ffffff;
    color: #2c3e50;
    padding: 8px 10px;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
}
.field1:focus-visible {border: 1px solid #265073;outline: none;}
.fields-error-msg {
    color: red;
    font-size: 14px;
    display: none;
}
input.form-next-btn {
    background: #9AD0C2;
    color: #265073;
    border: none;
    border-radius: 12px;
    padding: 8px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 5px;
}     
/* Banner-form CSS END */
/* sections CSS start */
.sec-padding-top {padding-top:40px;}
.sec-padding-bottom{padding-bottom:40px;}
.bond-text-info h2{color: #265073;font-family: 'Montserrat', sans-serif;font-weight: 700;
font-size: 32px;margin-bottom: 10px;}
.bond-text-info p {font-family: "Poppins", sans-serif;font-size: 17px;color: #222;margin-bottom: 10px; text-align: justify;line-height: 1.8;}
/* sections CSS END */
/* how we work section CSS start */
.bondclean-how-work {padding: 30px 0 25px;}
.bondclean-drop-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 38px;
    box-shadow:  inset 3px 3px 10px 5px #dddddd;
    border-radius: 50%;
    padding-top: 30px;
    background-color: #fff;
    transition: box-shadow .4s ease;
}
.bond-book-us div:hover .bondclean-drop-icon {box-shadow: inset -3px -3px 10px 5px #dddddd;}
.bondclean-drop-icon i {font-size: 90px;color: #265073;}
.bondclean-how-work h3{font-family: 'Montserrat', sans-serif;font-weight: 700;
    font-size: 22px;margin-bottom: 5px;}
.bondclean-how-work h3{color: #265073;}
.bond-book-us {
    background-image: url(../images/book-us.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 35px;
}
/* how we work section CSS END */
/* Bond Clean Pricing section CSS start */
.bondclean-pricing {padding: 30px 0 20px;}
.bondclean-pricing-list {display: flex;flex-wrap: wrap;gap: 2%;}
.bondclean-price {flex-basis: 32%;margin: 0 0 20px 0;box-shadow: 0 0 2px 1px rgba(0,0,0,0.5);
    display: flex;flex-direction: column;padding: 20px;border-radius: 5px;background-color: #265073;}
.bondclean-price i {font-size: 50px;color: #fff;line-height: 1;}
.bondclean-price strong {
    font-size: 35px;
    color: #265073;
    font-family: "Poppins", sans-serif;;
    background: #fff;
    border-radius: 8px;
    margin: 10px 0 0 0px;
}
.bondclean-price span {font-size: 20px;color: #fff;font-family: "Poppins", sans-serif;;}
.bondclean-price strong sub {bottom: 0;font-size: 14px;padding-left: 2px;font-weight:400;}
/* Bond Clean Pricing section CSS END */
/* ** Clients Reviews CSS Start ** */
.client-feedback {padding: 30px 0;background-color: #052535;}
.slide-head h2 {font-family: 'Montserrat', sans-serif;color: #fff;font-size:20px;text-transform: uppercase;margin-bottom: 20px;font-weight: 700;}
.slide-head p {
    font-size: 50px;  
    color: #fff;
    font-family: "Poppins", sans-serif;;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.slide-head p svg {
    stroke: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -55px;
    right: 0;
}
.testi-slider {
    padding: 25px 65px 0;
    position: relative;
}
.client-review {padding: 10px 20px;width: 100%;text-align: center;}
.client-review p {font-size: 18px;min-height: 100px;color: #666464;font-family: "Poppins", sans-serif;;}
.ratings i {color: #faa710;font-size: 20px;}
.client-review h3 {color: #265073;font-weight: 700;font-size: 20px;font-family: 'Montserrat', sans-serif;
    margin: 10px 0;}
.client-feedback .carousel-indicators {position: static;}
.carousel-indicators button[data-bs-target] {width: 15px;height: 15px;border-radius: 50%;background-color: #D6D6D6;opacity: 1;}
.carousel-indicators button.active[data-bs-target] {background-color: #fff;transform: scale(1.2);}
.carousel-inner {
    background: #fff;
    border-radius: 8px;
}    
/* ** Clients Reviews CSS END ** */
/* Benifits of Bond Clean CSS start */
.bg-whitesmoke {background-color: whitesmoke;}
.bondclean-list, .bondclean-list-2{padding-left: 0;list-style: none;}
.bondclean-list li, .bondclean-list-2 li {margin-bottom: 18px;position: relative;padding-left: 25px;
        font-family: "Poppins", sans-serif;}
.bondclean-list li:before{content: "\f108";color: #265073;font-family: flaticon_bondclean !important;
    font-size: 20px;font-weight: 700;vertical-align: middle;position:absolute;left:0;line-height: 1;
    top: 3px;}
.bondclean-list-2 li:before{content: "\f132";color: red;font-family:flaticon_bondclean !important;
        font-size:18px;font-weight: 700;vertical-align: middle;position:absolute;left:0;} 
h3.list-h3 {font-family: "Poppins", sans-serif;;font-weight: 700;color: #265073;margin-bottom: 10px;font-size: 30px;}           
/* Benifits of Bond Clean CSS END */
/* CTA section CSS start */
.theme-bg {background-color: #265073;padding: 20px 0;}
.cta-section {
    padding: 40px 0;
    /*background-image: url(../images/cta-background.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px #052535;
}
.cta-white-bg {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}
.white-text {color: #fff;font-size: 40px;font-family: 'Montserrat', sans-serif;font-weight: 700;margin-bottom: 20px;}
/* CTA section CSS END */
/* Why choose Us CSS start */
.bond-why-us {background-color: #265073 !important;}  
.bond-why-us h2 {color: #fff;}
.choose-us-box {flex-basis: 24.33%;padding: 85px 20px 20px;margin: 0 10px 0 0;box-shadow:0 3px 4px 1px rgba(0,0,0,0.5);border-radius: 12px;text-align:center;background-color: #fff;position: relative;}
.choose-us-box:last-child {margin-right: 0;}
.choose-us-box h3, .bond-we-are h3, .suburb-work-text h3, .service-text h3{font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 20px;color: #265073;padding:5px 0;}
.choose-us-box i {
    font-size: 65px;
    color: #265073;
    line-height: 1; 
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    margin: auto;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 10px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}
/* Why choose Us CSS END */
.suburb-page .choose-us-box {flex-basis: 32.4%;}
/* FAQ CSS Start */
.faq-section .accordion-item {margin-bottom: 12px;}
.faq-section .accordion-button {padding: 10px 30px 10px 15px;color: #fff;font-size: 17px;background-color: #265073;
    font-family: "Poppins", sans-serif;;border: 2px solid #ddd;position: relative;letter-spacing: 0.2px;}
.faq-section .accordion-button:after{content:none;}    
.faq-section .accordion-button:before {content: "\f12a";font-family:flaticon_bondclean !important;position: absolute;right:5px;transition: transform .3s ease-in-out;font-size: 18px;line-height: 1;}
.faq-section .accordion-button:focus {box-shadow: none;}  
.bond-text-info h2.accordion-header{margin-bottom:0px;}
.faq-section .accordion-button:not(.collapsed):before {content: "\f127";} 
.faq-section .accordion-body a {color: #265073;}   
/* FAQ CSS END */
/* Footer CSS Start */
footer {
    background-color: #164B60;
    color: #fff;
}
footer ul{padding-left:0;}
.f-logo p {
    margin-top: 10px;
    color: #fff;
    text-align: justify;
    font-family:"Poppins", sans-serif;;
}
footer h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
}
.b-copy-right {
    padding: 14px 0 10px;
}
.b-copy-right p{margin-bottom: 0;color:#fff;font-family: "Poppins", sans-serif;;}
/* Footer CSS END */
/*------ About Us page CSS start ------- */
.bond-we-are {
    height: 100%;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 8px;
    border: 5px solid transparent;
}
.bond-we-are:hover{border-color:#265073;}
.who-txt {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.bond-we-are i {color: #265073;font-size: 50px;line-height: 1;}
.bond-why-select h3{font-family: 'Montserrat', sans-serif;font-weight: 700;font-size: 20px;color: #265073;padding:0 0 5px;}
.why-select-icon i{display: flex;border-radius: 50%;background: #265073;width: 48px;
    height:48px;justify-content: center;align-items: center;color: #fff;font-size: 35px;}
.form-fill-section {
        background: linear-gradient(90deg, #265073 36%, rgba(187, 201, 208, 1) 36%, rgba(204, 204, 204, 1) 100%);
}
.field2 {background: #fff;border: 1px solid #4d4d4d;padding: 8px 15px;letter-spacing: 1px;font-family: 'Montserrat', sans-serif;font-size: 16px;color: #000;}
.field2:focus-visible{outline: 0;border-color:#265073;}
.half{width:49.3%;}
input.form-sub-btn {
    width: 40%;
    float: right;
    background: #265073;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
/*------ About Us page CSS END ------- */
.fix-sizeimg    
{
	width: 100%;
    height: 460px !important;
    object-fit: cover !important;
	}
.fix-sizeimg2    
{
	width: 100%;
    height: 515px !important; 
    object-fit: cover !important;
	}


/* Thank-you page css Start */
.thankyou-info {padding: 20px 0 50px;}
.thankyou-info p {font-family: 'Montserrat', sans-serif;font-size: 20px;font-weight: 600;}
.thankyou-info a {color: #265073;font-size: 26px;margin: 5px 0;display: inline-block;}
.thankyou-info a.back-home-btn {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 10px 20px;
    background: #265073;
    font-family: "Poppins", sans-serif;;
    font-size: 20px;
    margin: 20px 0 0;
    color:#fff;
    width: 200px;
    border-radius: 20px;
}
.thankyou-info a.back-home-btn:hover
{
    box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.75);
} 
/* Thank-you page css END */
/* MOdal CSS start */
.modal {z-index: 9999;}
.modal-header{position: relative;background: #265073;}
.modal-header .modal-title {
    font-family: 'Montserrat', sans-serif;
    flex: 1;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.modal-header .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
}
.modal-body.form-fields input, .modal-body.form-fields select {width: 100%;}
.modal-body.form-fields .field1 {background: #F1FADA;}
/* MOdal CSS END */
/* mobile view buttons CSS start */
.mobile-cta {
    background: #fff;
    display: flex;
    gap: 0.5%;
    text-align: center;
    display: none;
}
.mobile-cta a {
    flex: 1;
    background: #06345a;
    display: flex;
    padding: 5px 0;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    font-family: "Poppins", sans-serif;;
    font-weight: 500;
    font-size: 14px;
}
.mobile-cta a i {font-size: 20px;line-height: 1;}
/* mobile view buttons CSS END */
/* New Our services section CSS start */
.bond-services {padding: 30px 0;}
.bond-service-sec {margin: 25px 0 0 0;text-align: center;}
.service-icon {
    display: flex;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #EEF0F4;
    /*box-shadow: 9.91px 9.91px 15px #D9DADE, -9.91px -9.91px 15px #FFFFFF;*/
    justify-content: center;
    align-items: center;
    margin: 0 auto 22px;
}
.bond-service-sec:hover .service-icon{box-shadow: inset 9.91px 9.91px 15px #D9DADE, inset -9.91px -9.91px 15px #FFFFFF;}
.service-icon i {
    font-size: 60px;
    line-height: 45px;
    color: #265073;
}
.bond-service-sec h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #265073;
    padding: 0 0 5px;
}
.bond-service-sec p {
    text-align: center;
}
.right-fix {
    width: 110%;
    height: 447px;
        object-fit: cover;
}
/* New Our services section CSS END */
p.bold-txt{color:#055aa1;font-weight: 600;}
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
    background: aliceblue;
}
.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}
.prgoress_indicator::after {
    position: absolute;
    content: "\f125";
    font-family: flaticon_bondclean !important;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #265073;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}
.prgoress_indicator svg path {
    fill: none;
}
.prgoress_indicator svg.progress-circle path {
    stroke: #265073;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/* Inner pages CSS Start */
.bondclean-banner.inner-page {
    padding: 0;
}
.form-section {
    background: #265073;
}
.bondclean-banner.inner-page .site-description h1{text-align: center;}
.breadcrumb {
    justify-content: center;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.bondclean-banner.inner-page .breadcrumb-item+.breadcrumb-item:before {
    content: '-';
    color: #fff;
}
/* Suburbs PAge CSS Start */
.suburb-how-work {
    background: #265073;
    padding: 20px 20px 40px;
}
.we-work-suburb {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    height: calc(100% - 20px);
}
.suburb-work-text {
    margin-top: 15px;
}
.suburb-work-text h3 {margin-bottom: 10px;}
.suburb-our-services {padding: 25px 20px 40px;}
.our-service-div {
    padding: 20px;
    border: 1px solid #265073;
    border-radius: 8px;
    margin-top: 20px;
    height: calc(100% - 20px);
}
.suburb-service-icon {
    background: #265073;
    height: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.suburb-service-icon i {
    display: inline-block;
    line-height: 1;
    font-size: 60px;
    color: #fff;
}
/* Suburbs PAge CSS END */


