

/* Dark modal look */
.modal-content {
  background-color: #171b60;
  box-shadow: 0em 0em 1em #0000004f;
}

/* Center header title and keep the X at top-right */
#exampleModal .modal-header {
  position: relative;
  justify-content: center;      /* centers the title row */
  border-bottom: none;          /* optional: cleaner look on dark bg */
}
#exampleModal .modal-header .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  /* Force white icon even if btn-close-white class isn’t available */
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: .9;
}
#exampleModal .modal-header .btn-close:hover { opacity: 1; }

/* Your title styling */
.pop-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.5em;
  font-weight: 400;
  font-family: 'Bungee', sans-serif;
  color: #fff;
  margin: 0;                    /* tighter header */
}

/* Center the footer button */
#exampleModal .modal-footer {
  justify-content: center;      /* centers buttons */
  border-top: none;             /* optional */
}



html {
  scroll-behavior: smooth;
}


html {
     --size: 14px!important;
     position: inherit;
}

.site{
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0em 0em 2em #e0e5ff;
}

.show-for-small-only{
  display: none!important;
}

a {
    -webkit-transition: color .4s ease 0s;
    -moz-transition: color .4s ease 0s;
    -o-transition: color .4s ease 0s;
    transition: color .4s ease 0s;
}

a {
  color: #171B60; /* Default link color with !important */
  text-decoration: none !important; /* Remove underline from all links */
}

a:hover {
  color: #F26722; /* Hover color with !important */
  text-decoration: underline !important;
}


html, body {
  overflow-x: hidden;
}


.modal-dialog iframe {
  height: 40em !important;
}

.single-blog-page img{
  padding: 5%;
}


/* Default Button Style */
.btn.btn-primary {
  border: 3px solid #171b60;
  background: linear-gradient(180deg, #f89c4d 0%, #f89c4d 48.5%, #f68a33 66.72%, #f68a33 100%);
  color: #171b60;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Bungee', sans-serif;
  height: 43px;
  min-height: 43px;
  width: 250px;
  border-radius: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover State */
.btn.btn-primary:hover {
  background: #171b60 !important; /* Override the gradient with a solid background */
  border-color: #fff !important;
  color: #ffffff !important;
}

/* Active State */
.btn.btn-primary:active {
  background: #171b60 !important; /* Override gradient when active */
  border-color: #fff !important;
  color: #ffffff !important;
  transform: scale(0.98); /* Optional: Add a slight press effect */
}





.btn.btn-secondary {
  border: 3px solid #171b60;
  background-color: #171B60;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Bungee', sans-serif;
  height: 43px;
  min-height: 43px;
  width: 250px;
  border-radius: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background-color: #86b9d8;
  color: #171b60;
  border-color: #fff;
} */


/*


.hide{
  display: none;
}


.modal-dialog {
    max-width: 660px;
    margin: 12.75rem auto!important;
    z-index: 99999;
}

.modal-backdrop{
  z-index: 1!important;
}

.schema a{
  text-decoration: none;
}

/* body .btn-primary, body .btn-secondary{
  background-color: #e78b3d;
  border: 0;
  text-transform: uppercase;
  padding: 0.72em 1.6em;
  margin: 1em 0 0 0;
  letter-spacing: .09em;
  margin: auto;
  display: block;
  position: relative;
  color: white;
  font-weight: 400;
  font-family: 'Exo 2', sans-serif;
  border-radius: 0em;
}

.btn-primary.content-btn{
  max-width: 500px;
  margin-left: 0;
}


body .btn-secondary{
  background-color: #3f63c9;
  color: white!important;
  font-weight: 900;
}

body .btn-secondary:hover{
  background-color: #282828!important;
} */

.post-thumbnail img{
  position: relative;
  padding: 0!important;
  margin: auto;
  display: block;
}

.post-thumbnail{
    overflow: hidden;
    margin-top: 1em;
}


/* h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Exo 2', sans-serif;
 } */



/* Specific styles for H1 in Elementor */
h1, .h1 {
  font-family: 'Bungee', sans-serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  line-height: 1.2em !important;
  color: #171b60 !important;
}

/* H2 styling */
h2, .h2 {
  font-family: 'Bungee', sans-serif !important;
  font-size: 36px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2em !important;
  color: #171B60;
}

/* H3 styling */
h3, .h3 {
  font-family: 'Bungee', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2em !important;
  color: #171B60;
}

/* Strong text styling */
strong {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}

/* Custom bullet styling for the check-list class */
.check-list {
  list-style: none; /* Remove default list bullets */
  padding-left: 30px; /* Add padding to space the custom bullets */
}

.check-list li {
  position: relative; /* Enable positioning for the custom bullet */
  padding-left: 30px; /* Space between the bullet and the text */
}

/* .check-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%; 
  background-color: #F26722; 
  position: absolute;
  left: 0; 
  top: 10px; 
} */







body .button:focus, body .button:hover {
    background-color: #231f20;
    color: #fefefe;
}

body{
    font-family: 'poppinsregular';
    background-size: 16em!important;
  }

  
.camp-form iframe{
  height: 30.5em!important;
}

.modal-dialog iframe{
  height: 38em!important;
}

.single-blog img{
  padding: 5%;
}

.single-blog .entry-title{
  font-size: 2em;
  color: black;
}

.single-blog .entry-meta{
  position: relative;
  padding: 2%;
  background: #f4f4f4;
  border-left: .5em solid #f43b3b;
}

.single-blog .nav-links a{
  display: block;
  background: #f43b3b;
  color: white;
  transition: all .3s ease-in-out;
  padding: 2% 5%!important;
  margin-bottom: 7%;
}

.single-blog .nav-links a:hover{
  background: black!important;
}

 a[href^="tel"]{
    color:inherit;
    text-decoration:none;
    margin-bottom: 3%;
    display: block;
 }

/* input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ededd!important;
} */
/* input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ededd!important;
}   */

@font-face {
    font-family: 'poppinsregular';
    src: url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/plumberseo-bootstrap/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?fjx97y');
  src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?fjx97y#iefix') format('embedded-opentype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff2?fjx97y') format('woff2'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.ttf?fjx97y') format('truetype'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff?fjx97y') format('woff'),
    url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.svg?fjx97y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


  
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-home2:before {
  content: "\e946";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-csr-icon1:before {
  content: "\e94c";
}
.icon-calendar-kj:before {
  content: "\e96b";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-youtube-square:before {
  content: "\f166";
}

.icon-home:before {
  content: "\f015";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-check:before {
  content: "\f00c";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-comments:before {
  content: "\f086";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-angle-right:before {
  content: "\f105";
}


/* -------------------------------------------------------------------- */


.wrap1 {
    z-index: 2;
    position: relative;
    padding: 0 2%;
}

.row {
    max-width:100%!important;
    margin: auto;
}

.clear{
    clear:both;
}
  
ul {
    margin-left: 0em!important;
}


 /* -------------------------------------------------------Header Section CSS---------------------------------  */


 /* @media (max-width: 1400px) and (min-width: 1025px) {
  .main-header-elementor .elementor-nav-menu .sub-menu#sm-1730707536963982-14 {
      transform: translateX(-50%) !important;
      left: auto !important;
      right: auto !important;
  }
} */

@media (max-width: 1400px) and (min-width: 1200px) {
  #head-submenu .sub-menu {
      transform: translateX(-50%) !important;
      left: auto !important;
      right: auto !important;
  }
}



 @media (max-width: 1200px) and (min-width: 1025px) {
  .main-header-elementor .elementor-nav-menu .elementor-item {
      font-size: 0.8em !important; /* Adjust font size for smaller screens */
      padding: 0 !important; /* Adjust padding */
      margin: 0 !important; /* Remove any added margins */
  }
}


/* @media (max-width: 1400px) and (min-width: 1050px) {
.main-header-elementor .sub-menu.elementor-nav-menu--dropdown#sm-17307053922043792-14 {
    transform: translateX(-50%) !important; /* Adjust percentage as needed */
    left: auto !important;
    right: auto !important;
}
} */

/* Announcement Bar */

.announcement_bar {
  height: 34px;
  background-color: #171B60;
  background-image: url('/wp-content/uploads/2024/09/svg-image-1-1.svg');
  background-size: cover;
  background-position: center;
}

.announcement_bar_text {
  color: #ffffff;
  font-size: 16px;
  transition: font-size 0.3s ease, text-decoration 0.3s ease;
}

.announcement_bar_text:hover {
  font-size: 14px !important;
  text-decoration: none !important;
}

.announcement_bar_text .icon {
  margin-right: 0.5em;
}

/* Stars icon alignment */
.announcement_bar_text .stars_color {
  color: #FFD700; /* Gold for stars */
}

/* Add responsive behavior for mobile */
@media (max-width: 991px) {
  .announcement_bar_text {
      font-size: 12px !important;
  }
}






 /* Top Bar Section CSS  */


 /* ---------------------------------------------------------------------------------------- */

.desk-nav{
  display: none;
  width: 100%;
  max-width: none;
  padding: 1% 0%;
}  

.logo-block{
  position:relative;
  z-index:99;
  background-color:#fff;
}

.desk-nav .row>* , .mobile-nav .row>* {
   padding: 0;
}

.mobile-nav{
  padding: 0;
  width: 100%;
  max-width: none;
  padding: 0% 0 0% 0;
  z-index: 3;
  position: relative;
  background: white;
}

.main-bar{
  padding: 0% 1%;
}
 

.smallbar .mobile-nav .logo-image a:after{
  transform: scale(1.1, 0.6);
}


.logo-image{
  position: relative;
}


.logo-image img{
  position: relative;
  width: 18em;
  display: block;
  margin: auto;
  transition: all .3s ease-in-out;
}

.logo-image a{
  position: relative;
  display: block;
  transform: scale(1.1);
} 

.smallbar .logo-image img{
  width: 11em;
}

.contact-info {
    font-size: 1.7em;
    font-weight: 900;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 1;
    letter-spacing: .04em;
    text-align: -webkit-center;
    margin-top: 0%;
    padding-right: 1%;
}

.contact-info strong{
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
  color: #0a05e4;
  letter-spacing: .04em;
  top: .1em;
  display: block;
}

.contact-info span{
  position: relative;
  top: 0.1em;
}

.contact-info a:hover{
  color: #137bbe;
}
 

.contact-info a{
    font-size: 1.4em;
    display: block;
    background-color: #e78b3d;
    width: 1.8em;
    border-radius: 23em;
    height: 1.8em;
    line-height: 2;
    color: #ffffff;
    margin: auto;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
    outline: .1em solid white;
    outline-offset: -0.2em;
}
 
.contact-info .button{
  display: block;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #e7090c;
  padding: 0.75em 1em;
  margin: 0 0 0.5rem;
}

.call-button{
  position: relative;
  display: block;
  letter-spacing: .08em;
  transition: all .3s ease-in-out;
  font-size: 1.8em;
  line-height: 1.1;
  border-bottom: 1px solid;
  margin: auto;
}

.call-button .row>* {
  padding: 0;
}

.call-button span{
  display: block;
  text-align: center;
  font-size: 1.7em;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1;
  border: 1px solid;
  border-top-right-radius: 0.3em;
  border-bottom: 0;
  margin-top: -0.1em;
  transition: all .3s ease-in-out;
}

.call-button strong{
  display: block;
  font-size: .45em;
  font-weight: 400;
}

.mobile-nav .btn-primary {
    color: #1f1f1f;
    border: 0;
    border-radius: 0;
    padding: 0.8em 1.6em;
    background: #edf5fc;
    margin-left: 0;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    font-size: 1.3em;
}

.mobile-nav .btn-primary span{
  display: block;
}

.call-button:hover strong{
  color: white!important;
}

.shift-menu{
  background: rgb(42,42,42);
  background: -moz-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  background: radial-gradient(circle, rgba(42,42,42,1) 0%, rgba(42,42,42,1) 62%, rgba(22,22,22,1) 100%);
  padding: 10.2em 0 0 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2a2a",endColorstr="#161616",GradientType=1);
}

.shift-item{
  position: relative;
}

.offcanvas-end{
  z-index: 9999;
  width: 25em;
}

.shift-item a{
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .85em 0em .85em 1em;
  background: #ff000000;
  color: white;
  margin: 0em 0;
  border-bottom: 1px solid #ffffff1a;
  border-left: 0em solid #003046;
  transition: all .3s ease-in-out;
}

.shift-item .btn-secondary{
  display: none;
  position: absolute;
  right: 0em;
  top: 0.3em;
  background: #ff000000;
  border: 0;
  font-size: 1.3em;
  padding: 0.2em 0.7em;
}

.shift-item a:hover{
  color: #ffffff;
  background-color: #f43b3b;
  border-left: 0.5em solid #209ad6;
}

.dropdown.shift-item .btn-secondary{
  display: block;
}

.shift-item a.sub-item{
  background: #0000005c;
}

.shift-item a.sub-item:hover{
    background-color: #f43b3b;
}

/* ---------------------- */


/* NAV CSS  */ 

 /* .modal {
    z-index: 999999999999999999999999999999;
} */

/* .modal-header {
    padding: 0;
    border: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
  width: 100%!important;
  display: block;
}

.pop-label{
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: .05em;
}

.modal-content {
    background-color: #ffffff;
    box-shadow: 0em 0em 1em #0000004f;
}

.modal-header .btn-close{
  position: relative;
  left: -.9em;
} */

/* .modal-title {
    display: block;
    text-align: center!important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 1.3em;
    padding-top: 1em;
    margin-bottom: -0.5em;
} */

/* header#masthead {
    margin-bottom: 0;
    background-color: white!important;
    padding: 0rem 0rem!important;
    z-index: 9999;
    width: 100%;
    transition: all .3s ease-in-out;
    top: 0em;
    display: block;
    position: fixed;
    max-width: 1700px;
} */

 /* header#masthead.smallbar{
     box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%)!important; 
} */

/* .top-bar{
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: .1em;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #ffffff1f;
  color: #0099bb;
  margin: auto;
} */

/* .top-bar:after{
  content:'';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-bar #menu-top-menu{
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.smallbar .top-bar{
  font-size: 1em;
} */
 

/* .top-bar input::-webkit-input-placeholder,.top-bar textarea::-webkit-input-placeholder {
  color: #fff!important;
}
.top-bar input:-moz-placeholder,.top-bar textarea:-moz-placeholder {
  color: #fff!important;
}   */

/* .top-bar .btn-primary{
  display: block;
  letter-spacing: .08em;
  font-size: .9em;
  color: black;
  border: 0;
  border-radius: 0;
}

.main-nav{
  position: relative;
  padding-top: 3%;
}

.search-bar input{
  background-color: #ffffff00;
  border: 0;
  color: white;
  border-bottom: 1px solid white;
}

.contact-desk{
  position: relative;
  padding: 0% 0 0% 0!important;
  margin-top: 0%;
 } */

/* .contact-desk a{
  display: block;
  letter-spacing: .05em;
  font-size: 2.2em;
  line-height: 1;
  color: #66bee3;
  text-decoration: none;
  border-bottom: 0;
  transition: all .3s ease-in-out;
  padding: 0.1em 0em 0.1em 0em;
  margin: 0;
  font-weight: 900;
}

.contact-desk a:hover{
  color: #fa4f41;
}

.contact-desk a em{
  display: block;
  font-size: .7em;
  color: black;
  font-style: normal;
} */

/* .contact-desk span{
  font-size: 1em;
  line-height: 1.4;
  position: relative;
  top: 0em;
  height: 1.4em;
  width: 1.4em;
  display: block;
  border-radius: 900em;
  color: #fa4f41;
  text-align: center;
  transform: scale(2.1);
}

.smallbar .contact-desk a{
  font-size: 1.3em;
}

.contact-desk a strong{
  display: block;
  font-size: .8em;
} */
 

/* 
 .smallbar .desk-nav .btn-primary{
   font-size: 0.9em;
 }

 .desk-nav .btn-primary span{
   position: absolute;
   top: 0em;
   width: 1.89em;
   display: block;
   height: 1.89em;
   background: #fa4f41;
   font-size: 1.2em;
   color: white;
   left: 0em;
   line-height: 1.9;
   text-align: center;
 }

.desk-nav .top-bar .btn-primary{
  color: white;
  font-size: .8em;
  width: 100%;
  margin-left: auto;
  transition: all .3s ease-in-out;
  padding-left: 2em;
} */

/* .menu{
  position: relative;
  list-style: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}

.top-text{
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8em;
  left: 0.8em;
} */

/* .top-text span{
  color: #3f63c9;
}

.contact-info-desk{
  position: relative;
}
 

.contact-info-desk a{
  line-height: 1;
  margin: 0.1em 0 0.1em auto;
  font-size: 2.4em;
  font-weight: 900;
  position: relative;
  text-align: center;
  transition: all .3s ease-in-out;
  font-family: 'Exo 2', sans-serif;
  border-left: 1px solid #00000030;
  }

.contact-info-desk a span{
  color: #3380ae;
  position: relative;
  top: .1em;
} */

/* .contact-info-desk a em{
  display: block;
  font-style: normal;
  font-size: 0.45em;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'poppinsregular';
  position: relative;
  top: 0.3em;
}

.smallbar .contact-info-desk a{
  font-size: 1.9em;
}
 
.top-bar .menu>li a{
  font-size: 0.7em;
  padding: 0.2em 0.7em;
  color: black!important;
  text-decoration: none;
} */





/* .top-bar .menu>li a span{
  color: #e78b3d;
  display: block;
  font-size: 1.4em;
  top: -0.4em;
  position: relative;
}

.menu>li a:hover span{
  color: white;
}

.menu>li.sched-link a{
  color: white!important;
  background: #e78b3d;
  border-radius: 0em;
font-family: 'Exo 2', sans-serif;  
}

.menu>li a{
  padding: 0.3em 0.9em 0.6em 0.9em;
  text-decoration: none;
  color: black!important;
  font-size: 1.0em;
  display: block;
  transition: all .3s ease-in-out;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
} */

/* .menu>li a span{
  color: #00b1b9;
}

.smallbar .menu>li a{
  font-size: 0.86em;
}

 .menu>li.menu-item-has-children> a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
} */
 
/* .sub-menu li a{
  color: #030303!important;
}
 

.top-bar .menu>li:nth-child(3) a{
  border: 0;
}

.menu>li a:hover{
  background-color: #f43b3b!important;
  color: white!important;
}
 
.top-menu{
  padding: 2%;
}

.top-menu .btn{
  width: 90%;
  text-transform: none;
  letter-spacing: inherit;
  transition: all .3s ease-in-out;
  background: #ff000000;
  border: .2em solid #0099bb;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 900;
} */

/* .top-menu .btn:hover{
  background-color: #0090b5;
}

.top-menu .btn span{
  color: #003644;
}

.mid-bar{
  padding: 2% 0% 2% 0%;
}

.mainnav{
  text-align: right;
  padding: 0.7% 0;
  position: relative;
}
.nav-border{
  padding-left: 0em!important;
  padding-right: 0em!important;
}

.mainnav .menu {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainnav .menu .active>a {
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu .active>a:before{
  color: black!important;
} */

/* .mainnav .menu .current-menu-item.active>a {
    color: #ffffff;
    background: #faa61a;
}

.mainnav .menu .sub-menu .current-menu-item.active>a {
    color: #fefefe!important;
    background: #f78d1f!important;
} */


/* .mainnav .menu>li>a {
    display: block;
    padding: 0.7rem 0.6rem;
    line-height: 1;
    font-weight: 400;
    font-size: 0.78em;
    color: black;
    letter-spacing: .02em;
}


.mainnav .menu>li>a:hover{
    color: #ffffff;
    background: #f78d1f;
}

.mainnav .menu>li>a:hover:before{
  color: white;
}

.menu-item-has-children{
  position: relative;
  transition: all .3s ease-in-out;
} */


/* .menu>li .sub-menu  a{
  text-transform: none;
  letter-spacing: inherit;
  padding: 0.6em 1em;
  text-align: left;
}


.mainnav .menu>li.menu-item-has-children >a:before {
    content: "\f107";
    font-family: 'icomoon' !important;
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 0.8em;
    top: 37%;
    right: 0.5%;
} */

/* .main-nav .menu-item-has-children > .sub-menu{
    top: 100%;
    right: auto;
    left: 0;
} */

/* .main-nav .menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #ebebec;
  list-style: none;
  margin-left: 0.0rem;
  width: 17em;
  height: 0;
  display: none;
  z-index: 99;
} */

/* .main-nav .menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  left: 0;
  display: block;
  animation: fadeIn .2s;
  font-size: .88em;
  text-align: left;
  padding-left: 0;
}

.main-nav .last-column.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
    top: 100%;
    right: 0%;
    left: auto!important;
    display: block;
    animation: fadeIn .2s;
    font-size: .88em;
    text-align: left;
    left: auto;
} */

/* .main-nav .slim.menu-item-has-children .sub-menu{

    color: #9ad25d;
    background: #33204d;;
  width: 165%;
  text-align: left;
  padding-left: 0%;
}

.main-nav .slim.menu-item-has-children:hover .sub-menu {
    left: 0%;
}


.main-nav .menu-item-has-children .sub-menu>li{
  padding: 0%;
} 

.sub-menu a{
  padding: 5% 4% 5% 4%;
  display: block;
  color: #1d1d1d;
  font-size: .9em;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #00000014;
}

.sub-menu a:hover{
    color: #ffffff;
    background: #e62318;
    padding: 5% 4% 5% 7%;
} */


/* Heating Tab 2 columns Sub menu */

/* .main-nav .double-column.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #e1e1e1;
  list-style: none;
  margin-left: 0.0rem;
  width: 36em;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
}  */



/* 
.main-nav .double-column.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  left: 0%;
  display: block;
  animation: fadeIn .2s;
} */

/* .main-nav .double-column.menu-item-has-children .sub-menu>li{
  width: 50%;
  float: left;
  padding: 0%;
} 

.main-nav .double-column.menu-item-has-children .sub-menu>li.full-sub{
  width: 100%;
  float: left;
  padding: 0%;
} 

.double-column .sub-menu .full-sub a {
    padding: 0.3em 0.6em 0.7em 0.6em;
    border-right: 1px solid #00000014;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
}

.double-column .sub-menu .full-sub a span{
   font-size: 1.8em;
   position: relative;
   top: 0.2em;
}

.last-cool{
  float: right!important;
}

.double-column .sub-menu a{
  padding: 0.9em 0.6em 0.9em 0.7em;
  border-right: 1px solid #00000014;
} */


/* .main-nav .double-column-l.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #006ee3;
  list-style: none;
  margin-left: 0.0rem;
  width: 410%;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
} 

.main-nav .double-column-l.menu-item-has-children:hover .sub-menu{
  opacity: 1;
  height: auto;
  top: 100%;
  right: 0%;
  display: block;
  left: auto;
  animation: fadeIn .2s;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu>li{
  width: 50%;
  float: left;
  padding: 0%;
}  */

/* Fly out menu */

/* 
.main-nav .double-column .fly-out.menu-item-has-children .sub-menu{
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  background: #1a6887;
  list-style: none;
  margin-left: 0.0rem;
  width: 18.8em;
  height: 0;
  display: none;
  text-align: left;
  z-index: 99;
}  */

/* .main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover{
  background-color: #f2a525;
}


.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu{
   opacity: 1;
   position: absolute;
   background: #dcdcdc;
   height: auto;
   top: 0%;
   right: -18.8em;
   display: block;
   animation: fadeInUp .2s;
   left: auto;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu>li {
    width: 100%;
    float: left;
    padding: 0%;
}

.quick-nav{
  position: fixed;
  top: -3em;
  width: 100%;
  background-color: #e78b3d;
  padding: 2% 2% 5.5% 2%;
  opacity: 0;
  transition: all .3s ease-in-out;
  overflow: hidden;
} */

/* .quick-nav.adjust{
  padding: 5% 2% 1% 2%;
  opacity: 1;
  top: 5em;
}

.quick-nav .col-3 {
    flex: 0 0 auto;
    padding: 0;
}

.quick-nav a{
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 9% 1% 9% 1%;
  font-size: 0.9em;
  transition: all .3s ease-in-out;
  border-right: 1px solid #00000030;
}

.quick-nav a:hover{
  color: white;
  background-color: #209ad6;
}

.smallbar .quick-nav{
} */

/* .quick-nav a span{
  font-size: 1.4em;
  display: block;
  position: relative;
  top: -0.2em;
  transition: all .3s ease-in-out;
  color: #ffffff;
}

.quick-nav a em{
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  display: block;
  margin: 1.5em auto -2.6em auto;
  color: white;
  bottom: 0em;
  font-size: 0.7em;
  position: relative;
  opacity: 0;
  transition: all .3s ease-in-out;
} */

/* .quick-nav a em:after{
  content: '';
  position: absolute;
  height: 11.5em;
  width: 100%;
  background-color: #b00c03;
  border-radius: 900em;
  z-index: -1;
  left: 0%;
  bottom: -9.6em;
}

.quick-nav a:hover em{
  bottom: 1.2em;
  opacity: 1;
}

.quick-nav a:hover span{
 top: -0.6em; 
  font-size: .9em;
}

.sched-global{
  width: 50%;
} */

/* .sched-global .btn-primary, .sched-global .btn-secondary{
    display: block;
    width: 100%;
    padding: 1.1em;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .06em;
    color: black;
    background-color: #ff000000;
    border: 0;
    line-height: .9
} */

/* .sched-global .btn-primary span, .sched-global .btn-secondary span{
    font-size: 4.6em;
    color: white;
    border: 0;
    top: -.1em;
    position: relative;
    border-radius: 900em;
    width: 1.1em;
    height: 1.1em;
    padding: 0;
    line-height: 1;
    display: block;
    text-align: center;
    margin: auto;
    text-shadow: -0.04em 0.08em black;  
} */

/* .sched-global .btn-primary span{
  background-color: #199ad6;
}

.sched-global .btn-secondary span{
  background-color: #91ca64;
}

.sched-global .btn-primary:hover, .sched-global .btn-secondary:hover{
  background-color: #ff000000!important;
  color: black!important;
}

.sched-global .btn-primary:hover span, .sched-global .btn-secondary:hover span{
  background-color: #e73c30;  
} */




/* Section-Header CSS  */ 


.top-bar-bg {
  position: relative;
  background-image: url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg'), url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg');
  background-position: right top, left top;
  background-repeat: no-repeat;
  background-size: 100px auto; /* Maintain the image size */
}

/* Flip the left-side image */
.top-bar-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100px auto; /* Maintain the mirrored image size */
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .top-bar-bg {
      background-image: none;
  }

  .top-bar-bg::before {
      display: none;
  }
}




/* Ensure the entire widget content is horizontally centered */
.header-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center; /* Centers the content horizontally */
  gap: 10px; /* Adds spacing between icon and text */
}

/* Style for the circular icon */
.header-phone-icon .elementor-icon-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Adjust size */
  height: 40px;
  border-radius: 50%; /* Circle shape */
  background: linear-gradient(180deg, #F89C4D 0%, #F68A33 100%);
  border: 2px solid #171B60; /* Blue outline */
}

/* Ensure the icon stays white and centered */
.header-phone-icon .elementor-icon-list-icon i {
  color: white;
  font-size: 18px; /* Adjust icon size */
}

/* Optional hover effect */
.header-phone-icon .elementor-icon-list-item:hover .elementor-icon-list-icon {
  transform: scale(1.1); /* Subtle zoom */
  transition: transform 0.3s ease;
}






/* Remove link underline in main-header-elementor section */
.main-header-elementor a {
  text-decoration: none !important;
}

/* Optional: Add hover effect to links */
.main-header-elementor a:hover {
  text-decoration: none !important;
  color: #F26722; /* Change color to your orange on hover */
}

/* Container that holds .top-bar-reviews */
.top-bar-reviews-container {
  display: flex;
  justify-content: center; /* Centers the .top-bar-reviews horizontally */
  align-items: center; /* Centers content vertically */
}

/* Style for .top-bar-reviews */
.top-bar-reviews {
  position: relative;
  padding-left: 0px; /* Adjust this value based on the size and spacing of the stars */
  display: inline-flex;
  align-items: cente;
}

.top-bar-reviews::before {
  content: "\f005 \f005 \f005 \f005 \f005"; /* Unicode for FontAwesome solid star */
  font-family: 'FontAwesome'; /* Ensure FontAwesome is included */
  font-size: 18px; /* Adjust size as needed */
  color: #F68A33; /* The updated orange color */
  margin-right: 8px; /* Add space between the stars and the text */
  letter-spacing: 5px; /* Adds space between the stars */
}

.top-bar-reviews::after {
  content: "\f0da"; /* Unicode for the solid FontAwesome right caret icon */
  font-family: 'FontAwesome'; /* Ensure FontAwesome is included */
  font-size: 14px; /* Adjust the size of the caret */
  color: #F26722; /* The updated orange color for the caret */
  margin-left: 8px; /* Add space between the text and the caret */
  position: relative;
  top: 0; /* Ensure it is aligned on the same line */
}






/* ------------------------------------------------------------------------------------- */



/* Container clears the float */
.location-block::after {
  content: "";
  display: table;
  clear: both;
}

/* Badge wrapper: now uses background-image instead of <img> */
.badge-pulse {
  float: left;
  width: 160px;
  height: 160px;
  margin: -36px 23px -7px -16px;
  border-radius: 50%;
  background: url("/wp-content/uploads/2025/08/Rockledge-Location-Badge.png") no-repeat center/cover;
  shape-outside: circle(50%);
  -webkit-shape-outside: circle(50%);
  position: relative;
  /* padding: 14%; */
}






.badge-pulse-orlando {
  float: left;
  width: 160px;
  height: 160px;
  margin: -36px 23px -7px -16px;
  border-radius: 50%;
  background: url("/wp-content/uploads/2025/08/Orlando-Location-Badge.png") no-repeat center/cover;
  shape-outside: circle(50%);
  -webkit-shape-outside: circle(50%);
  position: relative;
  /* padding: 14%; */
}


.badge-pulse-port {
  float: left;
  width: 160px;
  height: 160px;
  margin: -36px 23px -7px -16px;
  border-radius: 50%;
  background: url("/wp-content/uploads/2025/08/Port-St-Lucie-Location-Badge.png") no-repeat center/cover;
  shape-outside: circle(50%);
  -webkit-shape-outside: circle(50%);
  position: relative;
  /* padding: 14%; */
}



/* Pulse animation */
.badge-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(242,103,34,.55);
  animation: pulse-ring 2s infinite;
  pointer-events: none;
}

.badge-pulse-orlando::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(242,103,34,.55);
  animation: pulse-ring 2s infinite;
  pointer-events: none;
}

