/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Lato";
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Inter";
}
h1 {
  font-size: 45px;
  line-height: 50px;
  padding: 0 0 10px;
  margin: 0 !important;
  font-weight: bold;
  color: #294E83;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
    font-size: 25px;
    line-height: normal;
    color: #294E83;
    font-weight: bold;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p, li {
  font-size: 18px;
  line-height: 26px;
  color: #787878;
}
h1.entry-title {
/*   font-size: 1.31rem; */
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
} */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* ============================== Sticky Header CSS ============================== */

#masthead {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 999;
}

#masthead.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255 255 255) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ============================== Sticky Header CSS ============================== */




header#masthead {
    padding: 20px 0;
    margin: 0;
    background-color: #fff;
}

.page-id-376 #masthead #menu-main-menu {
    display: none;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand img { 
  max-width: 195px; 
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #294E83;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    transition: all linear 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #294E83;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

/* .dropdown-menu {
  min-width: 12.500rem;
} */

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	  height: 45px;
    padding: 0px 22px;
    border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* ============================== Custom CSS Start ============================== */

#masthead nav {
    flex-direction: column;
}

#masthead .topheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#masthead .navbar-brand {
    padding: 0;
    margin: 0;
}

.numemail_wrap a {
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    color: #294E83;
    text-decoration: none;
    transition: all linear 0.3s;
}

.numemail_wrap a i {
/*     color: #5EC58D; */
    margin-right: 10px;
}

.numemail_wrap div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.quote-btn a {
    font-size: 16px;
    padding: 14px 40px;
    font-weight: bold;
    color: #ffffff;
    background: #359BD3;
    border: 1px solid #359BD3;
    transition: all linear 0.3s;
    border-radius: 4px;
}

.quote-btn a:hover {
    background: #294E83;
    color: white;
    text-decoration: none;
}

header#masthead .collapse:not(.show) {
    display: block;
}

header#masthead #menu-main-menu {
    padding: 40px 0 0;
    gap: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.herobanner-topdetails a {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ffffff36;
    font-weight: bold;
    color: white;
    background: #ffffff1f;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 40px;
    text-align: center;
}

.herobanner-topdetails a i {
    margin-right: 7px;
    color: #359BD3;
}

.herobanner-topdetails {
    gap: 24px;
    padding: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-title h1 {
    font-size: 60px;
    line-height: 72px;
    max-width: 1031px;
    color: white;
    text-align: center;
    margin: 0 auto !important;
    padding: 0;
    font-weight: bold;
}

.hero-title h1 strong {
    color: #359BD3;
    font-weight: bold;
}

.hero-title h1 em {
    color: #5EC58D;
    font-style: normal !important;
}

.hero-title p {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 0;
    color: white;
    text-align: center;
    font-weight: bold;
}

.OMR_wrapper {
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.OMR_wrapper a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.OMR_wrapper a i::after {
    content: '';
    border: 3px solid #5EC58D;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    right: -13px;
    z-index: -1;
    top: 2px;
}

.OMR_wrapper i {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 8px;
    font-size: 20px;
    align-items: center;
}

#Cstm-Btn a {
    font-size: 20px;
    padding: 14px 40px;
    font-weight: bold;
    color: white;
    background: #359BD3;
    border-radius: 5px;
    transition: all linear 0.3s;
    border: 1px solid #359BD3;
}

#Cstm-Btn a:hover {
    box-shadow: rgb(53 155 211 / 20%) 10px 23px 15px;
	transform: translate(0px, -10px);
}

#Cstm-Btn1 a {
    font-size: 20px;
    padding: 14px 40px;
    font-weight: bold;
    color: white;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all linear 0.3s;
}

#Cstm-Btn1 a:hover {
    background: white;
    color: #294E83;
	transform: translate(0px, -10px);
}

#Hero-Banner {
    padding-top: 160px;
    padding-bottom: 160px;
}

/* ============================== Custom CSS END ============================== */


/* ============================== Home Sect 1 CSS ============================== */

.signup_wrap {
    text-align: center;
}

.signup_wrap p {
    font-size: 25px;
    padding: 8px 20px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    background: #359BD3;
    max-width: 557px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}

.signup_wrap p i {
    margin-right: 10px;
}

#home-sect1 .vc_row:nth-child(1) p {
    color: white;
}

#home-sect1 .vc_row:nth-child(1) h1 {
    padding: 22px 0 15px;
}

#home-sect1 .vc_row:nth-child(2) {
    padding-top: 35px;
}

.exclusivebenefits_inoform {
    padding: 35px 30px;
    text-align: center;
    background: #ffffff12;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #ffffff21;
	transition: all linear 0.3s;
}

.exclusivebenefits_inoform:hover {
    background: #ffffff21;
    transform: scale(1.05);
}

.exclusivebenefits_profile {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    background: #359bd321;
    border: 1px solid #ffffff1a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.exclusivebenefits-data h2 {
    font-size: 22px;
    line-height: 22px;
    padding: 25px 0 10px;
    margin: 0;
    color: white;
    font-weight: bold;
	text-transform: capitalize;
}

.exclusivebenefits-data p {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    max-width: 300px;
}

.exclusivebenefitsColClass {
    margin-bottom: 50px;
}

#Cstm-Btn2 a {
    font-size: 20px;
    padding: 14px 40px;
    font-weight: bold;
    color: #294E83;
    background: #ffffff;
    border-radius: 5px;
    transition: all linear 0.3s;
    border: 1px solid #359BD3;
}

#Cstm-Btn2 a:hover {
    box-shadow: rgb(255 255 255 / 25%) 10px 16px 10px;
    transform: translate(0px, -10px);
}

#home-sect1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ============================== Home Sect 1 CSS ============================== */



/* ============================== Home Sect 2 CSS ============================== */

#home-sect2 .vc_row:nth-child(2) .vc_col-sm-4 {
    position: relative;
}

#home-sect2 .vc_row:nth-child(2) .vc_col-sm-4::before {
    content: '';
    position: absolute;
    background: #D2D2D2;
    height: 122px;
    width: 1px;
    right: 0;
    top: 15px;
}

#home-sect2 .vc_row:nth-child(2) .vc_col-sm-4:last-child::before {
    display: none;
}

.four_content_wrapper .wpb_wrapper {
    margin-bottom: 90px !important;
    text-align: center;
}

/* .four_content_wrapper .wpb_wrapper:hover {
    background: #EEEEEE;
} */

/* .four_content_wrapper .wpb_wrapper img {
    width: 47px;
    height: 47px;
    background: #ECF9F6;
    object-fit: none;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} */


.four_content_wrapper .wpb_wrapper h3 {
    font-size: 34px;
    line-height: normal;
    padding: 22px 0 7px;
    margin: 0;
    font-weight: bold;
    color: black;
}

.four_content_wrapper .wpb_wrapper p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

#home-sect2 .vc_row:nth-child(2) p {
    font-size: 15px;
    line-height: normal;
    color: #101010;
    font-weight: 500;
}

.gtabusinesses_wrap {
    width: 160px;
    height: 110px;
    padding: 15px;
    margin-bottom: 20px;
    background: #dddddd00;
    border: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.gtabusinesses_wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background: #fff;
}

.gtabusinesses_wrap img {
    filter: opacity(0.5);
    transition: all linear 0.1s;
}

.gtabusinesses_wrap {
    transition: all linear 0.1s;
}

.gtabusinesses_wrap:hover img {
    filter: opacity(1);
}

#gtabusinesses_carousel {
    padding-top: 70px;
    padding-bottom: 10px;
    max-width: 1162.08px;
    margin: 0 auto;
}

#gtabusinesses_carousel .item {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-sect2 {
    padding-top: 100px;
}

#sect2row2 {
    padding-bottom: 100px;
}

#fivelogo_innerrow .wpb_single_image {
    width: 250px;
    height: 110px;
    padding: 15px;
    margin-bottom: 20px !important;
    background: #00000000;
    border: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all linear 0.2s;
}

#fivelogo_innerrow .wpb_single_image:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background: #fff;
}

#fivelogo_innerrow .wpb_single_image:hover img {
    filter: opacity(1);
}

#fivelogo_innerrow .wpb_single_image img {
    filter: opacity(0.5);
    transition: all linear 0.2s;
}

#fivelogo_innerrow {
    padding-top: 70px;
    padding-bottom: 10px;
}

/* ============================== Home Sect 2 CSS ============================== */


/* ============================== Testimonial Sect CSS ============================== */

.testquote_wrap img {
    width: 28px !important;
}

.testquote_wrap {
    width: 68px;
    height: 68px;
    background: #5EC58D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    top: -13%;
    z-index: 1;
	display: none;
}

.TestimonialMain {
    padding: 65px 30px;
    max-width: 1152px;
/*     background: linear-gradient(to right, #E2F3EC, #E7F6FA); */
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #359BD3;
    text-align: center;
	background: #DFEBFF;
}

.TestimonialMain p {
    margin: 0 auto;
    color: #787878;
    max-width: 800px;
}

.testimonial_btm {
    padding-top: 25px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.testimonial_btm .testleft {
    gap: 18px;
    display: flex;
    align-items: center;
}

.testimonial_btm .MainImg_thunbnail {
    width: 76px;
    border-radius: 50px;
}

.MainImg_thunbnail {
    display: none;
}

.testimonial_btm .ServiceHead {
    font-size: 24px;
    padding: 0 0 8px;
    margin: 0;
    font-weight: bold;
    color: #294E83;
    line-height: normal;
    font-family: 'Lato';
}

.testimonial_btm p {
    font-size: 20px;
    line-height: normal;
    color: #294E83;
}

.testright i {
    font-size: 20px;
    color: #FECE63;
}

.testright {
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#testimonial_carousel .owl-stage-outer {
  padding-top: 65px;
}

#testimonial_carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    padding: 33px 0 0;
}

#testimonial_carousel .owl-nav button {
    width: 65px;
    height: 65px;
    font-size: 22px;
    background: #5ec58d12;
    color: #5EC58D;
    border-radius: 50px;
    border: 1px solid #ffffff1c;
}

#testimonial_sect {
    padding-bottom: 80px;
}

/* ============================== Testimonial Sect CSS ============================== */


/* ============================== Home Sect 3 CSS ============================== */

#home-sect3 .vc_row:nth-child(1) p {
    color: #4B514D;
}

#home-sect3 .vc_row:nth-child(2) {
    padding-top: 50px;
}

.Comprehensive_inform {
    padding: 55px;
    margin-bottom: 50px;
    text-align: center;
    background: #fff;
    border-radius: 19px;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px; */
    transition: all linear 0.3s;
	border: 1px solid #ffffff;
}

.Comprehensive_inform1:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.Comprehensive_inform2:hover {
    background-image: linear-gradient(to right, #fff, #E5F6FF);
    border-color: #294E83;
}

.Comprehensive_inform3:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

/* .Comprehensive_inform:hover {
    background: #DFEBFF;
	transform: scale(1.05);
} */

.Comprehensive-data p {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    color: #787878;
}

.Comprehensive-data h4 {
    font-size: 20px;
    color: #010101;
}

.Comprehensive_profile {
    margin: 0 auto 36px;
    transition: all linear 0.3s;
}

/* .Comprehensive_inform:hover .Comprehensive_profile {
    background: white;
} */

#home-sect3 {
    padding-top: 70px;
    padding-bottom: 20px;
}

/* ============================== Home Sect 3 CSS ============================== */


/* ============================== Home Sect 4 CSS ============================== */

#home-sect4 .vc_row {
    padding-top: 70px;
    padding-bottom: 70px;
    /* background: #294E83; */
    border-radius: 20px;
}

#home-sect4  .wpb_text_column p {
    padding: 0 0 22px;
    max-width: 746px;
    color: white;
    margin: 0 auto;
}

#home-sect4 h1 {
    padding: 22px 0 20px;
}

#home-sect4 {
    padding-top: 100px;
	padding-bottom: 100px;
}

/* ============================== Home Sect 4 CSS ============================== */


/* ============================== Home Sect 5 CSS ============================== */


.obligationcontent_wrap p {
    max-width: 600px;
}

.freequote_wrap h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 4px;
    padding: 0;
    color: #787878;
}

.freequote_wrap p {
    margin: 0;
    color: #787878;
}

.preemail_wrap p {
    margin-top: 20px;
    max-width: 720px;
    padding: 5px 10px;
    color: #071536;
    background: #D7EBF6;
    border-radius: 10px;
}

.preemail_wrap p a {
    color: #294E83;
    text-decoration: none;
    font-weight: bold;
}

.cf7-col,
.cf7-col-full {
  position: relative;
}

.cf7-col::before,
.cf7-col-full::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 32px;
  top: 43%;
  transform: translateY(-50%);
  color: #5A5F67;
  font-size: 15px;
  z-index: 1;
}

