html,
body {
    height: 100%;
}

body {
    font-family: 'open_sansregular', Montserrat, Arial, Helvetica, sans-serif;
    color: #15181b;
}

/* Hide AdWords Remarketing iFrame */

iframe[name="google_conversion_frame"] {
    display: block;
    height: 0;
}

p {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 30px;
}

.rental-rate {
    border: 1px;
    border-style: solid;
    border-color: #619bc3;
    margin: 5px;
}

.testimonials {
    background-color: #222;
    color: white;
}

.logo {
    max-width: 100%;
    max-height: 100px;
    padding-top: 10px;
    margin: 0 auto;
}

.sticky-top {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}

.call {
    text-align: center;
    color: #555;
    font-family: "open_sanssemibold";
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.call p {
    padding-bottom: 0px;
}

.call a {
    font-size: 33px;
    color: #619bc3;
    text-decoration: none;
    font-family: 'open_sansbold';
    line-height: 15px;
    display: block;
}

.call a:hover {
    color: #000;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-collapse {
    z-index: 2;
}

a.mail-link {
    overflow-wrap: break-word;
}

.navbar,
.navbar-head,
.navbar-brand {
    font-family: 'PT Sans';
}

.logo-color {
    color: #619bc3;
}

.form-label-color {
    color: #eee;
}

#home-banner {
    background: url("../images/Slide-1.jpg") no-repeat -350px top;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#service-banner {
    background: url("../images/protection-service.jpg") no-repeat center -150px;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#heat-cooling-banner {
    background: url("../images/Heating-Cover.jpg") no-repeat 0px 0px;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#water-heating-banner {
    background: url("../images/Water-Heating.jpg") no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#water-treatment-banner {
    background: url("../images/Water-Cover.jpg") no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#protect-banner {
    background: url("../images/Protection-Cover.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    width: auto;
}

#car-banner {
    background: url("../images/car-banner.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}

#braunability-banner {
    background: url("../images/braunability-banner.png") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}

#honda-banner {
    background: url("../images/honda-banner.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}
#chrysler-banner {
    background: url("../images/chrysler-banner.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}
#dodge-banner {
    background: url("../images/dodge-banner.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}
#toyota-banner {
    background: url("../images/toyota-banner.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    width: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 50px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-us,
#contact {
    padding-top: 35px;
}

#contact {
    text-align: center;
}

#contact-body{
    height: unset;
}

.mapouter {
    text-align: center;
}

.gmap_canvas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow-y: hidden;
}

.gmap_canvas iframe{
    margin-top: -150px;
}

.place-card-large{
    display: none !important;
}

#our-products h1,
#about-us h1,
#standard h1,
#rent h1,
#brands h1,
#contact h1 {
    color: #619bc3;
    margin-bottom: 30px;
}

.serving-list{
    list-style: none;
    text-align: left;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-inline-start: 0px;
}

.serving-list > li > i.fa{
    font-size: 24px;
}

.serving-list > li {
    font-size: 17px;
}

#brands img {
    display: inline-block;
    padding-bottom: 50px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: 1px solid black;
    background-color: #222;
}

.thumbnail p {
    margin-top: 15px;
    color: #619bc3;
}

.thumbnail img {
    object-fit:cover;
    width: 100%;
    height: 340px;
}

.thumbnail .btn {
    padding: 10px 20px;
    background-color: #619bc3;
    color: #f1f1f1;
    font-weight: bold;
    transition: .2s;
}

.thumbnail .btn:hover,
.thumbnail .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

#standard p,
#our-products p {
    font-size: 18px;
}

#standard span {
    font-size: 30px;
}

#our-products span {
    font-size: 24px;
}

#about-us p {
    font-size: 17px;
    font-family: 'open_sansregular';
}

#contact p {
    font-size: 17px;
    font-family: 'open_sansregular';
}

.banner-text {
    margin-top: 35px;
    font-family: 'open_sansregular';
}

.banner-text a {
    color: #619bc3;
}

.banner-text a:hover {
    color: #fff;
    text-decoration: none;
}

.banner-text > h1 > span {
    white-space: nowrap;
}

.flag-logo{
    width: 40px;
    height: auto;
}

.flag-logo-sm{
    width: 20px;
    height: auto;
}

