body {
    padding: 0;
    margin: 0;
    color: #404040;

}

@media (min-width: 1200px) {

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

body,
input,
select,
textarea {
    font: 16px/1.75em 'Open 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.75em;
    font-family: 'Open Sans', Helvetica, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #404040;
    font-weight: bold;
}

h1.style2,
h2.style2,
h3.style2,
h4.style2,
h5.style2,
h6.style2 {
    font-family: 'Muli', cursive;
    text-align: center;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
}

nav.top-header {
    padding: 25px 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    background-image: url('../img/cartoonbones1.png');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right center;
}


.top-header .btn-cta1 {
    background-color: #99336f;
    color: #fff;
    padding: 1rem 3rem;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 16px;
    transition: 0.5s;
    display: block;
    margin: .5rem 0;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .top-header .btn-cta1 {
        display: block;
        padding: 8px 12px;
        margin-top: 20px;
    }
}

.top-header .btn-cta1:hover {
    background-color: #000;
    text-decoration: none;
}

.top-header .btn-cta1 i {
    /* transform: rotate(-45deg); */
    display: inline-block;
    margin: 0 0.5rem
}


#header {
    background-image: url('../img/header-bg.webp');
    background-size: cover;
    position: relative;
    color: #4d4846;
    padding: 0;
    background-position: left center;
    position: relative;
}

#header p.subhead {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.87);
    text-transform: capitalize;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(28 28 28 / 60%);
}

#header h1 {
    font-size: 34px;
}

#header h1,
#header h4 {
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 41px;
    text-align: left;
}

#header h1 span {
    font-weight: 100;
    display: block;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .4);
    font-family: 'Muli', sans-serif;
    font-size: 25px;
}

#header h4 {
    line-height: 1.2;
    font-size: 22px;
    font-weight: 500;
    color: #FFE016;
}

#header .header-headline {
    margin-bottom: 68px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

#header .header-headline h4.subhead {
    margin-top: 10px;
}

#header p {
    text-align: justify;
    color: #efefef;
}

#header h3 b {
    color: #80b329;
}

#header ul.intro-list li {
    color: #fefefe;
}

#header .btn {
    /* margin-top: 25px; */
}

#header p .highlight {
    display: block;
    margin-bottom: 7px;
}

#header p .highlight b {
    border-bottom: 3px solid #80b329;
}

p.header-slogan {
    font-size: 15px;
    color: #73625e;
    font-weight: bold;
    line-height: 24px;
    /* margin: 14px 0; */
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    margin-bottom: 8px;
}

p.header-phonenumber {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
    float: right;
}

p.header-phonenumber span {
    text-align: center;
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 19px;
    color: #52453c;
}

p.header-phonenumber a {
    color: #88cc24;
    font-weight: bold;
    margin: 3px 0;
    display: block;
}

p.header-phonenumber a i {
    color: #000;
}

#head-image {
    position: relative;
}


.btn {
    padding: 12px 25px;
    background-color: #80b329;
    color: #fff;
    text-shadow: 0 0 1px #517319;
    box-shadow: inset 0 -5px 25px #415d12;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    line-height: 22px;
}

.btn:hover {
    color: #fff;
    box-shadow: inset 0 -5px 25px #2e410e;
}

.btn:active {
    color: #fff;
    box-shadow: inset 0 -5px 20px #2e410e, inset 0 2px 5px #2e410e;
}

.btn:focus {
    color: #fff;
}

.nav-phone {
    position: relative;
    z-index: 4;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #685f5f;
    text-decoration: none;
    visibility: hidden;
}

.nav-phone i {
    font-size: 27px;
    color: #99336f;
}