/* Individual icons */
.icon-user::before {
  content: "\f007";
}

.icon-building::before {
  content: "\f1ad";
}

.icon-phone::before {
  content: "\f095";
}

.icon-email::before {
  content: "\f0e0";
}

.icon-location::before {
  content: "\f3c5";
}

/* Input padding so text icon se overlap na kare */
.contact-form .wpcf7-form-control {
    padding: 14px 8px 14px 46px;
    font-size: 15px;
    height: auto;
    background: #DFEBFF;
    border-radius: 8px;
    color: #5A5F67;
    font-weight: 500;
    border: 1px solid #DBDBDB;
}

.contact-form {
    padding: 37px 24px;
    background: #294E83;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    border-radius: 16px;
}

.contact-form .wpcf7-form-control::placeholder {
    color: #5A5F67;
    font-weight: 500;
}

.contact-form p {
    margin: 0 0 10px;
}

.contact-form .wpcf7-textarea {
    height: 75px;
    padding: 14px 18px;
}

.contact-form .wpcf7-textarea::placeholder {
    color: #5A5F67;
}

.contact-form .wpcf7-submit {
    padding: 11px;
    margin: 15px auto 0;
    width: 345px;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #359BD3;
    border: unset;
    color: white;
    transition: all linear 0.3s;
    border-radius: 4px;
}

.contact-form .wpcf7-submit:hover {
    box-shadow: rgb(53 155 211 / 15%) 9px 12px 12px;
    transform: translate(0px, -10px);
}

p.submitcheck_wrap {
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    margin: 10px auto 0;
}

.contact-form .wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.contact-form .form-control:focus {
    color: #5A5F67;
    background-color: #DFEBFF;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

#home-sect5, #home-sect8, #FAQ_Sect, #CleanEravs_sect {
    padding-top: 100px;
    padding-bottom: 150px;
}

#home-sect5 {
    background: white;
}

#Cstm-Btn4 a {
    font-size: 20px;
    padding: 14px 40px;
    color: black;
    font-weight: bold;
    transition: all linear 0.3s;
    background: #E8E6E6;
    border-radius: 5px;
}

#Cstm-Btn4 a:hover {
    transform: translate(0px, -10px);
}

#FAQ_Sect #Cstm-Btn4 {
    padding-top: 25px;
}

/* ============================== Home Sect 5 CSS ============================== */

/* ============================== Home Sect 6 CSS ============================== */

.concerns-data {
    text-align: center;
}

.concerns_profile {
    margin-bottom: 35px;
}

.concerns-data h4 {
    font-size: 18px;
    margin: 0 0 22px;
    color: #000000;
	text-transform: capitalize;
}

.concerns-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #000000;
}

.concerns_inform {
    padding: 35px 20px;
    height: 100%;
    text-align: center;
    border-radius: 19px;
    transition: all linear 0.3s;
    background: #fff;
	border: 1px solid #fff;
}

.concerns_inform1:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.concerns_inform2:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

.concerns_inform3:hover {
    background-image: linear-gradient(to right, #fff, #E5F6FF);
    border-color: #294E83;
}

/* .concerns_inform:hover {
    background: #DFEBFF;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    transform: scale(1.05);
} */

.concernsColClass {
    margin-bottom: 40px;
}

#home-sect6 .vc_row:nth-child(1) p {
    padding: 0 0 40px;
    max-width: 830px;
    margin: 0 auto;
    color: #909193;
}

#home-sect6 {
    padding-top: 70px;
    padding-bottom: 60px;
}

/* ============================== Home Sect 6 CSS ============================== */


/* ============================== Home Sect 7 CSS ============================== */

.iscw_wrap h5 {
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #5EC58D;
    margin: 0 auto;
    padding: 0;
    background: #ECF9F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.iscw_wrap h4 {
    margin: 22px 0 10px;
    padding: 0;
    color: #5EC58D;
}

.iscw_wrap p {
    font-size: 14px;
    line-height: 21px;
    color: #787878;
    margin: 0;
}

#home-sect7 .vc_row:nth-child(1) {
    padding-bottom: 80px;
}

#home-sect7 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.iscw_wrap .wpb_wrapper {
    text-align: center;
}

.iscw_wrap .wpb_wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    background: #fff;
}

/* ============================== Home Sect 7 CSS ============================== */


/* ============================== Pricing Sect CSS ============================== */

.pricing_card h2 {
    font-size: 39px;
    line-height: 49px;
    font-weight: bold;
    color: #6C6C6C;
    margin: 0;
    padding: 0;
}

.Pricing_Wrapper {
    padding: 43px 20px;
    margin: 40px 0;
    background: white;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #5ec58d;
}

.pricing_card h5 {
    font-size: 15px;
    line-height: normal;
    color: #6C6C6C;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.pricing_card {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.Pricing_Wrapper p {
    font-size: 19px;
    line-height: 27px;
    margin: 0 auto 20px;
    width: 66%;
	color: #787878;
}

a.pricing_btn {
    font-size: 16px;
    padding: 15px 110px;
    margin-top: 10px;
    font-weight: bold;
    color: white;
    background: #5EC58D;
    border-radius: 3px;
    transition: all linear 0.3s;
    display: inline-block;
    text-decoration: none;
}

a.pricing_btn:hover {
    transform: translate(0px, -10px);
}

#Ballpark_Sect {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ============================== Pricing Sect CSS ============================== */

/* ============================== Home Sect 8 CSS ============================== */

.serrvingarea_wrapper ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    list-style: none;
    gap: 8px;
}

.serrvingarea_wrapper ul li {
    font-size: 18px;
    padding: 10px 20px;
    margin: 0px 0px 24px 0px !important;
    line-height: normal;
    color: #000000;
    transition: all linear 0.3s;
    background: #F2F7FF;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    justify-content: center;
    height: auto;
    width: 100%;
	border: 1px solid transparent;
}

.serrvingarea_wrapper ul li:hover {
    transform: scale(1.1);
	border-color: #56A6FB;
}

.serrvingarea_wrapper ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #294E83;
}

/* .serrvingarea_wrapper ul li::marker {
    color: #D9D9D9;
	transition: all linear 0.3s;
}

.serrvingarea_wrapper ul li:hover {
    color: #294E83;
    cursor: pointer;
}

.serrvingarea_wrapper ul li:hover::marker {
    color: #294E83;
} */

.serrvingarea_wrapper p {
/*     max-width: 690px; */
    margin: 20px 0 30px;
}

.serrvingarea_wrapper p:nth-child(1) {
    margin: 5px 0 0;
}

#home-sect8 h1 {
    width: 100%;
}

#home-sect8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ============================== Home Sect 8 CSS ============================== */


/* ============================== Emergency_Sect CSS ============================== */

.Emergency_Sect h1 {
    color: #294E83 !important;
}

.Emergency_Sect p {
    max-width: 585px !important;
    color: black !important;
    padding: 0 !important;
}

.Emergency_Sect .vc_row {
    border: 1px solid #359BD3;
}

/* .Emergency_Sect {
    padding-top: 0 !important;
} */

/* ============================== Emergency_Sect CSS ============================== */


/* ============================== Faq Sect CSS ============================== */

.faq-item .vc_toggle_title h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 0 20px;
    margin: 0;
    color: #000;
    font-family: 'Lato';
    font-weight: bold;
}

.faq-item .vc_toggle_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-item .vc_toggle_content {
    margin: 10px 0 0;
    padding: 0;
}

.faq-item {
    margin-bottom: 22px !important;
    padding: 12px 0;
    border: unset;
    border-bottom: 1px solid #C6C6C6;
    border-radius: 8px;
    transition: all linear 0.3s;
    background: transparent;
}

.faq-item .vc_toggle_content p {
	padding-left: 20px;
    color: #787878;
}

.faq-item .vc_toggle_title .vc_toggle_icon {
    margin: 0px 20px 0 0px;
}

.faq-item:hover {
    /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); */
    background: #071536;
}

/* .faq-item.vc_toggle_active {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
} */

.faq-item:hover h4, .faq-item:hover p {
/*     text-decoration: underline; */
    color: #fff;
}

/* .faq-item.vc_toggle_active h4 {
    text-decoration: underline;
    color: #294E83;
} */

.faq-hidden {
  display: none !important;
}

#FAQ_Sect .vc_row:nth-child(1) {
    padding-bottom: 40px;
}

#FAQ_Sect {
    padding-bottom: 0;
}

/* ============================== Faq Sect CSS ============================== */


#home-sect9 .vc_col-sm-7 {
    padding-left: 20px;
}

#home-sect9 h1 {
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 18px;
}

.Team_details_wrap ul {
    /* list-style: none; */
    padding: 0 0 0 17px;
}


/* .Team_details_wrap ul li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    left: 0;
} */

.Team_details_wrap ul li {
    padding: 0 0 15px;
    margin: 0;
    color: #787878;
/*     z-index: -1; */
}

.Team_details_wrap p b {
    color: #787878;
}

/* .Team_details_wrap ul li:nth-child(1)::before {
    background: url(/wp-content/uploads/2026/01/Framelist1.png);
}

.Team_details_wrap ul li:nth-child(2)::before {
    background: url(/wp-content/uploads/2026/01/Framelist2.png);
}

.Team_details_wrap ul li:nth-child(3)::before {
    background: url(/wp-content/uploads/2026/01/Framelist3.png);
} */

#Cstm-Btn3 a {
    font-size: 16px;
    padding: 14px 40px;
    color: #294E83;
    background: #00000000;
    border-radius: 4.12px;
    border: 1px solid #294E83;
    transition: all linear 0.3s;
    font-weight: bold;
}

#Cstm-Btn3 a:hover {
    background: #294e83;
    color: white;
	transform: translate(0px, -10px);
}

#home-sect9 #Cstm-Btn {
    padding: 15px 0 20px;
}

#home-sect9 #Cstm-Btn:hover {
    transform: translate(0px, -10px);
}

#home-sect9 #Cstm-Btn {
    transition: all linear  0.3s;
}

#home-sect9 {
    padding-top: 70px;
    padding-bottom: 0;
}

#foryears_wrsprow h4 {
    font-size: 30px;
    color: #00458A;
}

#foryears_wrsprow p {
    font-size: 14px;
    line-height: normal;
    color: #737373;
    font-family: 'Inter';
}

#foryears_wrsprow .vc_col-sm-3:nth-child(2) h4 {
    color: #00A85D;
}

#foryears_wrsprow .vc_col-sm-3:nth-child(3) h4 {
    color: #32C5F5;
}

#foryears_wrsprow {
    padding-top: 65px;
}

#foryears_wrsprow .wpb_text_column .wpb_wrapper {
    transition: all 0.4s;
}

#foryears_wrsprow .wpb_text_column .wpb_wrapper:hover {
    transform: scale(1.1);
}

.twobtnwrap {
    margin: 40px 0 0 0;
    gap: 40px;
    display: flex;
    align-items: center;
}

.twobtnwrap #Cstm-Btn3 a {
    padding: 17px 40px;
}

.twobtnwrap #Cstm-Btn {
    padding: 0 !important;
}

.twobtnwrap a {
    text-decoration: none;
}


/* ============================== Footer CSS ============================== */

#footer-widget {
    padding-top: 230px;
    padding-bottom: 20px;
    background: #001C42 !important;
    position: relative;
}

#footer-widget section {
    margin: 0;
}

#footer-widget .site-info {
    text-align: left;
}

#footer-widget h3 {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
}

#footer-widget .nav-link {
    font-size: 16px;
    padding: 0 0 12px;
    color: #ffffff;
    transition: all linear 0.3s;
    width: fit-content !important;
}

#footer-widget .nav-link:hover {
    background: transparent !important;
}

#footer-widget a:focus {
    background-color: #00000000;
    text-decoration: none;
}

#footer-widget #menu-business-hours i {
    margin-right: 10px;
    color: #5EC58D;
}

#footer-widget #menu-footer-menu-1 i {
    margin-right: 15px;
    color: #ffffff;
}

#footer-widget #menu-footer-menu-1 #menu-item-173 a {
    text-decoration: none;
}

#footer-widget #menu-footer-menu-1 {
    padding-top: 20px;
}

#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
    justify-content: right;
}

#footer-widget #menu-social-links a {
    font-size: 14px;
    padding: 9px 23px;
    background: #294E83;
    border-radius: 50px;
    color: white;
}

#footer-widget #menu-social-links a i {
    margin-right: 5px;
}

#footer-widget #menu-social-links a:hover {
    background: #294e83 !important;
    color: white;
}

.site-info, .site-info a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	text-align: center;
}

.row.footer_btm {
    padding-top: 45px;
    align-items: center;
}