.flag-logo-md{
    margin-right: 10px;
    width: auto;
    height: 45px;
    box-shadow: 0px 0px 0px 0.8px #222;
}

.flag-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.flag-container span{
    font-size: 18px;
    text-align: center;
}

.flag-container .flag-logo-md3{
    padding-left: 10px;
    padding-right: 10px !important;
    height: 60px;
}

@media (max-width: 380px) {
    .flag-container {
        margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(12, 1fr); /* 12 equal-width columns for precise control */
      grid-auto-rows: 40px; /* Default row height */
      grid-gap: 10px; /* Space between flags */
    }
  
    .flag-container img:nth-child(-1n + 3) {
      /* First 3 flags on the first row */
      grid-column: span 4; /* Each spans 4 columns to fill the first row */
    }
  
    .flag-container img:nth-child(4) {
      /* Fourth flag (start of second row) */
      grid-row-start: 2; /* Place on the second row */
      grid-column: 3 / span 4; /* Starts at column 3 and spans 4 columns */
    }
  
    .flag-container img:nth-child(5) {
      /* Fifth flag (second in second row) */
      grid-row-start: 2; /* Place on the second row */
      grid-column: 7 / span 4; /* Starts at column 7 and spans 4 columns */
    }
  
    .flag-container img {
      display: block; /* Prevent inline spacing issues */
    }
  }
  





.formsec {
    margin-top: 0px;
    margin-bottom: 25px;
}

.form-header {
    text-align: center;
    font-size: 25px;
    background-color: #222;
    color: #fff !important;
    font-weight: 600;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.btn-color {
    background-color: #222;
    color: #fff;
}

.inline-btn-color {
    background-color: #619bc3;
    font-weight: bold;
    font-size: 16px;
}

.btn-color2 {
    background-color: #619bc3;
    color: #fff;
    font-size: xx-large;
    margin-bottom: 15px;
}

.service-font {
    font-size: large;
}

.btn-color:hover,
.btn-color:focus {
    color: #619bc3;
    background-color: #fff;
}

.modal-header,
.close {
    background-color: #222;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header h4 {
    color: #fff !important;
}

.modal-header,
.modal-body {
    padding: 20px 30px;
}

.modal .btn {
    background-color: #619bc3;
    color: #fff;
}

.form-body,
.form-header {
    padding: 20px 25px;
}

.form-body {
    background-color: #619bc3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-body-transparent {
    background-color: transparent;
}

.form-control-inline {
    padding: 12px;
    font-size: 13px;
    height: auto;
}

.banner-text h1 {
    font-size: 42px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-family: 'open_sansbold';
    text-shadow: 0px 2px 2px #333;
}

.banner-text h2 {
    color: #fff;
    font-family: 'open_sansbold';
    text-shadow: 0px 2px 2px #333;
}

.banner-text p {
    font-family: 'open_sansbold';
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 2px 2px #333;
}

.banner-text p a {
    text-shadow: 0px 2px 2px #222;
}

.service-area {
    background: url(../images/sa.jpg) no-repeat 0px -350px #71c1cc;
    height: 433px;
    color: #fff;
}

.service-area h2 {
    line-height: 30px;
    color: #fff;
}

.sa {
    padding-top: 120px;
}

/******testimonial Area*****/

/* .testi-home {
    background: url(../img/midline-v.jpg) no-repeat 50% 25%;
} */

.test-outer {
    text-align: center;
    padding: 40px 0px 30px;
}

.bottomform {
    padding-top: 15px;
    padding-bottom: 15px;
}

.test-des {
    background: rgba(93, 93, 97, 0.35);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 20px;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0px 50px 0px;
}

.test-des img {
    padding-bottom: 15px;
    margin: 0 auto;
}

.test-des p {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

.test-outer h3 {
    font-size: 16px;
    color: #619bc3;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    margin: 20px 0px 0px;
}

.verline {
    padding: 40px 0px;
    text-align: center;
}

.quote {
    color: #619bc3;
    font-size: x-large;
}

.panel-default>.panel-heading,
.panel-default>.panel-footer {
    background-color: #619bc3;
}

#our-products .panel-heading h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 56px;
}

#our-products .panel-heading h5 {
    color: #fff;
    margin-bottom: 0px;
}