.badge-pulse-port::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(242,103,34,.55);
  animation: pulse-ring 2s infinite;
  pointer-events: none;
}

@keyframes pulse-ring {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(242,103,34,.55); }
  70%  { transform: scale(1.05); box-shadow: 0 0 0 18px rgba(242,103,34,0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(242,103,34,0); }
}

.location-block p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}

/* Responsive: stack badge above text */
@media (max-width: 600px) {
  .badge-pulse {
    float: none;
    display: block;
    margin: 0 auto 12px;
    shape-outside: none;
    background-position: center;
  }

  .location-block {
    text-align: center;
  }

  .location-block p {
    text-align: left;
  }
}





/* Section-1 Banner CSS  */ 

.mobile-banner{
  position: relative;
  overflow: hidden; /* Ensures that any overflow is hidden */
}

.banner-usp-icon {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.banner-usp-icon:before,
.banner-usp-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px; /* Line width */
  height: 50px; /* Line height */
  background-color: #d3d3d3; /* Lighter grey color */
  border-radius: 10px; /* Add roundness */
}

.banner-usp-icon:before {
  left: -45px;
}

.banner-usp-icon:after {
  right: -45px;
}

 /* ---------------------- */



/* Section-2 Top Services CSS  */ 

.mobile-services {
  position: relative;
}

.mobile-services .elementor-icon-box-title {
  position: relative;
  padding-right: 20px; /* Adjust for space between text and caret */
}

.mobile-services .elementor-icon-box-title::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%); /* Vertically center the SVG */
  width: 20px; /* Adjust the width of the SVG */
  height: 20px; /* Adjust the height of the SVG */
  background-image: url('/wp-content/uploads/2024/10/caret-right-orange.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-services .elementor-icon {
  margin-top: calc(50% - -20px); /* Adjust '20px' to half the height of your icon */
  transform: translateY(-50%);
  display: block;
}


.top-services-box {
  position: relative;
  perspective: 1000px;
}

.top-services-box .elementor-flip-box__front,
.top-services-box .elementor-flip-box__back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden; /* Keep the back hidden until hover */
  transition: opacity 0.5s ease-in-out; /* Smooth fade transition */
}

.top-services-box .elementor-flip-box__front {
  z-index: 2;
  opacity: 1; /* Front is visible by default */
  overflow: hidden; /* Keep content inside */
  position: relative; /* Ensure the top border stays relative to the box */
}

.top-services-box .elementor-flip-box__front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px; /* Adjust the thickness of the border */
  background-color: #171B60; /* The color of the border */
  z-index: 1; /* Keep the border inside the front */
  pointer-events: none; /* Prevent interference */
}

.top-services-box .elementor-flip-box__back {
  opacity: 0; /* Back is hidden initially */
  z-index: 1; /* Place the back behind the front */
}

/* Hover effect */
.top-services-box:hover .elementor-flip-box__front {
  opacity: 0; /* Fade out the front */
}

.top-services-box:hover .elementor-flip-box__back {
  opacity: 1; /* Fade in the back */
  z-index: 2; /* Bring the back to the front */
}



/* .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  font-family: 'Bungee', sans-serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.5px !important;
  word-spacing: normal !important;
  color:#171B60 !important;
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
      font-family: 'Bungee', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  word-spacing: normal !important;
  color:#f26722 !important;
  margin-top: .5em
   margin-bottem: -.5em
  
} */







 /* ---------------------- */

 /* Section-3 Intro CSS  */ 


/* ---------------------- */


 /* Section-4 USP's CSS  */ 

/* Change description color to white on hover */
.usp-box:hover .elementor-image-box-description {
  color: #ffffff !important; /* Override other styles */
}

/* Change title color to white on hover */
.usp-box:hover .elementor-image-box-title {
  color: #ffffff !important; /* Override other styles */
}

/* Adjust the icon (image) spacing */
.usp-box .elementor-image-box-img {
  position: relative;
  margin-bottom: 10px; /* Increased space between the image and the line */
}

/* Adjust the title spacing */
.usp-box .elementor-image-box-title {
  margin-top: 40px; /* Increased space between the line and the title */
  position: relative;
}

/* Add a line under the image */
.usp-box .elementor-image-box-img::after {
  content: '';
  position: absolute;
  bottom: -20px; /* Space between the image and the line */
  left: 50%;
  transform: translateX(-50%); /* Center the line */
  width: 100%; /* Control the width of the line */
  height: 6px; /* Control the thickness of the line */
  background-color: #F26722; /* Orange color for the line */
  border-radius: 50px; /* Make the line rounded */
}





/* Ensure hover effect works on all text elements inside .usp-box-mobile */
.usp-box-mobile:hover h2,
.usp-box-mobile:hover h3,
.usp-box-mobile:hover h4,
.usp-box-mobile:hover p,
.usp-box-mobile:hover .elementor-widget-container {
    color: #ffffff !important; /* Ensure the color changes to white */
}

/* Add transition for smoother effect */
.usp-box-mobile h2,
.usp-box-mobile h3,
.usp-box-mobile h4,
.usp-box-mobile p,
.usp-box-mobile .elementor-widget-container {
    transition: color 0.3s ease-in-out; /* Smooth transition */
}

/* Separator line under h2 inside .usp-box-mobile */
.usp-box-mobile:hover h2,
.usp-box-mobile:hover h3,
.usp-box-mobile:hover h4,
.usp-box-mobile:hover p {
    color: #ffffff !important; /* Ensure the heading and text turn white on hover */
}

.usp-box-mobile h3::after {
    content: '';
    display: block;
    width: 70px; /* Control the width of the separator line */
    height: 6px; /* Control the thickness of the line */
    background-color: #F26722; /* Orange color for the line */
    border-radius: 50px; /* Make the line rounded */
    margin: 10px 0 0; /* Space above the line, remove auto centering */
    text-align: left; /* Align the line to the left */
}



 

 



/* ---------------------- */


/* Section-5 Our Coupons CSS  */ 

.sec-coupons {
  position: relative;
}

.sec-coupons::after {
  content: '';
  position: absolute;
  right: -20em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/2024/09/mascot-1.svg');
  background-size: contain; /* Ensures the image fits within the box */
  background-repeat: no-repeat;
  width: 300px; /* Set the desired width */
  height: 500px; /* Set the desired height */
  z-index: 1; /* If you want it behind the content */
  pointer-events: none;
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.sec-coupons:hover::after {
  transform: translateY(-50%) scale(1.1); /* Slight zoom on hover */
}

/* Mobile Styling */
@media (max-width: 768px) {
  .sec-coupons::after {
    right: 0;
    top: 10px; /* Adjust based on your layout */
    width: 150px; /* Adjust for mobile size */
    height: 150px; /* Maintain aspect ratio */
  }
}

@media (max-width: 768px) {
  .sec-coupons::after {
    display: none; /* Hide the ::after element on mobile */
  }
  }



/* ---------------------- */


/* Section-6 About CSS  */ 



.blockquote {
  position: relative;
  display: block;
  background-color: #ebf5ff;
  padding: 1em;
  border-radius: 1em 1em 1em 1em; /* Round all corners */
  border: 0px solid #F26722;
  border-left: .8em solid #F26722; /* Thicker left border */
}

.blockquote::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em; /* Adjust to position the image inside the container */
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/2024/09/mascot-1.svg');
  background-size: contain; /* Ensure the SVG scales properly */
  background-repeat: no-repeat;
  width: 80px; /* Adjust width as needed */
  height: 170px; /* Adjust height as needed */
  pointer-events: none; /* Ensure it's not interactable */
  transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.blockquote:hover::after {
  transform: translateY(-50%) scale(1.1); /* Slight zoom on hover */
}

blockquote a {
  text-decoration: underline !important;
}


/* Mobile Styling */
@media (max-width: 768px) {
  .blockquote::after {
    width: 100px; /* Adjust size for mobile */
    height: 150px;
    right: -3em; /* Adjust positioning for mobile */
    
  }
}









/* Remove default bullets */
ul.d-inline-block.text-start {
  list-style-type: none; /* Remove the default bullets */
  padding-left: 0; /* Remove default padding */
}

/* Add custom orange bullets */
ul.d-inline-block.text-start li {
  position: relative;
  padding-left: 1.2em; /* Add space for the custom bullet */
}

ul.d-inline-block.text-start li::before {
  content: '•'; /* Custom bullet symbol */
  position: absolute;
  left: 0;
  color: #F26722; /* Bullet color */
}

/* Change link color */
ul.d-inline-block.text-start a {
  color: #171B60; /* Link color */
  text-decoration: none; /* Optional: remove underline */
}

ul.d-inline-block.text-start a:hover {
  color: #F26722; /* Optional: change color on hover */
}

/* Apply Bungee font, color, and hover style to Read Less */
.read-less-text {
    font-family: 'Bungee', sans-serif; /* Bungee font */
    font-weight: 400;                  /* Font weight 400 */
    color: #171B60;                    /* Primary color */
    cursor: pointer;                   /* Make it clickable */
    text-align: left;                /* Center it */
    display: block;
    margin-top: 1em;                   /* Add some space above */
}

.read-less-icon {
    font-size: inherit;                /* Keep icon size consistent with text */
    margin-left: 0.5em;                /* Add space between text and icon */
}

.read-less-text:hover {
    color: #F26722;                    /* Hover color */
}

a[href^="tel"] {
    white-space: nowrap; /* Prevents line breaks for phone numbers */
}

.accordion-content {
    display: none; /* Hide the accordion content by default */
}

.accordion-header.active + .accordion-content {
    display: block; /* Show content when the header is active */
}

.elementor-accordion-item:first-child{
    display: none
}




/* ---------------------- */



/* Section-7 Trust CSS  */ 

.trust-services-background {
  position: relative;
  background-image: url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg'), url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg');
  background-position: right top, left top; /* Position one image on the right and the other on the left */
  background-repeat: no-repeat; /* Prevent the images from repeating */
  background-size: auto 100%; /* Ensure the images cover the full height */
}

