@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/Helvetica.ttf);
}

body {
    padding: 0;
    counter-reset: process-step;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: 'Helvetica',"Montserrat", sans-serif;
    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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Amaranth", sans-serif;
    color: #1c1c1c;
    font-weight: 600;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
    color: #555;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
}

.container {
    max-width: 1200px;
}

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;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

.section-headline {
    text-align: center;
    margin-bottom: 35px;
    /* font-family: "Philosopher", sans-serif; */

}

.section-headline h2 {
    color: #016868;
    font-size: 65px;
}

.section-headline h2 span {
    display: block;
    font-size: 15px;
    margin-bottom: 29px;
    line-height: 1;
    letter-spacing: 0;
}

.btn,
input[type=submit],
.btn-form button[type=submit],
button,
.button {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .2s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .2s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .2s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .2s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .2s cubic-bezier(.24, .74, .58, 1);
    transition: .2s cubic-bezier(.24, .74, .58, 1);
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0;
    z-index: 1
}

.btn-style1 {
    line-height: 1.25;
    padding: 12px 30px;
    font-size: 23px;
    font-weight: 600;
    color: #fffaf9;
    -webkit-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .4s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .4s cubic-bezier(.24, .74, .58, 1);
    transition: .4s cubic-bezier(.24, .74, .58, 1);
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    border: 2px solid #da73d2;
}

.btn-style1:hover {
    color: #fffaf9;
    text-decoration: none;
    background: #da73d2;
    transition: .2s cubic-bezier(.24, .74, .58, 1);
}

.btn-style2 {
    border-radius: 32px;
    font-size: 18px;
    line-height: 1.3em;
    background-color: #1f0c4b;
    padding: 18px 40px 15px;
    position: relative;
    font-weight: 600;
}

.btn-style2:after {
    content: '';
    position: absolute;
    top: -110%;
    left: -210%;
    width: 400%;
    height: 150%;
    opacity: 0;
    transform: rotate(30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .13) 77%, rgba(255, 255, 255, .5) 92%, #fff 100%);
}

.btn-style2:hover {
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
}

.btn-style2:hover:after {
    opacity: 1;
    top: -30%;
    left: 25%;
    -webkit-transition: left 1.5s, top 1.5s, opacity .15s ease;
    -khtml-transition: left 1.5s, top 1.5s, opacity .15s ease;
    -moz-transition: left 1.5s, top 1.5s, opacity .15s ease;
    -ms-transition: left 1.5s, top 1.5s, opacity .15s ease;
    -o-transition: left 1.5s, top 1.5s, opacity .15s ease;
    transition: left 1.5s, top 1.5s, opacity .15s ease;
}

.btn-submit {
    width: 100%;
    background-color: #1f0c4b;
    border-color: #1f0c4b;
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    width: 100%;
    background-color: #722e9d;
    border-color: #722e9d;
    color: #fefefe;
}

.btn-learnmore {
    display: flex;
    align-items: center;
    color: #ededed;
    font-size: 18px;
    font-weight: 700;
    box-shadow: none;
    text-decoration: none;
}

.btn-learnmore:before {
    content: '\e908';
    font-family: "fontello";
    position: relative;
    font-size: 10px;
    margin-right: 10px;
    line-height: 1;
    color: #ededed;
    background-color: #348F36;
    padding: 4.5px 6.5px 5.5px 7.5px;
    clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
    overflow: hidden;
}

.btn-learnmore span {
    background: linear-gradient(to right, #348F36, #348F36 50%, #ededed 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    overflow: hidden;
    -webkit-transition: background-position 300ms ease;
    -khtml-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}

.btn-learnmore:hover {
    text-decoration: none;
}

.btn-learnmore:hover span {
    background-position: 0 100%;
}

.wave {
    transform: rotate(180deg) translateY(100%);
}

.wave svg {
    height: 75px;
    width: 100%;
}

.wave svg path {
    fill: #faf9f6;
}

.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 #016868;
    text-decoration: none;
    visibility: hidden
}

.nav-phone i {
    font-size: 26px;
    color: #cf82ff;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

#header {
    position: relative;
    background-image: url('../imgs/header-bg.webp?v=1.1.0');
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 50px;
    /* min-height: 800px; */
}

