@charset "UTF-8";

/*
Theme Name: CleanGroup Dubai
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
@charset "UTF-8";
body {
  font-family: 'poppins', sans-serif;
  font-weight: normal;
  color: #565f74;
  font-size: 16px;
}
h1, h2 {
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1f2d4e
}
h3 {
    font-weight: 600;
    color: #1f2d4e;
    font-size: 26px;
    line-height: 36px
}
#Header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #565f74;
}
.section-heading {
    margin: 0 0 20px 0;
}
.section-heading.center {
    text-align: center
}
.navbar  {
    padding: 0;
}
#Header > .container-fluid {max-width: 1360px;}
.dropdown-item {
    padding: 8px 15px;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
}
.dropdown-item:hover {
    background: #377d3f;
    color: #fff;
}
.navbar-nav .dropdown-menu {
    background: rgba(255, 255, 255);
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    width: 220px;
}
.logo img {
  width: 200px;
  transition: 0.2s;
}
.bigHeader .logo img {
    width: 139px !important;
}
.blue-bg {
  background: #d0e8f3;
}
.navbar-collapse {
  width: 100%;
  place-content: flex-end;
}
.menu-header-menu-container {
  padding-left: 50px;
  padding-right: 20px;
}
.menu-header-menu-container ul.navbar-nav.mr-auto li {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 26px 10px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #252525;
  position: relative;
  display: block;
}
.call-us {
  font-size: 20px;
  color: #252420;
  font-weight: 600;
}
.getaquote {
    background: #377d3f!important;
    color: #fff !important;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-left: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}
.getaquote:hover {
  text-decoration: none;
  background: #5cb85e;
  color: #fff;
}
.hero-section .container-fluid {
  padding: 0;
}
.banner-leftarea {
  padding: 20px 15px 0px 15px;
  max-width: 680px;
  margin-left: auto
}
.heading-home {
  font-size: 28px;
  line-height: 35px;
  margin: 0px;
  padding: 0px 0px 20px 0;
  color: #181818;
  font-weight: 600;
  text-align: left;
}
.trusted-bg-image-home {
  background: url(assets/images/CovidCertificate.png) no-repeat;
  display: block;
  background-size: 67px auto;
}
.trusted {
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  padding-left: 80px;
}
.banner-leftarea .paragraph {
  color: #59595b;
  font-size: 1rem !important;
  font-weight: 600;
  padding-left: 80px;
  border-bottom: 1px solid #a7cbd5;
  padding-bottom: 20px;
  line-height: 18px;
}
.reliable-home {
  background: url(assets/images/electrostatic-disinfection.webp) no-repeat;
  display: block;
  background-size: 67px auto;
}
.affordable-home {
  background: url(assets/images/safe&verified.webp) no-repeat;
  display: block;
  background-size: 67px auto;
}
.hero-section .btns-group {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.hero-section .btns-group .btn {
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #377d3f !important;

    color: #fff !important;
}
.hero-section .btns-group .btn .fa {
  border-radius: 50%;
  font-size: 20px;
  height: 27px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 27px;
}
.hero-section .btns-group .btn .fa:before {
  color: #fff;
  position: absolute;
  left: 4px;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner-icon {
  background-repeat: no-repeat;
  background-size: 67px auto;
}
.btns {
    border-radius: 5px !important;
    font-weight: 700;
    background: #377d3f!important;
    color: #fff !important;
    padding: 10px 15px;
}
.hero-video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-video-wrapper video {
  object-fit: cover;
  object-position: top;
  border: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
section {
  padding: 70px 0;
}
.service-section .row {
  row-gap: 30px;
}
.service-box {
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 1px 4px 8px #eee;
  height: 100%;
}
.service-content {
    padding: 20px;
}
.service-content p {
  margin-bottom: 0
}
.service-box .service-icon {
  margin-top: -62px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px #d8d6d6;
}
.service-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #44ad60;
}
.service-content h5 a {
  color: #44ad60;
}
.client-section {
  background: #f0f8fa;
  padding: 30px 0;
  text-align: center;
}
.client-logo {
  display: flex;
  gap: 15px;
  margin-bottom: 20px
}
.client-section h3 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
.client-section h4 {
    font-size: 20px
}
.sydney-n3 h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  color: #565f74;
  padding: 0px;
  margin: 0 0 15px 0;
}
.sydney-n3 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  color: #000;
  padding: 0px;
  margin: 0 0 20px 0;
}
.sydney-n6 {
  text-align: center;
  background: #f0f8fa;
}
.sydney-n-h3 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: #1f2d4e;
  padding: 0;
  margin: 0 0 15px 0;
}
.sydney-n-p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #565f74;
  padding: 0px;
  margin: 0 0 20px 0;
}
.sydney-n6 a.quote-center {
  color: #fff;
  background: #1ecfff;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  margin: 30px auto 0;
  clear: both;
  display: block;
  width: 260px;
}
.sydney-n7-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
  padding: 40px;
  margin-top: 10px;
  min-height: 670px;
}
.sydney-n7-box img {
  max-width: 100%;
  border-radius: 30px;
  height: auto;
  margin-bottom: 25px;
  width: 100%;
}
.sydney-n7-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.sydney-n7-box p {
  font-size: 16px;
  line-height: 24px;
  color: #565f74;
  text-align: left;
  margin-bottom: 0;
}
.guaranteed img {
  width: 100%;
  height: auto;
}
.calltoaction2 {
  height: 700px;
  background: url("assets/images/managers.jpg") no-repeat top center;
  text-align: center;
  background-size: 100%;
  padding-top: 30px;
}
.calltoaction2 h3 {
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 2px 1px #185024;
    color: #fff;
    line-height: 60px;
}
.calltoaction2 h3 span {
  display: block;
  font-size: 40px;
  font-weight: 600;
}
.calltoaction2 a {
  display: block;
  width: 190px;
  margin: 25px auto 0;
  background: #19caf3;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 10px 0;
}
.left-right-tabbing {
  background: #f0faf5;
  padding: 50px 0;
}
.left-right-tabbing h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: #1f2d4e;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
}
.left-right-tabbing p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #565f74;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.left-right-tabbing-bg {
  margin: 40px 0 0 0;
  border-radius: 0px;
  border-radius: 5px;
}
.left-right-tabbing-bg .nav-pills {
  background: #e0f0f7;
  border-radius: 5px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.left-right-tabbing-bg .nav-pills .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  border-radius: 0px;
  padding: 8px 15px;
  border-bottom: 1px solid #cbe3ed;
}
.left-right-tabbing-bg .nav-pills .nav-link.active {
  background: #5fbc61 url(https://commercialcleaning-bellavista.com.au/wp-content/themes/bellavistanew/assets/images/errow-right.png) no-repeat right 12px top 14px;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}
.left-right-tabbing-bg .nav-pills .nav-link:last-child {
  border: none;
}
.left-right-tabbing-bg .tab-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 50px 35px 50px 75px;
  background: #fff;
  height: 450px;
  margin-left: -70px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #585858;
  position: relative;
}
.tab-logo {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.faq-section > .container-fluid > .row .col-sm-4 {
  padding: 0;
}
.img-left {
  width: 100%;
  overflow: hidden;
  text-align: right;
  position: relative;
}
.img-right {
  width: 100%;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.img-left img {
  float: right;
  max-width: inherit;
  height: auto;
}
.img-right img {
  float: left;
  max-width: inherit;
  height: auto;
}
.faq {
  background: #fff;
  padding: 20px 30px;
}
.faq h2, .faq h3 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 25px;
}
.faq hr {
  width: 120px;
  height: 5px;
  border-radius: 6px;
  margin: 0;
  background: #19caf3;
  border: none;
  margin-bottom: 40px;
}
.faq .accordion > .card:not(:last-of-type), .accordion > .card:not(:first-of-type) {
  border: none;
}
.faq .card .card-header {
  padding: 0;
  border: none;
  margin: 0;
}
.faq .card .card-header h2 button.collapsed, .faq .card .card-header h3 button.collapsed {
  color: #9498a3;
}
.faq .card .card-header h2 button, .faq .card .card-header h3 button {
  font-size: 20px;
  color: #1f2d4e;
  font-weight: 700;
  line-height: 24px;
  box-shadow: none;
}
.faq .card {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  padding: 6px 10px;
}
.client-experiences {
  background: #f0f8fa;
  padding: 50px 0;
}
.client-experiences h2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 20px;
}
.experience-box {
    padding: 30px;
    border-radius: 6px;
    min-height: 330px;
    border: 1px solid #dfdfdf;
}
.experience-box img {
    margin-bottom: 15px;
    width: auto !important;
}
.experience-box p {
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonials-client {
  background: url(https://commercialcleaning-bellavista.com.au/wp-content/themes/bellavistanew/assets/images/arrow-testimonials.png) no-repeat 50px top;
  padding-top: 45px;
}
.testimonials-client span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #377d3f;
  padding-left: 80px;
  line-height: 26px;
}
.testimonials-client b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  padding-left: 80px;
}
.client-experiences .carousel-inner {
  padding-left: 40px;
  padding-right: 40px;
}
.client-experiences .container .owl-item .item {
  padding: 15px 30px;
}
#map-section {
  padding: 60px 0px;
  padding-top: 0;
  background: #f0f8fa;
}
.map-details {
  display: block;
  margin-bottom: 30px;
}
.hr {
  border-bottom: 1px solid #cccccc;
}
.name-width {
  width: 30%;
}
.name-gap {
  padding-left: 30px;
  line-height: 31px;
}
.map-size {
  min-height: 420px;
  width: 100%;
  border: 0;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 10px 10px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.072), 0 10px 10px rgba(0, 0, 0, 0.086), 0 10px 10px rgba(0, 0, 0, 0.12);
  background: none;
}
#Footer {
  background: #262523;
  padding: 60px 0 0;
}
#Footer {
  background: #262523;
  padding: 60px 0 0;
}
#Footer ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
ul.futr-address li {
  color: #fff;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
ul.futr-address li img {
  margin-left: -30px;
  padding-right: 8px;
  float: left;
  margin-top: 6px
}
ul.futr-address li strong {
  color: #19caf3;
  font-size: 18px;
  font-weight: 600;
}
#Footer h3 {
  color: #19caf3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
#Footer ul.quicklink li {
  display: block;
}
#Footer ul.quicklink li a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
  line-height: 30px;
}
#Footer ul.quicklink li a img {
  width: auto;
  height: auto;
  padding-right: 10px;
}
#Footer ul.quicklink li a:hover {
  color: #19caf3;
}
.condition {
  background: #1e1d1b;
  padding: 20px;
  color: #7bbed8;
  font-size: 14px;
  text-align: center;
  clear: both;
  margin: 0;
}
.copyright {
  padding: 30px 0;
  color: #1c7ba1;
  font-size: 14px;
  text-align: center;
  clear: both;
  margin: 0;
}
.client-experiences .owl-nav {
  text-align: center;
}
.client-experiences .owl-nav button span {
  display: inline-block;
  font-size: 50px;
  padding: 0 15px;
  line-height: 30px;
}
button {
  outline: none !important;
}
.sydney-n3 p:last-child {
  margin: 0;
}
.review img {
    margin-bottom: 5px;
    border-radius: 5px;
}
 .accordion h3 {
    padding: 0;
  }
a.futr-logo {
    margin-bottom: 10px;
    display: inline-block;
}
.futr-logo img{
  max-width: 100%;
}
.certificate-left {
    width: 67%;
    padding: 30px 40px;
    border: 2px solid #f0f8fa;
    border-radius: 15px 0 0 15px;
}
.certificate-right {
    width: 33%;
    padding: 30px 40px;
    background: #f0f8fa;
}
.home-certificate {
    color: #1f2d4e;
    padding: 50px 0;
}
.home-certificate .certificate-img {
    width: 380px;
}
.certificate-content {
    width: 70%;
}
.home-certificate h4 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}
.home-certificate h4 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
}
.partners img {
    width: 46%;
    margin: 1%;
}
.home-certificate .container {
    max-width: 1400px;
}
.review-group {
    display: flex;
    padding: 8px;
    background: #f0f8fa;
    margin-top: 15px;
    border-radius: 12px;
}
.review-box {
    width: 25%;
    padding: 8px;
}
.review-inner {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #dff1f6;
}
.review-inner img {
    max-height: 50px;
}
.review-inner .star {
    max-height: 20px;
}
.partners img {
    max-height: 95px;
}
.review-inner h4 {
    font-size: 16px;
    margin: 5px 0;
}
.review-inner .review-btn {
    background: #fcb000;
    padding: 3px 20px;
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    border: 2px solid #fcb000;
}
.review-inner .review-btn:hover {
    background: #fff;
    
}
.certificate-group {
    display: flex;
    align-items: center;
    gap: 25px;
}
.home-certificate-row {
    display: flex;
    flex-wrap: wrap;
}
.trust-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.trust-icon p {
    font-size: 18px;
    color: #377d3f;
    margin-bottom: 0;
}
.owlnew .item {
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.owlnew .item h4 {
    text-align: center;
    font-size: 22px;
}

.owlnew .item p {
    text-align: center;
}

.owlnew .item img {
    margin-bottom: 20px;
}
.blueBg {
    background: #f0f8fa !important;
}
.whiteBg {
    background: #fff !important;
}
.step-sec .step-row h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.step-row {
    padding: 30px 0;
}
.heading-h2 {
    font-weight: 700;
    color: #000;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
}
.heading-h2 span {
    font-weight: 400;
    display: block
}
.nitro-offscreen .row {
    row-gap: 25px;
    margin-top: 20px;
}
.owlnew.owl-carousel button.owl-dot {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #ccc;
    color: #000;
    margin-right: 10px;
}

.owlnew .owl-dots {
    text-align: center;
    margin-top: 10px;
}
h1.h1 {
    text-align: center;
    font-weight: 700;
    color: #000;
}
.owl-carousel button.owl-dot.active {
    background: #D9D9D9;
}
.contact-us {
    padding: 50px 0;
}
.contact-box .form-control {
    border: none;
    border-bottom: 2px solid #377d3f;
    border-radius: 0;
    height: 55px;
    box-shadow: none;
    padding: 13px 0; 
}
.contact-box .form-group {
    margin-bottom: 1.5rem;
}
.contact-box .btn-group {
    text-align: center;
    display: block;
    margin-top: 30px;
}
.contact-box .contact-btn {
    background: #377d3f;
    color: #fff;
    border-radius: 0 !important;
    height: 62px;
    width: 230px;
    margin-left: -30px;
}
.contact-us p {
    text-align: center
}
span .wpcf7-form-control.referer-page {
    display: none;
    opacity: 0;
}
.contact-us h2 {
    text-align: center
}
.testimonials .owl-carousel .owl-stage {
    display: flex;
}
.capcha-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.separates-box .sep-boxes {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 100%;
}
.separates-box .row {
    row-gap: 30px;
}
.separates-clean-group img {
    max-width: 100%;
}
.separates-box .sep-boxes p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0
}
.sep-boxes h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.three-step h2 {
    text-align: center;
}
.three-step .row {
    align-items: center;
}
.three-step h4 {
     margin-bottom: 15px;
}
.three-step p {
    margin-bottom: 20px;
}
.two-boxes .section-heading {
    margin-bottom: 40px
}
.two-boxes-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.09);
    padding: 40px;
    height: 100%;
}
.two-boxes-box img{max-width: 100%; border-radius:30px; height: auto; margin-bottom: 30px;}
.two-boxes-box h3 { margin-bottom: 10px;}
.two-boxes-box  p {font-size:16px; line-height:24px; color:#565f74; text-align:left; }
.testimonials {
    padding: 50px 0;
}
.testimonials .item {
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.testimonials.blueBg .item {
    background: #fff;
}
.testimonials-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
}
.testimonials-bottom .profile {
    background: #377d3f;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
}
.testimonials .item .testimonials-bottom p {
    margin: 0;
}
.testimonials-bottom p b {
    display: block;
}
.testimonials .item .tab-logo {
    position: absolute;
    width: 35px;
    right: 22px;
    bottom: 22px;
}
.testimonials h3 {
    margin-bottom: 25px;
    text-align: center;
}
.testimonials .item p {
    font-size: 14px;
    margin-bottom: 10px;
}
.testimonials .item .star {
    width: 120px;
    max-height: 19px;
}
ul.futr-address li i {
    margin-left: -30px;
    float: left;
    margin-top: 4px;
    color: #19caf3;
    font-size: 18px;
}
#Footer ul.quicklink li a i {
    width: auto;
    height: auto;
    padding-right: 10px;
}
#Footer ul.quicklink li a {
    display: table;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding: 0;
    line-height: 28px;
}
#Footer .blog-list li a:hover {
    color: #19caf3;
    border-bottom: 1px solid #19caf3!important;
}
#Footer .blog-list li a {
    font-size: 14px !important;
    line-height: 20px!important;
    border-bottom: 1px solid #515151!important;
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
}
.get-quote h3 {
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    color: #1f2d4e;
    padding: 0px;
    margin: 20px 0 20px 0;
}
.get-quote .quote-center {
    color: #fff;
    background: #377d3f !important;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
    margin: 30px auto 0;
    display: block;
    width: 260px;
    text-align: center;
    text-decoration: none;
}
.team-section {
    text-align: center;
}
.team-section h3 {
    margin-bottom: 20px
}
.icon-box {
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.09);
    text-align: center;
    background: #fff;
    height: 100%
}
.icon-box img {
    margin-bottom: 10px;
    width: 100px
}
.icon-box p {
    margin-bottom: 0
}
.nine-box .row {
    row-gap:30px
}
.nine-box .section-heading {
    margin-bottom: 40px
}
.top-team-section {
    text-align: center;
    padding-bottom: 0;
}
.choice-section {
    padding: 60px 0;
}
.choice-section .row {
    margin-left: -6px; 
    margin-right: -6px;
}
.choice-section p {
    margin-bottom: 15px;
}
.choice-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.choice-section ul li {
    width: 50%;
    min-height: 30px;
    padding: 10px 15px 10px 35px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
}
.choice-section ul li span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #1f2d4e;
    padding-bottom: 5px;
}
.choice-section ul li:before {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    background: #5fbc61;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
}
.service-section .nav-item {
    background: none;
    border: 1px solid #377d3f !important;
    color: #377d3f;
    font-weight: 500;
    padding: 10px 25px
}
.service-section .nav {
    gap: 15px;
    justify-content: center;
    margin-bottom: 35px;
    border-bottom: none;
    margin-top: 23px;
}
.service-section .nav-item.active {
    background: #377d3f;
    color: #fff;
}
.services-banner.contact-us-banner h1 {padding-top: 50px; font-size: 36px; font-weight: 600; color: #1f2d4e; padding-bottom: 10px;}

.services-banner.contact-us-banner h3 {padding-top: 50px; font-size: 22px; font-weight: 600; color: #1f2d4e; padding-bottom: 10px;}

.services-banner.contact-us-banner .col-sm-8 span {display: block; font-size: 22px; line-height: 22px; color: #1f9f5a; padding: 5px 0px; font-weight: 700;}

.services-banner.contact-us-banner p {max-width: 550px; display: block; font-style: italic; font-size: 16px; color: #1f2d4e;}
.services-banner.contact-us-banner .capcha-btn p {margin-bottom:0}
.services-banner.contact-us-banner img.office-manager {padding-top: 15px;}
.services-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-boxes iframe {
    margin-bottom: 15px;
}
.services-banner.contact-us-banner ul li {display: block; font-size: 18px; line-height: 20px; color: #1f2d4e; padding: 5px 0px; font-weight: 600; background: none;}
.services-banner .services-form {background: rgba(255,255,255,0.6); padding: 20px 20px 0px 20px; border-radius: 5px 5px 0 0;}

.services-banner .services-form h2 {text-align: center; font-size: 24px; line-height: 24px; color: #377d3f; font-weight: 700; text-shadow: 1px 1px #fff; padding: 0 0 10px 0;}

.services-form input.wpcf7-form-control {border: none; border-radius: 3px; height: auto; font-size: 14px; padding: 10px 15px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); margin-bottom: 10px}

.services-form .wpcf7-not-valid-tip {
    margin-top: -5px;
    margin-bottom: 5px;
}
.services-form .form-group {margin-bottom: 10px;}

.services-form textarea.form-control {border: none; border-radius: 3px; height: auto; font-size: 14px; padding: 10px 15px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); height: 60px;margin-bottom: 10px}

.services-form .green-btn {width: 100%; display: block; background: #377d3f; border-radius: 4px; padding: 14px 15px; text-align: center; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 14px; border: none;}
.banner-leftarea .green-btn, .banner-leftarea .btn-success {width: 100%; display: block; background: #377d3f; border-radius: 4px; padding: 14px 15px; text-align: center; color: #fff; text-transform: uppercase; font-weight: 600; padding:10px !important; border: none;}
.services-banner .services-form span.we-guarantee {font-size: 12px; font-style: italic; color: #000; line-height: 14px; text-align: center; display: block; padding: 10px;}
.services-banner {
    min-height: 516px;
    position: relative;
    padding-top: 30px;
}
.wpcf7-spinner {
    display: none;
}
@media screen and (min-width:992px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
}
@media (min-width:320px) and (max-width:768px) {
  .left-right-tabbing h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .left-right-tabbing p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .left-right-tabbing-bg .nav-pills .nav-link {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #8ccde9;
    border-radius: 0px;
  }
  .left-right-tabbing-bg .tab-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 25px 15px 25px 60px;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .client-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .img-left {
    display: none
  }
  .img-right {
    display: none
  }
  .left-right-tabbing-bg .nav-pills {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .left-right-tabbing-bg .tab-content {
    height: 100%;
  }
  .calltoaction2 {
    height: auto;
    margin-top: 0;
    background: url(https://commercialcleaning-bellavista.com.au/wp-content/themes/bellavistanew/assets/images/img10.0.jpg) no-repeat top center;
    text-align: center;
    background-size: 100%;
    background-size: cover;
  }
  .heading-home {
    font-size: 26px;
  }
  .covid-section3-title {
    font-size: 28px;
  }
  .sydney-n3 h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .client-section h3 {
    font-size: 24px;
  }
  .client-section h4 {
    font-size: 20px;
    line-height: 34px
  }
  .sydney-n-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
  .sydney-n-h3 br {
    display: none;
  }
  .faq h2, .faq h3 {
    font-size: 24px;
  }
  .faq .card .card-header h2 button, .faq .card .card-header h3 button {
    font-size: 16px;
  }
  .client-experiences h2 {
    font-size: 26px;
  }
  .calltoaction2 h3 {
    font-size: 26px;
  }
  .calltoaction2 h3 span {
    font-size: 24px;
  }
  .calltoaction2 a {
    width: 175px;
    margin: 10px auto 0;
    font-size: 14px;
  }
  .hero-video-wrapper video {
    position: static;
  }
  .hero-section .row {
    flex-direction: column-reverse
  }
  section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .btns-group {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .hero-section .btns-group .btn {
    padding: 10px;
    width: 100%;
  }
  .sydney-n3 img {
    margin-bottom: 30px;
  }
  section {
    padding: 30px 0;
  }
.choice-section {
    padding: 30px 0;
}
  .sydney-n7-box {
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 8px 13px rgb(0 0 0 / 9%);
  }
  .sydney-n7-box img {
    border-radius: 20px;
  }
  .guaranteed img {
    margin-bottom: 20px;
  }
  .calltoaction2 {
    background: url(https://commercialcleaning-bellavista.com.au/wp-content/themes/bellavistanew/assets/images/img10.0.jpg) no-repeat center bottom;
    background-size: 100%;
    height: 300px;
  }
  .left-right-tabbing {
    padding: 30px 0;
  }
  .left-right-tabbing-bg .tab-content {
    margin: 0;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 5px;
  }
  .left-right-tabbing-bg .nav-pills {
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 5px;
  }
  .left-right-tabbing-bg {
    margin: 0;
  }
  .faq {
    padding: 0;
  }
  .faq .card {
    box-shadow: none;
    padding: 0;
  }
.client-experiences .container .owl-item .item {
    padding: 15px 0px;
}
.experience-box {
    box-shadow: 0 10px 9px rgb(0 0 0 / 4%);
    padding: 20px;
    background: #fff;
    min-height: auto;
}
.experience-box p {
    padding-left: 0;
    padding-right: 0;
}
ul.futr-address li {
    padding-left: 0;
    padding-bottom: 20px;
}
#Footer ul {
    list-style: none;
    padding: 0px 0 15px;
    margin: 0;
}
.tab-logo {
    display: none;
}  
.certificate-content {
    width: 100%;
    margin-bottom: 20px;
}
.home-certificate-box {
    display: block;
    text-align: center;
}
.certificate-left {
    width: 100%;
    padding: 30px 30px;
}
.certificate-right {
    width: 100%;
}
.certificate-group {
    display: block;
    text-align: center;
}
.partners-main {
    text-align: center;
}
.partners img {
    width: 31.33%;
}
.review-inner .star {
    display: block;
    margin: auto;
}
.review-box {
    width: 50%;
}
.review-group {
    flex-wrap: wrap;
}
.banner-leftarea {
    margin: auto;
}
}
@media screen and (max-width: 767px) {
.certificate-content {
    width: 100%;
    margin-bottom: 15px;
}
.home-certificate .certificate-img {
    margin-bottom: 15px;
    width: 100%;
}
.home-certificate {
    color: #1f2d4e;
    background: #fff !important;
    padding: 50px 0;
}
.home-certificate .thums-img {
    width: 215px;
    margin-top: 0;
    margin-bottom: 15px;
}
.home-certificate-box {
    display: block;
    text-align: center;
    padding: 0;
    background: none;
    box-shadow: none;
}
.certificate-left {
    width: 100%;
    padding: 0;
    border: none;
}
.certificate-group {
    display: block;
    text-align: center;
}
.certificate-content {
    width: 100%;
}
.review-group {
    flex-wrap:wrap;
    padding: 0;
    background: none;
    margin-top: 0;
    border-radius: 12px;
}
.certificate-right {
    width: 100%;
    padding: 30px 20px;
    background: #f0f8fa;
    margin-top: 20px;
}
.partners img {
    width: 50%;
    padding: 0px 5px;
    margin: 0
}
.partners-main {
    text-align: center;
}
.home-certificate .partners img {
    width: 50%;
    margin-bottom: 9px;
}
.review-box {
    width: 100%;
}
.review-inner {
    padding: 20px;
}
h1.h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}
.step-sec .step-row h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}
.heading-h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.step-row {
    gap: 20px;
}
.owlnew {
    margin-top: 20px;
}
.choice-section ul li {
    width: 100%;
}
}