/* Flip the left-side image */
.trust-services-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/wp-content/uploads/2024/10/pattern-blue-longn.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: scaleX(-1); /* Mirror the image horizontally */
}

@media (max-width: 768px) {
  .trust-services-background {
      background-image: none; /* Remove background images */
  }
}


  .trust-services-background::before {
      display: none; /* Hide the mirrored image on mobile */
  }




  .trust-services .elementor-icon {
    border: 2px solid white !important; /* White border with !important */
    border-radius: 50%; /* Makes the border circular */
    padding: 10px; /* Adjust padding to create space inside the border */
    display: inline-flex; /* Ensures the icon stays properly centered */
    align-items: center; /* Centers the icon vertically */
    justify-content: center; /* Centers the icon horizontally */
  }
  
  .trust-services .elementor-icon i {
    font-size: inherit; /* Ensures the icon scales with the parent */
  }
  





/* ---------------------- */



/* Section-8 Finance CSS  */ 

.finance {
  position: relative;
  z-index: 1; /* Ensure finance container has a lower z-index */
}

.finance::after {
  content: '';
  position: absolute;
  top: 50%; /* Adjust based on vertical position */
  right: 100px; /* Position it to the right */
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/2024/09/piggybank-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  pointer-events: none;
  filter: invert(14%) sepia(56%) saturate(2561%) hue-rotate(222deg) brightness(88%) contrast(97%); /* Converts color to #171B60 */
  z-index: 2; /* Ensure it sits on top of other elements */
}

.finance:hover::after {
  filter: invert(58%) sepia(58%) saturate(5684%) hue-rotate(358deg) brightness(93%) contrast(102%); /* Converts color to #F26722 */
}

@media (max-width: 1100px) {
  .finance::after {
    width: 75px;
    height: 75px;
    right: 100px; /* Adjust for smaller screens */
    display: none;
  }
}




/* ---------------------- */



/* Section-9 Additional Services CSS  */ 


.services-mascot {
  position: relative; /* Make sure the container is positioned for the ::after element */
}

.services-mascot::after {
  content: '';
  position: absolute;
  top: 50%; /* Adjust this value for vertical positioning */
  right: 0; /* Adjust for horizontal positioning */
  transform: translateY(-50%); /* Center the SVG vertically */
  background-image: url('/wp-content/uploads/2024/09/mascot-1.svg');
  background-size: contain; /* Make sure the SVG scales appropriately */
  background-repeat: no-repeat;
  width: 500px; /* Default width */
  height: 800px; /* Default height */
  pointer-events: none; /* Make sure the image is not interactable */
  z-index: 1; /* Ensure it's above other elements */
  transition: transform 0.3s ease; /* Smooth transition */
}

.services-mascot:hover::after {
  transform: translateY(-50%) scale(1.1); /* Slight zoom on hover */
}

/* Adjust size for screens between 481px and 1024px (tablets and small laptops) */
@media (max-width: 1024px) and (min-width: 481px) {
  .services-mascot::after {
    width: 400px; /* Adjusted width for tablets and small laptops */
    height: 600px; /* Adjusted height */
      right: -8em; /* Adjust for horizontal positioning */
  }
}

/* Hide the mascot on small mobile devices only (screens smaller than 481px) */
@media (max-width: 480px) {
  .services-mascot::after {
    display: none; /* Hide on small mobile devices */
  }
}







.custom-tabs-container .nav-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5em !important; 
  justify-content: flex-start !important; 
  border-bottom: none !important; 
}

.custom-tabs-container .nav-item {
  margin-bottom: -2px !important; /* Align tabs with the content below */
}

.custom-tabs-container .nav-link {
  background-color: #171B60 !important; /* Blue background for inactive tabs */
  color: #ffffff !important; /* White text color for tabs */
  border-radius: 25px !important; /* Consistent rounded corners for all tabs */
  padding: 0.5em 1.2em !important; /* Adjusted padding for better spacing */
  transition: background-color 0.3s ease, color 0.3s ease !important;
  text-align: center !important;
  border: none !important; /* No border around tabs */
}

.custom-tabs-container .nav-link.active {
  background-color: #F26722 !important; /* Orange background for active tab */
  color: #ffffff !important; /* White text for active tab */
}

.custom-tabs-container .nav-link:hover {
  background-color: #F26722 !important; /* Orange background on hover */
  color: #ffffff !important; /* White text on hover */
}

/* Style for the tab content within the custom container */
.custom-tabs-container .tab-content {
  padding: 1em !important;
  background-color: transparent !important; /* Transparent background */
  margin-top: 1em !important;
  color: #171B60 !important; /* Blue text for the content */
}

/* Styling the service list inside each tab */
.custom-tabs-container .service-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-tabs-container .service-list li {
  padding: 0.3em 0 !important;
  color: #171B60 !important; /* Blue text for the list items */
  background-color: transparent !important; /* Ensure no background color */
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease !important;
  position: relative !important; /* Position for the pseudo-element */
  font-weight: bold !important; /* Bold text for list items */
}

.custom-tabs-container .service-list li::before {
  content: "\f105"; /* Unicode for right caret icon */
  font-family: 'FontAwesome' !important; /* Ensure FontAwesome is loaded */
  color: #F26722 !important; /* Orange color for the icon */
  font-size: 1.2em !important; /* Slightly larger icon size */
  margin-right: 0.5em !important; /* Space between icon and text */
  display: inline-block !important;
  vertical-align: middle !important;
}

.custom-tabs-container .service-list li a {
  color: #171B60 !important; /* Blue text for links */
  text-decoration: none !important; /* Remove underline */
  font-weight: bold !important; /* Bold text for links */
}

.custom-tabs-container .service-list li:hover {
  color: #F26722 !important; /* Orange text on hover */
  background-color: transparent !important; /* Ensure no background color on hover */
  transform: scale(1.05) !important; /* Slight grow effect on hover */
}

.custom-tabs-container .service-list li a:hover {
  color: #F26722 !important; /* Orange text for links on hover */
  background-color: transparent !important; /* Remove any background color */
}

/* Responsive Design for Tabs */
@media (max-width: 768px) {
  .custom-tabs-container .nav-tabs {
      flex-direction: column !important; /* Stack tabs vertically on smaller screens */
  }

  .custom-tabs-container .nav-link {
      width: 100% !important; /* Make each tab full-width on mobile */
  }
}


/* ---------------------- */



/* Section-10 Reviews CSS  */ 



/* ---------------------- */



/* Section-11 Blog CSS  */ 

.blog-featured-img {
  width: 100%;
  height: 200px;
}

.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* ---------------------- */




/* Section-12 Hiring CSS  */ 



/* ---------------------- */


/* Section-13 Service Area CSS  */ 

.location-list-widget {
  overflow-y: auto;
  max-height: 400px;
  padding: 1em;
  border: 1px solid #ebf5ff;
  border-radius: 10px;
  background-color: #ffffff;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em; /* Space between location items */
}

.location-list li {
  width: calc(50% - 1em); /* Two locations per row with space between */
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow for better visibility */
  border-radius: 10px;
  padding: 0.6em;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Aligns content to the left */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition on hover */
}

.location-list li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow on hover */
}

.location-list li:hover .location-name {
  color: #171B60 !important; /* Keep location name text color consistent */
}

.location-list li .location-name {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  color: #171B60; /* Consistent color */
  transition: color 0.3s ease;
}

.service-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap into multiple rows */
  gap: 0.5em; /* Space between service items */
}

.service-sublist li {
  width: calc(50% - 0.25em);
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background and text color */
}

.service-sublist li:hover {
  background-color: #171B60; /* Blue background on hover */
  border-radius: 5px; /* Slight rounding for a better visual effect */
}

.service-sublist li a {
  color: #171B60; /* Default blue text for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease; /* Smooth transition for text color */
}

.service-sublist li:hover a {
  color: #ffffff !important; /* White text when the service item is hovered */
}

.location-list li a {
  text-decoration: none;
  color: #171B60; /* Blue text for links */
  font-weight: bold;
  transition: color 0.3s ease; /* Smooth transition for link color */
  display: flex;
  align-items: center;
}

.location-list li a:hover {
  color: #F26722; /* Orange text on hover */
  background-color: transparent !important; /* Remove blue background on hover */
}

.location-list li a .map-pin {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/09/map-marker.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(51%) sepia(86%) saturate(651%) hue-rotate(-24deg) brightness(100%) contrast(101%);
}

/* Scrollbar Styling */
.location-list-widget::-webkit-scrollbar {
  width: 8px;
}

.location-list-widget::-webkit-scrollbar-thumb {
  background-color: #F26722;
  border-radius: 10px;
}

.location-list-widget::-webkit-scrollbar-track {
  background-color: #f0f4ff;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .location-list-widget {
      padding: 0.5em !important; /* Reduced padding for the container */
  }

  .location-list {
      gap: 0.5em !important; /* Adjust space between items for smaller screens */
      flex-direction: row !important; /* Display items in rows */
      flex-wrap: wrap !important; /* Allow wrapping to create multiple rows */
  }

  .location-list li {
      width: calc(50% - 0.5em) !important; /* Two items per row with a small gap */
      padding: 0.6em !important; /* Adjusted padding for more compact design */
      font-size: 1.2em !important; /* Increase font size for better readability */
      margin-bottom: 0.5em !important; /* Add space between items */
  }

  .location-list li .location-name {
      font-size: 1.2em !important; /* Slightly larger font size for location names */
      margin-bottom: 0.3em !important; /* Reduce space between the location name and services */
  }

  .service-sublist {
      gap: 0.4em !important; /* Reduce space between service items */
  }

  .service-sublist li {
      width: 100% !important; /* Make each service item full width */
      padding: 0.2em 0 !important; /* Reduce padding for each service item */
      font-size: 0.9em !important; /* Adjust service text size for better readability */
  }

  .location-list li a {
      font-size: 1em !important; /* Adjust link text size */
      padding: 0.2em 0 !important; /* Reduce padding around the links */
  }

  .location-list li a .map-pin {
      width: 14px !important;
      height: 14px !important;
      margin-right: 5px !important; /* Adjust icon size for better fit */
  }
}


/* ---------------------- */






/* Section-14 CTA Footer CSS  */ 


