html {
    scroll-behavior: smooth;
}

body {
    color: #424242;
}

@media all and (min-width:992px) {

    .container,
    .container-fluid {
        padding-left: 0;
        padding-bottom: 0;
    }
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Kumbh Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.65em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: bold
}

/* Extra Utilites */
.h1-xxl {
    font-size: 5.625rem
}


h7,
.h7 {
    font-size: 2.223rem;
    margin-bottom: 0
}

@media (max-width: 1023.98px) {

    h7,
    .h7 {
        font-size: 2rem
    }
}

@media (max-width: 767.98px) {

    h7,
    .h7 {
        font-size: 1.1rem
    }
}

.h8 {
    font-size: 1.79rem
}

@media (max-width: 767.98px) {
    .h8 {
        font-size: 1.1rem
    }
}

.h9 {
    font-size: 1.625rem
}

@media (max-width: 1439.98px) {
    .h9 {
        font-size: 1.4rem
    }
}

@media (max-width: 767.98px) {
    .h9 {
        font-size: 1rem
    }
}

.h10 {
    font-size: 1.5625rem
}

@media (max-width: 767.98px) {
    .h10 {
        font-size: 1rem
    }
}

.h11 {
    font-size: 1.375rem
}

@media (max-width: 767.98px) {
    .h11 {
        font-size: 1rem
    }
}

.h12 {
    font-size: 1.29rem
}

@media (max-width: 767.98px) {
    .h12 {
        font-size: 1rem
    }
}

.h13 {
    font-size: 1.25rem
}

@media (max-width: 767.98px) {
    .h13 {
        font-size: 1rem
    }
}

.h14 {
    font-size: 1.125rem
}

@media (max-width: 767.98px) {
    .h14 {
        font-size: 1rem
    }
}

.h15 {
    font-size: 1.0875rem
}

@media (max-width: 767.98px) {
    .h15 {
        font-size: 1rem
    }
}

.h16 {
    font-size: 1.05rem
}

@media (max-width: 767.98px) {
    .h16 {
        font-size: 1rem
    }
    .water-system-img{
        margin-bottom: 30px;
    }
}

.h17 {
    font-size: 0.875rem
}

.h18 {
    font-size: 0.8475rem
}

.h19 {
    font-size: 0.8125rem
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

img {
    max-width: 100%
}

.rounded-1 {
    border-radius: 1px
}

.rounded-2 {
    border-radius: 2px
}

.rounded-3 {
    border-radius: 3px
}

.rounded-4 {
    border-radius: 4px
}

.rounded-5 {
    border-radius: 5px
}

.rounded-6 {
    border-radius: 6px
}

.rounded-7 {
    border-radius: 7px
}

.rounded-8 {
    border-radius: 8px
}

.rounded-9 {
    border-radius: 9px
}

.rounded-10 {
    border-radius: 10px
}

.btn:focus {
    outline: none;
    box-shadow: none
}

.line-height-1 {
    line-height: 1
}

.line-height-2 {
    line-height: 2
}

.line-height-3 {
    line-height: 2.15
}

.line-height-4 {
    line-height: 0.856
}

.line-height-5 {
    line-height: 1.1
}

.line-height-sm {
    line-height: 0.278
}

p {
    font-size: 18px;
}

.container {
    max-width: 80rem;
}

.btn-main {
    color: #fff;
    background-color: #05a9a6;
    border-color: #05a9a6;
    transition: all 300ms;
    border-radius: 40px;
}

.btn-main:hover {
    /* background-color: #000; */
    border-color: #2891b5 !important;
    /* border-radius: 0; */
    color: #FCFDFF;
    background-color: #2891b5;
    /* box-shadow: 5px 5px #820505; */
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    margin: 6px 0;
    font-size: 18px;
    width: 40%;
    color: #000;
    float: left;
    text-shadow: 0 0 5px #cbdbda, 0 0 0 #000
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

.form-container,
.pop-offer {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    /* margin: 70px 0 */
}

.form-container h4.title.small {
    color: #ffe016;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff
}

.pop-body form {
    padding: 15px 25px 10px
}

textarea.form-control {
    height: 120px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold
}



.form-label span {
    color: red;
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 5px 21px;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}


.pop-offer {
    margin-top: 25px;
}

.pop-offer_2 {
    margin-top: -16px;
    text-align: center;
}

.call-out_wrapper {
    display: inline-block;
    background: #05a9a6;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.today-offer {
    display: inline-block;
    padding: 18px 15px 13px;
    /* background-color: rgb(96 110 123 / 50%); */
    width: 100%;
}

.today-offer span {
    display: block;
    text-align: center;
    font-size: 20px;
}

span.offer-title {
    color: #fff;
}

.today-offer .offer-price {
    font-size: 27px;
    margin: 12px 0;
    color: #f9b900;
    text-decoration: underline;
}

.today-offer span.offer-cta {
    font-size: 18px;
}

.today-offer span.offer-cta u {
    font-weight: bold;
}

.today-offer span.offer-cta del {
    color: #f9b900;
}

#header {
    font-size: 1.5rem;
}

.open-state {
    color: #27272A;
}

#header #header-nav {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#header .cta1 {
    line-height: 1.15;
    font-size: 16px;
    font-weight: bold;
    color: #0D6D9D;
}