.nav-phone__link {
    margin-left: 5px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

.sep {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    margin: 50px 0;
}

p.intro-text {
    font-size: 20px;
}

ul.intro-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li {
    position: relative;
    padding-left: 25px;
    margin: 0px 7px 0 0;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

ul.intro-list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #5cb2ed;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    /* margin: 5px 0; */
}


.pop-body .title,
dd.cta_phone_number {
    font-family: 'Muli', sans-serif
}

.form-container {
    background-color: #fafafa;
    border-radius: 4px;
    /* margin-top: 15px; */
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
}

.pop-body .title {
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    /* height: 105px; */
    line-height: 33px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -1px -1px 0;
    padding-top: 15px;
    padding-bottom: 18px;
    background: #42afaf;
    box-shadow: inset 0 1px 0 #00e2e2, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
}

.pop-body .title span:first-child {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    /* text-align: left; */
    padding: 0 20px;
}

.pop-body .title span+span {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    font-weight: 300;
    font-weight: bold;
}

.pop-body form {
    padding: 15px 25px 10px;
    background-color: #fafafa;
    /* border-top: 1px solid #f9ba00; */
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    -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 transparent;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;


    padding: 8px;
    font-weight: bold;
    color: #000;


    box-sizing: border-box;
    color: #746153;
    background: #f4f1e8;
    border-radius: 3px;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);

    -moz-transition: .2s background ease-in;
    -o-transition: .2s background ease-in;
    -webkit-transition: .2s background ease-in;
    transition: .2s background ease-in;

}

textarea.form-control {
    height: 110px;
}

.form-control:focus,
.form-control:active {
    box-shadow: inset 0 1px 4px -1px rgb(50, 59, 64);
    -webkit-box-shadow: inset 0 1px 4px -1px rgb(50, 59, 64);
    -moz-box-shadow: inset 0 1px 4px -1px rgb(50, 59, 64);
    background-color: rgba(33, 88, 88, 0.18);
    color: #000;
}

.offer-form .form-control {
    background: #f0f0f0;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8);
}

label.error {
    font-size: 13px;
    color: #ff3434;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 3px;
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 20px;
    display: block;
}

.checkbox_label {
    font-weight: normal;
    margin-bottom: 3px;
}

.checkbox_label input {
    margin-right: 5px;
}

.cta-sub {
    font-size: 13px;
    color: #4c4e4d;
    display: block;
    margin-top: 15px;
    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;
    transition: .1s transform ease-in, .2s background ease-in;
    border: none;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: none;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
}

.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);
}


#footer {
    background: #1f2325;
    padding: 10px 0;
    z-index: 999;
    position: relative;
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}

#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 20px 20px;
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;

    box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -o-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -wenkit-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -moz-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    display: inline-block;

    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42;
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff;
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}

#floating-number h3 i {
    display: inline-block;
    color: #fff;
}

.cta {
    position: relative;
}

.cta {
    background-image: url('../img/cartoonbones1.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.cta .field-wrp {
    margin-top: 25px;
}

.cta .cta-content,
.cta .cta-content h2 {
    text-align: left;
    color: #fff;
    margin-top: 0;
}

.cta .cta-content p {
    line-height: 1.25;
}

.cta .form-label {
    color: #fff;
    text-align: left;
    line-height: 1;
    margin-bottom: 4px;
}

.cta .form-label span {
    color: red;
    line-height: 1;
}

.cta form {
    margin-bottom: 0;
}

.cta .form-control {
    background-color: #fff;
    border: 2px solid rgba(215, 0, 128, 0);


    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    -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: 10px 15px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    color: #000;

    box-sizing: border-box;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, .3);
}

.cta .form-control:focus,
.cta .form-control:active {
    border: 2px solid #d70080;
    background-color: #f4f1e8;
}

.cta button.primar {
    font-size: 17px;
    margin-top: 15px;
    padding: 12px 0;
}

.cta .cta-sub {
    color: #fafafa;
    margin-top: 2px;
}

.cta h3 {
    font-size: 21px;
    text-align: center;
    margin: 50px 0;
    text-transform: capitalize;
    /* color: #1157d5; */
}

.cta.cta-inverse h3 {
    color: #fff;
}

.cta.cta-inverse h3 span {
    border-bottom: 2px solid #65449e;
}

.cta h3 a {
    color: #99336f;
    text-decoration: underline;
}