.cta-divider::after {
  content: '';
  display: block;
  position: absolute;
  top: -1%; /* Center the mascot vertically */
  left: 50%; /* Center the mascot horizontally */
  transform: translate(-50%, -50%); /* Correct centering */
  width: 50px; /* Adjust width of the mascot */
  height: 80px; /* Adjust height of the mascot */
  background-image: url('/wp-content/uploads/2024/09/mascot-small.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* ---------------------- */



/* Reviews Page CSS  */ 


.elfsight-app {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
  border-radius: 10px; /* Smooth rounded corners */
  overflow: hidden; /* Prevent content overflow */
  width: 100%; /* Ensure full width */
  max-width: 1200px; /* Constrain the width on larger screens */
  margin: 0 auto; /* Center horizontally */
}


@media (max-width: 768px) {
  .elfsight-app {
      max-width: 100%; /* Full width on smaller screens */
  }
}

/* ---------------------- */















.sched-row {
    position: relative;
    padding: 0;
    max-width: 1700px!important;
    margin: auto;
    box-shadow: 0em 0em 2em #00000000;
}

.sched-row.row>*{
  padding: 0;
}


.sched-row a, .sched-row button {
    color: white;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    padding: 2% 2% 3% 2%;
    transition: all .3s ease-in-out;
    border-radius: .7em;
    letter-spacing: .06em;
    text-decoration: none;
    font-size: 0.9em;
    margin: 0;
    border-radius: 0em;
    position: relative;
    z-index: 1;
    background: #3380ae;
    width: 100%;
    border:0;
 }

.sched-row button.pop-button:before{
  transform: scale(1);
  
}

.sched-row button.pop-button{
  position: relative;
  color: white;
  background-color: #000000;
 }

.sched-row button.pop-button:after {
    content: " ";
    position: absolute;
    bottom: 0em;
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: all .3s ease-in-out;
    right: 0%;
} 

.sched-row button.pop-button strong{
  text-shadow: none;
}

.sched-row button.pop-button span{
  color: #ffffff;
}

.sched-row a .column,.sched-row a .columns , .sched-row button .column,.sched-row button .columns {
    padding-left: 0rem;
    padding-right: 0rem;
}

.sched-row a strong, .sched-row button strong {
    letter-spacing: 0.03em;
    font-size: 2.2em;
    font-weight: 900;
    display: block;
    text-shadow: -0.1em 0.1em 0em #000000;
    margin-bottom: 0.3em;
 }

.sched-row a span, .sched-row button span {
    display: block;
    text-align: center;
    font-size: 9em;
    position: relative;
    /* top: -.1em; */
    opacity: 1;
    line-height: 0.6;
    left: -0.1em;
}

.sched-row a:hover span, .sched-row button:hover span{
      -webkit-animation: tada 1s;
    animation: tada 1s;
}

.sched-row a:hover, .sched-row button:hover{
  background-color: #464646;
  color: #ffffff;
  cursor: pointer;
}

/* Footer Section CSS  */ 

/* Footer CTA */

.site-footer{
  background-color: #ffffff!important;
  color: black!important;
  max-width: 1700px!important;
  margin: auto;
  box-shadow: 0em 0em 2em #000000;
  padding-bottom: 0em;
  padding-top: 1.2em;
}

.site-footer .bullet-list li:after{
  display: none;
}

.site-footer .bullet-list li{
  padding: 0.2em 0;
}

.site-footer .bullet-list li{
  width: 50%;
}


.logo-foot{
  text-align: center;
  /* padding: 2%; */
}

.logo-foot img{
  display: block;
  width: 14em;
  margin: 1em auto;
}

.logo-foot a{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: black!important;
}

.schema{
  text-align: center;
}

.schema a{
  display: block;
  font-weight: 900;
}

.schema a:hover{
  color: #03a8e2!important;
}
 

.footer-txt{
  text-align: center;
  color: #e78b3d;
  letter-spacing: .03em;
  font-size: 1.2em;
  margin-top: 1em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-family: 'Exo 2';
  }

.foot-links{
  text-align: center;
  font-size: .9em;
}


.help-link {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #0000001c;
    padding: 0.5em;
    text-align: center;
}

.help-links a{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #0000001c;
  padding: .5em;
}

.help-links a:hover{
  color: #03a8e2!important;
}

.copyright{
  color: white;
  text-transform: uppercase;
  font-size: 0.7em!important;
  letter-spacing: .08em;
  padding: 1.1em 0em 0.8em 0em!important;
  max-width: none;
  width: 100%;
  background: #111111;
  margin-top: 2%;
  border-top: 1px solid #00000029;
}

.lic-numbner{
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .08em;
}

.socialmedia{
  position: relative;
}

.socialmedia .navbar{
  position: relative;
  padding-left: 0rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.socialmedia .navbar a{
  color: #3f63c9!important;
  font-size: 2em;
  text-decoration: none;
  padding: 0em 0.2em 0em 0.2em;
  margin: 0em 0em;
  display: block;
  text-align: center;
}

.socialmedia .navbar a span{
  line-height: 1.7;
}

.socialmedia .navbar a:hover{
  background-color: #b5201d00;
}

.socialmedia .navbar a:hover{
  color: #03a8e2!important;
}

.schema-title{
  margin: 0.7em 0 0em 0!important;
}

footer a{
  text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------Contact Page Css ------------------------------------------------------------------ */ 

/* Gravity Forms Wrapper */
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
  font-family: "Inter", sans-serif;
  z-index: 1 !important;
  color: #000000 !important;
  text-transform: capitalize !important;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .large,
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .medium {
  font-family: "Inter", sans-serif;
  color: #000000 !important;
  background: transparent !important;
  border-color: #E0E0E0 !important;
  text-transform: none !important;
}

/* Select Dropdown Styling */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select {
  background: transparent !important;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select .gfield_select option {
  background: #171B60 !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select:before {
  position: absolute;
  content: "\edef";
  top: 10px;
  right: 13px;
  color: #F26722;
}

/* Checkbox Styling */
.gform_wrapper .gform_body .ginput_container_checkbox {
  margin: 0 auto !important;
}

.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li.gchoice {
  max-width: 210px !important;
}

.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li.gchoice input[type="checkbox"].gfield-choice-input {
  margin-top: 0 !important;
  border-color: #F26722 !important;
  background-color: transparent !important;
}

.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li.gchoice input[type="checkbox"].gfield-choice-input:checked {
  background: #F26722 !important;
  border-color: #F26722 !important;
}

.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li.gchoice input[type="checkbox"].gfield-choice-input:checked:after {
  border-color: #ffffff !important;
}

.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li.gchoice label {
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  color: #000000 !important;
  padding-top: 0 !important;
}

/* Light Form Variation */
.border_form.border_form_light .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
  color: #ffffff !important;
}

.border_form.border_form_light .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .large,
.border_form.border_form_light .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .medium {
  color: #ffffff !important;
  border-color: #86B9D8 !important;
}

/* Error State */
.border_form.border_form_light .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_label {
  color: #ffffff !important;
}

.border_form.border_form_light .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  color: #ffffff !important;
}

/* Request Form Variation */
.request_border_form .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label .gfield_required {
  color: #F26722 !important;
}

.request_border_form .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select:before {
  color: #F26722;
}

.request_border_form .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .gfield_label {
  color: #ffffff !important;
}

/* Hero Banner Form */
.hero_banner_from .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label {
  color: #ffffff !important;
}

.hero_banner_from .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .large,
.hero_banner_from .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .medium {
  color: #ffffff !important;
  border-color: #86B9D8 !important;
}

.hero_banner_from .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_select:before {
  color: #F26722;
}





/* Apply custom Bootstrap primary styles to Gravity Forms submit button */
.gform_button {
  color: #171B60 !important;
  border: 3px solid #171B60 !important;
  background: linear-gradient(180deg, #f89c4d 0%, #f89c4d 48.5%, #f68a33 66.72%, #f68a33 100%) !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-family: 'Bungee', sans-serif;
  height: 43px;
  width: 250px;
  border-radius: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}


/* Hover and active state */
.gform_button:hover,
.gform_button:active {
  background-color: #F26722;
  border-color: #fff;
  color: #ffffff;
}



.floating_labels_wrapper {
  margin: 0px 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.floating_labels_wrapper .floating_labels label {
  position: absolute;
  margin-top: 18px;
  margin-left: 10px;
  transition: all 0.2s ease;
  opacity: 1;
  line-height: 0px !important;
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.floating_labels_wrapper .floating_labels label.float_label {
  margin-top: 3px !important;
  font-size: 9px !important;
}
.floating_labels_wrapper .floating_labels .gfield {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 22px !important;
  margin-bottom: 0px !important;
}
.floating_labels_wrapper .floating_labels .gfield input::-moz-placeholder {
  color: transparent;
}
.floating_labels_wrapper .floating_labels .gfield input::placeholder {
  color: transparent;
}
.floating_labels_wrapper .floating_labels .gfield select.gfield_select {
  padding: 8px !important;
  margin-top: 0px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.floating_labels_wrapper .gform_footer {
  padding: 0px !important;
  margin: 0px 0px !important;
}
.floating_labels_wrapper .gform_footer input {
  margin-bottom: 0px !important;
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  min-width: 100%;
}

.gform_heading,
.gform_title,
.instruction {
  display: none !important;
}

.contact_form_short .gform_footer input {
  width: 100% !important;
}

.contact_page_form .gform_body ul li.gfield {
  padding-left: 0px !important;
}

.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper ul li.gfield.gfield_error {
  margin-bottom: 0px !important;
  background-color: rgba(255, 223, 224, 0) !important;
  border: none !important;
}
.gform_wrapper ul li.gfield.gfield_error ::-moz-placeholder {
  color: #000000;
}
.gform_wrapper ul li.gfield.gfield_error ::placeholder {
  color: #000000;
}
.gform_wrapper ul li.gfield.gfield_error label {
  color: #D60707;
  font-size: 13px !important;
  margin-left: 10px;
  display: block !important;
  margin-top: 18px !important;
}
.gform_wrapper ul li.gfield.gfield_error label.float_label {
  font-size: 9px !important;
  margin-left: 10px;
  display: block !important;
  margin-top: 3px !important;
}
.gform_wrapper ul li.gfield.gfield_error select,
.gform_wrapper ul li.gfield.gfield_error input {
  color: #D60707;
  border-color: #D60707 !important;
}
.gform_wrapper .validation_message, .gform_wrapper .validation_message--float {
  margin-top: -9px;
  margin-left: 0px;
  pointer-events: none;
  color: #D60707 !important;
}
.gform_wrapper .validation_message--float {
  margin-top: -9px;
  font-size: 10px !important;
  position: absolute;
  padding: 0px 0px !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper ul li.gfield .ginput_container_select:after {
  position: absolute;
  right: 0 !important;
  top: 56.6% !important;
  content: "" !important;
  height: 10px;
  width: 10px;
  background: 0 0 !important;
  border-left: 1px solid #3d3d3d !important;
  border-bottom: 1px solid #3d3d3d !important;
  z-index: 0 !important;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .gform_wrapper ul li.gfield .ginput_container_select:after {
    right: 30px !important;
    top: 34.6% !important;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul li.gfield .ginput_container_select:after {
    right: 13px !important;
    top: 44.6% !important;
  }
}
.gform_wrapper ul li.gfield select {
  font-size: 13px;
  background: transparent;
  margin-top: 12px;
  position: relative;
  z-index: 9;
  -webkit-appearance: none !important;
  -moz-appearance: none; /* Firefox */
  appearance: none;
}
.gform_wrapper ul li.gfield ::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
}
.gform_wrapper ul li.gfield ::placeholder {
  opacity: 1;
  font-size: 14px;
}
.gform_wrapper ul li.gfield .large,
.gform_wrapper ul li.gfield .medium {
  padding: 39px 10px 10px !important;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #E0E0E0;
  line-height: 18px !important;
  color: #3d3d3d !important;
  text-transform: inherit;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}
.gform_wrapper ul li.gfield textarea.large,
.gform_wrapper ul li.gfield textarea.medium {
  height: 125px;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper ul li.gfield {
    padding-left: 16px;
  }
}
.gform_wrapper ul.gfield_checkbox {
  padding: 0px !important;
  margin-top: -10px !important;
  margin-bottom: 0px !important;
}
.gform_wrapper ul.gfield_checkbox li {
  padding: 0px !important;
  margin: 0px auto !important;
  overflow: visible !important;
  max-width: 210px;
}
.gform_wrapper ul.gfield_checkbox li label {
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 6px;
  padding-left: 6px;
  color: #3d3d3d !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-transform: inherit;
  max-width: 100% !important;
}
@media screen and (max-width: 575px) {
  .gform_wrapper ul.gfield_checkbox li label {
    width: 100% !important;
    cursor: pointer;
  }
}
.gform_wrapper ul.gfield_checkbox li input {
  width: 14px !important;
  height: 14px !important;
}
.gform_wrapper ul.gfield_radio li label {
  font-weight: 400 !important;
}
.gform_wrapper .ginput_container_checkbox {
  margin-top: 0px !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  -webkit-appearance: none;
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
  padding: 6px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 3px !important;
  margin-top: 9px;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked {
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
  color: #ffffff;
  padding: 6px 6px !important;
  border-bottom: none !important;
  border-radius: 3px !important;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked:after {
  content: "";
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: -1px;
  color: #ffffff;
  display: inline-block;
  transform: rotate(45deg);
  height: 7px;
  width: 4px;
  margin-left: 44%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

input[type=submit] {
  background: transparent;
  padding: 0px;
  color: red;
  /* border-radius: 0px; */
  border-style: 0px;
}

select {
  color: #E0E0E0 !important;
}

ul.gform_fields li::before,
ul.gform_fields li::after {
  list-style-type: none;
  display: none !important;
}

.gform_wrapper ul li.gfield.gf_left_half {
  min-width: 50% !important;
  margin-right: 0px !important;
}
.gform_wrapper ul li.gfield.gf_left_half .ginput_container {
  margin-top: 0px !important;
}
@media screen and (min-width: 767px) {
  .gform_wrapper ul li.gfield.gf_left_half {
    padding-left: 0px !important;
    padding-right: 13px !important;
  }


  .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
    right: 16px !important;
    top: 46% !important;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul li.gfield.gf_left_half {
    padding-left: 0px !important;
  }
}
.gform_wrapper ul li.gfield.gf_right_half {
  min-width: 50% !important;
  margin-right: 0px !important;
}
.gform_wrapper ul li.gfield.gf_right_half .ginput_container {
  margin-top: 0px !important;
}
@media screen and (min-width: 575px) {
  .gform_wrapper ul li.gfield.gf_right_half {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .gform_wrapper ul li.gfield.gf_right_half {
    padding-left: 13px !important;
  }
}

.home_border_form .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
  right: 16px !important;
  top: 60% !important;
}

@media screen and (min-width: 767px) {
  .elementor-form-b .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
    top: 50% !important;
  }
}
@media screen and (min-width: 767px) {
  .elementor-form-b .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
    top: 50% !important;
  }
}
@media screen and (min-width: 767px) {
  .elementor-editor-active .elementor-form-b .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
    top: 50% !important;
  }
}
.free_estimate_form .gform_wrapper ul li.gfield.gf_left_half .ginput_container_select:after {
  right: 10px !important;
  top: 23px !important;
}

.instruction {
  display: none;
}

.gform_wrapper .validation_message, .gform_wrapper .validation_message--float {
  color: #D60707 !important;
  padding-top: 0px !important;
}
.gform_wrapper div.validation_error {
  color: #D60707 !important;
  border-top: 2px solid #D60707 !important;
  border-bottom: 2px solid #D60707 !important;
}

.border_form .floating_labels label,
.banner-form .floating_labels label,
.home_border_form .floating_labels label {
  margin-top: 18px;
}
.border_form .gform_wrapper ul li.gfield,
.banner-form .gform_wrapper ul li.gfield,
.home_border_form .gform_wrapper ul li.gfield {
  padding-bottom: 3px !important;
  padding-left: 0px;
  padding-right: 0px !important;
}
.border_form .gform_wrapper ul li.gfield .large,
.border_form .gform_wrapper ul li.gfield .medium,
.banner-form .gform_wrapper ul li.gfield .large,
.banner-form .gform_wrapper ul li.gfield .medium,
.home_border_form .gform_wrapper ul li.gfield .large,
.home_border_form .gform_wrapper ul li.gfield .medium {
  border: 0px !important;
  border-bottom: 1px solid #000000 !important;
  padding: 18px 0px 8px !important;
  color: #000000 !important;
  background: transparent;
}
.border_form .gform_wrapper ul li.gfield.gfield_error label,
.banner-form .gform_wrapper ul li.gfield.gfield_error label,
.home_border_form .gform_wrapper ul li.gfield.gfield_error label {
  color: #D60707 !important;
}
.border_form .gform_wrapper ul li.gfield.gfield_error input,
.banner-form .gform_wrapper ul li.gfield.gfield_error input,
.home_border_form .gform_wrapper ul li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
.border_form .gform_wrapper ul.gfield_checkbox,
.banner-form .gform_wrapper ul.gfield_checkbox,
.home_border_form .gform_wrapper ul.gfield_checkbox {
  margin-top: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.border_form .gform_wrapper ul.gfield_checkbox li label,
.banner-form .gform_wrapper ul.gfield_checkbox li label,
.home_border_form .gform_wrapper ul.gfield_checkbox li label {
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  margin-left: 0px !important;
}
.border_form .floating_labels_wrapper,
.banner-form .floating_labels_wrapper,
.home_border_form .floating_labels_wrapper {
  max-width: 290px;
  margin: 0px auto !important;
}
@media screen and (max-width: 1200px) {
  .border_form .floating_labels_wrapper,
.banner-form .floating_labels_wrapper,
.home_border_form .floating_labels_wrapper {
    max-width: 270px;
  }
}
.border_form .floating_labels_wrapper .floating_labels label,
.banner-form .floating_labels_wrapper .floating_labels label,
.home_border_form .floating_labels_wrapper .floating_labels label {
  margin-left: 0px !important;
  color: #000000 !important;
}

.home_form_a .gform_wrapper ul.gfield_checkbox {
  margin-top: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.home_form_a .gform_wrapper ul.gfield_checkbox li label {
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  margin-left: 0px !important;
  width: 100% !important;
}

.sidebar .border_form.border_form_light .gform_wrapper ul li.gfield .large,
.sidebar .border_form.border_form_light .gform_wrapper ul li.gfield .medium {
  border: 1px solid !important;
  padding: 15px !important;
  padding-left: 15px !important;
  padding-right: 20px !important;
}

.sidebar .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0px !important;
}

.sidebar .border_form .floating_labels_wrapper .floating_labels label {
  margin-left: 0px !important;
}

.sidebar .border_form.border_form_light .floating_labels_wrapper .floating_labels label {
  margin-left: 15px !important;
}

.sidebar .border_form .floating_labels_wrapper .floating_labels .gfield_checkbox label {
  margin-left: 0px !important;
}

.sidebar .border_form.border_form_light .gform_wrapper ul li.gfield .ginput_container_select:after {
  right: 15px !important;
  top: 22px !important;
}

.sidebar .ginput_container.ginput_container_select {
  margin-top: 12px !important;
}

@media screen and (max-width: 575px) {
  .banner-form ul.gform_fields {
    display: flex !important;
    flex-direction: column;
  }
}
.banner-form .floating_labels_wrapper {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .banner-form .floating_labels_wrapper {
    max-width: 290px;
  }
}
.banner-form .floating_labels_wrapper .floating_labels label {
  margin-left: 10px !important;
  margin-top: 17px !important;
  color: #000000 !important;
}
.banner-form .floating_labels_wrapper .floating_labels label.float_label {
  margin-top: 3px !important;
  font-size: 9px !important;
}
.banner-form .gform_wrapper ul.gfield_checkbox {
  padding: 0px !important;
}
.banner-form .gform_wrapper ul.gfield_checkbox li label {
  margin-top: 0px !important;
}
@media screen and (max-width: 991px) {
  .banner-form .gform_wrapper ul.gfield_checkbox li label {
    font-family: "Source Sans Pro", sans-serif !important;
    padding-left: 0px !important;
    margin-left: 7px !important;
    font-weight: 400 !important;
    white-space: nowrap;
    font-size: 14px !important;
  }
}
.banner-form .gform_wrapper ul.gfield_checkbox .gchoice .gfield-choice-input {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.banner-form .gform_wrapper ul.gfield_checkbox .gchoice .gfield-choice-input:checked {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.banner-form .gform_wrapper ul.gfield_checkbox .gchoice .gfield-choice-input:checked:after {
  border-bottom: 1px solid #3D3B3B;
  border-right: 1px solid #3D3B3B;
}
@media screen and (min-width: 991px) {
  .banner-form .gform_wrapper ul li.gfield.gf_left_half {
    padding-right: 13px !important;
  }
}
@media screen and (min-width: 991px) {
  .banner-form .gform_wrapper ul li.gfield.gf_right_half {
    padding-left: 13px !important;
  }
}
.banner-form .gform_wrapper ul li.gfield {
  padding-bottom: 12px !important;
}
.banner-form .gform_wrapper ul li.gfield .large,
.banner-form .gform_wrapper ul li.gfield .medium {
  border: 1px solid #000000 !important;
  padding: 16px 10px 16px !important;
  color: #000000 !important;
}
.banner-form .gform_wrapper ul li.gfield .ginput_container_select select option {
  background-color: #3D3B3B !important;
}
.banner-form .gform_wrapper ul li.gfield .ginput_container_select:after {
  top: 48% !important;
  border-color: #000000 !important;
  height: 8px;
  width: 8px;
}
@media screen and (max-width: 991px) {
  .banner-form .gform_wrapper ul li.gfield .ginput_container_select:after {
    top: 50% !important;
  }
}
.banner-form .gform_wrapper ul li.gfield.gfield_error label {
  margin-top: 17px !important;
}
.banner-form .gform_wrapper ul li.gfield.gfield_error label.float_label {
  margin-top: 4px !important;
}

.border_form.border_form_light .gform_wrapper ul li.gfield .large,
.border_form.border_form_light .gform_wrapper ul li.gfield .medium,
.home_border_form .gform_wrapper ul li.gfield .large,
.home_border_form .gform_wrapper ul li.gfield .medium {
  border-bottom: 1px solid #000000 !important;
  color: #000000 !important;
  background: transparent;
}
.border_form.border_form_light .gform_wrapper ul li.gfield.gfield_error label,
.home_border_form .gform_wrapper ul li.gfield.gfield_error label {
  color: #D60707 !important;
}
.border_form.border_form_light .gform_wrapper ul li.gfield.gfield_error input,
.home_border_form .gform_wrapper ul li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
.border_form.border_form_light .gform_wrapper ul li.gfield .ginput_container_select:after,
.home_border_form .gform_wrapper ul li.gfield .ginput_container_select:after {
  border-color: #000000 !important;
}
.border_form.border_form_light .gform_wrapper ul li.gfield .ginput_container_select option,
.home_border_form .gform_wrapper ul li.gfield .ginput_container_select option {
  background-color: #3D3B3B !important;
}
.border_form.border_form_light .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input,
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  max-width: 14px !important;
  max-height: 14px !important;
}
.border_form.border_form_light .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked,
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked {
  max-width: 14px !important;
  max-height: 14px !important;
}
.border_form.border_form_light .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked:after,
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked:after {
  border-bottom: 1px solid #3D3B3B;
  border-right: 1px solid #3D3B3B;
}
.border_form.border_form_light .floating_labels_wrapper .floating_labels label,
.home_border_form .floating_labels_wrapper .floating_labels label {
  color: #000000 !important;
}

.home_border_form .floating_labels_wrapper {
  max-width: 100%;
}
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.home_border_form .gform_wrapper .gfield_checkbox .gchoice .gfield-choice-input:checked:after {
  border-bottom: 1px solid #3D3B3B;
  border-right: 1px solid #3D3B3B;
}
.home_border_form .gform_wrapper ul li.gfield {
  padding-bottom: 30px !important;
}
.home_border_form .gform_wrapper ul li.gfield:nth-last-child(2), .home_border_form .gform_wrapper ul li.gfield:nth-last-child(1), .home_border_form .gform_wrapper ul li.gfield:nth-last-child(3) {
  padding-bottom: 0px !important;
}
.home_border_form .gform_wrapper ul li.gfield.gf_right_half {
  padding-left: 13px !important;
}
.home_border_form .gform_wrapper ul li.gfield.gf_left_half {
  padding-right: 13px !important;
}

.border_form.bg_form .gform_wrapper ul li.gfield {
  padding-bottom: 13px !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield .large,
.border_form.bg_form .gform_wrapper ul li.gfield .medium {
  border: 0px !important;
  padding: 11px 10px 9px !important;
  color: #000000 !important;
  background: #E4E5E6 !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield select.large,
.border_form.bg_form .gform_wrapper ul li.gfield select.medium {
  background: transparent !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield .validation_message, .border_form.bg_form .gform_wrapper ul li.gfield .validation_message--float {
  font-size: 9px !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield .ginput_container.ginput_container_select {
  background: #E4E5E6 !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield .ginput_container.ginput_container_select:after {
  right: 13px !important;
  top: 40.6% !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield.gfield_error label {
  color: #D60707 !important;
}
.border_form.bg_form .gform_wrapper ul li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
.border_form.bg_form .gform_wrapper ul.gfield_checkbox {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.border_form.bg_form .gform_wrapper ul.gfield_checkbox li label {
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.border_form.bg_form .floating_labels_wrapper {
  max-width: 290px;
  margin: 0px auto !important;
}
@media screen and (max-width: 1200px) {
  .border_form.bg_form .floating_labels_wrapper {
    max-width: 270px;
  }
}
.border_form.bg_form .floating_labels_wrapper .floating_labels label {
  margin-left: 10px !important;
  color: #949CA1 !important;
  margin-top: 10px !important;
  z-index: 999 !important;
}
.border_form.bg_form .floating_labels_wrapper .floating_labels label.float_label {
  margin-top: -2px !important;
}

.gform_legacy_markup_wrapper .gfield_required {
  color: inherit !important;
  margin-left: 1px !important;
}

.home-form .border_form.bg_form .floating_labels_wrapper {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .home-form .border_form.bg_form .floating_labels_wrapper li {
    width: 16%;
    margin: 0px;
    max-width: 16.6666666667% !important;
    min-width: 15% !important;
    margin: 0px !important;
    display: inline-block;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.home-form .border_form.bg_form .floating_labels_wrapper li:nth-child(7) {
  max-width: 1005% !important;
  width: 100% !important;
  display: block;
}
.home-form .border_form.bg_form .floating_labels_wrapper li:nth-child(7) label.gfield_label.gfield_label_before_complex {
  display: none;
}
.home-form .border_form.bg_form .floating_labels_wrapper li:nth-child(7) li.gchoice {
  width: 100% !important;
  min-width: 300px !important;
  max-width: 307px !important;
  margin: 0px auto !important;
}
.home-form .border_form.bg_form .floating_labels_wrapper li:nth-child(7) ul {
  max-width: 210px !important;
  margin: 0px auto !important;
}
@media screen and (max-width: 991px) {
  .home-form .border_form.bg_form .floating_labels_wrapper li {
    min-width: 100% !important;
    padding-left: 0px !important;
  }
}
.home-form .border_form.bg_form .floating_labels_wrapper li .ginput_container {
  margin-top: 0px !important;
}
.home-form .border_form.bg_form .floating_labels_wrapper li .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input,
.home-form .border_form.bg_form .floating_labels_wrapper li .home-form .border_form.bg_form .floating_labels_wrapper li .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  background: #000000 !important;
  border-color: #000000 !important;
}
.home-form .border_form.bg_form .floating_labels_wrapper li input {
  width: 100%;
}
.home-form .border_form.bg_form .floating_labels_wrapper li.gfield_html {
  max-width: 100% !important;
  min-width: 100%;
  width: 100%;
  text-align: center;
}

.home_form_a .gform_wrapper ul li.gfield.gf_left_half,
.home_form_a .gform_wrapper ul li.gfield.gf_right_half {
  min-width: 100% !important;
  padding: 0px !important;
}
.home_form_a .gform_wrapper ul li.gfield label.gfield_label {
  margin-top: 30px !important;
}
.home_form_a .gform_wrapper ul li.gfield label.gfield_label.float_label {
  margin-top: 10px !important;
}
.home_form_a .gform_wrapper ul li.gfield select.large,
.home_form_a .gform_wrapper ul li.gfield select.medium {
  padding-bottom: 5px !important;
  padding-top: 20px !important;
}
.home_form_a .gform_wrapper ul li.gfield .ginput_container.ginput_container_select:after {
  top: 35px !important;
  right: 0px !important;
}

.mobile_cta .border_form .floating_labels_wrapper {
  max-width: 290px !important;
}
.mobile_cta .border_form .gform_wrapper ul.gfield_checkbox li label {
  width: 96%;
  color: #000000 !important;
}
.mobile_cta .border_form .gform_wrapper ul li.gfield .ginput_container_select {
  position: relative;
}
.mobile_cta .floating_labels label {
  margin-top: 18px;
  color: #000000 !important;
}
.mobile_cta .gform_wrapper ul li.gfield .large,
.mobile_cta .gform_wrapper ul li.gfield .medium {
  border: 0px !important;
  border: 1px solid #000000 !important;
  padding: 18px 0px 8px !important;
  color: #000000 !important;
  background: transparent;
}
.mobile_cta .gform_wrapper ul li.gfield.gfield_error label {
  color: #D60707 !important;
}
.mobile_cta .gform_wrapper ul li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
.mobile_cta .floating_labels_wrapper {
  max-width: 290px;
  margin: 0px auto !important;
}
@media screen and (max-width: 1200px) {
  .mobile_cta .floating_labels_wrapper {
    max-width: 270px;
  }
}
.mobile_cta .floating_labels_wrapper .floating_labels label {
  margin-left: 0px !important;
  color: #000000 !important;
}

.page_content .border_form.border_form_light .gform_wrapper ul li.gfield .large {
  border: 1px solid #000000 !important;
  padding: 20px 16px 10px !important;
}
.page_content .border_form.border_form_light .gform_wrapper ul li.gfield label.gfield_label {
  left: 15px;
  margin-top: 15px;
}
.page_content .border_form.border_form_light .gform_wrapper ul li.gfield.gfield_error .large {
  border-color: #D60707 !important;
}
.page_content .border_form.border_form_light .gform_wrapper ul li.gfield.gfield_error label.gfield_label {
  margin-top: 15px !important;
}
.page_content .border_form.border_form_light .gform_wrapper ul li.gfield.gfield_error label.gfield_label.float_label,
.page_content .border_form.border_form_light .gform_wrapper ul li.gfield label.gfield_label.float_label {
  margin-top: 3px !important;
}

.page_content .border_form.border_form_light .gform_wrapper ul li.gfield select.large {
  padding: 15px 16px !important;
}

.page_content .border_form.border_form_light .gform_wrapper ul li.gfield .ginput_container.ginput_container_select:after {
  right: 18px !important;
  top: 23px !important;
  border-color: #000000 !important;
}

.free_estimate_form ul.gform_fields li {
  padding-left: 0px !important;
}
.free_estimate_form ul.gform_fields li .ginput_container {
  margin-top: 0px !important;
}
.free_estimate_form ul.gform_fields li .ginput_container .large {
  border-color: #E0E0E0 !important;
  color: #3d3d3d !important;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .free_estimate_form ul.gform_fields li .ginput_container_textarea {
    max-height: 124px;
  }
}
.free_estimate_form ul.gform_fields li label.gfield_label {
  color: #3d3d3d !important;
}
.free_estimate_form ul.gform_fields li.gfield.gfield_error label.gfield_label {
  color: #D60707 !important;
}
.free_estimate_form ul.gform_fields li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
@media screen and (min-width: 991px) {
  .free_estimate_form ul.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
  }
  .free_estimate_form ul.gform_fields li {
    width: 50%;
    padding-bottom: 25px !important;
  }
  .free_estimate_form ul.gform_fields li .ginput_container {
    margin-top: 0px !important;
  }
  .free_estimate_form ul.gform_fields li .ginput_container .large {
    border-color: #E0E0E0 !important;
  }
  .free_estimate_form ul.gform_fields li:nth-child(5) {
    max-height: 80px;
  }
  .free_estimate_form ul.gform_fields li:nth-child(7) {
    margin-top: -80px !important;
    max-height: 80px;
  }
  .free_estimate_form ul.gform_fields li:nth-child(1),
.free_estimate_form ul.gform_fields li:nth-child(3),
.free_estimate_form ul.gform_fields li:nth-child(5),
.free_estimate_form ul.gform_fields li:nth-child(7) {
    padding-left: 0 !important;
    padding-right: 13px !important;
  }
  .free_estimate_form ul.gform_fields li:nth-child(2),
.free_estimate_form ul.gform_fields li:nth-child(4),
.free_estimate_form ul.gform_fields li:nth-child(6) {
    padding-right: 0 !important;
    padding-left: 13px !important;
  }
  .free_estimate_form ul.gform_fields li:nth-child(8),
.free_estimate_form ul.gform_fields li:nth-child(9) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    order: 7;
  }
}
.free_estimate_form ul.gform_fields li .ginput_container_select {
  position: relative;
}
.free_estimate_form ul.gform_fields li .ginput_container_select:after {
  right: 10px !important;
  top: 23px !important;
  border-color: #000000 !important;
}
.free_estimate_form ul.gform_fields li label.gfield_label {
  margin-top: 18px;
}
.free_estimate_form ul.gform_fields li .ginput_container_select select.gfield_select {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.free_estimate_form ul.gform_fields li li.gchoice {
  max-width: 210px !important;
  padding-right: 0px !important;
}
@media screen and (min-width: 991px) {
  .free_estimate_form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    max-width: 50% !important;
    width: 50% !important;
    min-width: 50% !important;
  }
}
.free_estimate_form .gform_wrapper ul.gfield_checkbox li label {
  color: #000000 !important;
  width: 100% !important;
  max-width: 100%;
}

.finance_page_form .free_estimate_form ul.gform_fields li {
  padding-left: 0px !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li .ginput_container {
  margin-top: 0px !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li .ginput_container .large {
  border-color: #E0E0E0 !important;
  color: #3d3d3d !important;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .finance_page_form .free_estimate_form ul.gform_fields li .ginput_container_textarea {
    max-height: 124px;
  }
}
.finance_page_form .free_estimate_form ul.gform_fields li label.gfield_label {
  color: #3d3d3d !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li.gfield.gfield_error label.gfield_label {
  color: #D60707 !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
@media screen and (min-width: 991px) {
  .finance_page_form .free_estimate_form ul.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li {
    width: 50%;
    padding-bottom: 25px !important;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li .ginput_container {
    margin-top: 0px !important;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li .ginput_container .large {
    border-color: #E0E0E0 !important;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li:nth-child(5) {
    max-height: 80px;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li:nth-child(7) {
    margin-top: -80px !important;
    max-height: 80px;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li:nth-child(1),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(3),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(5),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(7) {
    padding-left: 0 !important;
    padding-right: 13px !important;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li:nth-child(2),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(4),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(6) {
    padding-right: 0 !important;
    padding-left: 13px !important;
  }
  .finance_page_form .free_estimate_form ul.gform_fields li:nth-child(8),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(9) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.finance_page_form .free_estimate_form ul.gform_fields li .ginput_container_select {
  position: relative;
}
.finance_page_form .free_estimate_form ul.gform_fields li .ginput_container_select:after {
  right: 10px !important;
  top: 23px !important;
  border-color: #000000 !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li label.gfield_label {
  margin-top: 18px;
}
.finance_page_form .free_estimate_form ul.gform_fields li .ginput_container_select select.gfield_select {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.finance_page_form .free_estimate_form ul.gform_fields li li.gchoice {
  max-width: 210px !important;
  padding-right: 0px !important;
}
.finance_page_form .free_estimate_form .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked {
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
  color: #E4E5E6;
}
@media screen and (min-width: 991px) {
  .finance_page_form .free_estimate_form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
    max-width: 50% !important;
    width: 50% !important;
    min-width: 50% !important;
  }
}
.finance_page_form .free_estimate_form .gform_wrapper ul.gfield_checkbox li label {
  color: #3d3d3d !important;
  width: 100% !important;
  max-width: 100%;
}

.schedule_service_form ul.gform_fields li .ginput_container {
  margin-top: 0px !important;
}
.schedule_service_form ul.gform_fields li .ginput_container .large,
.schedule_service_form ul.gform_fields li .ginput_container .datepicker {
  border-color: #E0E0E0 !important;
  width: 100%;
  color: #3d3d3d !important;
}
.schedule_service_form ul.gform_fields li .ginput_container.ginput_container_date .datepicker {
  box-shadow: none !important;
  border: 1px solid;
  padding: 10px 26px !important;
}
.schedule_service_form ul.gform_fields li .ginput_container.ginput_container_date .datepicker::-moz-placeholder {
  font-size: 0px !important;
}
.schedule_service_form ul.gform_fields li .ginput_container.ginput_container_date .datepicker::placeholder {
  font-size: 0px !important;
}
.schedule_service_form ul.gform_fields li.gfield.gfield_error label {
  color: #D60707 !important;
}
.schedule_service_form ul.gform_fields li.gfield.gfield_error input {
  border-color: #D60707 !important;
  color: #D60707 !important;
}
.schedule_service_form ul.gform_fields li.gfield.gf_right_half .ginput_container_select:after {
  top: 24px !important;
  right: 10px !important;
}
@media screen and (min-width: 650px) and (max-width: 1200px) {
  .schedule_service_form ul.gform_fields li.gfield.gf_right_half .ginput_container_select:after {
    top: 26px !important;
    right: 30px !important;
  }
}
@media screen and (min-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time {
    padding-bottom: 0px !important;
  }
}
.schedule_service_form ul.gform_fields li.preffered_time .gfield_label {
  margin-top: 0px;
  position: relative;
  min-width: 25%;
  margin-left: 0px;
}
.schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li {
  display: inline-block;
}
@media screen and (min-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li {
    width: 32%;
  }
}
@media screen and (max-width: 1199px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(1) {
    width: 28%;
  }
}
@media screen and (max-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(1) {
    width: 26%;
  }
}
@media screen and (max-width: 1199px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(2) {
    width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(3) {
    width: 37%;
  }
}
@media screen and (max-width: 991px) {
  .schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li:nth-child(3) {
    width: 40%;
  }
}
.schedule_service_form ul.gform_fields li.preffered_time ul.gfield_radio li input {
  margin-top: 0px;
}

input[type=radio] {
  width: 10px;
  height: 10px;
}

.schedule_service_form .gform_wrapper .top_label li.preffered_time ul.gfield_radio {
  margin-top: -2px !important;
}
.schedule_service_form .floating_labels_wrapper .floating_labels label {
  margin-top: 17px;
  color: #3d3d3d !important;
}
.schedule_service_form .floating_labels_wrapper .floating_labels .date_service label {
  left: 30px;
  z-index: 9;
}
.schedule_service_form .floating_labels_wrapper .floating_labels .gchoice label {
  margin-top: 1px !important;
  color: #3d3d3d !important;
}
.schedule_service_form .floating_labels_wrapper .floating_labels .ginput_container_radio .gchoice label {
  margin-top: 2px !important;
  color: #3d3d3d !important;
  font-weight: 600 !important;
}

.schedule_service_form ul.gform_fields li .ginput_container li.gchoice {
  max-width: 210px;
}

.schedule_service_form ul.gform_fields li .ginput_container li.gchoice label {
  width: 100%;
  max-width: 100%;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  body main .schedule_service_form ul li {
    padding-left: 0px;
  }
}

@media screen and (min-width: 650px) and (max-width: 1200px) {
  .schedule_service_form ul.gform_fields li.gfield.gf_left_half .ginput_container_select:after {
    top: 26px !important;
    right: 30px !important;
  }
}
@media screen and (max-width: 650px) {
  .schedule_service_form ul.gform_fields li.gfield.gf_left_half .ginput_container_select:after {
    top: 26px !important;
    right: 10px !important;
  }
}

.request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container {
  margin-top: 0px !important;
}
.request_form .floating_labels_wrapper .floating_labels .gfield .large {
  border-color: #E0E0E0;
  margin-left: 0px !important;
  color: #3d3d3d !important;
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield .large {
    padding: 14px 10px 6px !important;
  }
}
.request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_select {
  position: relative;
  color: #3d3d3d;
}
.request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_select:after {
  top: 26px !important;
  border-left: 1px solid #3d3d3d !important;
  border-bottom: 1px solid #3d3d3d !important;
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_select:after {
    top: 19px !important;
    right: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_select .large {
    padding: 10px 10px 10px !important;
  }
}
.request_form .floating_labels_wrapper .floating_labels .gfield label.gfield_label {
  margin-top: 17px;
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield label.gfield_label {
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_checkbox {
    margin: 0 auto 0px auto;
    max-width: 315px;
  }
  .request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_checkbox label {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_checkbox {
    margin: 0 auto 0px 0.5rem;
    max-width: 230px;
  }
}
.request_form .floating_labels_wrapper .floating_labels .gfield .ginput_container_checkbox label {
  font-family: "Source Sans Pro", sans-serif !important;
  width: 100%;
  max-width: 100%;
  color: #3d3d3d !important;
}
.request_form .floating_labels_wrapper .floating_labels .gfield.gfield_error label.gfield_label {
  margin-top: 17px !important;
}
@media screen and (max-width: 991px) {
  .request_form .floating_labels_wrapper .floating_labels .gfield.gfield_error label.gfield_label {
    margin-top: 12px;
  }
}
.request_form .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked {
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
  color: #ffffff;
}
.request_form .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
}
@media screen and (min-width: 991px) {
  .request_form .coupon-popup-close {
    right: -30px;
    top: -33px;
  }
}
@media screen and (max-width: 991px) {
  .request_form .coupon-popup-close {
    right: 0px;
    top: -40px;
  }
}

.request_form .floating_labels_wrapper .floating_labels .gfield label.gfield_label.float_label,
.request_form .floating_labels_wrapper .floating_labels .gfield.gfield_error label.gfield_label.float_label {
  margin-top: 0px !important;
}

.schedule_service_form ul.gform_fields li .ginput_container.ginput_container_date:before {
  content: "\f708";
  font-family: "icomoon" !important;
  top: 19px;
  color: #898989;
  position: absolute;
  left: 10px !important;
  font-size: 14px;
  line-height: 14px;
}

.schedule_service_form ul.gform_fields li .ginput_container.ginput_container_date {
  position: relative;
}

::-moz-placeholder {
  color: #000000 !important;
}

::placeholder {
  color: #000000 !important;
}

.form-control:focus {
  color: #000000 !important;
  background-color: #E4E5E6 !important;
}

.custom-select {
  position: relative;
  padding: 0px;
  width: calc(100% - 54px);
}
.custom-select:after {
  content: "\f033";
  font-family: "icomoon" !important;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  transform: translateY(-50%);
  color: #000000 !important;
}

.custom-select select {
  display: none;
}

.select-selected,
.select-selected-category {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  margin-top: 0px;
  -webkit-appearance: none !important;
  -moz-appearance: none; /* Firefox */
  appearance: none;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected,
.select-selected-category {
  color: #000000;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  height: 54px;
  text-transform: uppercase;
  background-color: #E4E5E6;
  display: flex;
  align-items: center;
}

.select-selected-category {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif !important;
}

input#search {
  color: #000000 !important;
}

.select-items {
  position: absolute;
  background-color: #E4E5E6;
  font-size: 13px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-weight: 600;
  color: #000000 !important;
}
.select-items div {
  color: #000000;
}
.select-items div:hover {
  background-color: #949CA1;
  color: #ffffff !important;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.landing_page div#request_service {
  display: block !important;
}

div#request_service,
div#request_service > div {
  display: block !important;
}

@media screen and (max-width: 768px) {
  div#request_service .home_border_form .gform_wrapper ul li.gfield.gf_left_half,
div#request_service .home_border_form .gform_wrapper ul li.gfield.gf_right_half {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.gform_legacy_markup_wrapper select option[value=""] {
  display: none;
}

.select-selected {
  background: transparent;
}

.custom-select:before {
  content: "";
  background: #E4E5E6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.floating_labels_wrapper .floating_labels .gfield large {
  max-width: 100% !important;
  min-width: 100%;
}

@media screen and (min-width: 991px) {
  .page-template-rds-free-estimate ul.gform_fields,
.page-template-rds-financing main ul.gform_fields {
    display: flex;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(1),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(1) {
    order: 1;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(2),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(2) {
    order: 2;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(3),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(3) {
    order: 3;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(4),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(4) {
    order: 4;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(5),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(5) {
    order: 5;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(6),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(6) {
    order: 7;
    padding-left: 0px !important;
    padding-right: 15px !important;
    margin-top: -5px !important;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(7),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(7) {
    order: 6;
    margin-top: 0px !important;
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .page-template-rds-free-estimate ul.gform_fields li:nth-child(9),
.finance_page_form .free_estimate_form ul.gform_fields li:nth-child(9) {
    order: 9;
  }
}
@media screen and (max-width: 991px) {
  .page-template-rds-contactpage .floating_labels_wrapper .floating_labels .gfield {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-template-rds-contactpage .floating_labels_wrapper .floating_labels .gfield label {
    width: 100%;
  }
}
.banner-form .gform_wrapper ul li.gfield,
.banner-form .gform_wrapper ul li.gfield .large {
  width: 100%;
}

.banner-form .floating_labels_wrapper .floating_labels label.gfield_label.gfield_label_before_complex {
  display: none !important;
}

@media screen and (min-width: 991px) {
  .banner-form .gform_wrapper ul li.gfield.gf_right_half,
.banner-form .gform_wrapper ul li.gfield.gf_left_half {
    width: 50%;
    display: inline-block;
  }
  .banner-form .gform_wrapper ul {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .banner-form .gform_wrapper ul li .gchoice {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .banner-form .gform_wrapper ul li.gfield.gf_right_half,
.banner-form .gform_wrapper ul li.gfield.gf_left_half {
    width: 50% !important;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .banner-form .gform_wrapper ul li.gfield.gf_right_half,
.banner-form .gform_wrapper ul li.gfield.gf_left_half {
    width: 100% !important;
    display: inline-block;
  }
}
.sidebar .border_form .gform_wrapper ul li.gfield .ginput_container {
  margin-top: 0px !important;
}

.sidebar .border_form .gform_wrapper ul li.gfield {
  margin-top: 8px !important;
}

.sidebar label.gfield_label.gfield_label_before_complex {
  display: none;
}

.banner-form .gform_wrapper ul li.gfield .medium,
.banner-form .gform_wrapper ul li.gfield .large {
  width: 100% !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0px !important;
}

.banner-form .gform_wrapper ul.gfield_checkbox li {
  max-width: 210px !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-left: 0px !important;
}

.border_form .gform_wrapper ul.gfield_checkbox,
.banner-form .gform_wrapper ul.gfield_checkbox,
.home_border_form .gform_wrapper ul.gfield_checkbox {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin: 15px 0px !important;
}

li#field_3_9,
li#field_2_9,
.gform_wrapper ul.gfield_checkbox li {
  line-height: 18px !important;
}

.banner-form .gform_wrapper ul.gfield_checkbox {
  display: block !important;
}

.sidebar .border_form .floating_labels_wrapper .floating_labels .gfield_checkbox label {
  font-size: 14px !important;
  white-space: normal;
  margin-top: 0px !important;
}

ul#gform_fields_2 {
  margin-bottom: 0px !important;
}

.gform_wrapper ul li.gfield .ginput_container_fileupload input {
  margin-top: 0px !important;
  /* padding: 13px 10px !important; */
}

.border_form.home_form_a .gform_wrapper ul li.gfield .ginput_container.ginput_container_select:after {
  top: 26px !important;
}

.hero_banner_form_background,
.home_form_a .gform_wrapper ul li.gfield select option {
  background: #fff !important;
}

.wpjb-errors li {
  list-style: none !important;
  margin-left: 0px !important;
}

.wpjb-errors li:after,
.wpjb-errors li:before {
  display: none !important;
}

.home-form .gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked:after {
  content: "";
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: -1px;
  color: #222222 !important;
  display: inline-block;
  transform: rotate(45deg);
  height: 7px;
  width: 4px;
  margin-left: 44%;
  border-bottom: 1px solid #000000 !important;
  border-right: 1px solid #000000 !important;
}

.gallery-topbar-search .custom-select {
  position: relative;
  padding: 0;
  width: calc(100% - 96px);
}




/* ---------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------Inner Pages Css ------------------------------------------------------------------ */ 

/* Global Inner CSS  */ 



/* General styles for the testimonial section */
.review-widget {
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #d8e8f2;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  position: relative;
  overflow: hidden;
}

/* Header styles */
.review-widget span {
  font-family: 'Bungee', sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 43px;
}

/* Add big quotation marks */
.review-widget::before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  color: rgb(23 27 96);
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
}

.review-widget::after {
  content: "”";
  font-family: Georgia, serif;
  font-size: 100px;
  color: rgb(23 27 96);
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
}

/* Elfsight app container styling */
.elfsight-app {
  z-index: 2;
  position: relative; /* Ensures it sits above the quotation marks */
  padding: 10px 20px;
}

/* Reviewer text and other content within Elfsight */
.elfsight-app .review-text {
  font-style: italic;
  font-size: 18px;
  color: #666;
  line-height: 1.5em;
}

.elfsight-app .reviewer-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  text-align: right;
}

/* Small divider line between reviews (if needed) */
.elfsight-app .review-divider {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .review-widget {
      padding: 15px;
      border-radius: 5px;
  }

  .review-widget h3 {
      font-size: 20px;
  }

  .review-widget::before,
  .review-widget::after {
      font-size: 80px;
  }
}

/* ---------------------------------------------------------------------------------------------------------- */







/* Change the color and size of the dropdown icons with !important */
.mobile-menu-nav .sub-arrow svg {
  fill: #f26722 !important;
  width: 26px !important;
  height: 26px !important;
  margin-left: auto;
  display: flex;
}

/* Ensure the parent <a> tag aligns the icon and text */
.mobile-menu-nav .elementor-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Full width for alignment */
  text-decoration: none;
}

/* Hide submenu initially and show on active */
.mobile-menu-nav .sub-menu {
  display: none;
  transition: max-height 0.3s ease-in-out;
}

.mobile-menu-nav .menu-item-has-children.active > .sub-menu {
  display: block; /* Show submenu when active */
}

/* Optional: Add some padding or margin to submenu items */
.mobile-menu-nav .sub-menu li {
  padding: 8px 0;
}




/* General Accordion Styles */
.accordion {
  border: none !important; /* No outer box */
  margin: 20px 0 !important;
}

/* Accordion Item */
.accordion-item {
  overflow: hidden !important;
  margin-bottom: 0px !important;
  background-color: #fff !important; /* White background */
  border: 1px solid #d3d3d3 !important; /* Faint grey border */
  border-radius: 0px !important; /* Small rounding for better design */
}

/* Accordion Button */
.accordion-button {
  background-color: transparent !important; /* Remove orange background */
  color: #171B60 !important; /* Blue text */
  font-family: Bungee, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  line-height: 33px !important;
  padding: 0px 15px 0px 15px !important
  text-align: left !important;
  border: none !important; /* No inner borders */
  outline: none !important;
  box-shadow: none !important; /* No box shadow */
  transition: none !important;
}

.accordion-button:not(.collapsed) {
  color: #171B60 !important; /* Your blue color */
  background-color: transparent !important; /* No background color */
  box-shadow: none !important; /* No shadow */
}

/* Remove Hover Effect */
.accordion-button:hover {
  background-color: transparent !important;
  color: #171B60 !important;
}

/* Collapsed State - Remove Orange Background */
.accordion-button.collapsed {
  background-color: transparent !important;
  color: #171B60 !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Accordion Content */
.accordion-body {
  background-color: #fff !important; /* White background */
  padding: 20px !important;
  font-size: 16px !important;
  color: #444 !important;
  line-height: 1.6 !important;

}

/* Accordion Collapse Transition */
.accordion-collapse {
  transition: height 0.3s ease !important;
}

/* Open State Content Background */
.accordion-collapse.show {
  background-color: #fff !important; /* Keep the same white background */
}

/* Default Accordion Button Arrow */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem; /* Slightly larger size */
  height: 1.5rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F26722'%3e%3cpath fill-rule='evenodd' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.5rem; /* Adjusted size */
  transition: transform 0.2s ease-in-out;
}

/* Accordion Button Arrow When Open */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F26722'%3e%3cpath fill-rule='evenodd' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-size: 1.5rem; /* Adjusted size */
}



/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .accordion-button {
      font-size: 20px !important;
      padding: 12px !important;
  }
  .accordion-body {
      font-size: 14px !important;
      padding: 15px !important;
  }
}






.got-an-emergency {
  background-image: url(/wp-content/uploads/2024/11/cta-banner.png); /* Single image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center !important;
}


/* Styling "Same Day Service" text */
.emergency-service-box .heading_title {
  font-family: 'Bungee', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2em;
  /* padding: 0 0.75em; */
  /* text-align: center; */
}

/* Styling contact number */
.emergency-service-box .cta_call_link span {
  font-family: 'Bungee', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #F26722;
  line-height: 35px;
  padding: 5px 0;
  text-decoration: none;
}

.emergency-service-box .cta_call_link span:hover {
  color: #F26722;
  text-decoration: none;
}

.emergency-service-box .cta_link div {
  font-family: 'Bungee', sans-serif;
  font-size: 21px;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative; /* Position relative for the pseudo-element */
  padding: 10px 15px;
  border-radius: 0;
}

.emergency-service-box .cta_link div::before {
    content: "";
    position: absolute;
    left: 0; /* Align the border to the left */
    top: -5px; /* Extend the border upwards */
    bottom: -5px; /* Extend the border downwards */
    width: 5px; /* Set the width of the left border */
    background-color: #F26722; /* Orange color for the border */
}


/* Icon styling (Icomoon) */
.emergency-service-box .cta_link .icon-chevron-circle-right {
  font-size: 18px; /* Icon size */
  color: #F26722; /* Orange icon color */
  margin-left: 8px; /* Space between text and icon */
}

/* Hover effect for button and icon */
.emergency-service-box .cta_link div:hover {
  color: #F26722; /* Text color on hover */
  border-color: #171B60; /* Change border color on hover */
}

a.cta_link {
  cursor: pointer;
  text-decoration: none;
}








.inside-content{
  padding-bottom: 8%;
}

.insideimage{
  position: relative;
  padding: 6% 4% 8% 4%;
  margin-top: 9.5%;
  border-bottom: 0.2em solid #3380ae;
  background-position: 100% 100%;
  background-size: 46%;
  z-index: 12;
}

.insideimage:after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: -15%;
  width: 65%;
  height: 100%; /* Inherit or match parent's height */
  background-color: #171B60;
  box-shadow: 0.6em 0em #F26722;
  z-index: 0;
  transform: skew(-20deg, 0deg);
  background: rgb(23,27,96); /* Starting dark blue */
  background: -moz-linear-gradient(94deg, rgba(23,27,96,1) 25%, rgba(29,35,120,1) 69%);
  background: -webkit-linear-gradient(94deg, rgba(23,27,96,1) 25%, rgba(29,35,120,1) 69%);
  background: linear-gradient(94deg, rgba(23,27,96,1) 25%, rgba(29,35,120,1) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171B60",endColorstr="#1D2378",GradientType=1);
}

.breadcrumb-container {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.home-icon span.icon-home2 {
  font-size: 18px;
  color: #f26722; /* Orange color for the icon */
}

.breadcrumb-separator {
  margin: 0 0.5em;
  color: #999; /* Optional separator styling */
}


/* Style for the first breadcrumb link (Home) */
.custom-breadcrumbs span span a:first-child {
  color: #F26722; /* Orange */
  text-decoration: none; /* Optional: Remove underline */
}

/* Style for the current page breadcrumb (Emergency Plumbing) */
.custom-breadcrumbs .breadcrumb_last {
  color: #ffffff; /* White */
  font-weight: bold; /* Optional: Makes it stand out */
}

/* Optional: Hover effect for the first breadcrumb link */
.custom-breadcrumbs span span a:first-child:hover {
  color: #ffffff; /* White hover color for the first link */
  text-decoration: underline; /* Optional */
}





.rank-math-breadcrumb a:hover {
  color: #ffffff; /* Change to white (#ffffff) when hovered */
}


.rank-math-breadcrumb .last {
  color: #ffffff; /* Set the text color to white */
}


.rank-math-breadcrumb .separator {
  color: #ffffff; /* Set the separator line color to white */
}



/* .insideimage .slider-usp{
  bottom: -2em;
  position: relative;
  z-index: 3;
  width: 65%;
  margin: 0em auto -1em 0;
} */

/* .insideimage .truck-image:after{
  bottom: 0em;
  right: 2em;
} */

/* .insideimage .slider-usp.row>*{
  padding: 0 .4em;
} */

/* .insideimage .slider-usp .usp-box p{
  opacity: 1;
  font-size: 1.1em;
  bottom: -1.2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  line-height: 1.1;
} */
 
/* .insideimage .slider-usp .usp-box{
  font-size: 0.8em;
  width: 100%;
  height: 8.8em;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: white;
}  */

/* .insideimage .slider-usp .usp-box span{
  font-size: 5.5em;
  line-height: 0.7; 
  margin: -0.1em auto 0.05em auto;
  left: 0em;
  color: #3380ae;
} */

/* .banner-head{
  position: relative;
  color: #ffffff;
  letter-spacing: .12em;
  font-size: 1.9em;
  text-transform: uppercase;
  z-index: 2;
  padding-left: 0.5em;
  border-radius: 0em;
  width: 55%;
} */

.banner-head:after {
  content: '';
  position: absolute;
  left: -0.6em;
  top: -0.1em;
  background: #f26722;
  border-radius: 90em;
  width: .25em;
  height: 100%;
}



/* #breadcrumbs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    color: black;
    z-index: 999;
    position: relative;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 30px;
    padding: 0% 2% 1.8% 1%;
} */

/* #breadcrumbs a {
    color: #3380ae;
    font-weight: 900;
    text-decoration: none;
} */

/* #breadcrumbs .icon-home {
    font-size: 1.2em;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.2);
    padding: 1em;
    margin-right: 12px;
    color: #e78b3d;
} */

 
/* .inside-section-3 h2, .inside-section-4 h2{
  font-size: 2em;
} */

/* .inside-section-4 h2{
  color: #343434;
} */

/* .inside-section-3.careers-padding{
  margin-top: 15%;
} */

/* .inside-section-3{
  position: relative;
  background-color: #ebebeb;
  padding: 6% 7% 4% 7%;
  color: #000000;
  z-index: 9;
} */

/* .inside-section-3:after {
    content: '';
    position: absolute;
    top: -6em;
    left: 0;
    width: 100%;
    height: 7em;
    transform: scale(-1,-1);
    background-image: url(/wp-content/uploads/2023/06/np-crv.png);
    background-size: 100%;
    background-repeat: no-repeat;
} */

/* .inside-section-3 blockquote:before{
} */

/* .inside-section-3 h2{
  color: #373737;
} */

/* .inside-section-3 .accordion-button,.inside-section-4  .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #00b1b9;
    letter-spacing: .08em;
} */

/* .inside-section-3 .accordion-item, .inside-section-4 .accordion-item{
  background-color: #d7eef1;
  color: #070707;
} */

/* .inside-section-3 .accordion-button:not(.collapsed),.inside-section-4 .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
} */

/* .inside-section-3 .accordion,.inside-section-4 .accordion{
  margin-bottom: 2em;
} */

/* .inside-section-4{
  position: relative;
  background-color: #ffffff;
  padding: 3% 7% 6% 7%;
  color: black;
} */

/* .inside-section-3 .accordion-button::after, .inside-section-4 .accordion-button::after{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} */

/* .inside-section-3 .accordion-button:hover, .inside-section-4 .accordion-button:hover{
  background-color: #18134f;
  color: white!important;
} */

/* .inside-section-3 .accordion-button:hover h2, .inside-section-4 .accordion-button:hover h2{
  color: white;
} */

/* .inside-section-3 .accordion-button:not(.collapsed) h2,.inside-section-4 .accordion-button:not(.collapsed) h2{
  color: white;
} */

/* .inside-section-3 .bullet-list{
  position: relative;
} */

/* .inside-section-3 .bullet-list li{
  padding: 0.1em 0.1em 0.1em 1.8em;
} */

/* .inside-section-3 .bullet-list li:after {
    top: 0.05em;
    left: 0.2em;
} */


.emp-form{
    position: relative;
    padding: 6% 5% 3% 5%;
    background-color: #ebebeb;
    border-radius: 1em;
  margin: 1em auto 3em auto;
  width: 85%;
}

.emp-form .with_frm_style .vertical_radio .frm_checkbox label, .emp-form .with_frm_style .vertical_radio .frm_radio label{
  color: #fff;
}

.emp-form .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  padding: 1em 0em;
  text-transform: uppercase;
  font-family: 'poppinsbold';
  letter-spacing: .07em;
  font-size: 1.1em;
  background-color: #03a8e2;
  color: white;
  border: 0;
  box-shadow: none;
}

.emp-label{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #383838;
  font-size: 1.5em;
  margin-bottom: .8em;
}

.insideimage .not-active{
  display: none;
}

.insideimage .activate{
  position: relative;
  display: block!important;
  z-index: 9;
}

.insideimage .activate a{
  color: white;
  position: relative;
  z-index: 3;
  transition: all .3s ease-in-out;
  display: block;
  padding-left: 0em;
  border-radius: 900em;
  letter-spacing: .09em;
  font-size: 1.2em;
  margin-bottom: -1em;
  width: 16.5em;
  font-family: 'poppinsbold';
  text-align: center;
  margin-left: 3.8em;
}

.insideimage .activate a:hover{
  background-color: #5b6363;
}

/* Opening CTA Inner CSS  */ 

blockquote {
    font-size: 1.22em!important;
    margin-top: 35px!important;
    width: 95%;
    border-left: aliceblue;
    position: relative;
    padding: 1em 4em 1em 2.5em!important;
    margin: 4% 1% 6% 1%!important;
    z-index: 9;
    color: #000000!important;
}

blockquote, blockquote p {
    line-height: 1.6;
    margin-bottom: 0em;
    color: #000000!important;
}

blockquote:after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  height: 6em;
  width: 3em;
  transition: all .3s ease-in-out;
  background-position: center;
  right: 0.5em;
  background-image: url(/wp-content/uploads/2024/09/mascot-1.svg);
}

blockquote:before {
  content: '';
  position: absolute;
  bottom: 0em;
  left: 0em;
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: -01;
  background-color: #edf5fc;
  border-top-right-radius: 0em;
  border-radius: 1em;
  border-top-left-radius: 0em;
  border-bottom-left-radius: 0em;
  border-left: 0.8em solid #171B60;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

blockquote a{color: #171B60;text-decoration: none;}

blockquote a:hover{color: #F26722;}


#breadcrumbs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
    color: black;
    z-index: 0;
    position: relative;
    margin-bottom: 0px;
    margin-right: auto;
    margin-top: 1.5em;
}

/* .inside-content h1 {
    margin-bottom: -1px;
    color: #3380ae;
    font-weight: 900;
    font-size: 2.5em;
} */

/* .inside-content h1 strong{
    color: #3f6fa6;
} */

/* .inside-content h1 span{
  display: block;
  font-size: .6em;
  font-family: 'Poppins';
  font-weight: normal;
  color: white;
}

.inside-content h2 em{
  font-size: .8em;
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal
}

.inside-content h2 {
    color: #313131;
    font-weight: 900;
    font-size: 2em;
}

.inside-content h3 {
    color: #596161;
    font-weight: 900;
    font-size: 1.4em;
}

.inside-content h5{
  font-size:  1.3em;
} */

/* 
.deal-price{
  font-family: Bungee, sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #F26722;
  line-height: 36px;
  text-transform: uppercase;
}

.deal-price span{
  display: block;
  font-size: 0.5em;
  padding: 1% 7%;
}

.deal-offer{
  position: relative;
  font-family: Bungee, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  text-transform: capitalize;
  display: block;
  margin: 2% 0 2% 0;
}

.deal-offer span{
  display: block;
  font-size: .7em;
}

.coup-page{
  position: relative;
  padding-bottom: 7%;
}

.coup-page .text-highlight{
  margin-bottom: 3em;
}


.coup-page .home-coup img{
  width: 11em;
  left: 0;
  margin-bottom: 0.8em;
}

.coup-page .col-lg-6{
  margin: 0em  0 2.5em 0!important;
}

.coup-page .home-coup{
  text-align: center;
  width: 90%;
  padding: 9% 10% 5% 10%;
}

.coup-page .home-coup .btn{
  margin: 0.4em auto 1em auto;
  background-color: #66bee3;
  border: 0;
  color: white;
  margin: 1em auto;
  display: block;
  width: 90%;
}

.coup-page .home-coup p{
  font-size: .8em;
} */
 
/* List Style 1 Inner CSS  */ 


.bullet-list.t1 li:after {
  content: "\f0da"; /* Use the same content as .icon-caret-right */
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #f26722;
  font-size: 1.333em;
  border-radius: 50%;
  line-height: 1;
}


.bullet-list.t1 li {
  position: relative;
  padding: 0.2em .1em 0.2em .1em;
  padding-left: 2em;
  font-size: 1.1em;
  font-weight: 500;
  width: 48%;
}

@media (max-width: 767px) {
  .bullet-list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 10px;
      flex-direction: column;
  }
}



.bullet-list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 10px;
}

.bullet-list li {
  position: relative;
  padding: 0.2em .1em 0.2em .1em;
  padding-left: 2em;
  font-size: 1.1em;
  font-weight: 500;
  width: 48%;
}

.bullet-list li:after {
  content: "\f058";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #F26722;
  font-size: 1.333em;
  border-radius: 50%;
  line-height: 1;
}

.bullet-list li a{
  color: #171B60;
  text-decoration: none;
}

.bullet-list li a:hover{
  color: #000000;
}

/* ---------------------- */

/* List Style 2 Inner CSS  */ 

.check-list li {
  display: block !important;
  padding: .8em 1em .8em 2.5em !important;
  /* border-bottom: solid 1px rgba(0, 0, 0, 0.14) !important; */
  position: relative !important;
  line-height: 1.5em !important;
  text-align: left !important;
  width: 100% !important;
}

.check-list  {
    display: block!important;
    margin: 1em 0!important;
    padding: 0!important;
    /* border: solid 1px rgba(0, 0, 0, 0.08)!important; */
}

.check-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F26722;
  position: absolute;
  top: 1.3em;
  left: 1.06em;
  z-index: 2;
}

.check-list li:after{
  content: '';
  position: absolute;
  background-size: 100%;
  width: 2.5em;
  height: 2.5em;
  top: 0.4em;
  left: 0.3em;
  background-repeat: no-repeat;
}

.check-list li strong {
    text-transform: uppercase;
    font-size: 1.025em;
    color: #171B60;
}

.check-list li a{
  color: #171B60!important;
}

.check-list li a:hover{
  color: #F26722!important;
}

/* ------------------------------------------ */


/* Page creator Template */

.pc-default{
  position: relative;
  padding: 2% 2%;
  background-size: cover;
  background-position: center;
}



.pc-default .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #00488c;
    letter-spacing: .08em;
}

.pc-default .accordion-item{
  background-color: #efefef;
  color: #070707;
}

.pc-default .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #000000;
}

.pc-default .accordion{
  margin-bottom: 2em;
}

.pc-default .usp-box{
  position: relative;
  padding: 2em 2em;
  text-align: center;
  border: 1px solid #00000047;
  border-radius: .5em;
  margin: 1em auto;
  background: white;
}

.pc-default .usp-label{
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pc-default .usp-box span{
  display: block;
  text-align: center;
  font-size: 4em;
  color: #0056a6;
}

.center-head{
  text-align: center;
  display: block;
}


/* Flex Template */

.column-section{
  position: relative;
  padding: 5% 5%;
}

.column-section strong.highlight{
    font-size: 1.36em;
    font-style: italic;
    color: #000000;
    position: relative;
    font-weight: 500!important;
    margin-top: 8px;
    padding-bottom: 3%;
    margin-bottom: 1em;
    line-height: 1.4!important;
    display: block;
}

.column-section strong.highlight:not(.no-line):after {
    content: ' ';
    display: block;
    width: 159%;
    height: 4px;
    background-color: #4fc8e3;
    position: absolute;
    top: 95%;
    right: 20px;
}

.column-section  .btn-primary{
  max-width: 450px;
  margin-left: 0;
  color: white;
}

.column-section no{
  display: none;
}

.text-highlight p{
  margin-bottom: 0;
}

.column-section h1{
  color: #414141;
  font-size: 2.6em;
  margin: 0em 0em -0.5em 0em;
}

.compressed-sec{
  padding: 5% 18%;
  background: #ededed;
}

.content-header{
  font-weight: 900;
  font-size: 1.2em;
  color: #ff601f;
}

.usp-box-section{
  position: relative;
  padding: 5% 5%;
  background: #ff5f1f;
}

.usp-box-section .usp-box{
  height: 23em;
  padding: 4em 1em 1em 1em;
}

.accordion-section{
  position: relative;
  padding: 2% 5%;
}


.accordion-section .accordion-button{
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #209ad6;
    letter-spacing: .08em;
}

.accordion-section .accordion-item{
  background-color: #272727;
  color: white;
}

.accordion-section .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #000000;
}

.accordion-section .accordion{
  margin-bottom: 2em;
}
 

.accordion-section .accordion-button::after{
  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.accordion-section .accordion-button:hover{
  background-color: #333a45;
  color: white!important;
}

.accordion-section .accordion-button:hover h2{
  color: white;
}

.accordion-section .accordion-button:not(.collapsed) h2{
  color: white;
}

.galler-section {
  position: relative;
  padding: 3% 5%;
}


/* Opening CTA Inner CSS  */ 

.text-highlight {
    font-size: 1.36em;
    font-style: italic;
    color: #000000;
    position: relative;
    font-weight: 500!important;
    margin-top: 8px;
    padding-bottom: 3%;
    margin-bottom: 39px;
    line-height: 1.4!important;
}

.text-highlight:not(.no-line):after {
    content: ' ';
    display: block;
    width: 159%;
    height: 4px;
    background-color: #e78b3d;
    position: absolute;
    top: 99%;
    right: 20px;
}

.text-highlight p{
  margin-bottom: 0;
}


.btn-icon.print-coupon-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: color 0.3s, transform 0.2s;
}

.btn-icon.print-coupon-btn i {
  color: #ffffff; /* Primary icon color (adjust as needed) */
  transition: color 0.3s;
}

.btn-icon.print-coupon-btn:hover i {
  color: #f26722;
  transform: scale(1.1);
}

.btn-icon.print-coupon-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Focus ring effect */
}

.btn-icon.print-coupon-btn i::before {
  content: "\f02f"; /* Unicode for FontAwesome print icon (adjust based on icon set) */
  font-family: 'Font Awesome 5 Free'; /* Make sure FontAwesome is loaded */
  font-weight: 900;
}

.side-coup{
  position: relative;
  width: 100%;
  margin: 2em auto 2em auto;
  background-color: #171B60;
  background-size: 55%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 5% 10% 7% 10%;
  outline: .3em dashed #ffffff;
  outline-offset: -1em;
  text-align: center;
  border-radius: 0em;
}

.deal-offer{
  color: #FFFFFF;
font-family: "Bungee", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.deal-price{
color:#f26722;
    font-family: "Bungee", Sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin-top:1em
}

/* Parent container for the side-coup elements */
.side-coup-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2em; /* Space between elements */
}

/* Make all child .side-coup elements equal height */
.side-coup {
    flex: 1 1 calc(50% - 2em); /* Adjust this to control the size */
    display: flex !important;!i;!;
    flex-direction: column;
    justify-content: center;
    min-height: 90%; /* Ensure they stretch equally */
}
 
.side-coup img{
  width: 6em;
  display: block;
  margin: -2.2em auto -0.8em auto;
  z-index: 3;
  position: relative;
}

.side-coup p {
  font-size: 0.8em;
  color: white;
  font-family: 'Inter';
  margin-bottom: 0em;
}

.side-price{
  position: relative;
  margin-top: 2%;
  font-weight: 900;
  font-size: 4.2em;
  color: #3f63c9;
}

.side-offer{
    font-size: 1.3em;
    position: relative;
    margin-bottom: 3%;
    letter-spacing: .02em;
}

.side-offer span{
  display: block;
  font-size: .7em;
}

.side-coup .btn-primary {
  display: block;
  text-transform: uppercase;
  letter-spacing: .03em;
  /* color: #ffffff !important; */
  letter-spacing: .08em;
  /* padding: 0.6em 1em; */
  /* font-size: 1em; */
  width: 100%;
  margin: 1em auto;
  text-align: centre;
}

.side-label{
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  position: relative;
  font-family: 'Exo 2';
  letter-spacing: .05em;
  margin-bottom: 0%;
  color: #ffffff;
}

.side-form{
  position: relative;
  background-color: #3380ae;
  padding: 5% 9%;
  margin-bottom: 5%;
  border: 1px solid #e4e4e4;
}


.side-form iframe{
  height: 51em!important;
}


 .text-highlight2 {
    font-size: 1.25em;
    padding: 1.5em 3% 1.1em;
    position: relative;
    border-bottom: solid 1px #00000054;
    text-align: center;
    margin: 4.5rem 0 0.5rem 0em;
    color: #000000;
    font-weight: 900;
    text-wrap: balance;   
}

.text-highlight2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,#00000040 41.99%,#FFFFFB 42%,#FFFFFF 58.99%,#00000040 55%);
}


.text-highlight2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5em;
    background-size: 7.6em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 0em;
    top: -3.35em;
    background-image: url(/wp-content/uploads/2023/08/correct-temp-logo.jpg);
}

 .text-highlight2 a{
   display: unset;
   color: #b00c03;
   transition: all .3s ease-in-out;
   transform: scale(1);
   position: relative;
   bottom: 0em;
 }

  .text-highlight2 a:hover{
    font-size: 1.04em;
    bottom: 0.12em;

 }

.inner-bottom{
  margin-top: 0%;
  color: #000!important;
  z-index: 99;
  padding: 2em 7% 2em 7%;
  position: relative;
  background-color: #e78b3d;
  z-index: 13;
  position: relative;
}

.inner-bottom .usp-blk{
  background: white;
  
}

.inner-bottom .usp-blk:hover{
  background-color: #3380ae;
}

.inner-bottom .carousel-control-prev {
    left: -6em;
}

.inner-bottom .carousel-control-next {
    right: -6em;
}

.inner-bottom .usp-box:hover {
    background-color: #3351a4;
    color: white;
}

.inner-bottom .carousel{
  margin-bottom: -1em;
  top: -6em;
}

.inner-bottom .usp-label{
}

.inner-bottom .usp-box{
  width:100%;
}

.inner-bottom.section-5 .usp-blk span {
  left: 0em;
}

.inner-bottom .row>*{
  /* padding: 0 .8%; */
}

.inner-bottom .usp-row{
  margin-top: -25%;
}

.inner-bottom:after{
  display: none;
}

.inner-bottom .usp-wrap{
  position: relative;
  margin-top: 0em;
}

.inner-bottom .usp-wrap.row>* {
    /* padding: 0% 0.7%; */
}

.side-reviews{
  position: relative;
  text-align: center;
  line-height: 1.8;
  padding: 8% 5%;
  background: #03a8e2;
  color: white;
}

.side-reviews .ttshowcase_rl_subtitle{
  display: none;
}

.side-reviews .rev-author:after{
  display: none;
}

.side-rev-box{
  padding: 5% 6%;
  font-size: .9em;
}

.side-reviews .carousel-control-next, .side-reviews .carousel-control-prev {
    color: #fff;
    opacity:1;
}

.side-reviews .btn-primary{
  display: block;
  border-radius: 0em;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 6%;
  color: white;
  background: #000000;
  padding: .72em 1em;
}

.side-reviews .side-label{
  color: white;
}

.formsidebar{
  position: relative;
  padding: 1em;
  background-color: #feca58;
  margin-top: 1em;
}

.form-inner-label{
  text-align: center;
  font-size: 1.3em;
  margin-bottom: .4em;
  font-weight: 900;
}

.side-rev{
  position: relative;
  padding: 1em 3em;
  background-color: #f2f2f2;
  color: black;
}

.side-rev .side-label{
  color: black;
}

.side-rev .btn{
  display: block;
  color: black;
}

/* ---------------------- */


/* Closing CTA Inner CSS  */ 


/* ------------------------------------------------------------------------------------- */


.faq-page .accordion-button{
  background-color: #f43b3b;
  color: white;
  }

.faq-page .accordion-button[aria-expanded=true], .faq-page .accordion-button:hover{
  background-color: #343434;
  color: white;
}

.faq-page .accordion-button::after{
   -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);  
}

/* 404 Page */



.error-page {
    padding: 11% 4% 6% 4%;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: black;
    margin-top: 9%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
}

.error-page .inside-content {
    position: relative;
    padding-top: 0px;
    background-color: #00000059;
    padding: 7% 1% 4% 1%;
}

.error-page .error{
  font-size: 14em;
  font-weight: 700;
  color: #3380ae;
  position: relative;
  display: block;
  line-height: 0.8;
  letter-spacing: .03em;
  z-index: 2;
  margin-top: -2%;
  text-shadow: -4px 4px #373535;
  margin-bottom: 1%;
  font-family: 'Exo 2';
}


.error-page .inside-content h1{
  font-size: 4.2em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -0.2em;
}

.error-page .entry-content{
  font-size: 1.4em;
  padding: 0% 13%;
  position: relative;
  color: white;
}


.reroute-btns{
  padding: 0%;
  position: relative;
}

.reroute-btns .column,.reroute-btns .columns {
    padding-left: .3375rem;
    padding-right: .3375rem;
}

.reroute-btns .btn{
  width: 100%;
  font-size: 1.1em;
  box-shadow: 1px 1px 16px 8px #0000000f;
  text-transform: uppercase;
  /* font-weight: 900; */
  letter-spacing: .03em;
  border: 0;
  display: block;
  border-radius: 0;
  margin: .7em 0;
  border-radius: 900em;
  color: black;
}

.reroute-btns .btn:hover{
  background-color: #209ad6!important;
  color: white!important;
  text-shadow: none;
}


.reroute-btns span{
  position: relative;
  top: 0.15em;
  font-size: 1.3em;
}


.single-blog ul{
  margin-left: 2em!important;
}

/* Default Template CSS  */ 

.full-inner-max{
  padding-top: 2%;
  background: white;
  z-index: 11;
  position: relative;
}

.main-blog{
  position: relative;
}


  .wa-intcode-card strong:first-child{
    display: none;
  }


.main-blog a{
  text-decoration: none;
  color: #3f63c9!important;
}

.main-blog .page-nav{
  position: relative;
  background-color: #efefef;
  padding: 1.5em;
  margin-bottom: 1em;
}

.main-blog .post-thumbnail img{
  width: 100%;
  display: block;
}

.single-blog{
  position: relative;
  padding: 5% 15% 4% 15%;
}

/* ------------------------------------------------------------------------------------- */

.inside-content a{
  display: unset;
  text-decoration: none;
  font-weight: 600 !important;
  color: #86b9d8 !important;
}

.inside-content .btn-primary{
  color: #ffffff;
}

/* Thank You Template CSS  */ 

.thank-you {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 9% 1% 5% 1%;
    margin-top: 6%;
    z-index: 99;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
    position: relative;
}

.thank-you .bg-inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.39);
    border: solid 1px #0000005e;
    position: relative;
    padding: 4.063rem 0 3.363rem 0;
    color: white;
}

.thank-you .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.thank-you .bg-inner p {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.thank-you .bg-inner  h1{
    margin: 0;
    color: #e78b3d;
    font-weight: normal;
    font-size: 5.3rem;
    line-height: 1;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: -6px -1px .8em #2b2b2b;
}

.thank-you .bg-inner h1 strong {
    display: block;
    font-size: 1.847em;
    color: #fa4f41;
}

.thank-you .button{
  display: block;
  background-color: #3380ae;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .08em;
  color: #ffffff;
  text-decoration: none;
  padding: 0.65em 0em;
  margin: 0.7em 0;
  border-radius: 900em;
  font-family: 'Fredoka', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */

/* Client Response Template CSS  */ 

.client-resp-wrap{
  padding: 0% 5%;
}


.client-response .entry-content{
  padding: 0% 7%;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]{
  display: block;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #e62318;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
  background-color: black;
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style input[type=submit]{
  display: block;
  background-color: #199ad6;
  color: white;
  width: 100%;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1em;
  font-family: 'Exo 2', sans-serif!important;
  text-shadow: -0.03em 0.08em black;
}

.client-response .frm_forms.frm_style_formidable-style-2.with_frm_style{
  margin: auto;
}

.client-response .bg-inner {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.31);
    border: solid 1px #000000a6;
    position: relative;
    padding: 3.063rem 0 1.363rem 0;
    color: white;
}

.client-response .bg-inner {
    width: 100%;
    max-width: 1100px!important;
    margin: 0 auto;
    position: relative;
}

.client-response .bg-inner p {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0% 5%;
}

.client-response .bg-inner  h1{
    margin: 0;
    color: #ffffff;
    font-size: 4.5rem;
    line-height: 0.9;
    margin-bottom: 3%;
    text-shadow: 4px 4px 0.7em #00000075;
    text-transform: uppercase;
}


.client-response .bg-inner h1 strong {
    display: block;
    font-size: 1.647em;
    color: #e78b3d;
    position: relative;
}

.client-response .bg-inner  h1 span strong{
  font-size: 1.3em;
}

.client-response .bg-inner  h1 span{
  font-size: 0.7em;
  display: block;
  font-weight: normal;
}

.client-response .with_frm_style .frm_primary_label{
  color: white;
}

.client-response .frm_button_submit {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e7090c;
  padding: .85em 0em;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-family: 'Ubuntu', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */


/* Client Feedback Review Template CSS  */ 


.client-response {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13% 1% 7% 1%;
    background-color: #4e4e4e;
    margin-top: 6%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
}

.client-review {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: 11% 4% 5% 4%;
    position: relative;
    z-index: 9;
    margin-top: 8%;
    background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/feedback-bg.jpg);
    text-align: center;
}
 

.client-review  p {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0% 0%;
    color: black;
}

.client-review  h1{
    margin: 0;
    color: #000000;
    font-weight: normal;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: -0.1em;
    /* text-shadow: 4px 4px 0.4em #00000057; */
    text-transform: uppercase;
    position: relative;
}


.client-review h1 strong {
    display: block;
    font-size: 1.47em;
    color: #3380ae;
}


.resp-box{
  border-top: 1px solid #00304624;
  FONT-WEIGHT: 100;
  position: relative;
  margin-top: 2%;
  border-bottom: 1px solid #00304624;
}

.resp-txt{
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 0.03em;
  margin-bottom: 2%;
  line-height: 1.7;
  padding: 1% 5% 0% 5%;
}

.resp-box .btn{
  display: block;
  width: 80%;
  max-width: 440px;
  border-radius: 900em;
  border: 0;
  margin: auto;
}

.client-review img{
  display: block;
  width: 90%;
  margin: auto;
}

.client-review .col-12 img{
  max-width: 450px;
}

.client-review .row-cols-5{
  padding: 0% 15%;
  margin-top: 2%;
}


/* ------------------------------------------------------Media Queries CSS ---------------------------------------- */ 


 @media screen and (min-width: 5.001em) and (max-width: 25em) {


/* NEW QUERIES */
   
   .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }

   .slider-header{
     font-size: 2.7em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */

      #breadcrumbs{
     font-size: .6em;
     margin-top: 6em;
   }

   blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }   

   .error-page .inside-content h1{
     font-size: 1.5em;
     margin-bottom: 0em;
   }


   .error-page .error{
     font-size: 8.1em;
   }   

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   
   

.client-review{
  text-align: center;
  margin-top: 15%;
  padding: 22% 4% 5% 4%;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}


.client-review img, .client-review .btn{
  margin: auto;
  width: 100%;
}

.client-review h1{
  font-size: 1.7em;
}   

 
.client-response .bg-inner p {
    font-size: 1.1rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 1.9rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.2rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}


   .bullet-list li{
     width: 100%;
   }

.inner-bottom {
    background-position: 100% 100%;
}   
  
.insideimage .slider-usp .usp-box {
    font-size: 0.6em;
    padding: 5% 15%;
}


   .single-blog {
    position: relative;
    padding: 12% 4% 4% 4%;
}

   .insideimage {
    padding: 28% 4% 0% 4%;
    margin-top: 10.5%;
    border-bottom: 0.2em solid #1d1761;
    background-image: none;
}

    .insideimage:after{
     width: 155%;
     border-radius: 0;
   }

   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: 0.5em;
   }
   
   
.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 13%;
}


.banner-head{
   font-size: 1.1em;
}


.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 0.83em;
  width: 100%;
}

.insideimage .activate a{
  font-size: 0.68em;
}


.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .rev-box{
     bottom: -1em;
   }

.rev-sec-in {
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}   

   .rev-sec-in .btn{
     font-size: .9em;
     margin: .4em .4em;
   }   

.sliderfull {margin-top: 21%;}
.logo-image img{
  width: 8.4em;
}

   
      .carr-badge {
    width: 5em;
    top: 2.5em;
    left: 1em;
}
 

.deal-price{
  font-size: 2.3em;
}   

.smallbar .logo-image img{
  width: 6em;
}

.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3em;
}

.logo-foot img{
  width: 19em;
}

.quick-nav.adjust {
    font-size: .9em;
    top: 4.7em;
}

.home-form{
  margin-top: 3em;
}

.close-cta{
  font-size: 0.8em;
  padding: 6% 2% 3% 2%;
}
 
.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
    font-size: 0.6em;
}

 
.resp-txt{
  font-size: 1em;
}

.client-response {
    padding: 17% 1% 7% 1%;
    margin-top: 14%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 13% 4% 6% 4%;
    margin-top: 18%;
}

.help-links a{
  text-align: center;
}

.side-form iframe {
    height: 64em!important;
}


.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  font-size: 0.7em;
  position: relative;
  margin-top: 1em;
  bottom: -2em;
}

.insideimage:before{
  display: none;
}   

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.show-for-small-only{
  display: block!important;
}


.emp-info em{
  width: 90em;
}

   .compressed-sec {
    padding: 5% 3%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

}



 @media screen and (max-width: 35em) and (min-width: 25.001em) {


/* NEW QUERIES */
   
      .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   
   .home-price{
     font-size: 3em;
   }

/* END NEW QUERIES */

.logo-foot img{
  width: 19em;
}
   .side-form iframe {
    height: 58em!important;
}

   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32em!important;
}

.sched-row a ,.sched-row button{
  font-size: .8em;
}
  

.close-cta{
  font-size: 0.8em;
}
  
.insideimage .slider-usp .usp-box{
  font-size: .5em;
}

   #breadcrumbs{
     font-size: .7em;
     margin-top: 9em;
   }


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

      blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }

      .bullet-list li{
     width: 100%;
   }

   .inner-bottom {
    background-position: 100% 100%;
}

   .error-page .error{
     font-size: 8.9em;
   }

   .error-page .inside-content h1{
     font-size: 1.8em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 15%;
}

.client-review img, .client-review .btn{
  margin: auto;
}

.client-review h1{
  font-size: 2.3em;
}    

.resp-txt{
  font-size: 1.3em;
}   

.client-response .bg-inner p {
    font-size: 1.4rem;
}

.client-response .bg-inner h1 {
    font-size: 2.4rem;
}

.thank-you .bg-inner h1 {
    font-size: 2.9rem;
}

.thank-you .button{
  margin: .5em 0;
}

.thank-you .bg-inner p {
    font-size: 1rem;
}

.thank-you {
    padding: 15% 1% 5% 1%;
    margin-top: 14%;
}
 

.client-response {
    padding: 16% 1% 7% 1%;
    margin-top: 16%;
}


.hide-for-small-only{
  display: none!important;
}

.error-page {
    padding: 16% 4% 14% 4%;
    margin-top: 18%;
}
.logo-image a {
    margin-top: .2em;
    transform: scale(1);
    top: 0em;
}

  .logo-image img {
    width: 9.8em;
}

   
   .single-blog {
    position: relative;
    padding: 10% 4% 4% 4%;
}

   .insideimage {
    padding: 28% 4% 0% 4%;
    margin-top: 10.5%;
    border-bottom: 0.2em solid #1d1761;
    background-image: none;
}

   .insideimage:after{
     width: 155%;
     border-radius: 0;
   }

   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: 0.5em;
   }
   

.quick-nav.adjust {
    font-size: .9em;
    top: 4em;
}

.smallbar .logo-image img {
    width: 6em;
}

.help-links a{
  text-align: center;
}


.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  position: relative;
  margin-top: -1em;
  bottom: -3em;
}

   .insideimage:before{
     display: none;
   }

.insideimage .slider-usp.row>*{
  padding: 0 1%;
} 

.insideimage .col-lg-6{
  padding-right: 35%;
}

.banner-head{
  font-size: 1.1em;
  width: 100%;
}

.insideimage .activate a{
  font-size: .88em;
}
 
.show-for-small-only{
  display: block!important;
} 

   .compressed-sec {
    padding: 5% 5%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

}




 @media screen and (max-width: 39.938em) and (min-width: 35.001em) {



/* NEW QUERIES */
   
      .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }

   .slider-header{
     font-size: 3.3em;
   }


.contact-info-desk a{
  font-size: 1.8em;
}
   .home-price{
     font-size: 3em;
   }
   
/* END NEW QUERIES */

.logo-foot img{
  width: 22em;
}

   .side-form iframe {
    height: 51em!important;
}
.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

   
  .logo-image img {
    width: 14.3em;
}

.quick-nav.adjust {
    top: 4.4em;
}   

  .smallbar .logo-image img {
    width: 10.6em;
} 

.error-page {
    padding: 13% 4% 11% 4%;
    margin-top: 17%;
}


.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 12%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 1%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.2em;
}   

.resp-txt {
    font-size: 1.5em;
}    

   
   .single-blog {
    position: relative;
    padding: 5% 4% 4% 4%;
}
   
.insideimage {
    padding: 28% 4% 0% 4%;
    margin-top: 10.5%;
    border-bottom: 0.2em solid #1d1761;
    background-image: none;
}
   .insideimage:after{
     width: 100%;
     left: 0;
     border-radius: 0;
   }


   .insideimage .truck-image:after{
     display: none;
   }
   
   .insideimage:before{
     display: none;
   }

   .insideimage .slider-usp .usp-box{
     font-size: .7em;
   }

.insideimage .slider-usp{
  width: 95%;
  margin-right: auto;
  right: 0;
  position: relative;
  margin-top: 0.5em;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

 
.banner-head{
   font-size: 1.2em;
}

   #breadcrumbs{
     font-size: .79em;
     margin-top: 5em;
   }


   .bullet-list li{
     width: 100%;
   }

   .inner-bottom {
    background-position: 100% 100%;
}

   blockquote {
    padding: 3% 4% 3% 8%!important;
}

   blockquote:after{
     display: none;
   }

      .error-page .inside-content h1{
     font-size: 2.7em;
     margin-bottom: 0em;
   }

   .error-page .error{
     font-size: 10em;
   }

.error-page .entry-content {
    font-size: 1.2em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

.close-cta{
  font-size: 1em;
}


.client-response .bg-inner p {
    font-size: 1.5rem;
    padding: 0% 0%;
}

.client-response .bg-inner h1 {
    font-size: 3.1rem;
}

.thank-you .bg-inner h1 {
    font-size: 4.2rem;
}

.thank-you .button{
  margin: .5em 0;
}
 
.thank-you {
    padding: 13% 1% 5% 1%;
    margin-top: 15%;
} 

.client-response {
    padding: 15% 1% 7% 1%;
    margin-top: 16%;
}
 

.hide-for-small-only{
  display: none!important;
}

.help-links a{
  text-align: center;
} 
 
.show-for-small-only{
  display: block!important;
}
  

   .compressed-sec {
    padding: 5% 8%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}

 }



 @media screen and (max-width: 55em) and (min-width: 39.939em) {



/* NEW QUERIES */
   
      .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     font-size: 3em;
   }

   
/* END NEW QUERIES */

.logo-foot img{
  width: 24em;
}
 
.banner-head{
  font-size: 1.3em;
}

.compressed-sec {
    padding: 5% 8%;
    background: #ededed;
}

.compressed-sec .col-md-8{
  width: 66.6666666667%;
}

   .compressed-sec .col-md-4{
  width: 33.3333333333%;
}
   
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

   .side-form iframe {
    height: 51em!important;
}

   .quick-nav.adjust{
     top: 4.5em;
   }

.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

    .logo-image img {
    width: 15em;
}

   .single-blog {
    position: relative;
    padding: 5% 4% 4% 4%;
}

   
.insideimage {
    padding: 20% 4% 0% 4%;
    margin-top: 10.5%;
    border-bottom: 0.2em solid #1d1761;
    background-image: none;
}

   .insideimage:after{
     width: 155%;
     border-radius: 0;
   }
   
.client-response {
    padding: 16% 2% 7% 2%;
    margin-top: 7%;
}
   
   .smallbar .logo-image img {
    width: 11em;
}

.error-page {
    padding: 15% 4% 12% 4%;
    margin-top: 10%;
}

.sliderfull .col-sm-12, .section-1 .col-sm-12, .section-2 .col-sm-12, .section-3 .col-sm-12, .section-4 .col-sm-12, .section-6 .col-sm-12{
    width: 100%!important;
}

.section-1 .col-md-3{
  width: 50%!important;
}


   
.sliderfull .col-md-7{
  width: 100%;
}
   


.show-for-small-only{
  display: block!important;
} 

.insideimage .slider-usp .usp-box{
  font-size: .73em;
}
 
.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .rev-box{
     bottom: -1em;
   }

.rev-sec-in {
  padding: 7% 5%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}   

   .rev-sec-in .btn{
     font-size: .9em;
     margin: .4em .4em;
   }   

.side-coup .btn-primary{
  font-size: .9em;
}   
   

.insideimage:before{
  display: none;
}
   
.side-price{
  font-size: 5.4em;
}

.inner-bottom{background-position: 100% 100%;}   

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
} 

.insideimage .slider-usp{
  width: 90%;
  margin-right: auto;
  position: relative;
}

.insideimage .col-lg-6{
  padding-right: 39%;
}

.insideimage .slider-usp.row>*{
  padding: 0 1%;
}

.error-page .error{
  font-size: 11em;
}

.close-cta{
  font-size: 1.1em;
}

.hide-for-small-only{
  display: none!important;
}
 
.help-links a{
  text-align: center;
}
 

   .error-page .inside-content h1{
     font-size: 2.9em;
     margin-bottom: 0em;
   }

.error-page .entry-content {
    font-size: 1.3em;
    padding: 0% 3%;
    margin-top: 0.1em;
}   

 
.insideimage .col-md-4{
  width: 33.33%!important;
}


.home-label{
  font-size: 1.9em;
}

   .modal-dialog iframe {
    height: 43em!important;
}

.client-review{
  text-align: center;
  padding: 24% 4% 5% 4%;
  margin-top: 12%;
}

.client-review img, .client-review .btn{
  margin: auto;
}


.client-review .row-cols-5 {
    padding: 0% 8%;
    margin-top: 2%;
}


.client-review .row-cols-5 .col{
  padding: 0.5%;
}

.client-review h1{
  font-size: 3.5em;
}   

.resp-txt {
    font-size: 1.5em;
}

.copyright{
  font-size: .9em!important;
}

.client-response .bg-inner p {
    font-size: 1.5rem;
}

.thank-you .bg-inner h1 {
    font-size: 5rem;
}

.thank-you {
    padding: 9% 1% 5% 1%;
    margin-top: 13%;
}

.thank-you .button{
  margin: .5em 0;
}


.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
} 

.inside-content .emp-rows .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
    padding: 0.1%;
}

.inside-content .emp-rows .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0.1%;
}


.emp-info em{
  width: 90em;
}

 }


 @media screen and (max-width: 59.999em) and (min-width: 55.001em) {


/* NEW QUERIES */
   
      .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }

   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   

   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */

.sched-row a strong{
  font-size: 2em;
}   

.side-form iframe {
    height: 44em!important;
}

.smallbar .logo-image img {
    width: 11em;
}

.deal-price{
  font-size: 3em;
}   
  
 .quick-nav.adjust {
    top: 6.3em;
} 
 
.sliderfull {margin-top: 11%;}

.sliderfull .col-lg-6{
  width: 100%;
}

.client-review {
    margin-top: 12%;
    padding: 14% 4% 5% 4%;
}   

   
.logo-image a {
    margin-top: .1em;
    transform: scale(1);
    top: 0em;
}   

 
.logo-image img{
  width: 15em;
}
 
   
.thank-you {
    margin-top: 10%;
}   

.sliderfull .col-md-7{
  width: 100%;
}
  
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}

.insideimage .slider-usp .usp-box{
  font-size: .8em;
}

.insideimage {
    margin-top: 19.5%;
    padding: 11% 0% 1% 0%;
    background-size: 55%;
}

.rev-sec-in .sec4-header {
    font-size: 2.3em;
}

   .rev-sec-in .btn{
     font-size: .748em;
   }   

.side-coup .btn-primary{
  font-size: .9em;
}   
   
 
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}

 
.side-price{
  font-size: 7em;
}

.side-offer{
  font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
  width: 90%;
  margin: 2em auto 3em auto;
}

.side-label{
  font-size: 2em;  
}


.insideimage .slider-usp{
  width: 53%;
  font-size: .84em;
}

.close-cta{
  font-size: 1.1em;
} 

.site-footer .bullet-list li{
  font-size: .9em;
}

.sched-row a{
  font-size: 0.9em;
}   

.error-page {
    padding: 11% 4% 6% 4%;
    margin-top: 10%;
}


.resp-txt {
    font-size: 1.5em;
}

.client-review h1{
  font-size: 4.5em;
}

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   

.hide-for-small-only{
  /* display: none; */
}
 
.show-for-small-only{
  display: none;
}
    .sidebar.show-for-small-only{
  display: block!important;
     width: 100%;
}

 }


 @media screen and (min-width: 60em) and (max-width: 63.938em) {
 
/* NEW QUERIES */
   
      .emergency-service-box .cta_link div::before {
    display: none;
    }
   
   .emergency-service-box {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center-align elements */
    justify-content: center; /* Center items */
    text-align: center; /* Center text */
    padding: 20px; /* Add internal spacing */
    gap: 15px; /* Add spacing between elements */
  }

  /* Background image */
  .got-an-emergency {
    background-size: cover; /* Ensure full coverage */
    background-position: center; /* Center the image */
    padding: 30px 15px; /* Add padding for better appearance */
  }

  /* Heading text */
  .emergency-service-box .heading_title {
    font-size: 22px; /* Reduce heading size */
    font-weight: 600; /* Add slight weight */
    line-height: 1.3; /* Adjust line height */
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px; /* Add spacing below the heading */
  }

  /* Contact number */
  .emergency-service-box .cta_call_link span {
    font-size: 18px; /* Adjust size for mobile */
    font-weight: 400; /* Normal weight */
    color: #F26722; /* Keep orange color */
    line-height: 1.4; /* Adjust line height */
    display: block; /* Force number onto its own line */
    margin-bottom: 10px; /* Add space below */
  }

  /* Buttons */
  .emergency-service-box .cta_link div {
    font-size: 16px; /* Adjust button text size */
    font-weight: 600; /* Make text bold */
    color: #ffffff; /* White text */
    padding: 12px 15px; /* Comfortable touch area */
    background-color: #171B60; /* Button background */
    border: 2px solid #F26722; /* Orange border */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Keep uppercase text */
    width: 100%; /* Full width for buttons */
    box-sizing: border-box; /* Include padding in width */
    text-align: center; /* Center-align text */
  }

  .emergency-service-box .cta_link div:hover {
    color: #F26722; /* Hover text color */
    background-color: transparent; /* Change to transparent */
  }

  /* Icon adjustments */
  .emergency-service-box .cta_link .icon-chevron-circle-right {
    font-size: 14px; /* Reduce icon size */
    margin-left: 8px; /* Add space */
  }


   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}
   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */

 
.inside-content .col-md-8, .inside-content .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}
 
.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.65em;
    padding: 0.7em 1.4em;
}

   .top-bar .menu>li a {
    font-size: 0.67em;
}

.menu-top-menu-container .menu>li a{
  font-size: 0.7em;
  padding: .4em .7em;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .68em;
}

.smallbar    .menu>li a {
    font-size: 0.6em;
}

.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}


.side-price{
  font-size: 7em;
}

.side-offer{
    font-size: 3.1em;
}

.side-label{
  font-size: 2em;
}

.side-form iframe {
    height: 46em!important;
}
   
.side-coup{
  width: 85%;
  margin: 2em auto 3em auto;
  background-size: cover;
}

.insideimage {
    padding: 9% 0% 1% 0%;
    margin-top: 7.5%;
    background-size: 59%;
}

  .logo-image img {
    width: 11em;
}
  

.client-review {
    padding: 13% 4% 5% 4%;
}   
   
.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 10em;
}