#our-products .panel-body h2 {
    font-family: 'open_sansbold';
    color: #619bc3;
}

#our-products .panel-body {
    min-height: 340px;
}

#our-products .panel-body-important {
    min-height: 195px;
}

footer {
    background-color: #333;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

@media only screen and (max-width:1200px) {
    #our-products .panel-body h2 {
        font-size: 24px;
    }

    #our-products .panel-body {
        min-height: 400px;
    }

    #our-products .panel-body-important {
        min-height: 195px;
    }
}

@media only screen and (max-width: 991px) {
    #our-products .panel-body-important {
        min-height: 0px;
    }

    #our-products .panel-body {
        min-height: 0;
    }

    .banner-text > h1 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #home-banner,
    #heat-cooling-banner,
    #water-heating-banner,
    #water-treatment-banner,
    #protect-banner {
        height: auto;
    }

    .sa {
        padding-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticky-top .container > .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #car-banner.v2{
        margin-top: 313px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .thumbnail p {
        font-size: min(1.7vw,14px) !important;
    }
}

@media only screen and (max-width:767px) {
    .call a {
        font-size: 26px;
    }

    body {
        margin-top: 0px;
    }

    .sticky-top {
        position: relative;
    }

    .banner-text {
        margin-top: 0px;
    }

    #home-banner,
    #heat-cooling-banner,
    #water-heating-banner,
    #water-treatment-banner,
    #protect-banner {
        height: auto;
    }

    #heat-cooling-banner {
        background-position-x: -200px;
    }

    .sa {
        padding-top: 80px;
    }

    .service-area {
        background: url(../images/sa.jpg) no-repeat -235px -350px #71c1cc;
    }

    #about-us p {
        text-align: left;
    }

    #rent p {
        text-align: left;
    }

    .logo {
        max-height: 80px;
    }
}

@media only screen and (max-width:425px) {
    .btn-color2 {
        font-size: large;
    }

    .service-area {
        background: url(../images/sa.jpg) no-repeat -400px -350px #71c1cc;
    }

    .overlay {
        padding: 10px 0px 10px 0px;
    }
}

/*for css transformation on underline*/

.navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #619bc3;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav>li.active>a:before {
    width: 100%;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-default .navbar-nav>li>a:hover {
    border-radius: 0px;
    outline: none;
}

/*for css transformation on underline*/

.navbar-default .navbar-nav>li>a:hover:before {
    width: 100%;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .nav > li > a {
        font-size: 12px;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #dce2ed;
}

.navbar-default .navbar-brand {
    color: #6c7884;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #619bc3;
}

.navbar-default .navbar-text {
    color: #6c7884;
}

.navbar-default .navbar-nav>li>a {
    color: #6c7884;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #619bc3;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #6c7884;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus {
    color: #619bc3;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.divider {
    background-color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #619bc3;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #619bc3;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #619bc3;
    background-color: #ffffff;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #6c7884;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #6c7884;

}

.navbar-default .navbar-link {
    color: #6c7884;
}

.navbar-default .navbar-link:hover {
    color: #6c7884;
}


.nav-img {
    padding-top: 25px
}

#call-text-2 {
    display: none;
}

#call-text-2>span {
    text-align: center;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #6c7884;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #619bc3;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #619bc3;
        background-color: #ffffff;
    }

    #call-text {
        display: none;
    }

    #call-text-2 {
        display: inline-block;
    }
}

@media only screen and (max-width: 485px) {
    .navbar-nav {
        text-align: center;
    }

    .pull-left {
        padding: initial;
    }
}

@media only screen and (min-width: 767px) {
    #car-banner, #braunability-banner, #honda-banner, #chrysler-banner, #toyota-banner, #dodge-banner, #contact, #privacy {
        margin-top: 121px;
    }

    .test-des {
        height: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .test-des {
        height: 300px;
    }
}

@media only screen and (max-width: 1000px) {
    .test-des {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {

    .nav-img {
        margin-bottom: 10px;
    }
    .test-des {
        height: auto;
    }

}

@media only screen and (max-width: 425px) {}

@media only screen and (max-width: 374px) {

    .nav-img {
        width: 250px;
    }
}