#footer-widget::before {
    content: '';
    position: absolute;
    background: #334968;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 95px;
}

section#media_image-2 img {
    max-width: 230px !important;
}

footer#colophon {
    display: none;
}

/* ============================== Footer CSS ============================== */


/* ============================== Contact Form Popop CSS ============================== */

.cf7-popup-overlay {
  position: fixed;
  inset: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgb(0 0 0 / 66%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cf7-popup-box {
    max-width: 545px;
    margin: 50px auto 0;
    padding: 30px 45px;
    border-radius: 14px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(to right, #E2F3EC, #E7F6FA);
}

.cf7-popup-box h2 {
  font-size: 54px;
  color: #294E83;
  margin: 0;
  line-height: normal;
  padding: 0;
  font-weight: bold;
}

.cf7-popup-box p {
  font-size: 21px;
  line-height: 32px;
  margin: 25px 0 40px;
  color: black;
}

.cf7-popup-box .cf7-btn {
  display: inline-block;
  background: #359BD3;
  color: #fff;
  padding: 16px 28px;
  font-size: 22px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}

.cf7-popup-box .cf7-section {
  text-align: left;
}

.cf7-popup-box .cf7-bonus {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cf7-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cf7-reviews .stars {
  font-size: 22px;
  color: #FECE63;
  margin: 0;
}

.cf7-close {
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 35px;
    color: #294e83;
    cursor: pointer;
    font-weight: bold;
}

.cf7-popup-box .cf7-section h4 {
    font-size: 23px;
    margin: 40px 0 25px;
    line-height: normal;
}

.cf7-popup-box .cf7-bonus span {
    width: 54px;
    height: 54px;
    background: #DFEBFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.cf7-popup-box .cf7-bonus span img {
    width: 27px !important;
    height: 27px !important;
}

.cf7-popup-box .cf7-bonus strong {
    font-size: 17px;
    color: #787878;
    font-weight: bold !important;
    font-family: 'Inter';
}

.cf7-popup-box .cf7-bonus small {
    font-size: 14px;
    color: #787878;
}

.cf7-popup-box hr {
    margin: 34px 0;
    border-color: black;
}

.cf7-popup-box .cf7-sectionbtm {
    text-align: left;
}

.cf7-popup-box .cf7-sectionbtm h4 {
    margin: 0;
}

.cf7-reviews span {
    font-size: 23px;
    font-weight: bold;
    color: black;
    margin-left: 18px;
}

.cf7-popup-box .cf7-section a {
    text-decoration: none;
}

.cf7-reviews div {
    display: flex;
    align-items: center;
}

/* ============================== Contact Form Popop CSS ============================== */



.iscw_wrap .wpb_wrapper {
    padding: 20px 10px;
    border-radius: 20px;
    transition: all linear 0.3s !important;
}

/* .iscw_wrap .wpb_wrapper:hover {
    background: #f2f7ff;
    transform: scale(1.05) !important;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
} */

.image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
}

.image_hover .vc_single_image-wrapper img:hover {
    transform: scale(1.1);
}

.Team_details_wrap p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Inter';
}

.Team_details_wrap p strong {
    font-size: 16px;
    color: #333333;
    font-family: 'Inter';
}

.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 15px 0 32px;
}

.team-promisewrap p {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Inter';
	color: #737373;
}

.team-promisewrap p::before {
    content: "\f3ed";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00A85D;
    position: absolute;
    left: 0%;
    top: 2px;
	font-size: 16px;
}

.team-promisewrap p:nth-child(2)::before {
    content: "\f505";
}

.team-promisewrap p:nth-child(3)::before {
    content: "\f559";
}

.team-promisewrap p:nth-child(4)::before {
    content: "\f00c";
}

.otp_wrapper .wpb_wrapper h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}

.otp_wrapper .wpb_wrapper p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter';
    margin: 0;
}

.otp_wrapper .wpb_wrapper ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.otp_wrapper .wpb_wrapper ul li {
    padding: 0 0 0 22px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 600;
    position: relative;
}

.otp_wrapper .wpb_wrapper ul li:nth-child(1) {
    color: #00A85D;
}

.otp_wrapper .wpb_wrapper ul li:nth-child(2) {
    color: #00458A;
}

.otp_wrapper .wpb_wrapper ul li:nth-child(1)::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/SSSVG1.png) no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1.5px;
}

.otp_wrapper .wpb_wrapper ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/SSSVG2.png) no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1.5px;
}

.otp_wrapper .wpb_wrapper {
    padding: 25px;
    background: linear-gradient(to right, #e5f4f091, #e6edf3c9);
    border: 1px solid #B8E6D2;
    border-radius: 16px;
}



#CleanEra_sect .iscw_wrap .wpb_wrapper i, #satisfaction_sect .iscw_wrap i {
    color: #294E83;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #d7ebf6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
}

#CleanEra_sect .vc_row:nth-child(1) {
    padding-bottom: 30px;
}

#CleanEra_sect {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* ============================== CleanEravs_sect CSS ============================== */

.cleanera_list {
    padding: 40px 40px;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 5%) 0px 8px 24px;
    border-radius: 12px;
    border: 1px solid #294E83;
}

.cleanera_list ul {
    padding: 15px 0 0 20px;
    margin: 0;
}

.cleanera_list ul li {
    margin: 0 0 10px;
}

.cleanera_list ul li:last-child {
    margin: 0;
}

#CleanEravs_sect .vc_col-sm-6:nth-child(2) .cleanera_list ul li {
    color: #787878;
}

#CleanEravs_sect .vc_col-sm-6:nth-child(2) .cleanera_list {
    background: transparent;
}

#CleanEravs_sect .vc_row:nth-child(3) .wpb_text_column {
    padding-top: 40px;
    padding-bottom: 30px;
}

#satisfaction_sect {
    padding-top: 120px;
}

.Guarantee_list {
    padding: 40px 30px;
    margin: 20px 0 40px;
    background: #F2F7FF;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Guarantee_list ul {
    padding: 10px 0 0 20px;
    margin: 0;
}

.Guarantee_list ul li {
    margin: 0 0 10px;
    color: #787878;
}

.home-sect4sopy .wpb_text_column p {
    max-width: 585px !important;
}

/* ============================== CleanEravs_sect CSS ============================== */


/* ============================== Contact Us Section CSS ============================== */

#Contact_us_sect .vc_row .vc_col-sm-8 {
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 30px;
}

#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Lato';
    color: #294E83;
}

#Contact_us_sect .vc_row .vc_col-sm-8 h1 em {
    font-style: normal;
    color: black;
}

#Contact_us_sect .vc_row .vc_col-sm-8 .wpb_text_column p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.contactpageform br {
    display: none;
}

.contactpageform p {
    margin: 0;
}

.contactpageform .form_head {
    margin: 20px 0;
    font-size: 16px;
    line-height: normal;
    color: #0C3750;
    font-weight: 500;
}

.contactpageform .form_head .wpcf7-list-item {
    margin: 0 0 0 55px;
}

.contactpageform .form_head .wpcf7-list-item span {
    font-size: 15px;
    color: #0C3750;
}

.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
    margin: 0 0 30px 0;
    padding: 10px 20px;
    font-size: 14px;
    background: transparent;
    color: #0C3750;
    border: unset;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    height: auto;
    font-family: 'Lato';
    font-weight: 500;
}

.contactpageform .form-control:focus {
    color: #0C3750;
    background-color: transparent;
    border-color: #CCCCCC;
    outline: 0;
    box-shadow: none;
}

.contactpageform .wpcf7-textarea {
    margin: 0 0 10px 0;
    height: 160px;
}

.contactpageform .wpcf7-text::placeholder, .contactpageform .wpcf7-textarea::placeholder {
    color: #0C3750;
    font-family: 'Lato';
}

.contactpageform .codedropz-upload-handler {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border: unset;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    position: relative;
}

.contactpageform .codedropz-upload-handler .codedropz-upload-container {
    padding: 0;
    position: relative;
}

.contactpageform .codedropz-upload-handler h3, .contactpageform .codedropz-upload-handler span {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: normal;
}

.contactpageform .codedropz-upload-handler a {
    font-size: 14px;
    line-height: normal;
    color: #0070DD;
    text-decoration: underline !important;
}

.contactpageform .codedropz-upload-handler::before {
    content: 'Attach Several Pictures of the Space';
    font-size: 13px;
    color: #0C3750;
}

.contactpageform .codedropz-upload-handler .codedropz-upload-container::before {
    content: 'Up to 10 pictures (*.JPG) / 2 MB each';
    font-size: 10px;
    color: #0C3750;
    position: relative;
    top: -10px;
}

.contactpageform .wpcf7-submit {
    font-size: 16px;
    padding: 10px 100px;
    font-weight: bold;
    font-family: 'Lato';
    background: #359BD3;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.contactpageform .wpcf7-submit:hover {
    background: #294e83;
    /* padding: 10px 100px;
    font-size: 18px; */
}

.contactpageform .wpcf7-spinner {
    position: absolute;
    right: 0;
}

.contact_detailswrap h4 {
    font-size: 23px;
    line-height: 27px;
    margin: 0;
    font-weight: bold;
}

.contact_detailswrap p {
    margin: 40px 0;
    font-size: 16px;
    line-height: 26px;
}

.contact_detailswrap {
    padding: 23px 20px;
    margin: 0px 0 0 15px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.contact_detailswrap2 {
    margin-top: 30px;
}

.contact_detailswrap ul li {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: normal;
}

.contact_detailswrap ul {
    padding: 25px 0 25px 18px;
    margin: 0;
}

.contact_detailswrap .preferemail_wrap {
    padding: 10px;
    font-size: 14px;
    background: #298DC4;
    color: #fff;
    border-radius: 10px;
    margin: 0;
}

.contact_detailswrap .preferemail_wrap a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.contact_detailswrap:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.contact_detailswrap2:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

#Contact_us_sect {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* ============================== Contact Us Section CSS ============================== */


/* ============================== Last Section CSS ============================== */

#lastrequest_sect h1 {
    padding: 0 0 50px;
    font-size: 35px;
    line-height: 40px;
}

.tailored-circle {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #ffffff; /* Pink center */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px auto;
    position: relative;
    transition: all linear 0.3s;
}

/* Outer gradient ring */
.tailored-circle::before {
    content: "";
    position: absolute;
    inset: -18px; /* Ring thickness */
    border-radius: 50%;
    background: linear-gradient(190deg, #52C58D, #359BD3);
    z-index: -1;
    transition: all linear 0.3s;
}

/* White gap ring */
.tailored-circle::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: #ffffff;
    z-index: -1;
    transition: all linear 0.3s;
}

.tailored-circle a {
    font-size: 27px;
    font-weight: bold;
    color: #071536; /* Dark navy text */
    text-decoration: none;
    line-height: normal;
    transition: all linear 0.3s;
}

.tailored-circle:hover {
    background: #359bd3;
}

.tailored-circle:hover a {
    color: white;
}

.tailored-circle:hover::before {
    background: linear-gradient(190deg, #ffffff, #ffffff);
}

.tailored-circle:hover::after {
    background: white;
}

#lastrequest_sect {
    margin-bottom: -180px;
    padding-bottom: 20px;
    z-index: 99;
}

/* ============================== Last Section CSS ============================== */


/* ============================== Home Page CSS ============================== */

.home_banner {
    padding-top: 100px !important;
    padding-bottom: 350px !important;
}

.exclusivebenefits_sect .vc_row:nth-child(1) {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 100px;
    background: #ffffff;
    border: 1px solid #D0D0D0;
    border-radius: 50px;
}

.exclusivebenefits_sect {
    padding-bottom: 120px !important;
    margin-top: -260px;
    padding-top: 0 !important;
}

.exclusivebenefits_sect .signup_wrap p {
    background: #294E83;
}

.exclusivebenefits_sect .exclusivebenefits_inoform img {
    filter: brightness(10);
}

.exclusivebenefits_sect .exclusivebenefits_inoform  .exclusivebenefits_profile {
    background: #294E83;
}

.exclusivebenefits_sect .exclusivebenefits-data h2 {
    color: #294E83;
}

.exclusivebenefits_sect .exclusivebenefits-data p {
    color: #787878 !important;
    font-weight: 500;
}

.exclusivebenefits_sect .exclusivebenefitsColClass {
    position: relative;
}

.exclusivebenefits_sect .exclusivebenefitsColClass::before {
    content: '';
    position: absolute;
    background: #D2D2D2;
    height: 122px;
    width: 1px;
    right: 0;
    top: 50px;
}

.exclusivebenefits_sect .exclusivebenefitsColClass:nth-child(3)::before {
    display: none;
}

.exclusivebenefits_sect .exclusivebenefitsswrapper {
    padding-top: 20px;
}