#header .cta1 a {
    color: #27272A;
    font-size: 26px;
}

#header .cta1 a ion-icon {
    width: 23px;
    height: 23px;
    color: #0D6D9D;
    margin-top: 1px;
}

.header-content {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

#headerContent {
    background-image: linear-gradient(to right, rgb(9, 48, 67), rgba(9, 48, 67, 0.6), transparent), url('../img/header_lg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 120px;
    color: #FAFAF9;
}

#headerContent h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 8px;
}

#headerContent h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ffc107;
}

#headerContent .context {
    margin: 20px 0 30px;
}

#headerContent .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.05); */
}

.header-reviews .recent,
.header-reviews .more {
    font-size: 15.2px;
    color: #FAFAF9;
    font-weight: 600;
    margin-bottom: 8px;
}

.header-reviews .more a {
    font-size: 13px;
    color: #ffe100;
    text-align: right;
}

.header-reviews .testimonial-card p {
    height: 80px;
}

.header-reviews .testimonial-author h6 span {
    color: #F3F4F6;
}

#headerContent .cta-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 0px 0 40px;
}

.cta-container h4.title.small {
    color: #ffcb00;
    text-align: center;
    padding: 25px 10px 10px;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.cta-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 8px 0 0;
    line-height: 22px;
    font-size: 17px;
    color: #fff;
}

.cta-container .phone-number {
    font-size: 50px;
    font-weight: 700;
    /* margin: 11px 0; */
    background-color: rgb(96 110 123 / 50%);
    padding: 27px 0;
}

.cta-container .phone-number a {
    color: #fff;
    /* padding: 7px 0; */
}

.cta-container .phone-number svg {
    margin-top: 2.6px;
}

.cta-container .value-props {
    /* margin-top: 10px; */
    margin: 30px 0;
}

.cta-container .value-props li {
    font-size: 20px;
    /* margin: 8px 0; */
}

.cta-container .value-props li span {
    margin-top: 3px;

}

/* cta1 */
#cta .content {
    background-color: #FAFAFA;
    padding: 2rem 3rem;
    /* -webkit-box-shadow: 2px 5px 23px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 5px 23px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 2px 5px 23px 0px rgb(0 0 0 / 20%); */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    /* bottom: 55px; */
    margin-top: -50px;
    margin-bottom: -60px;
}

#cta p:first-child {
    font-size: 20px;
}

#cta a.btn-main {
    font-size: 17px;
}

/* services */
#services {
    padding-top: 140px;
    padding-bottom: 90px;
}

@media all and (min-width: 1024px) {
    #services .container-fluid {
        max-width: 1400px;
    }
}

#services h2 {
    font-size: 40px;
    color: #0d6d9d;
}

#services h2 span {
    font-size: 20px;
    color: #3F3F46;
}

#services ion-icon {
    width: 20px;
    height: 20px;
    color: #0d6d9d;
}

.service-block_content p {
    margin: 15px 0 0;
}

.service-list {
    margin-top: 25px;
}

.service-list h5 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.service-box {
    padding: 15px 0px;
}