nav#header_nav {
    padding: 19px 0;
    position: relative;
}
nav#header_nav .btn-style1 {
    border-color: #fefefe;
}

nav#header_nav .btn-style1:hover {
    background-color: #fefefe;
    color: #da73d2;
}
.img-logo{
    width: 380px;
}
.phone-number {
    line-height: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.6);
    white-space: nowrap;
}

header#headerContent {
    /*padding: 250px 0 20px;*/
    display: flex;
    height: auto;
    min-height: 700px;
}
header .header-content {
    padding-bottom: 60px;
}
header .header-content h1 {
    color: #fff;
    font-size: 45px;
    line-height: 1.23;
    text-align: center;
}

header .header-content h1 span {
    font-size: 27px;
    font-weight: 500;
}

header .header-content p {
    color: #fefefe;
    margin-top: 15px;
    line-height: 1.45;
    font-size: 20px;
}

@media screen and (max-width:767px) {
    .header-content {
        padding: 0;
        padding-bottom: 0 !important;
    }

}

header ul.intro-list li {
    color: #ffffff;
    font-size: 18px;
    padding-left: 29px;
}

header ul.intro-list li::before {
    content: url('../imgs/paw.webp');
    transform: scale(0.85);
}

.kitten-card {
    border-radius: 16px;
    overflow: hidden;
    background-color: #FFF;
    max-width: max-content;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
}
.avail-kittens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9789e8;
    text-align: center;
    color: #fefefe;
}
.kitten-card .card-content {
    padding: 16px;
    text-align: center;
    line-height: 1;
}

.kitten-card .card-content h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #ae40a5;
}
.kitten-card .card-content h3 span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: underline;
}
.kitten-card .card-content .btn-style1 {
    color: #1f0c4b;
    border-color: #1f0c4b;
    transform: scale(0.8);
}

.kitten-card .card-content .btn-style1:hover {
    background-color: #1f0c4b;
    color: #FFF;
}

.today-offer {
    /* border: 6px solid #4c68b1; */
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #ad7a3b;
    font-size: 19px;
    background-color: rgb(51 51 51 / 80%);
    min-width: 100%;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.today-offer span {
    display: block;
    line-height: 1.35;
}

.today-offer .offer-price {
    font-size: 48px;
    line-height: 1;
    color: #9789e8;
}

.today-offer .offer-price em {
    font-size: 25px;
    font-style: normal;
    line-height: 1;
    margin-right: 5px;
}

span.offer-title {
    color: #fff;
    font-weight: medium;
}

.today-offer span.offer-cta {
    color: #F8FAFC;
    font-size: 16px;
}

.today-offer .offer-slug {
    color: white;
    font-size: 18px;
}

.today-offer .offer-btn {
    color: #9789e8;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.029999rem;
}

.today-offer .offer-slug2 {
    color: #348F36;
    font-size: 20px;
}

.today-offer .offer-cta2 {
    line-height: 1.1;
}

.offer-cta2 div {
    font-size: 23px;
    color: #7298ff;
}

a.btn-style1 i {
    font-size: 22px;
    font-weight: 400;
}

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: #1b1b1b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-container .title p {
    font-size: 17px;
}

.form-container form {
    background-color: rgba(52, 52, 52, 0.6);
    padding: 20px 6px 20px;
}

.form-container label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

.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: 14px;
    height: auto;
    padding: 12px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #525a6c;
    border-color: #e3ebec;
    background-color: #e3ebec;
}

.form-control:focus {
    border-color: #9789e8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: 120px;
}

.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;
    font-weight: normal;
    margin-top: 3px;
}

label span.muted {
    color: rgb(228 228 228);
    font-size: 11px;
    font-weight: bold;
}

.logo-divider::before,
.logo-divider::after {
    content: "";
    background-color: #348F36;
    height: 0.27778rem;
    width: 5.83333rem;
    position: absolute;
    top: 50%;
    left: 46px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -66%);
}

.logo-divider::before {
    right: 46px;
    left: auto;
}

