@charset "UTF-8";

/*
Theme Name: Bellavista
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: 5.8
Requires PHP: 5.6
Version: 1.4
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.
 * Spacer...............Specific styles for the spacer 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. */

/* CSS Document */ 
body {
  font-family: 'poppins', sans-serif;
  font-weight: normal;
  color: #565f74;
  font-size: 16px;
}
.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: 350px;
}
.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: 50px;
}
.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;
}
a.view-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
#Header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar  {
    padding: 0;
}
.dropdown-item {
    padding: 8px 15px;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
}
.dropdown-item:hover {
    background: #21bce5;
    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: 150px;
}
.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: #21bce5;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 13px;
  margin-left: 10px;
  white-space: nowrap;
}
.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;
}
.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(../images/CovidCertificate.webp) 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(../images/electrostatic-disinfection.webp) no-repeat;
  display: block;
  background-size: 67px auto;
}
.affordable-home {
  background: url(../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%;
}
.hero-section .btns-group .btn {
  padding-top: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: 49%;
}
.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%);
}
.btn {
  border-radius: 28px !important;
  font-weight: 700;
}
.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;
}
#covid-section3 {
  background: #f0faf5;
    padding-bottom: 0;
}
.covid-section3-title {
  font-weight: 600;
  margin-bottom: 18px;
}
.covid-section3-img-div img {
  height: 220px;
  max-width: 100%;
  object-fit: cover;
}
.covid-section3-div1 {
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 1px 4px 8px #eee;
}
.covid-section3-icon1 img {
  margin-top: -51px;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 6px #d8d6d6;
}
.covid-section3-div1-title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #44ad60;
}
.covid-section3-col1 {
  margin-top: 15px;
}
.covid-section3-div1-title 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 h3 {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  color: #1f2d4e;
  padding: 0px;
  margin: 0 0 20px 0;
}
.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: #565f74;
  padding: 0px;
  margin: 0 0 30px 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;
  border-radius: 0 50px 0 50px;
}
.calltoaction2 {
  height: 500px;
  margin-top: 0;
  background: url(../images/img10.0.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 rgba(255, 255, 255, 0.6);
  color: #1f2d4e;
}
.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(../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 {
  background: url(../images/testimonials-icon.png) no-repeat 25px 35px #fff;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 6px;
  min-height: 330px;
}
.experience-box p {
  padding-left: 70px;
  padding-right: 15px;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonials-client {
  background: url(../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%;
}
.guaranteed {
    padding-top: 0;
}
@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(../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;
  }
  .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(../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: 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;
}
}
@media screen and (max-width: 991px) {
.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;
}
}   
@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;
}
}

/*(LandingPage Tabing Css)*/
#sidebar-fix { position: sticky; top: 80px;}
.table-content h2 {font-size:22px; font-weight:600; color:#313133; padding:0 0 0 15px; margin-bottom:20px; border-left:5px solid #06a950;}
.table-content ul {margin:0px; padding:0px;}
.table-content ul li span {background:#FFF; color:#000; border-radius:50px; font-size:16px; line-height:38px; text-align:center; display:block; float:left; width:38px; height:38px; margin:0 15px 0 0;}
.table-content ul li {font-size:16px; line-height:20px; font-weight:600; display:block; list-style:none; margin-bottom:10px; height:60px; background:#5eb960; color:#fff; position:relative; width:100%;}
.table-content ul li a {color:#fff; text-decoration:none; display:block; height:100%; padding:10px;}
/*.table-content ul li.active:after, .table-content ul li:hover:after {width:0px; height:0px; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:10px solid #0eb9e0; content:""; position:absolute; top:20px; right:-10px;}
.table-content ul li.active, .table-content ul li:hover {background:#0eb9e0;}*/

html {scroll-behavior: smooth;  scroll-padding-top: 80px;}  
.innertable-sec {padding:80px 0;}
.content-area h1 {font-size:30px; color:#000; color: #1f2d4e;
    padding: 5px 15px;
    display: inline-block;
    border-left: 10px solid #0295ba;
    border-top: 1px solid #1f2d4e;
    border-right: 1px solid #1f2d4e;
    border-bottom: 1px solid #1f2d4e;}
.content-area h2 {font-size:26px; color:#000; color: #1f2d4e;
    padding: 5px 15px;
    display: inline-block;
    border-left: 10px solid #0295ba;
    border-top: 1px solid #1f2d4e;
    border-right: 1px solid #1f2d4e;
    border-bottom: 1px solid #1f2d4e;}
.content-area h3 {font-size:22px; color:#000; color: #1f2d4e;
    padding: 5px 15px;
    display: inline-block;
    border-left: 10px solid #0295ba;
    border-top: 1px solid #1f2d4e;
    border-right: 1px solid #1f2d4e;
    border-bottom: 1px solid #1f2d4e;}

@media screen and (max-width:991px) {
.content-area h1 {font-size:22px; color:#000;}
.content-area h2 {font-size:18px; color:#000;}
.content-area h3 {font-size:18px; color:#000;}
	
}

@media screen and (max-width:767px) {
.innertable-sec {padding:80px 50px;} 
#sidebar-fix {margin-bottom:20px;}
.content-area h1 {font-size:20px; color:#000;}
.content-area h2 {font-size:18px; color:#000;}
.content-area h3 {font-size:18px; color:#000;}
}