.smallbar .desk-nav .btn-primary{
  font-size: 0.7em;
}

   
.deal-price{
  font-size: 3.4em;
}

.sliderfull {
} 

.contact-desk a{
  font-size: 1.6em;
}

.copyright{
  font-size: .9em!important;
}   

.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
    font-size: .9em;
}


.close-cta{
  font-size: 1.1em;
}

.home-form .row {
    font-size: 1.3em;
}



html {
    font-size: 15px!important;
}
 

.show-for-small-only{
  display: none;
}

   .sidebar.show-for-small-only{
  display: block!important;
     width: 100%;
}


 }


 @media screen and (max-width: 75em) and (min-width: 63.939em) {
 



/* NEW QUERIES */
   
   
 
 
   .slider-header{
     font-size: 3.3em;
   }

.contact-info-desk a{
  font-size: 1.8em;
}

   .home-price{
     font-size: 3em;
   }


/* END NEW QUERIES */


.side-form iframe {
    height: 47em!important;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.69em;
}

.menu-top-menu-container .menu>li a {
    font-size: 0.68em;
    padding: 0.4em .9em;
}


.side-rev .btn{
  font-size: .9em;
}

.side-price{
  font-size: 3.3em;
}

.side-offer{
  font-size: 1.2em;
}

.top-menu .btn{
  font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.7em;
}

.smallbar    .menu>li a {
    font-size: 0.61em;
}

.smallbar .desk-nav .btn-primary{
  font-size: 0.8em;
}


.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}
 