h1.style1,
h2.style1,
h3.style1 {
    color: #000;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
}

h2.style1,
h3.style1 {
    margin-bottom: 15px;
}

h1.style1:before,
h2.style1:before,
h3.style1:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #88d024;
    width: 10%;
    left: 45%;
}

.header p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8);
}

.color-inverse,
.color-inverse h1,
.color-inverse p {
    color: #fff !important;
}

.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: 90px;
    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)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    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: 13px;
    line-height: 1;
    font-weight: bold;
    /* font-family: 'Kumbh Sans', Helvetica, Arial; */
    color: #fefefe;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #d5d5d5;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000 !important;
    margin-bottom: 0;
}

#testimonials {
    padding: 60px 0;
    position: relative;
    z-index: 999;
    background-color: #fafafa;
}

.pre-footer-form-header {
    margin-bottom: 20px;
}

#testimonials h3.title.small {
    color: #1157d5;
}

#testimonials h2 {
    /* color: #1e2022; */
    text-align: center;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 25px;
}

#testimonials h2 b {
    color: #99336f;
}

blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../img/564cc1830cfb0f3061f3e1e0_iconmonstr-quote-6-icon.svg), url(../img/564cc16c97ec07540ebff988_iconmonstr-quote-5-icon.svg);
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 19px;
    opacity: 0.9;
    line-height: 1.4em;
    font-style: italic;
    text-align: left;
}

blockquote .author,
blockquote .source {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #1157d5;
    line-height: 1;
}

.form-field {
    display: block;
    width: 100%;
    height: 46px;
    font: 18px GeometriaExtraLight;
    color: #856f64;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px;
    border: 0;
    padding-left: 7px;
    margin: 13px 0 0;
    box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, .3)
}

.defaultButton {
    margin-top: 15px;
    color: #fff;
    width: 320px;
    height: 56px;
    border-radius: 3px;
    height: 70px;
    line-height: 70px;

    text-align: center;
    display: block;
    color: #fff;
    background: #991982;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    font-weight: bold;
    display: inline-block;

    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;

    border: 0
}

.defaultButton:hover {
    background: #c11ca3;
    text-decoration: none;
    color: #fff;
}

.defaultButton:active {
    transform: translateY(3px);
    background: #d70080;
    -webkit-transition: 0s;
    color: #fff;
}

.defaultButton:focus {
    color: #fff;
    text-decoration: none;
}

ul.feature-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
}

ul.feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

ul.feature-list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #80b329;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    /* margin: 5px 0; */
}

.feature-img img {
    margin-left: -85px;
}

.contact-btn {
    margin-top: 0;
    height: 47px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 45px;
}

.footer-contact a i {
    margin-right: 5px;
}

.featured-header {
    display: none;
    padding-left: 15px;
}

.featured-image {
    display: none;
    margin-bottom: 22px;
}

.get-a-quote {
    margin: 0;
    position: relative;
    /* z-index: 99; */
    margin-top: 10px;
}

.get-a-quote .text-center {
    color: #fff;
    text-shadow: none;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: right;
}

.get-a-quote b {
    text-shadow: none;
    color: #fff;
}

.get-a-quote .text-center h2 {
    font-size: 40px;
}

.cta-container h3 {
    color: #000;
    padding-top: 15px;
    margin-bottom: 50px;
    margin-top: 0;
}

.cta-container {
    padding-top: 70px;
}

.cta-container h3 span {
    font-weight: normal;
}

.cta-container form {}

.main-headline h4 {
    color: #fff;
}

.main-headline .button.primar {
    margin-top: 30px;
    width: auto;
}

.header-cta {
    margin-top: 120px;
}


.feature-row {
    margin: 25px 0;
    text-align: left;
}

.cta {
    background-color: #f9fafc;
    background-image: none;
    padding: 50px 0;
    text-align: center;
    font-weight: normal;
}

.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 28px;
}

.cta h3 a {
    font-weight: bold
}

.cta-inverse {
    background-color: #1b1e24;
    background-image: none;
}