#services {
    padding-bottom: 75px;
    /*color: #176684;*/
    background: #f9f8f6 url("../imgs/texture.jpg") center/cover no-repeat;
}
@media all and (min-width:992px) {
        #services .container {
        max-width:1200px;
    }
}
.service-block {
    position: relative;
    margin-top: 20px;
}

.service-block img {
    position: relative;
    opacity: 0.7;
    transition: all 0.35s !important;
}

.service-block h5 {
    color: #fff;
    font-size: 36px;
    /* margin-left: 17px; */
    margin-bottom: 17px;
    /* font-family: 'Inter'; */
}

.service-block_frame {
    position: absolute;
    background: rgb(28, 28, 28, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 15px 40px 30px;
    transition: opacity .35s;
}

#cta1 {
    background-color: #1f0c4b;
    padding: 45px 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

#cta1 h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
}

#cta1 h3 a {
    color: #ae40a5;
    font-weight: bold;
    text-underline-offset: 5px;
}

#about-us,
#about-bread {
    padding: 110px 0 90px;
}

section#about-us {
    background-image: url('../imgs/bg1.png');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    background-color: #F8FAFC;
}
#about-us p a, #about-us ul.intro-list li:before {
    color: #ae40a5;
}
#about-us ul.intro-list li {
    font-size: 16px;
}
section#about-bread {
    /* background: linear-gradient(169.61deg, rgba(255, 255, 255, 0.6) 7.75%, rgba(237, 248, 244, 0.6) 19.19%, rgba(232, 246, 241, 0.6) 61.56%, rgba(228, 244, 238, 0.6) 78.76%, rgba(215, 239, 239, 0.6) 87.29%); */
    background: linear-gradient(169.61deg, rgba(255, 255, 255, 0.6) 7.75%, rgb(243 248 237 / 60%) 19.19%, rgb(245 246 233 / 60%) 61.56%, rgb(233 234 228 / 60%) 78.76%, rgb(233 232 226 / 60%) 87.29%);
}
#about-bread .container-fluid {
    /* max-width: 1500px; */
    max-width: 1350px;
}
#about-us .about-block img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

#about-bread .about-block img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.himalayan-breed{
    margin-top: 25px;
}
#about-bread .about-block img.himalayan-breed-img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.about-block .title {
    top: -31px;
    left: 45px;
    background: #348F36;
    padding: 9px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.about-block h3 {
    font-size: 25px;
    color: #fefefe;
}

#about-us .section-headline,
#about-bread .section-headline {
    margin-bottom: 15px;
}

.section-headline h2 {
    color: #ae40a5;
    font-size: 40px;
    line-height: 1;
}

#about-us .section-headline h2 span,
#about-bread .section-headline h2 span {
    margin-bottom: 8px;
    color: #3d3d3d;
}

#about-us .btn-style2:hover,
#about-bread .btn-style2:hover {
    color: #1c1c1c;
}


#how-it-works {
    padding: 100px 0;
    color: #FFF;
    background-image: url('../imgs/footprints.webp?v=1.1.0');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #1F0C4B;
}

#how-it-works .process-step {
    margin-top: 38px;
    counter-increment: process-step;
}

#how-it-works h2,
#how-it-works h3 {
    /* color: #8273da; */
    color: #F1A1FF;
}
#how-it-works h3 {
    font-size: 33px;
    /* color: #333; */
}
#how-it-works .process-step .step-img {
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset; */
}

#how-it-works .process-step .step-img img {
    min-width: 100%;
}

.step-counter p {
    /* font-weight: 500; */
    margin-bottom: 0;
}

/* #how-it-works .process-step .step-counter::before {
    content: counter(process-step) '.';
    font-size: 81px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #8273da;
    line-height: 1;
} */
.step-counter a {
    color: #ae40a5;
}
#gallery {
    padding: 100px 0;
    background-color: #192938;
}

#gallery h2,
#testimonials h2 {
    line-height: 1;
    /* margin-bottom: 50px; */
}

#gallery h2 {
    font-size: 32px;
}

#gallery h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #348F36;
    bottom: -20px;
    left: 0;
}

#gallery p,
#gallery ul {
    color: #fefefe;
}