.service-tabs {
    height: 680px;
}

.service-tabs .nav-tabs .nav-link {
    padding: 15px 30px 15px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-right: 3px;
}

.service-tabs .nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
    border-bottom: 3px solid #0D6D9D;
}

.service-tabs .nav-tabs .nav-link:focus {
    border-color: transparent;
    border-bottom: 2px solid #0D6D9D;
}


.service-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #0D6D9D;

}

/* svg divider */
#services ul.list li {
    color: #141518;
    font-size: 17px;
}

/* Cta 1 */
.cta_1 {
    padding: 45px 0;
    background: #f2f2f2;
}

.cta_1 h2 {
    font-size: 27px;
    line-height: 1.25;
}

.cta_1 h2 a {
    color: #1f517b;
    text-decoration: underline;
}

/* About */
.section-content {
    padding: 100px 0 90px;
}

.section-content h2 span {
    font-size: 15px;
    color: #424242;
    display: block;
}

.section-content h2 {
    color: #1f517b;
    font-size: 40px;
}

.img-txt-box {
    right: -9%;
    bottom: 7px;
    color: #fff;
    background-color: rgba(5, 169, 166, 0.7);
    padding: 10px 22px 13px;
    font-size: 36px;
    font-weight: 900;
    width: auto;
    line-height: 1.2;
}

.img-txt-box span {
    font-size: 17px;
    display: block;
    font-weight: 700;
}

#water-systems svg.divided-lg {
    fill: #ffffff;
    /* margin-bottom: -103px; */
    margin-bottom: -80px;
}

#water-systems svg.divided-sm {
    margin-bottom: -20px;
    fill: #ffffff;
}

/* testimonials */


#testimonials {
    padding: 160px 0 90px;
    background: rgb(31, 81, 123);
    background: -moz-linear-gradient(158deg, rgba(31, 81, 123, 1) 0%, rgb(26, 72, 110) 100%);
    background: -webkit-linear-gradient(158deg, rgba(31, 81, 123, 1) 0%, rgb(26, 72, 110) 100%);
    background: linear-gradient(158deg, rgba(31, 81, 123, 1) 0%, rgb(26, 72, 110) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f517b", endColorstr="#033e6f", GradientType=1);
}

#testimonials h2 {
    color: #F3F4F6;
    font-size: 50px;
    margin-bottom: 13px;
}

#testimonials h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 50px;
    color: #fafaf9;
}

#testimonials .social-list .social-rate {
    border-right: 2px solid #bac9d8;
}

#testimonials .list-icons {
    /* margin-top: 2em; */
    margin-bottom: 4rem;
}

#testimonials .social-list .no-border {
    border-right: 0;
}

#testimonials .testimonial-author h6 {
    color: #E2E8F0;
}

#testimonials .testimonial-author h6 span {
    color: #fafafa;
}

.testimonial-card {
    margin-bottom: 20px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #f4f7f6 !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f7f6 transparent transparent transparent;
}

.testimonial-body p {
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    /*background: rgba(85, 85, 85, 0.1);*/
    background: #f1f1f1;
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: #888;
    /*background: rgba(85, 85, 85, 0.6)*/
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Kumbh Sans', Helvetica, Arial;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}


/* water-system */
#water-systems{
    padding: 130px 0 110px;
}

#water-systems ul.list li {
    color: #141518;
    font-size: 17px;
}
#water-systems ion-icon {
    width: 20px;
    height: 20px;
    color: #0d6d9d;
}

.water-system-content h2 {
    font-size: 28px;
}
.water-system-content h2 span {
    font-size: 20px;
}
/* cta-full */

#cta-full {
    background-image: url('../img/cta-full-bg.webp');
    background-color: #e9eef2;
    background-position: center;
    background-size: cover;
    padding: 130px 0 110px;
    color: #1f517b;
}


#cta-full h2 {
    font-size: 44px;
    line-height: 48px;
}

#cta-full p {
    font-size: 18px;
    line-height: 1.35;
    color: #252525;
}

#cta-full .google-review-wrapper {
    padding: 36px 0;
}

#cta-full .five-star-img {
    margin: 24px auto
}