.CstmBtn2 a {
    background: #071536 !important;
    color: white !important;
    border: 1px solid #071536 !important;
}

.CstmBtn2 a:hover {
    box-shadow: rgb(7 21 54 / 16%) 10px 16px 10px !important;
}

.homesect2 #fivelogo_innerrow .wpb_single_image {
    background: white;
}

#trustedreviews_carousel {
    padding-top: 30px;
}

.trustedreviewsMain {
    padding: 35px 20px;
    height: 280px;
    background: #F8FFFB;
    border: 1px solid #D0D0D0;
    border-radius: 30px;
}

.trustedreviewsstar i {
    color: #FF9500;
}

.trustedreviewsMain p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.trustedreviewsstar {
    margin: 0 0 10px;
}

h2.trustedreviewsServiceHead {
    padding: 15px 0 0;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.trustedreviews_btm p {
    font-size: 12px;
    line-height: normal;
    color: #505050;
}

.trustedreviewsMain p br {
    display: none;
}

#trustedreviews_carousel .owl-nav {
    gap: 88px;
    padding-top: 65px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#trustedreviews_carousel .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: #CEDCE3;
    color: white;
    transition: all 0.3s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#trustedreviews_carousel .owl-nav button:hover {
    background: #53719B;
}

#trustedreviews_carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #E9F9F0;
    border-radius: 30px;
}

#trustedreviews_carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: -20px auto 0;
}

#trustedreviews_carousel .owl-dot.active {
    background: #53719B !important;
}

.homesect2 .four_content_wrapper .wpb_wrapper {
    margin: 75px 0 30px !important;
    position: relative;
}

.homesect2 .four_content_wrapper .wpb_wrapper::before {
    content: '';
    position: absolute;
    background: #D2D2D2;
    height: 122px;
    width: 1px;
    right: 0;
}

.homesect2 {
    padding-bottom: 90px;
}

#four_content_wrapperag .wpb_wrapper::before {
    display: none;
}

.whychooseusColClass .Comprehensive_inform {
    padding: 40px 20px;
    text-align: left;
    transition: all 0.5s;
    /* height: 100%; */
}

.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 25px;
    line-height: normal;
}

.whychooseusColClass .Comprehensive_inform p {
    line-height: 26px;
}

#wcuhome_sect .vc_row:nth-child(1) .wpb_text_column p {
    padding: 0 0 50px;
    max-width: 843px;
    margin: 0 auto;
}

.whychooseusColClass .Comprehensive_inform .Comprehensive_profile {
    position: relative;
    left: 14px;
}

.whychooseusColClass .Comprehensive_inform:hover {
    transform: scale(1.08);
}

.whychooseusColClass .Comprehensive_inform:hover .Comprehensive_profile {
    left: -10px;
}

#wcuhome_sect {
    padding-top: 100px;
    padding-bottom: 50px;
}

.facilitiesserved-data h4 {
    padding: 23px 0 8px;
    font-size: 18px;
    line-height: 25px;
    color: black;
    margin: 0;
}

.facilitiesserved_inform {
    height: 245px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    background: white;
    border-radius: 19.75px;
    padding: 0 20px 0 30px;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 0;
    transition: all 0.8s;
}

.facilitiesserved_inform .facilitiesserved_profile {
    transition: all 0.3s;
    position: relative;
    left: 0;
}

.facilitiesserved_inform:hover p {
    opacity: 1;
}

.facilitiesserved_inform:hover .facilitiesserved_profile {
    left: -12px;
}

.facilitiesserved_inform:hover {
    transform: scale(1.1);
}

.facilitiesserved_inform1:hover, .facilitiesserved_inform3:hover {
    background-image: linear-gradient(to right, #fff, #E5F6FF);
    border-color: #294E83;
}

.facilitiesserved_inform2:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.facilitiesserved_inform4:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

#facilitiesserved_sect {
    padding-top: 60px;
    padding-bottom: 60px;
}

#satisfactionguarantee_sect .vc_row {
    padding: 40px 0;
    background-image: linear-gradient(to right, #E2F3EC, #E7F6FA);
    border-radius: 20px;
}

#satisfactionguarantee_sect .vc_row h1 {
    padding: 25px 0 10px;
    font-size: 35px;
    line-height: 45px;
}

#satisfactionguarantee_sect .vc_row p {
    color: #535353;
}

#satisfactionguarantee_sect, #CustomCleaningQuote_sect, #understandconcerns_sectt, #gsie_secthome {
    padding-top: 90px;
    padding-bottom: 90px;
}

#CustomCleaningQuote_sect h1 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

#CustomCleaningQuote_sect p {
    font-size: 16px;
    color: white;
    line-height: 26px;
}

#CustomCleaningQuote_sect #Cstm-Btn {
    padding-top: 45px;
}

.CstmBtn3 a {
    font-size: 16px !important;
    padding: 12px 100px !important;
}

.CstmBtn3 a:hover {
    padding: 12px 50px !important;
    background: #294E83 !important;
    border-color: #294E83 !important;
    box-shadow: none !important;
}

.sixtext_fieldwrap {
    height: 160px;
    padding: 20px;
    margin: 18px 0 0;
    transition: all 0.4s;
    border: 1px solid #fff;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.sixtext_fieldwrap h4 {
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0;
    color: black;
}

.sixtext_fieldwrap p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.sixtext_fieldwrap div {
    gap: 25px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.sixtext_fieldwrap1:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.sixtext_fieldwrap2:hover {
    background-image: linear-gradient(to right, #fff, #E5F6FF);
    border-color: #294E83;
}

.sixtext_fieldwrap3:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

#understandconcerns_sectt h1 {
    padding: 0;
}

#gsie_secthome .vc_row:nth-child(1) .wpb_text_column p {
    padding: 0 0 40px;
    max-width: 500px;
    margin: 0 auto;
}

#gsie_secthome .gsiefor_innrrow {
    max-width: 1066px;
    margin: 0 auto 75px;
    position: relative;
}

.gsiefor_wrap {
    padding: 0;
    margin: 0;
    text-align: center;
    transition: all 0.4s;
}

.gsiefor_wrap h4 {
    width: 100px;
    height: 100px;
    font-size: 40px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    transition: all 0.3s;
}

.gsiefor_wrap h4::before {
    content: '';
    position: absolute;
    background: #00000000;
    width: 120px;
    height: 120px;
    z-index: -1;
    border-radius: 50%;
    border: 3px solid #E0E0E0;
    transition: all 0.3s;
}

.gsiefor_wrap h5 {
    margin: 38px 0 4px;
    font-size: 18px;
    padding: 0;
    color: #071536;
    font-weight: bold;
}

.gsiefor_wrap p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}

.gsiefor_wrap2 h4 {
    background: #071536;
}

.gsiefor_wrap3 h4 {
    background: #294E83;
}

.gsiefor_wrap4 h4 {
    background: #359BD3;
}

.gsiefor_wrap:hover {
    transform: scale(1.1);
}

.gsiefor_innrrow .vc_col-sm-3 {
    position: relative;
}

.gsiefor_innrrow .vc_col-sm-3::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/Group-28.png) no-repeat;
    width: 188px;
    height: 30px;
    background-size: cover;
    right: -35%;
    top: 40px;
}

.gsiefor_innrrow .vc_col-sm-3:nth-child(4)::before {
    display: none;
}

.Pricing_Wrapperinnr .pricing_btn {
    background: #071536;
}

.ballpark_secthome .vc_row:nth-child(1) p {
    max-width: 670px;
    margin: 0 auto;
}

.balkparklogo2 {
    max-width: 250px;
    margin: 0 auto;
}

.homesectinner9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.newsarticles_info {
    margin: 50px 0 0;
    padding: 0;
    transition: all 0.4s;
    border: 1px solid #E9E9E9;
    background: white;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.newsarticles-data h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    color: #0C3750;
    font-weight: 500;
    width: 100%;
}

.newsarticle_content {
    height: 48px;
    margin: 0 0 18px;
    overflow: hidden;
}

.newsarticles-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 25px;
    color: #0C3750;
    width: 88%;
}

.newsarticles-data {
    padding: 27px;
    margin: -1px 0 0;
}

.newsarticles-data h6 {
    font-size: 18px;
    line-height: 28px;
    color: #8D8D90;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.newsarticles-data a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter';
    color: #279E64;
}

.newsarticles-data a i {
    margin-left: 5px;
}

.newsarticles_info:hover {
    transform: scale(1.05);
}

.single-newsarticles #primary {
    padding-top: 60px;
    padding-bottom: 50px;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-newsarticles h1.entry-title {
    margin: 20px 0 12px !important;
    font-size: 30px;
    line-height: 40px;
}

.single-newsarticles .navigation.post-navigation a {
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 5px;
    background: #001c42;
    border: unset;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.single-newsarticles .navigation.post-navigation a:hover {
    transform: translate(0px, -6px);
}

.single-newsarticles header#masthead {
	border: 1px solid #001c4226;
}

#LatestNewsArticles_sect {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ============================== Home Page CSS ============================== */


/* ============================== Responsive CSS ============================== */

@media only screen and (max-width: 1199px){
/* Landing Page */
/* .page-id-17 .navbar-toggler { display: none; } */
}


@media screen and (min-width: 384px) and (max-width: 767px) {
#footer-widget::before { bottom: 132px !important; }
}