#gallery .section-headline {
    margin-bottom: 40px;
}


ul.gallery li.gallery-image {
    margin: 0.4%;
    flex: 0 0 auto;
    /* width: 31%; */
    width: 23.4%;
    overflow: hidden;
}
ul.gallery li.gallery-image .kitten-block {
    position: relative;
    display: block;
}
ul.gallery li .kitten-block:after {
    font-family: "Fontello";
    content: "\e8eb";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0);
    font-size: 25px;
    background: rgba(137, 204, 37, 0);
    border: 2px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.gallery li.gallery-image a:hover .kitten-block:after {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
    border: 2px solid rgb(107, 33, 168);
}

ul.gallery li.gallery-image a:hover .kitten-block_light:after {
    border-color: #DDD6FE;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    gap: 12px;
}

.kitten-type{
    /* position: relative; */
    text-align: center;
    background-color: #6B21A8;
    color: #fefefe;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}
.kitten-type_light {
    background-color: #DDD6FE;
    color: #18181B;
}

.kitten-type span b {
    font-weight:500;
    font-size: 16px;
    display: inline-block;
}

ul.gallery li img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: 385px;
    object-fit: cover;
}

.differnce-bg {
    background-image: url("../imgs/difference-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}

#testimonials {
    padding: 90px 0;
    /*background-color: #F8FAFC;*/
     background-color: #f5f5f5;
}

#testimonials h2 {
    color: #1c1c1c;
    margin-bottom: 25px;
}

#testimonials h4 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 22px;
    font-weight: normal;
}

.review-block {
    background-color: #fff;
    /* text-align: center; */
    padding: 16px;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    margin-bottom: 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 24px;
}

/* .review-block img {
    margin: 0 auto;
    margin-bottom: 10px;
} */

.review-content {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.review-content p {
    height: 100px;
    overflow: auto;
    padding-right: 8px;
    margin-bottom: 0;
}

.review-content p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

.review-content p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}

.review-content p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}

.review-content p::-webkit-scrollbar-thumb:hover {
    background: rgba(85, 85, 85, 0.9);
}

.review-content h5 {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
}

.review-kitten {
    border-radius: 6px;
}

.review-block p {
    font-size: 15px;
    color: #1d1d1d;
    line-height: 24px;
}

.review-block h5.author {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 8px;
    font-family: "Montserrat", sans-serif;
}

.google-logo {
    width: 42px;
}

.review-block h5.author span {
    display: block;
    color: #92969f;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}

/* .review-block img.rating {
    margin-bottom: 25px;
} */

.review-badges {
    margin-bottom: 25px;
}

.brdr-top {
    width: 100% !important;
    height: 6px !important;
    background: #4fce6a !important;
    border-radius: 2px 2px 0 0 !important;
}
.fb-badge .brdr-top {
    background: #3a5897 !important;
}
.badge-content {
    padding: 10px;
}

.review-badge {
    background-color: #fff;
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}

.review-badges p {
    line-height: 1;
    font-size: 15px;
    color: #4d4d4d;
}

.review-badge .logo img {
    border-radius: 50%;
    width: 44px;
}

.review-badge .score {
    margin-left: 8px;
}

.review-badge .rating span {
    font-size: 20px;
    font-weight: normal;
    color: #fbbc00;
    line-height: 1;
    display: inline-block;
}

.fb-badge ul li img {
    max-width: 22px;
}

/* #footer-form {
    padding: 100px 0;
    background: url(../imgs/form-bg.webp);
    background-position: center center;
    background-size: cover;
} */

#footer-form .section-headline h2 {
    /* color: #1c1c1c; */
    color: #555;
    font-size: 40px;
}

#footer-form p {
    line-height: 1.35;
    margin-bottom: 12px;
}

#footer-form {
    position: relative;
    padding: 80px 0 110px;
    background: url(../imgs/form-bg.webp);
    background-position: center;
    background-size: 122%;
    background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
    #footer-form {
        background: #fff;
    }
}
#footer-form .form-imgs{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 31px;
}