.bg-tertiary-dark {
    background-color: #1f517b;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

@media (min-width: 768px) {
    #cta-full .five-star-img {
        margin: 25px 45px
    }
}

/* footer */

#footer-strip {
    color: #fff;
    background-color: #141518;
    padding: 2rem 0;
}

#footer-strip .header-phone-number a {
    color: #fff;
    font-weight: 600;
    font-family: 'Kumbh Sans', sans-serif;
    /* line-height: 44px; */
    line-height: 30px;
}

#footer-strip .header-phone-number a span {
    font-weight: bold;
    font-size: 34px;
    display: block;
    /* margin-bottom: 7px; */
    /* line-height: 35px; */
}

#footer-strip .header-phone-number ion-icon {
    color: #2992b7;
    font-size: 46px;
    margin-right: 11px;
    margin-top: 10px;
}

#footer {
    color: #fff;
    /* background-color: #0d0d0d; */
    background-color: #1c1c1c;
    padding: 16px 0;
}

#footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.pulsating-circle {
    position: absolute;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}


.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #0D6D9D;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite;
}


.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0D6D9D;
    border-radius: 15px;
    /* box-shadow: 0 0 8px rgb(0 0 0 / 30%); */
    -webkit-animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;
}

.nav-phone {
    position: relative;
    z-index: 4;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #0D6D9D;
    text-decoration: none;
    display: none;
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #2d2d30;
}

.nav-phone ion-icon {
    font-size: 23px;
    color: #0D6D9D;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

@media all and (max-width:992px) {
    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: calc(50% - 102px);
        display: flex;
        z-index: 4;
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}


@media all and (max-width: 576px) {
    #header-nav figure img {
        height: 70px;
    }

    span.call-out_wrapper {
        color: #fefefe;
        background-color: #0d6d9d;
    }

    .today-offer .offer-price {
        font-size: 26px;
    }

    #header .alert {
        font-size: 16px;
        margin-bottom: 0;
    }

    #headerContent {
        padding: 60px 0 70px;
        background-position: 70%;
    }

    #headerContent h1 {
        font-size: 33px;
        margin-bottom: 18px;
    }

    #headerContent h3 {
        font-size: 21px;
    }

    #headerContent .cta-container {
        margin-top: 12px;
    }

    #headerContent .context {
        margin: 15px 0 22px;
        font-size: 16px;
    }

    #cta .content {
        border-radius: 0 !important;
        text-align: center;
    }

    #cta p:first-child {
        font-size: 16px;
    }

    .section-content h2 {
        font-size: 36px;
    }

    #services h2 {
        font-size: 31px;
    }

    #services h2 span {
        font-size: 20px;
    }

    .service-tabs .nav-tabs .nav-link {
        padding: 15px 10px 15px;
        font-size: 15px;
    }

    .service-tabs {
        height: auto;
        margin-bottom: 13px;
    }

    #testimonials {
        padding: 90px 0;
    }

    #testimonials h2 {
        font-size: 43px;
    }

    #testimonials h4 {
        font-size: 21px;
        margin: 20px 0 30px;
    }

    .testimonial-card {
        margin-bottom: 25px;
    }

    .section-content {
        padding: 65px 0;
    }

    .img-txt-box {
        right: 15px;
        bottom: -27px;
    }

    #cta-full {
        background-position: left;
        /* text-align: center; */
        padding: 80px 0;
    }

    #cta-full h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #cta-full p {
        font-size: 18px;
    }

    .cta_1 h2 {
        font-size: 23px;
    }

    #testimonials .social-list .social-rate {
        border: none;
    }

}

@media all and (min-width:575px) and (max-width: 768px) {
    #header .alert {
        font-size: 18px;
        margin-bottom: 0;
    }

    #headerContent h1 {
        font-size: 39px;
    }

    #headerContent h3 {
        font-size: 23px;
    }

    #header .cta1 a {
        font-size: 21px;
    }

    #cta .content {
        padding: 1rem 1rem;
    }

    .cta-container .phone-number {
        font-size: 34px;
    }

    .cta-container .value-props li {
        font-size: 17px;
    }

    #services h2 {
        font-size: 46px;
    }

    #services h2 span {
        font-size: 20px;
    }
}