@media screen and (min-width: 409px) and (max-width: 767px) {
#footer-widget::before { bottom: 110px !important; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
/* Landing Page */
.navbar-brand img { max-width: 170px; }
.numemail_wrap a { font-size: 15px; }
.numemail_wrap div { flex-wrap: wrap; gap: 8px; margin: 10px 0 20px; }
.quote-btn a { font-size: 15px; padding: 8px 20px; }
#masthead .topheader { flex-direction: column; }
header#masthead { padding: 12px 0 15px; }
.herobanner-topdetails a { font-size: 14px; padding: 4px 10px; }
.herobanner-topdetails { gap: 15px; padding: 0 0 12px; }
.hero-title h1 { font-size: 28px; line-height: 40px; max-width: 100%; }
.hero-title p { font-size: 18px; line-height: 30px; margin: 10px 0 0; }
.OMR_wrapper { padding: 10px 0 20px; justify-content: left; }
.OMR_wrapper a { font-size: 15px; padding-bottom: 8px; }
#Cstm-Btn a, #Cstm-Btn1 a, #Cstm-Btn2 a { font-size: 16px; padding: 10px 30px; }
#Hero-Banner #Cstm-Btn { padding: 0 0 15px; text-align: center; } 
#Hero-Banner #Cstm-Btn1 { text-align: center; }
#Hero-Banner { padding-top: 45px; padding-bottom: 45px; }
#home-sect1 .vc_row:nth-child(1) h1 { padding: 14px 0 8px; }
h1 { font-size: 28px; line-height: 38px; }
h4 { font-size: 22px; }
p, li { font-size: 16px; line-height: 25px; }
.exclusivebenefits_profile { width: 50px; height: 50px; }
.exclusivebenefits-data h2 { padding: 18px 0 10px; }
.exclusivebenefits_inoform { padding: 25px 20px; }
.exclusivebenefitsColClass { margin-bottom: 25px; }
#home-sect1 .vc_row:nth-child(2) { padding-top: 20px; }
#home-sect1 { padding-top: 40px; padding-bottom: 40px; }
.four_content_wrapper .wpb_wrapper { padding: 20px; margin-bottom: 20px !important; }
.four_content_wrapper .wpb_wrapper h3 { font-size: 28px; padding: 15px 0 6px; }
/* #home-sect2 .vc_row:nth-child(2) p { font-size: 20px; } */
#testimonial_carousel .owl-stage-outer { padding-top: 15px; }
.testright i { font-size: 18px; }
.testright { padding-bottom: 12px; }
.testimonial_btm .ServiceHead { font-size: 22px; padding: 0 0 6px; }
.testimonial_btm p { font-size: 17px; }
.testimonial_btm { padding-top: 15px; }
.TestimonialMain { padding: 24px; max-width: 100%; }
#testimonial_carousel .owl-nav { gap: 20px; padding: 18px 0 0; }
#testimonial_carousel .owl-nav button { width: 40px; height: 40px; font-size: 18px; }
#testimonial_sect { padding-bottom: 40px; }
#home-sect2 { padding-top: 40px; }
#home-sect3 .vc_row:nth-child(2) { padding-top: 25px; }
.Comprehensive_inform { padding: 25px; margin-bottom: 20px; }
#home-sect3 { padding-top: 40px; padding-bottom: 15px; }
#home-sect4 .vc_row .wpb_single_image img { width: 80px; }
#home-sect4 h1 { padding: 15px 0 10px; }
#home-sect4 .wpb_text_column p { padding: 0 0 15px; }
#home-sect4 .vc_row h1 { font-size: 27px; line-height: 36px; }
#home-sect4 .vc_row { padding-top: 35px; padding-bottom: 35px; border-radius: 15px; }
#home-sect4 { padding-top: 40px; padding-bottom: 30px; }
#home-sect5, #home-sect8, #FAQ_Sect { padding-top: 40px; padding-bottom: 40px; }
.freequote_wrap h4 { font-size: 20px; line-height: 30px; margin: 15px 0 3px; }
.preemail_wrap p { margin-top: 15px; margin-bottom: 25px !important; }
.contact-form .wpcf7-form-control { padding: 10px 8px 10px 30px; font-size: 15px; }
.cf7-col::before, .cf7-col-full::before { left: 25px; top: 40%; font-size: 13px; }
.contact-form .wpcf7-submit { padding: 8px; margin: 8px auto 0; width: 220px; }
p.submitcheck_wrap { margin: 6px auto 0; }
.contact-form { padding: 25px 16px; }
#home-sect6 { padding-top: 35px; padding-bottom: 30px; }
.concerns-data h4 { margin: 0 0 10px; }
.concerns_inform { padding: 30px 20px; }
#home-sect7 { padding-top: 40px; padding-bottom: 20px; }
.iscw_wrap h4 { margin: 14px 0 8px; }
.iscw_wrap { padding-bottom: 25px; }
#Ballpark_Sect { padding-top: 40px; padding-bottom: 40px; }
.pricing_card h2 { font-size: 24px; line-height: 34px; }
.Pricing_Wrapper { padding: 22px 15px; margin: 20px 0; }
.Pricing_Wrapper p { font-size: 16px; line-height: 25px; margin: 0 auto 8px; width: 100%; }
.pricing_card { margin-bottom: 10px; }
a.pricing_btn { font-size: 16px; padding: 10px 35px; }
#home-sect9 { padding-top: 40px; padding-bottom: 40px; }
#home-sect9 .vc_col-sm-7 { padding-left: 0; padding-top: 20px; }
#home-sect9 h1 br { display: none; } 
#home-sect9 h1 { padding: 0 0 10px; font-size: 26px; line-height: 36px; }
.Team_details_wrap ul li { padding: 0 0 10px; }
.twobtnwrap { margin: 25px 0 0 0; gap: 30px; flex-wrap: wrap; }
.twobtnwrap #Cstm-Btn3 a { padding: 10px 25px; }
#FAQ_Sect .vc_row:nth-child(1) { padding-bottom: 22px; }
.faq-item .vc_toggle_title h4 { font-size: 17px; line-height: 25px; padding: 0 0 0 10px; }
.faq-item { margin-bottom: 15px !important; border-radius: 6px; padding: 15px 0; }
.faq-item .vc_toggle_title .vc_toggle_icon { margin: 0px 8px 0 0px; }
.faq-item .vc_toggle_content p { padding-left: 10px; }
#Cstm-Btn4 a { font-size: 16px; padding: 10px 30px; }
#FAQ_Sect #Cstm-Btn4 { padding-top: 14px; }
#home-sect8 h1 { width: 100%; }
.serrvingarea_wrapper p { max-width: 100%; margin: 5px 0 15px; }
.serrvingarea_wrapper ul li { font-size: 16px; margin: 0px 0px 15px 0px; }
.serrvingarea_wrapper ul { grid-template-columns: 50% 50%; }
#footer-widget #menu-footer-menu-1 { padding-top: 18px; padding-bottom: 18px; }
#footer-widget .nav-link { font-size: 15px; padding: 0 0 8px; }
#footer-widget #nav_menu-4 { padding: 18px 0; }
#footer-widget h3 { margin: 0 0 12px; }
.row.footer_btm { padding-top: 20px; }
#footer-widget #menu-social-links a { padding: 6px 20px; }
#footer-widget #menu-social-links { padding-top: 15px; gap: 8px; }
.site-info, .site-info a { text-align: center; }
#footer-widget { padding-top: 30px; padding-bottom: 18px; }
#footer-widget::before { bottom: 175px; }
.team-promisewrap { column-count: 1; }
#home-sect5, #home-sect8, #FAQ_Sect, #CleanEravs_sect { padding-top: 40px; padding-bottom: 40px; }
#CleanEravs_sect .cleanera_list { margin-bottom: 28px !important; padding: 20px; }
#satisfaction_sect { padding-top: 40px; }
#CleanEravs_sect .vc_row:nth-child(3) .wpb_text_column { padding-top: 0px; padding-bottom: 18px; }
.Guarantee_list { padding: 20px 18px; margin: 0px 0 30px !important; }
.Guarantee_list ul { padding: 8px 0 0 16px; }
#CleanEra_sect { padding-top: 35px; padding-bottom: 10px; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
/* Landing Page */
.container { max-width: 850px; }
.navbar-brand img { max-width: 150px; }
.numemail_wrap a { font-size: 16px; }
.numemail_wrap a i { margin-right: 7px; }
.numemail_wrap div { gap: 12px; }
.quote-btn a { font-size: 15px; padding: 10px 15px; }
.herobanner-topdetails { gap: 18px; padding: 0 0 18px; }
.hero-title h1 { font-size: 40px; line-height: 52px; }
.hero-title p { font-size: 20px; line-height: 30px; margin: 10px 0 0; }
.OMR_wrapper { padding: 12px 0 25px; }
#Cstm-Btn a, #Cstm-Btn1 a, #Cstm-Btn2 a { font-size: 18px; padding: 10px 30px; }
#Hero-Banner { padding-top: 70px; padding-bottom: 70px; }
#home-sect1 .vc_row:nth-child(1) h1 { padding: 14px 0 8px; }
h1 { font-size: 35px; line-height: 40px; }
.exclusivebenefits_profile { width: 50px; height: 50px; }
.exclusivebenefits-data h2 { font-size: 20px; line-height: 22px; padding: 16px 0 8px; }
.exclusivebenefits_inoform { padding: 25px 18px; }
.exclusivebenefitsColClass { margin-bottom: 35px; }
#home-sect1 { padding-top: 60px; padding-bottom: 60px; }
#home-sect2 { padding-top: 70px; }
/* .four_content_wrapper .wpb_wrapper img { width: 38px; height: 38px; } */
.four_content_wrapper .wpb_wrapper h3 { font-size: 25px; padding: 15px 0 6px; }
.four_content_wrapper .wpb_wrapper { padding: 16px; margin-bottom: 35px !important; }
.TestimonialMain { padding: 40px 20px; }
#testimonial_carousel .owl-stage-outer { padding-top: 30px; }
#testimonial_carousel .owl-nav { gap: 40px; padding: 23px 0 0; }
#testimonial_sect { padding-bottom: 70px; }
#home-sect3 { padding-top: 60px; padding-bottom: 10px; }
#home-sect3 .vc_row:nth-child(2) { padding-top: 30px; }
h4 { font-size: 22px; }
.Comprehensive_inform { padding: 25px 15px; margin-bottom: 30px; }
#home-sect4 .vc_row img { width: 80px; }
#home-sect4 h1 { padding: 18px 0 12px; }
p, li { font-size: 16px; line-height: 25px; }
#home-sect4 .vc_row { padding-top: 55px; padding-bottom: 55px; }
#home-sect4 { padding-top: 70px; padding-bottom: 60px; }
#home-sect5, #home-sect8, #FAQ_Sect { padding-top: 70px; padding-bottom: 70px; }
#home-sect5 .vc_col-sm-7, #home-sect5 .vc_col-sm-5 { width: 50%; }
#home-sect5 h1 { font-size: 30px; line-height: 38px; }
.freequote_wrap h4 { font-size: 20px; line-height: 30px; margin: 12px 0 3px; }
.preemail_wrap p { margin-top: 12px; }
.contact-form { padding: 25px 15px; }
.contact-form .wpcf7-form-control { padding: 12px 8px 12px 25px; }
.cf7-col::before, .cf7-col-full::before { left: 22px; top: 43%; font-size: 14px; }
.contact-form .wpcf7-submit { padding: 10px; margin: 14px auto 0; width: 250px; }
p.submitcheck_wrap { margin: 10px 10px 0; }
#home-sect6 { padding-top: 60px; padding-bottom: 50px; }
.concerns-data h4 { margin: 0 0 12px; }
.concerns_inform { padding: 25px 15px; }
#home-sect7 .vc_row:nth-child(1) { padding-bottom: 35px; }
.iscw_wrap h4 { margin: 16px 0 8px; }
#home-sect7 { padding-top: 60px; padding-bottom: 60px; }
.pricing_card h2 { font-size: 30px; line-height: 40px; }
.Pricing_Wrapper p { font-size: 17px; line-height: 26px; margin: 0 auto 10px; width: 95%; }
a.pricing_btn { padding: 12px 70px; }
.Pricing_Wrapper { padding: 30px 16px; margin: 25px 0; }
#Ballpark_Sect { padding-top: 60px; padding-bottom: 60px; }
#home-sect4 .vc_row { padding-top: 50px; padding-bottom: 50px; }
#home-sect4 { padding-top: 60px; padding-bottom: 50px; }
#home-sect9 { padding-top: 60px; padding-bottom: 60px; }
#home-sect9 .vc_col-sm-5, #home-sect9 .vc_col-sm-7 { width: 100%; }
#home-sect9 .vc_col-sm-7 { padding-left: 0px; padding-top: 20px; }
#home-sect9 .vc_col-sm-7 h1 br { display: none; }
.twobtnwrap #Cstm-Btn3 a { padding: 12px 30px; }
#FAQ_Sect #Cstm-Btn4 { padding-top: 15px; }
#Cstm-Btn4 a { font-size: 18px; padding: 12px 35px; }
#home-sect8 { padding-top: 70px; padding-bottom: 70px; }
#home-sect8 h1 { width: 100%; }
.serrvingarea_wrapper p { margin: 2px 0 12px; }
.serrvingarea_wrapper ul li { font-size: 16px; margin: 0px 0px 15px 0px; }
.serrvingarea_wrapper ul { grid-template-columns: 33% 33% 33%; }
#footer-widget .nav-link { font-size: 15px; padding: 0 0 10px; }
#footer-widget #menu-footer-menu-1 i { margin-right: 6px; }
section#media_image-2 img { max-width: 160px !important; }
#footer-widget h3 { font-size: 18px; margin: 0 0 10px; }
#footer-widget { padding-top: 235px; padding-bottom: 20px; }
.cleanera_list { padding: 25px 20px; }
#home-sect5, #home-sect8, #FAQ_Sect, #CleanEravs_sect { padding-top: 50px; padding-bottom: 50px; }
#satisfaction_sect { padding-top: 50px; }
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
.quote-btn a { padding: 12px 35px; }
.numemail_wrap a { font-size: 17px; }
.hero-title h1 { font-size: 50px; line-height: 62px; }
.hero-title p { font-size: 20px; line-height: 30px; margin: 15px 0 0; }
.OMR_wrapper { padding: 15px 0 35px; }
#Cstm-Btn a, #Cstm-Btn1 a, #Cstm-Btn2 a { font-size: 18px; padding: 12px 35px; }
#Hero-Banner { padding-top: 120px; padding-bottom: 110px; }
#home-sect1 .vc_row:nth-child(1) h1 { padding: 18px 0 12px; }
h1 { font-size: 40px; line-height: 45px; }
h4 { font-size: 23px; }
.exclusivebenefits-data h2 { font-size: 20px; line-height: 20px; padding: 20px 0 8px; }
.exclusivebenefits_profile { width: 55px; height: 55px; }
.exclusivebenefits_inoform { padding: 30px 25px; }
.exclusivebenefitsColClass { margin-bottom: 40px; }
.four_content_wrapper .wpb_wrapper h3 { font-size: 28px; padding: 18px 0 6px; }
.four_content_wrapper .wpb_wrapper { padding: 20px; margin-bottom: 55px !important; }
#home-sect2 { padding-top: 100px; }
#testimonial_carousel .owl-stage-outer { padding-top: 70px; }
.TestimonialMain { padding: 55px 25px; }
#testimonial_carousel .owl-nav { gap: 70px; padding: 30px 0 0; }
/* #testimonial_sect { padding-bottom: 100px; } */
#home-sect3 .vc_row:nth-child(2) { padding-top: 40px; }
.Comprehensive_inform { padding: 40px; margin-bottom: 40px; }
#home-sect4 { padding-top: 80px; padding-bottom: 80px; }
#home-sect5, #home-sect8, #FAQ_Sect { padding-top: 100px; padding-bottom: 100px; }
.contact-form { padding: 25px 18px; }
.contact-form .wpcf7-form-control { padding: 14px 8px 14px 30px; }
.cf7-col::before, .cf7-col-full::before { left: 24px; top: 42%; font-size: 14px; }
.contact-form .wpcf7-submit { padding: 10px; margin: 12px auto 0; width: 270px; }
.freequote_wrap h4 { font-size: 20px; line-height: 30px; margin: 16px 0 4px; }
.concerns-data h4 { margin: 0 0 18px; }
.concerns_inform { padding: 45px 25px; }
#home-sect7 .vc_row:nth-child(1) { padding-bottom: 60px; }
.iscw_wrap h4 { margin: 18px 0 8px; }
.iscw_wrap p br { display: none; }
#home-sect7 { padding-top: 90px; padding-bottom: 100px; }
.pricing_card h2 { font-size: 35px; line-height: 45px; }
.Pricing_Wrapper p { font-size: 18px; line-height: 26px; margin: 0 auto 18px; width: 88%; }
a.pricing_btn { padding: 12px 80px; }
.Pricing_Wrapper { padding: 38px 15px; margin: 32px 0; }
#home-sect9 h1 br { display: none; } 
#home-sect9 h1 { padding: 0 0 12px; font-size: 28px; line-height: 30px; }
#home-sect9 p, #home-sect9 li { font-size: 16px; line-height: 25px; padding: 0 0 10px; margin: 0; }
.twobtnwrap { margin: 22px 0 0 0; }
#Cstm-Btn4 a { font-size: 18px; padding: 12px 35px; }
.serrvingarea_wrapper ul li { margin: 0px 0px 20px 0px; }
.serrvingarea_wrapper ul { grid-template-columns: 25% 25% 25% 25%; }
#footer-widget #nav_menu-3 { display: grid; justify-content: center; }
}