#footer-form .bg-img-1 {
    transform: rotate(-10deg);
    position: relative;
    z-index: 2;
    width: fit-content;
}
#footer-form .bg-img-2 {
    transform: rotate(11deg);
    left: 42%;
    top: 0;
    position: absolute;
}
#footer-form .bg-img-1 img {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    border: 6px solid #fff;
    max-width: 200px;
}
#footer-form .form-container {
    /* border: 8px solid #1c1c1c; */
    /* border-top: 0; */
    /* padding: 20px; */
    width: 70%;
    margin: auto;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}

footer {
    /* background-color: #272727; */
    background-color: #212121;
    padding: 60px 0;
    position: relative;
    z-index: 999;
}

.modal iframe {
    min-height: 75vh;
}

.modal-header .close {
    background: #87969a;
    width: 35px;
    height: 35px;
    margin: 1px 0;
    color: #000;
    font-size: 27px;
    border-radius: 50%;
}
#back-to-top {
    position: fixed;
    bottom: 25px;
    right: 100px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: opacity .3s 0s;
    -moz-transition: opacity .3s 0s;
    transition: opacity .3s 0s;
    opacity: 0;
    font-weight: normal;
    padding: 10px 9px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.5rem;
    font-size: 30px;
}

#back-to-top:hover {
    background: #000000;
}

#back-to-top:active {
    background: #000000;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top ion-icon {
    color: #fff;
    margin-right: 0;
    font-size: 40px;
}
@media all and (max-width:992px) {
    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: calc(50% - 129px);
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #1c1c1c;
        visibility: visible;
    }

    #testimonials h2 {
        font-size: 50px;
    }

    #testimonials h4 {
        font-size: 21px;
    }

    .review-block {
        padding: 30px 22px 30px;
    }

    #footer-form h2.section-headline {
        font-size: 58px;
    }
}

@media all and (max-width:575px) {

    #header {
        margin-top: 30px;
        background-position: 49% !important;
    }
    nav#header_nav {
        padding-top: 30px;
    }

    header .header-content h1 {
        font-size: 37px;
        margin-bottom: 20px;
        line-height: 1.1;
    }

    header .header-content h1 span {
        font-size: 23px;
    }

    header .header-content p {
        font-size: 18px;
    }

    .today-offer {
        width: 90%;
        margin: auto;
    }

    header#headerContent {
        padding: 75px 0 25px;
        min-height: auto;
    }

    .section-headline {
        margin-bottom: 30px;
    }

    .section-headline h2 {
        font-size: 35px;
    }
    #about-us, #about-bread {
        padding: 80px 0;
    }
    #services {
        padding: 75px 0 105px;
    }

    #how-it-works h2 {
        font-size: 45px;
    }
    #how-it-works .process-step {
        margin-top: 25px;
    }
    #how-it-works .process-step .step-counter::before {
        content: '';
    }
    #cta1 {
        padding: 35px 0
    }

    #cta1 h3 {
        font-size: 20px;
    }

     #back-to-top {
        right: 25px;
    }
    .about-block h3 {
        font-size: 20px;
    }

    /* #about-us,
    #about-bread .section-headline {
        font-size: 40px;
        margin-top: 20px;
    } */

    #gallery {
        padding: 90px 0 100px;
    }

    ul.gallery {
        justify-content: center;
        gap: 7px;
    }

    .gallery .gallery-image {
        width: 47.7% !important;
        flex: 0 0 auto;
    }
    .gallery .gallery-image a{
        text-decoration: none;
    }
    .gallery .gallery-image a:hover{
        text-decoration: none !important;
    }
    #testimonials h2 {
        font-size: 35px;
    }

    #testimonials h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    .review-block {
        padding: 35px 15px 30px;
        margin-bottom: 27px;
    }
    .review-content {
        gap: 7px;
    }
    .review-content img {
        width: 35%;
    }
    #testimonials {
        padding: 90px 0;
    }
    #footer-form h2.section-headline {
        font-size: 36px;
    }

    #footer-form p {
        line-height: 1.35;
    }

    #footer-form .form-container {
        width: 95%;
    }

    .modal-title {
        font-size: 20px;
        line-height: 1.25;
        max-width: 17ch;
    }

    #footer-form .section-headline h2 {
        font-size: 41px;
    }
}