.contact-desk a{
  font-size: 1.8em;
}

.logo-image img {
    width: 11em;
}


.client-review {
    padding: 13% 4% 5% 4%;
}   

.banner-head{
  font-size: 1.3em;
}

.insideimage .activate a{
  font-size: 1em;
}


.smallbar .logo-image img {
    width: 8em;
}
 
html {
    font-size: 16px!important;
}

 
.rev-slider .tt_2cl{
  height: 26em;
}

.rev-slider .ttshowcase_slider .bx-wrapper .bx-viewport{
  height: 26em!important;
}
 

.home-form iframe{
  height: 46em!important;
  width: 100%!important;
  margin-top: -4em;
}

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.2em;
}

.sched-row a ,.sched-row button{
  font-size: .9em;
}

.show-for-small-only{
  display: none;
}



 }


 @media screen and (max-width: 85em) and (min-width: 75.001em) {

/* NEW QUERIES */
   
   .slider-header{
     font-size: 3.3em;
   }

   .home-price{
     font-size: 3em;
   }

   .contact-info-desk a{
     font-size: 2em;
   }
   
/* END NEW QUERIES */


   html {
    font-size: 17px!important;
}

.home-form iframe{
  height: 43em!important;
  margin-top: -3.6em;
}
  
   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

  

.menu>li a {
    padding: 0.7em 1.3em;
    font-size: 0.7em;
}

.menu-top-menu-container .menu>li a{
  font-size: 0.7em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: .79em;
}

.top-menu .btn{
  font-size: .9em;
}

.smallbar .menu>li a {
    font-size: 0.67em;
}
 

.logo-image img {
    width: 10em;
}

.side-rev .btn{
  font-size: 1em;
}

.side-price{
  font-size: 3.3em;
}
 

.smallbar .logo-image img {
    width: 8em;
}

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.3em;
}