.cta-inverse h3,
.cta-inverse h3 a {
    color: #d70080;
}

.cta-inverse h3 a {
    text-decoration: underline
}

.cta-style2 {
    background-color: #d70080
}

.cta-style2 h3,
.cta-style2 h3 a {
    color: #fff
}

.cta-style2 h3 a {
    text-decoration: underline
}

section#aboutUs {
    padding: 50px 0;
    background-color: #F0FDFA;
}

.header-logo {
    width: 150px;
    height: auto;
    /* margin-left: 25px; */
    /* margin-bottom: 5px; */
}

.header-content {
    padding: 90px 0 80px;
}

.header-content:before {
    /* content: ""; */
    display: block;
    position: absolute;
    top: 90px;
    left: -95px;
    width: 770px;
    height: 770px;
    background-color: rgb(17 87 213 / 72%);
    border-radius: 50%;
    z-index: 1;
}

.header-content h1,
.header-content h4,
.header-content p,
.header-content img {
    z-index: 2;
    position: relative;
}

section#puppiess-showroom {
    padding: 90px 0 110px;
    background-color: rgba(126, 72, 104, 0.1);
    background-image: url('../img/cartoonbones1.png');
}

#puppiess-showroom h2 {
    font-size: 31px;
    text-align: center;
    color: #404040;
    margin-bottom: 50px;
}

#puppiess-showroom h3 {
    font-weight: 500;
    margin-top: 36px;
    font-size: 23px;
}

#puppiess-showroom h3 a {
    color: #9a336f;
}

.dog-card {
    margin: 20px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.dog-card .card-content {
    position: relative;
    background: #fefefe;
    padding: 18px 21px;
    margin-top: -14px;
    text-align: center;
}

.dog-card h4.dog-name {
    text-align: center;
    color: #404040;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
    margin-top: 0;
}

.btn-reserve {
    width: 100%;
    box-shadow: none;
    background-color: #99336f;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1;
    transition: all 0.3s;
}

.btn-reserve:hover {
    text-shadow: none;
    background-color: #1c1c1c;
}

section#about-cavapoo {
    padding: 90px 0 120px;
}

.cavapoo-details p {
    font-size: 16px;
    line-height: 1.4;
}

.cavapoo-details h2 {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 9px;
}

#about-cavapoo img {
    border-radius: 6px;
}

#why-us {
    /* background: radial-gradient( circle,rgb(66 65 73 / 60%),rgb(61 60 68)); */
    background: radial-gradient(circle, rgba(27, 26, 26, 0.6), rgb(64, 64, 64));
    background-size: cover;
    background-position: center;
    padding: 110px 0 140px;
    position: relative;
    color: #efefef;
}

#why-us h2 {
    color: #fefefe;
    font-size: 33px;
}

#why-us .headline {
    margin-bottom: 40px;
}

.step-wrapper {
    background: #fefefe;
    padding: 12px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 250px;
    border-radius: 5px;
}

.step-wrapper h4 {
    font-size: 20px;
    margin: 15px 0 10px;
}

.step-wrapper p {
    font-size: 16px;
    line-height: 1.33;
    margin-top: 2px;
    color: #404040;
    opacity: 0.8;
    text-align: center;
}

.step-wrapper p a {
    color: #9a336f;
}

#about {
    padding: 120px 0 100px;
    /* background-image: url(https://floridafurbabies.com/Content/images/Pattern-Paws-min.png); */
    /* background-color: #e8e8e8; */
    background-color: #f1f5f6;
    /* background: linear-gradient(196.22deg, rgba(255,255,255,0.6) -4.24%, rgba(255,255,255,0.306) -4.23%, rgba(244,249,251,0.6) -4.22%, rgba(240,247,250,0.6) 14.57%, rgba(239,247,250,0.6) 35.73%, rgba(223,238,244,0.6) 63.77%); */
    /* margin-bottom: 45px; */
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/pattern-paws-min.png');
    background-repeat: repeat;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    /* z-index: 0; */
}

#about h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
    /* color: #1d1d1d; */
}