@media screen and (min-width: 1200px) and (max-width: 1410px){
.container { padding: 0 55px; }
}


@media screen and (min-width: 1200px) and (max-width: 1440px){}

/* ============================== Responsive CSS ============================== */


/* ============================== header Menu CSS ============================== */

#masthead .dropdown-menu {
    border-radius: 20px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: unset;
}

#dropdown_services .dropdown-menu {
    padding: 60px 60px 80px;
    min-width: 70rem;
    left: -18pc;
}

#masthead .dropdown-menu h4 {
    font-size: 20px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 12px 20px;
    width: 85%;
    gap: 20px;
    display: flex;
    align-items: center;
    background: #00000000;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.dropdown-item-wrap .dropdown-item {
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
}

.dropdown-item-wrap p {
    font-size: 12px;
    line-height: normal;
    margin: 0;
    color: black;
    transition: all 0.8s;
    opacity: 0;
}

.dropdown-item-wrap:hover p {
    opacity: 1;
}

p.dorpdown_paralast {
    padding: 20px;
    margin: 20px 0 0;
    gap: 30px;
    font-size: 20px;
    max-width: 820px;
    display: flex;
    align-items: center;
    background: #F1F2F7;
    border-radius: 20px;
    color: black;
}

p.dorpdown_paralast i {
    width: 30px;
    height: 30px;
    background: #5EC58D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: white;
}

p.dorpdown_paralast a {
    padding: 12px 35px;
    font-size: 20px;
    border-radius: 3px;
    background: #359BD3;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

li#dropdown_services .col-lg-6:nth-child(1) {
    position: relative;
}

li#dropdown_services .col-lg-6:nth-child(1)::before {
    content: '';
    position: absolute;
    background: #E4E4E4;
    width: 1px;
    height: 450px;
    right: 70px;
}

.dropdown-item-wrap div:nth-child(1) {
    width: 32px;
}

.navbar-nav .nav-link {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

li#dropdown_services .nav-link {
    margin: 0;
}

/* li#dropdown_facilitiesserved .nav-link {
    margin: 0 35px 0 0px;
} */

ul.navbar-nav .nav-item {
    line-height: normal;
}

/* ul.navbar-nav .nav-item:nth-child(2) a {
    margin: 0 0 0 35px;
}

ul.navbar-nav .nav-item:nth-child(4) a {
    margin: 0 0 0 70px;
} */

#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 52rem;
    left: -20pc;
}

#masthead #main-nav {
    padding-top: 35px;
}

.dropdown-item-wrap1:hover {
    background-image: linear-gradient(to right, #fff, #E6FFF2);
    border-color: #5EC58D;
}

.dropdown-item-wrap2:hover {
    background-image: linear-gradient(to right, #fff, #DFEBFF);
    border-color: #359BD3;
}

.dropdown-item-wrap3:hover {
    background-image: linear-gradient(to right, #fff, #E5F6FF);
    border-color: #294E83;
}

#masthead .show a::after {
    border-top: unset;
/*     border-bottom: .3em solid; */
}

/* ============================== header Menu CSS ============================== */


/* ============================== Landing Footer CSS ============================== */

.page-id-376 #footer-widget {
    display: none;
}

#landing_footer {
    padding-top: 270px;
    padding-bottom: 20px;
}

#landing_footer .landinglogo img {
    max-width: 350px;
}

#landing_footer .nav-link {
    font-size: 20px;
    padding: 0;
    color: #ffffff;
    transition: all linear 0.3s;
    width: fit-content !important;
}

#landing_footer .nav-link:hover {
    background: transparent !important;
}

#landing_footer a:focus {
    background-color: #00000000;
    text-decoration: none;
}

#landing_footer .nav-link i {
    margin-right: 15px;
    color: #ffffff;
}

#landing_footer #menu-footer-menu-1, #landing_footer #menu-business-hours {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 20px;
}

#landing_footer h3 {
    font-size: 25px;
    line-height: normal;
    margin: 40px 0 0 0;
}

#landing_footer #menu-social-links a {
    font-size: 16px;
    padding: 10px 25px;
    background: #294E83;
    border-radius: 50px;
    color: white;
}

#landing_footer #menu-social-links a:hover {
    background: #294e83 !important;
    color: white;
}

#landing_footer #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
    justify-content: center;
}

#landing_footer .row.footer_btm {
    align-items: baseline;
    padding-top: 35px;
}

#landing_footer section {
    margin: 0;
}

#landing_footer::before {
    content: '';
    position: absolute;
    background: #334968;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 95px;
}
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
/* ============================== Landing Footer CSS ============================== */

/* --- 1. Bari Screens (1440p aur us se upar) --- */



@media (min-width: 1441px) and (max-width: 1600px) {
	
	#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 40px;
    line-height: 50px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
/* h1 {
    font-size: 30px;
    line-height: 40px;
}	 */
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
}
.team-promisewrap {
    display: block;
    column-count: 2;
}
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 30px;
}
.tailored-circle {
    width: 200px;
    height: 200px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
    max-width: 260px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
    font-size: 18px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
    padding: 40px 20px;
}	
.contactpageform .wpcf7-textarea {
	margin: 0px 0 10px;
	height: 156px;
}
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}		
}

@media (max-width: 1440px) {
	
	#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 40px;
    line-height: 50px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 0 0 50px 0;
}	
.team-promisewrap {
	display: block;
	column-count: 2;
	padding: 8px 0 20px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 30px;
}
.tailored-circle {
    width: 200px;
    height: 200px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
    max-width: 260px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
    font-size: 18px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
	margin: 20px 0;
	font-size: 18px;
	line-height: 27px;
}
.contact_detailswrap ul li {
    margin: 0 0 23px;
    font-size: 17px;
    line-height: normal;
}	
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
        padding: 23px 20px;
}	
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
}
@media (max-width: 1400px) {
		#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 40px;
    line-height: 50px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 0 0 50px 0;
}	
.team-promisewrap {
	display: block;
	column-count: 2;
	padding: 8px 0 20px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 30px;
}
.tailored-circle {
    width: 200px;
    height: 200px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
    max-width: 260px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
    font-size: 18px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
	margin: 15px 0;
	font-size: 17px;
	line-height: 25px;
}
.contact_detailswrap ul li {
	margin: 0 0 15px;
	font-size: 17px;
	line-height: normal;
}	
.contactpageform .wpcf7-textarea {
    margin: 0 0 10px 0;
    height: 190px;
}	
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
        padding: 23px 20px;
}	
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
}
@media (max-width: 1399px) {
	
.container { max-width: 100% !important; }	
	#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
    margin: 15px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 30px;
}
.tailored-circle {
    width: 200px;
    height: 200px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
    max-width: 260px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
    font-size: 18px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
        margin: 20px 0;
        font-size: 17px;
        line-height: 31px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
}	
.Comprehensive_inform {
    padding: 35px;
    margin-bottom: 30px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}		
}

@media (max-width: 1366px) {
	
.container { max-width: 100% !important; }	
	#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
    margin: 15px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
    padding: 0 0 40px;
    font-size: 28px;
    line-height: 30px;
}
.tailored-circle {
    width: 200px;
    height: 200px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
    max-width: 260px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
    font-size: 18px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
	margin: 10px 0;
	font-size: 17px;
	line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
}	
.Comprehensive_inform {
    padding: 35px;
    margin-bottom: 30px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 21px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
.newsarticles_info {
	min-height: 525px;
}		
}

@media (max-width: 1280px) {
	
.container { max-width: 100% !important; }	
	#masthead.is-sticky{
        padding-left: 8% !important;
        padding-right: 8% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
    margin: 15px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
	margin: 20px 0;
	font-size: 17px;
	line-height: 29px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
}	
.Comprehensive_inform {
    padding: 35px;
    margin-bottom: 30px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 60%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 40%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
        margin: 0 0 25px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}	
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
.newsarticles_info {
    min-height: 515px;
}
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 360px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
    font-size: 30px;
    line-height: 40px;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */	
}

@media (max-width: 1200px) {
	
.container { max-width: 100% !important; }	
	#masthead.is-sticky{
        padding-left: 0% !important;
        padding-right: 0% !important;
        box-sizing: border-box;
	}	
.hero-title h1 {
    font-size: 30px;
    line-height: 40px;
}
.hero-title p {
    font-size: 20px;
    line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 28px;
	line-height: 30px;
        padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Inter';
    margin: 15px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
	margin: 20px 0;
	font-size: 17px;
	line-height: 26px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
}	
.Comprehensive_inform {
    padding: 35px;
    margin-bottom: 30px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 60%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 40%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
        margin: 0 0 25px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
#home-sect2 .vc_col-md-offset-3 {
	margin-left: 0% !important;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
.newsarticles_info {
    min-height: 515px;
}
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 360px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
    font-size: 30px;
    line-height: 40px;
}
#dropdown_services .dropdown-menu {
    padding: 60px 60px 80px;
    min-width: 100%;
    left: 0;
    margin: 20px 0 20px 0;
}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
	margin: 20px 0 20px 0;
}
.dropdown-item-wrap .dropdown-item {
    font-size: 16px;
}		
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}

@media (max-width: 1024px) {
	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
		padding-left: 0% !important;
		padding-right: 0% !important;
		box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
	font-size: 25px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
}	
.Comprehensive_inform {
	padding: 25px 15px;
	margin-bottom: 25px;
}	
.Comprehensive-data h4 {
    font-size: 17px;
    color: #010101;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 60%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 40%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
        margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
.newsarticles_info {
    min-height: 515px;
}
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
    font-size: 30px;
    line-height: 40px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#dropdown_services .dropdown-menu {
    padding: 60px 60px 80px;
    min-width: 100%;
    left: 0;
    margin: 20px 0 20px 0;
}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
	margin: 20px 0 20px 0;
}
.dropdown-item-wrap .dropdown-item {
    font-size: 16px;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */	
}

@media (max-width: 992px) {
	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
		padding-left: 8% !important;
		padding-right: 8% !important;
		box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
    font-size: 18px;
    padding: 14px 30px;
}
#Cstm-Btn1 a {
    font-size: 18px;
    padding: 14px 30px;
}
.signup_wrap p {
    font-size: 20px;
    padding: 8px 20px;
    max-width: 477px;
}
h1 {
	font-size: 25px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 15px;
	margin-bottom: 25px;
}	
.Comprehensive-data h4 {
    font-size: 17px;
    color: #010101;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
    font-size: 20px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
        margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
.newsarticles_info {
   min-height: 435px;
}
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
    font-size: 30px;
    line-height: 40px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles-data h4 {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}	
.newsarticles-data a {
    font-size: 16px;
}	
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}
p.dorpdown_paralast {
    padding: 10px;
    margin: 20px 0 0;
    gap: 30px;
    font-size: 14px;
    max-width: 100%;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
	#understandconcerns_sectt .vc_col-sm-6 {
		width: 100%;
	}
	.sixtext_fieldwrap h4 {
        font-size: 18px;
	}
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}