.sched-row a ,.sched-row button {
    padding: 1% 2% 2% 2%;
}

.show-for-small-only{
  display: none;
}


 } 



 @media screen and (max-width: 95.001em) and (min-width: 85.001em) {


/* NEW QUERIES */

   .slider-header{
     font-size: 3.54em;
   }

/* END NEW QUERIES */

   html {
    font-size: 17px!important;
}

.home-form iframe{
  height: 41em!important;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 0.9em;
}

.menu-top-menu-container .menu>li a{
  font-size: .8em;
}

.smallbar    .menu>li a {
    font-size: 0.8em;
}

.smallbar .menu-top-menu-container .menu>li a{
  font-size: 0.9em;
}
 

.smallbar .desk-nav .top-bar .btn-primary{
  font-size: 0.7em;
}

  .logo-image img {
    width: 14em;
}

.smallbar .logo-image img {
    width: 11em;
}
 

.sched-row:after {
    content: " ";
    position: absolute;
    bottom: 35%;
    height: 2.4em;
    width: .4em;
    left: 50.8%;
}

.sliderfull .btn{
  font-size: 1em;
}

.copyright{
  font-size: .9em!important;
}   


.close-cta{
}

.show-for-small-only{
  display: none;
}


 }


 @media screen and (max-width: 125em) and (min-width: 95.001em) {


/* NEW QUERIES */

   /* .slider-header{
     font-size: 4em;
   } */
   
/* END NEW QUERIES */

   /* html {
    font-size: 17px!important;
} */
  
   /* .desk-nav{
     display: block;
   } */

   /* .mobile-nav, .quick-nav{
     display: none;
   } */

 
 
.sliderfull {
} 

.copyright{
  font-size: .9em!important;
}   

.close-cta{
  font-size: 1.6em;
}

.sched-row a ,.sched-row button {
    padding: 3% 0% 3% 0%;
}


.show-for-small-only{
  display: none;
}

 .team-box {
    height: 26em;
    width: 95%;
 }


 } 
  
  
 @media screen and (min-width: 125.001em) and (max-width: 999.9em) {
 

/* NEW QUERIES */
   .slider-header{
     font-size: 4em;
   }


/* END NEW QUERIES */


.sliderfull {
} 
 
html {
    font-size: 17px!important;
}


   .home-form .camp-form iframe {
    height: 32em!important;
}

.widget .home-form .camp-form iframe {
    height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
    height: 32.2em!important;
}

   .desk-nav{
     display: block;
   }

   .mobile-nav, .quick-nav{
     display: none;
   }

   .menu>li a {
    font-size: 1.1em;
}
.smallbar .desk-nav .btn-primary{
  font-size: .9em;
}


.copyright{
  font-size: .9em!important;
}   

.sched-row a ,.sched-row button{
    padding: 3% 0% 3% 0%;
    font-size: 1.1em;
}

.show-for-small-only{
  display: none;
}

 }



  [data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}}