#about h2 span {
    color: #99336f;
    font-size: 30px;
}

#about h3 {
    margin-bottom: 0;
    margin-top: 30;
}

.about-dogs {
    background-image: url('../img/dogs.png');
    background-size: contain;
    background-position: center;
    height: 300px;
    margin-top: -311px;
    background-repeat: no-repeat;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #404040;
    letter-spacing: 1px;
    line-height: 1.25;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: normal;
    font-size: 17px;
}

.footer-contact h1 {
    color: #99336f;
}

.img-wrapper img {
    /* border-radius: 50%; */
    border: 9px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    width: 90%;
    margin: 0 auto;
}

.certs {
    text-align: center;
}

.certs img {
    display: inline-block;
    margin: 5px;
    width: 30%;
}

.cta.cta-shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

ul.gallery-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.gallery-ul li {
    width: 14.285%;
    float: left
}

ul.gallery-ul li.gallery-image {
    position: relative
}

ul.gallery-ul li a:after {
    font-family: "Ionicons";
    content: "\f21f";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 120px;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(27, 68, 90, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block
}

ul.gallery-ul li a:hover:after {
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    background: rgba(215, 0, 128, 0.7);
}

@media all and (max-width: 990px) {
    #header {
        background-position: center;
    }

    #about {
        padding: 100px 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 36%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #2d2d30;
        visibility: visible;
    }
}

@media all and (max-width:768px) {
    #header {
        /* padding-top: 120px; */
    }

    .header-logo {
        width: 200px;
        margin: 0 auto;
    }

    .header-content:before {
        content: none;
    }

    .mobile-overlay {
        background-color: rgb(17 87 213 / 72%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #header h1 {
        font-size: 27px;
        line-height: 32px;
    }

    .header-content {
        padding: 70px 0 100px;
    }

    .about-dogs {
        height: 75px;
        margin-top: -122px;
    }

    span.brand {
        display: block;
    }

    .cta-container {
        padding-top: 0;
    }

    .cta .cta-sub {
        font-size: 12px;
        line-height: 1;
        margin-top: 8px;
    }

    .cta .cta-content p {
        font-size: 17px;
    }

    ul.intro-list {
        text-align: left;
        margin-bottom: 20px;
    }

    ul.gallery-ul li {
        width: 33.33%
    }

    .cta h3 {
        margin: 10px 0;
        font-size: 20px;
    }

    .cta.cta-inverse h3 {
        text-shadow: 0 0 5px #000;
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }

    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }

    #floating-number .holder {
        width: 100%;
        text-align: center
    }

    .form-container {
        z-index: 999;
        position: relative
    }

    ul.gallery-ul li a:after {
        padding-top: 40px;
    }

    .img-wrapper img {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    #header {
        overflow: hidden;
    }

    .header-content:before {
        top: 50px;
        left: -38px;
    }

    #why-us {
        background-position: right center;
        padding: 70px 0 110px;
    }

    ul.gallery-ul li {
        width: 33.33%
    }

    .about-dogs {
        margin-top: -211px;
        height: 180px;
    }

    #about {
        padding: 70px 0 170px;
    }

    .img-wrapper img {
        width: 400px;
    }
}

@media all and (max-width:575px) {

    .no-phone-gutters>.col,
    .no-phone-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    #why-us h2 {
        font-size: 1.8em;
    }

    #why-us .focused-content {
        max-width: 95%;
    }

    #why-us {
        background-position: 677px;
        padding: 95px 0;
    }

    .featured-header {
        display: block;
    }

    #puppiess-showroom h3 {
        margin-top: 13px;
        font-size: 21px;
    }
    #puppiess-showroom h2 {
        font-size: 26px;
        margin-bottom: 36px;
    }
    .cavapoo-details h2 {
        font-size: 23px;
        margin-bottom: 11px;
        margin-top: 13px;
    }

    .featured-image {
        display: block;
    }

    .step-wrapper {
        margin-bottom: 35px;
    }

    .nav-phone {
        left: 22%;
    }

}