@media (max-width: 768px) {
#page {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}
#page .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
	padding-left: 0% !important;
	padding-right: 0% !important;
	box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
	font-size: 15px;
	padding: 14px 20px;
	margin: 0 10px;
}
#Cstm-Btn1 a {
	font-size: 15px;
	padding: 14px 20px;
	margin: 0 10px;
}
.signup_wrap p {
	font-size: 16px;
	padding: 8px 10px;
	max-width: 400px;
}
h1 {
	font-size: 25px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 10px;
	margin-bottom: 35px;
}	
.Comprehensive-data h4 {
	font-size: 14px;
	color: #010101;
}	
.Comprehensive-data p {
    font-size: 13px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
	font-size: 14px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
  margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
.numemail_wrap a {
	font-size: 14px;
}
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
}	
	.vc_col-sm-1\/5 {
		width: 16%;
	}
#fivelogo_innerrow .wpb_single_image {
    width: 110px;
    height: 110px;
}	
#home-sect7     .vc_col-sm-3 {
 width: 50%;
}
#landing_footer h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
        font-size: 20px;
        line-height: 30px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles_info {
	min-height: 355px;
}	
.newsarticles-data {
    padding: 10px;
    margin: 0px 0 0;
}	
.newsarticles-data h4 {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 10px;
}	
.newsarticles-data a {
    font-size: 16px;
}
.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 16px;
    line-height: normal;
}	
.whychooseusColClass .Comprehensive_inform {
    padding: 10px 0px;
    margin-bottom: 0px;
}
.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    transition: all 0.8s;
	text-align: center;	
}
.facilitiesserved_inform {
    min-height: 255px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    transition: all 0.3s;
    border: 1px solid #fff;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
#facilitiesserved_sect .col-md-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.facilitiesserved-data h4 {
    padding: 23px 0 8px;
    font-size: 20px;
    line-height: 25px;
    color: black;
    margin: 0;
    text-align: center;
}
#footer-widget {
	margin-left: -3% !important;
	margin-right: -3% !important;
	width: auto !important;
	padding-left: 2%;
	padding-right: 2%;
}
#footer-widget .footer_btm	.col-md-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
	#footer-widget .site-info {
		text-align: center;
	}
#footer-widget .footer_btm .col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
    justify-content: center;
    margin-top: 20px;
}	
.row.footer_btm {
    padding-top: 0;
    align-items: center;
}
	#footer-widget::before{
		display:none;
	}
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}
p.dorpdown_paralast {
    padding: 10px;
    margin: 20px 0 0;
    gap: 30px;
    font-size: 14px;
    max-width: 100%;
}
	#understandconcerns_sectt .vc_col-sm-6 {
		width: 100%;
	}
	.sixtext_fieldwrap h4 {
        font-size: 18px;
	}
/* 	============================= HOME PAGE RESPONSIVE =================================== */			
}

@media (max-width: 667px) {
#page {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
	padding-left: 0% !important;
	padding-right: 0% !important;
	box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
	font-size: 15px;
	padding: 14px 20px;
}
#Cstm-Btn1 a {
	font-size: 15px;
	padding: 14px 20px;
}
.signup_wrap p {
	font-size: 16px;
	padding: 8px 10px;
	max-width: 400px;
}
h1 {
	font-size: 25px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
    font-size: 28px;
    padding: 15px 0 7px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 23px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
	font-size: 16px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 28px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 10px;
	margin-bottom: 35px;
}	
.Comprehensive-data h4 {
	font-size: 14px;
	color: #010101;
}	
.Comprehensive-data p {
    font-size: 13px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
	font-size: 14px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
  margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
#page button.navbar-toggler {
    display: block;
}	
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
.numemail_wrap a {
	font-size: 14px;
}
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
}	
	.vc_col-sm-1\/5 {
		width: 16%;
	}
#fivelogo_innerrow .wpb_single_image {
    width: 110px;
    height: 110px;
}	
#home-sect7     .vc_col-sm-3 {
 width: 50%;
}
#landing_footer h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}	
#foryears_wrsprow p {
    font-size: 11px;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
    width: 100%;
    height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
        font-size: 20px;
        line-height: 30px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles_info {
	min-height: 355px;
}	
.newsarticles-data {
    padding: 10px;
    margin: 0px 0 0;
}	
.newsarticles-data h4 {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 10px;
}	
.newsarticles-data a {
    font-size: 16px;
}
.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 16px;
    line-height: normal;
}	
.whychooseusColClass .Comprehensive_inform {
    padding: 10px 0px;
    margin-bottom: 0px;
}
.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    transition: all 0.8s;
	text-align: center;	
}
.facilitiesserved_inform {
    min-height: 255px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    transition: all 0.3s;
    border: 1px solid #fff;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
#facilitiesserved_sect .col-md-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.facilitiesserved-data h4 {
    padding: 23px 0 8px;
    font-size: 20px;
    line-height: 25px;
    color: black;
    margin: 0;
    text-align: center;
}
#footer-widget {
	margin-left: -3% !important;
	margin-right: -3% !important;
	width: auto !important;
	padding-left: 2%;
	padding-right: 2%;
}
#footer-widget .footer_btm	.col-md-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
	#footer-widget .site-info {
		text-align: center;
	}
#footer-widget .footer_btm .col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
    justify-content: center;
    margin-top: 20px;
}	
.row.footer_btm {
    padding-top: 0;
    align-items: center;
}
	#footer-widget::before{
		display:none;
	}
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}
.gsiefor_innrrow .vc_col-sm-3::before{
	display:none;
}	
	.gsiefor_innrrow .vc_col-sm-3::before{
		display:none;
	}	
	.homesect2 .four_content_wrapper .wpb_wrapper::before{
		display:none;
	}
	#understandconcerns_sectt .vc_col-sm-6 {
		width: 100%;
	}
	.sixtext_fieldwrap h4 {
        font-size: 18px;
	}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}

@media (max-width: 576px) {
#page {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
	padding-left: 0% !important;
	padding-right: 0% !important;
	box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
	font-size: 15px;
	padding: 14px 20px;
}
#Cstm-Btn1 a {
	font-size: 15px;
	padding: 14px 34px;
}
.signup_wrap p {
	font-size: 16px;
	padding: 8px 10px;
	max-width: 400px;
}
h1 {
	font-size: 20px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
	font-size: 18px;
	padding: 15px 0 8px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
font-size: 14px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 22px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 10px;
	margin-bottom: 35px;
}	
.Comprehensive-data h4 {
	font-size: 14px;
	color: #010101;
}	
.Comprehensive-data p {
    font-size: 13px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
	font-size: 14px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
  margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
#page button.navbar-toggler {
    display: block;
}	
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
.numemail_wrap a {
	font-size: 14px;
}
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
}	
	.vc_col-sm-1\/5 {
		width: 16%;
	}
#fivelogo_innerrow .wpb_single_image {
	width: 80px;
	height: 80px;
	padding: 0;
}	
#home-sect7  .vc_col-sm-3 {
 width: 100%;
}
#landing_footer h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}	
.herobanner-topdetails a{
	font-size: 14px;
	padding: 4px 10px;
	display: block;
	margin-bottom: 20px;
}	
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
	display:block;
}
	.OMR_wrapper {
		padding: 10px 0 20px;
		justify-content: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
#home-sect2 .vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}	
#home-sect2 .vc_row.wpb_row.vc_row-fluid {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#sect2row2 {
        padding-bottom: 40px;
}
.four_content_wrapper .wpb_wrapper {
        padding: 20px 0 50px 0;
        margin-bottom: 20px !important;
}
	#home-sect4 .vc_row h1 {
		font-size: 20px;
		line-height: 30px;
	}
#Contact_us_sect .vc_row .vc_col-sm-8 .wpb_text_column p {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}	
.contactpageform .form_head .wpcf7-list-item {
    margin: 0 0 0 10px;
}
.contactpageform .form_head .wpcf7-list-item span {
    font-size: 14px;
    color: #0C3750;
}
div#foryears_wrsprow {
    display: flex;
    flex-wrap: nowrap;
}
#foryears_wrsprow h4 {
    font-size: 20px;
    color: #00458A;
}	
#foryears_wrsprow p {
    font-size: 11px;
}
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
	width: 94%;
	height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
        font-size: 20px;
        line-height: 30px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles_info {
	min-height: 355px;
}	
.newsarticles-data {
    padding: 10px;
    margin: 0px 0 0;
}	
.newsarticles-data h4 {
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 20px;
}	
.newsarticles-data a {
    font-size: 16px;
}
.newsarticles-data p {
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 25px;
    color: #0C3750;
    width: 100%;
}
.newsarticle_content {
    height: 138px;
    margin: 0 0 18px;
    overflow: hidden;
}	
.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 16px;
    line-height: normal;
}	
.whychooseusColClass .Comprehensive_inform {
        padding: 30px 30px;
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: 20px;
        box-shadow: 1px 1px 11px #00000029;
        border-radius: 0;
}
.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    transition: all 0.8s;
	text-align: center;	
}
.facilitiesserved_inform {
    min-height: 255px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    transition: all 0.3s;
    border: 1px solid #fff;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
#facilitiesserved_sect .col-md-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.facilitiesserved-data h4 {
    padding: 23px 0 8px;
    font-size: 20px;
    line-height: 25px;
    color: black;
    margin: 0;
    text-align: center;
}
#footer-widget {
	margin-left: -3% !important;
	margin-right: -3% !important;
	width: auto !important;
	padding-left: 2%;
	padding-right: 2%;
        padding-top: 33%;	
}
#footer-widget .footer_btm	.col-md-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
	#footer-widget .site-info {
		text-align: left;
	}
#footer-widget .footer_btm .col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
	justify-content: flex-start;
    margin-top: 20px;
}	
.row.footer_btm {
    padding-top: 0;
    align-items: center;
}
	#footer-widget::before{
		display:none;
	}
    .exclusivebenefitsColClass {
        margin-bottom: 0;
    }	
	#trustedreviews_carousel .owl-nav button{
		display:none;
	}
.gsiefor_wrap {
    margin-bottom: 30px;
}	
#gsie_secthome .gsiefor_innrrow {
    position: relative;
}
.newsarticles_profile {
    width: 100%;
}	
.newsarticles_profile img{
    width: 100%;
}	
#footer-widget section {
    margin: 20px 0 20px 0;
}	
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}	
.gsiefor_innrrow .vc_col-sm-3::before{
	display:none;
}		
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}

@media (max-width: 480px) {
#page {
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
	padding-left: 0% !important;
	padding-right: 0% !important;
	box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
	font-size: 15px;
	padding: 14px 20px;
}
#Cstm-Btn1 a {
	font-size: 15px;
	padding: 14px 35px;
}
.signup_wrap p {
	font-size: 16px;
	padding: 8px 10px;
	max-width: 400px;
}
h1 {
	font-size: 20px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
	font-size: 18px;
	padding: 15px 0 8px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 25px;
}
.tailored-circle {
	width: 160px;
	height: 160px;
	margin-bottom: 80px;
}
.tailored-circle a {
	font-size: 16px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
font-size: 14px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 22px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 10px;
	margin-bottom: 35px;
}	
.Comprehensive-data h4 {
	font-size: 14px;
	color: #010101;
}	
.Comprehensive-data p {
    font-size: 13px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
	font-size: 14px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
  margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
#page button.navbar-toggler {
    display: block;
}	
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
.numemail_wrap a {
	font-size: 14px;
}
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
}	
	.vc_col-sm-1\/5 {
		width: 16%;
	}
#fivelogo_innerrow .wpb_single_image {
	width: 60px;
	height: 80px;
	padding: 0;
}	
#home-sect7  .vc_col-sm-3 {
 width: 100%;
}
#landing_footer h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}	
.herobanner-topdetails a{
	font-size: 14px;
	padding: 4px 10px;
	display: block;
	margin-bottom: 20px;
}	
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
	display:block;
}
    .OMR_wrapper {
        padding: 10px 0 20px;
        justify-content: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
#home-sect2 .vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}	
#home-sect2 .vc_row.wpb_row.vc_row-fluid {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#sect2row2 {
        padding-bottom: 40px;
}
.four_content_wrapper .wpb_wrapper {
        padding: 20px 0 50px 0;
        margin-bottom: 20px !important;
}
	#home-sect4 .vc_row h1 {
		font-size: 20px;
		line-height: 30px;
	}
#Contact_us_sect .vc_row .vc_col-sm-8 .wpb_text_column p {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}	
.contactpageform .form_head .wpcf7-list-item {
    margin: 0 0 0 10px;
}
.contactpageform .form_head .wpcf7-list-item span {
    font-size: 14px;
    color: #0C3750;
}
div#foryears_wrsprow {
    display: flex;
    flex-wrap: nowrap;
}
#foryears_wrsprow h4 {
    font-size: 20px;
    color: #00458A;
}	
#foryears_wrsprow p {
    font-size: 11px;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
	width: 94%;
	height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
        font-size: 20px;
        line-height: 30px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles_info {
	min-height: 355px;
}	
.newsarticles-data {
    padding: 10px;
    margin: 0px 0 0;
}	
.newsarticles-data h4 {
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 20px;
}	
.newsarticles-data a {
    font-size: 16px;
}
.newsarticles-data p {
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 25px;
    color: #0C3750;
    width: 100%;
}
.newsarticle_content {
    height: 138px;
    margin: 0 0 18px;
    overflow: hidden;
}	
.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 16px;
    line-height: normal;
}	
.whychooseusColClass .Comprehensive_inform {
        padding: 30px 30px;
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: 20px;
        box-shadow: 1px 1px 11px #00000029;
        border-radius: 0;
}
.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    transition: all 0.8s;
	text-align: center;	
}
.facilitiesserved_inform {
    min-height: 255px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    transition: all 0.3s;
    border: 1px solid #fff;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
#facilitiesserved_sect .col-md-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.facilitiesserved-data h4 {
	padding: 15px 0 8px;
	font-size: 16px;
	line-height: 25px;
	color: black;
	margin: 0;
	text-align: center;
}
#footer-widget {
	margin-left: -3% !important;
	margin-right: -3% !important;
	width: auto !important;
	padding-left: 2%;
	padding-right: 2%;
        padding-top: 33%;	
}
#footer-widget .footer_btm	.col-md-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
	#footer-widget .site-info {
		text-align: left;
	}
#footer-widget .footer_btm .col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
	justify-content: flex-start;
    margin-top: 20px;
}	
.row.footer_btm {
    padding-top: 0;
    align-items: center;
}
	#footer-widget::before{
		display:none;
	}
    .exclusivebenefitsColClass {
        margin-bottom: 0;
    }	
	#trustedreviews_carousel .owl-nav button{
		display:none;
	}
.gsiefor_wrap {
    margin-bottom: 30px;
}	
#gsie_secthome .gsiefor_innrrow {
    position: relative;
}
.newsarticles_profile {
    width: 100%;
}	
.newsarticles_profile img{
    width: 100%;
}	
#footer-widget section {
    margin: 20px 0 20px 0;
}
.four_content_wrapper .wpb_wrapper p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}	
    #home-sect2 {
        padding-top: 40px;
        padding-bottom: 0;
    }
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}
.gsiefor_innrrow .vc_col-sm-3::before{
	display:none;
}		
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}

@media (max-width: 360px) {
#page {
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}	
.container { max-width: 100% !important; }	
#masthead.is-sticky{
	padding-left: 0% !important;
	padding-right: 0% !important;
	box-sizing: border-box;
	}	
.hero-title h1 {
	font-size: 22px;
	line-height: 30px;
}
.hero-title p {
	font-size: 16px;
	line-height: 30px;
}	
#Cstm-Btn a {
	font-size: 15px;
	padding: 14px 20px;
}
#Cstm-Btn1 a {
	font-size: 15px;
	padding: 14px 20px;
}
.signup_wrap p {
	font-size: 16px;
	padding: 8px 10px;
	max-width: 400px;
}
h1 {
	font-size: 20px;
	line-height: 30px;
}	
.exclusivebenefits-data h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 10px;
}
#Cstm-Btn2 a {
    font-size: 18px;
    padding: 14px 30px;
}	
#sect2row2 .wpb_single_image img {
	height: auto;
	max-width: 60% !important;
	vertical-align: top !important;
}
.four_content_wrapper .wpb_wrapper h3 {
	font-size: 18px;
	padding: 15px 0 8px;
}
#fivelogo_innerrow {
    padding-top: 30px;
    padding-bottom: 10px;
}	
#testimonial_carousel .owl-stage-outer {
    padding-top: 0;
}
#home-sect9 h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 0px;
}
.Team_details_wrap p {
	font-size: 14px;
	line-height: 25px;
	font-family: 'Inter';
	margin: 8px 0;
}	
.team-promisewrap {
    display: block;
    column-count: 2;
    padding: 8px 0 15px;
}
.otp_wrapper .wpb_wrapper {
    padding: 15px;
}	
#home-sect9 {
    padding-top: 0;
    padding-bottom: 0;
}	
.otp_wrapper .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter';
    margin: 0;
}
#lastrequest_sect h1 {
	padding: 0 0 30px;
	font-size: 18px;
	line-height: 25px;
}
.tailored-circle {
	width: 170px;
	height: 170px;
}
.tailored-circle a {
    font-size: 20px;
}	
#landing_footer .landinglogo img {
	max-width: 210px;
}	
.pricing_card h2 {
    font-size: 28px;
    line-height: 30px;
}
#landing_footer .nav-link {
font-size: 14px;
}	
#Contact_us_sect .vc_row .vc_col-sm-8 h1 {
    font-size: 22px;
}
.contact_detailswrap p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
}
.contact_detailswrap ul {
    padding: 15px 0 15px 18px;
    margin: 0;
}
.contact_detailswrap {
	padding: 20px 20px;
	margin: 30px 0 0 0;
}	
.Comprehensive_inform {
	padding: 25px 10px;
	margin-bottom: 35px;
}	
.Comprehensive-data h4 {
	font-size: 14px;
	color: #010101;
}	
.Comprehensive-data p {
    font-size: 13px;
}	
#home-sect4 .vc_row {
    padding-top: 50px;
    padding-bottom: 50px;
}
#home-sect4 h1 {
    padding: 22px 0 20px;
    font-size: 25px;
}
.contact_detailswrap ul li {
    margin: 0 0 10px;
}	
#home-sect7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.iscw_wrap h4 {
	font-size: 14px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 {
    width: 100%;
}
#Contact_us_sect .vc_row .vc_col-sm-4 {
    width: 100%;
}	
.contactpageform .wpcf7-textarea {
    margin: -50px 0 10px;
    height: 100px;
}	
.contactpageform .wpcf7-text, .contactpageform .wpcf7-textarea {
  margin: 0 0 40px;
}
.serrvingarea_wrapper ul li {
    font-size: 15px;
    padding: 10px 10px;
}
#page button.navbar-toggler {
    display: block;
}	
.serrvingarea_wrapper ul {
    margin: 30px 0 0 0;
}	
#home-sect9 .vc_col-sm-6 {
        width: 100%;
    }
#home-sect9 .wpb_single_image.vc_align_right {
    text-align: center;
}	
.numemail_wrap a {
	font-size: 14px;
}
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
}	
	.vc_col-sm-1\/5 {
		width: 16%;
	}
#fivelogo_innerrow .wpb_single_image {
	width: 60px;
	height: 80px;
	padding: 0;
}	
#home-sect7  .vc_col-sm-3 {
 width: 100%;
}
#landing_footer h3 {
    font-size: 19px;
    margin: 30px 0 0 0;
}	
.herobanner-topdetails a{
	font-size: 14px;
	padding: 4px 10px;
	display: block;
	margin-bottom: 20px;
}	
.herobanner-topdetails {
	gap: 7px;
	padding: 0 0 14px;
	display:block;
}
    .OMR_wrapper {
        padding: 10px 0 20px;
        justify-content: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
#home-sect2 .vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
}	
#home-sect2 .vc_row.wpb_row.vc_row-fluid {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
#sect2row2 {
	padding-bottom: 40px;
}
.four_content_wrapper .wpb_wrapper {
        padding: 20px 0 50px 0;
        margin-bottom: 20px !important;
}
#home-sect4 .vc_row h1 {
	font-size: 20px;
	line-height: 30px;
}
#Contact_us_sect .vc_row .vc_col-sm-8 .wpb_text_column p {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}	
.contactpageform .form_head .wpcf7-list-item {
    margin: 0 0 0 10px;
}
.contactpageform .form_head .wpcf7-list-item span {
    font-size: 14px;
    color: #0C3750;
}
div#foryears_wrsprow {
	display: flex;
	flex-wrap: nowrap;
}
#foryears_wrsprow h4 {
    font-size: 20px;
    color: #00458A;
}
#foryears_wrsprow p {
    font-size: 11px;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */
	
#home-sect1 .wpb_single_image img {
    height: auto;
    max-width: 60%;
    vertical-align: top;
}
#fivelogo_innerrow .wpb_single_image {
	width: 94%;
	height: 110px;
}
.trustedreviewsMain {
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}	
#CustomCleaningQuote_sect h1 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
#satisfactionguarantee_sect .vc_row h1 {
	font-size: 20px;
	line-height: 30px;
}
#masthead .dropdown-menu h4 {
    font-size: 15px;
    margin: 20px 0 20px;
}	
.trustedreviewsMain p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.newsarticles_info {
	min-height: 355px;
}	
.newsarticles-data {
    padding: 10px;
    margin: 0px 0 0;
}	
.newsarticles-data h4 {
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 20px;
}	
.newsarticles-data a {
    font-size: 16px;
}
.newsarticles-data p {
    font-size: 16px;
    line-height: 35px;
    margin: 0 0 25px;
    color: #0C3750;
    width: 100%;
}
.newsarticle_content {
    height: 138px;
    margin: 0 0 18px;
    overflow: hidden;
}	
.whychooseusColClass .Comprehensive_inform h4 {
    font-size: 16px;
    line-height: normal;
}	
.whychooseusColClass .Comprehensive_inform {
        padding: 30px 30px;
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: 20px;
        box-shadow: 1px 1px 11px #00000029;
        border-radius: 0;
}
.facilitiesserved-data p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    transition: all 0.8s;
	text-align: center;	
}
.facilitiesserved_inform {
    min-height: 255px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    transition: all 0.3s;
    border: 1px solid #fff;
}	
section#understandconcerns_sectt {
    padding: 60px 0;
    display: block;
}	
#understandconcerns_sectt	.vc_col-sm-5{
	        width: 100%;	
}
#understandconcerns_sectt .image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
    width: 100%;
}	
#understandconcerns_sectt .vc_col-sm-7 {
        width: 100%;
    }	
#understandconcerns_sectt .sixtext_fieldwrap {
    margin: 10px 15px;
}	
#understandconcerns_sectt h1 {
    padding: 20px 0 10px 0;
    text-align: center !important;
    display: block;
}
#facilitiesserved_sect .col-md-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.facilitiesserved-data h4 {
	padding: 15px 0 8px;
	font-size: 16px;
	line-height: 25px;
	color: black;
	margin: 0;
	text-align: center;
}
#footer-widget {
	margin-left: -3% !important;
	margin-right: -3% !important;
	width: auto !important;
	padding-left: 2%;
	padding-right: 2%;
        padding-top: 33%;	
}
#footer-widget .footer_btm	.col-md-5 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
	#footer-widget .site-info {
		text-align: left;
	}
#footer-widget .footer_btm .col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
    }
#footer-widget #menu-social-links {
    gap: 10px;
    flex-direction: row !important;
	justify-content: flex-start;
    margin-top: 20px;
}	
.row.footer_btm {
    padding-top: 0;
    align-items: center;
}
	#footer-widget::before{
		display:none;
	}
    .exclusivebenefitsColClass {
        margin-bottom: 0;
    }	
	#trustedreviews_carousel .owl-nav button{
		display:none;
	}
.gsiefor_wrap {
    margin-bottom: 30px;
}	
#gsie_secthome .gsiefor_innrrow {
    position: relative;
}
.newsarticles_profile {
    width: 100%;
}	
.newsarticles_profile img{
    width: 100%;
}	
#footer-widget section {
    margin: 20px 0 20px 0;
}
.four_content_wrapper .wpb_wrapper p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}	
    #home-sect2 {
        padding-top: 40px;
        padding-bottom: 0;
    }
#dropdown_services .dropdown-menu {
	padding: 60px 60px 80px;
	min-width: 100%;
	left: 0;
	padding: 0 !important;
	margin: 0;	
}
.dropdown-item-wrap .dropdown-item {
    font-size: 14px;
}	
.dropdown-item-wrap {
    margin: 0 0 15px;
    padding: 5px 10px;
    width: 100%;
    gap: 10px;
}	
	li#dropdown_services .col-lg-6:nth-child(1)::before{
		display:none;
	}
#dropdown_facilitiesserved .dropdown-menu {
    padding: 40px;
    min-width: 100%;
    left: 0;
    margin: 0;
}
.gsiefor_innrrow .vc_col-sm-3::before{
	display:none;
}	
/* 	============================= HOME PAGE RESPONSIVE =================================== */		
}
@media (max-width: 1199px) {
.page-id-376 button.navbar-toggler {
    display: none !important;
}
.page-id-376 .numemail_wrap {
	display: block !important;
}
.page-id-376 .quote-btn {
        display: block !important;
    }	
}
