@font-face {
    font-family: 'Cardiff';
    src: url('../fonts/cardif_font.woff') format('woff');
}

@font-face {
    font-family: 'Limes Condensed';
    src: url('../fonts/limes_condensed_font.woff') format('woff');
}


body {
    padding: 0;
    margin: 0;
    color: #222222;
    /* background-color: #fafbfd; */
}


body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em "Manrope", 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,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /* font-family: "Space Grotesk", sans-serif; */
    font-family: "Cardiff", serif;
    color: #18181b;
    font-weight: bold;
    text-wrap: balance;
}

.h1,
h1 {
    font-size: 50px;
    line-height: 58px;
}

.h3,
h3 {
    font-size: 30px;
}

p {
    font-size: 18px;
    line-height: 1.7;
    color: #424242;
    /* word-spacing: -3px; */
}

.btn-cta_wrapper ion-icon {
    font-size: 36px;
    margin-right: 7px;
    color: #601020;
}

.btn-cta {
    font-size: 24px;
    color: #601020;
    text-decoration: none;
}

.btn-cta span {
    display: block;
    font-size: 18px;
    color: #454545;
}

.btn-cta:hover {
    color: #010101;
}

.btn-cta:hover span {
    color: #601020;
}

.mt-20 {
    margin-top: 20px;
}

.nav-phone {
    position: relative;
    z-index: 1000;
    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;
    display: none !important;
}

.nav-phone ion-icon {
    font-size: 26px;
    color: #601020;
}

.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;
}

a {
    cursor: pointer;
    color: #43a3bc;
    font-weight: bold;
}

a:hover {
    color: #48b0cb;
    text-decoration: underline;
}

a[href^="tel:"] {
    display: inline-block;
}

::selection {
    background: #74c0ff;
    color: #0a0a0a;
    text-shadow: none;
}

ion-icon {
    display: inline-block;
    vertical-align: middle;
}

p.intro-text {
    font-size: 20px
}

.mt-1 {
    display: inline-block;
}

.btn {
    font-family: 'Manrope', sans-serif;
    border-radius: 50px;
    background-color: #601020;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 16px 24px;
    transition: all 300ms ease-in-out;
    font-size: 18px;
}

.btn:hover {
    background-color: #18181B;
    color: #fff;
}

.btn:active {
    background-color: #18181B;
    color: #fff;
}

.bg-linear-bluish {
    /* background-image: linear-gradient(rgba(227, 238, 254, 0) 0%, rgb(227, 238, 254) 80%); */
    /* background-image: linear-gradient(rgba(227, 238, 254, 0) 0%, rgb(254 227 227) 80%); */
    /* background-image: linear-gradient(rgba(227, 238, 254, 0) 0%, #E7E7E7 80%); */
    background-image: linear-gradient(rgba(240, 240, 240, 0) 0%, #F0F0F0 80%);
}

.bg-bluish {

    /* background-color: rgb(227, 238, 254); */
    /* background-color: rgb(254 227 227); */
    /* background-color: rgb(231, 231, 231); */
    background-color: rgb(240, 240, 240);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.img-inversed {
    border: 4px solid #fff;
    border-radius: 28px;
}

ul.list li {
    /* color: #292e33; */
    font-weight: 600;
    line-height: 1;
    margin-bottom: 9px;
    font-weight: normal;
    align-items: center !important;
    display: flex;
    line-height: 1.5;
}

ul.list li ion-icon {
    color: #601020;
    font-size: 23px;
    padding: 1px;
    border: 1px solid #a9cdeb;
    border-radius: 50px;
    box-shadow: 0 0 5px #fffbf6;
    margin-right: 8px;
    flex-shrink: 0;
}

#header {
    background-color: #fff;
    /* background-image: url('../img/header-bg.png');
    background-size: cover;
    background-repeat: no-repeat; */
}

/*
.home-swiper {
} */

#header .swiper-pagination {
    top: 96%;
}

#header .swiper-pagination-bullet-active {
    background: #601020;
}

/* #header .swiper-wrapper {
    gap: 30px;
} */

#header-nav {
    padding: 16px 0;
}

@media all and (min-width: 768px) {
    .fixed-md-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }

    .fixed_nav {
        padding: 24px;
        border-radius: 40px;
    }

    .bg-nav {
        background-color: #fff;
        box-shadow: 0px 0px 14px 0px #0000001b;
    }
}

#header-nav .logo img {
    max-height: 70px;
}

#header-content {
    padding: 200px 0 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    margin-bottom: 0;
}

#header-content .section-title h2 {
    font-size: 36px;
    font-family: 'Limes Condensed', serif;
}



article.video-box {
    padding-top: 40px;
}

.vid-cover .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(14, 13, 13, 0.2);
    border-radius: 24px;
}

article.video-box img {
    border-radius: 24px;
}

article.status-box {
    /* background-color: rgb(239, 246, 255); */
    padding: 65px 0 80px;
}

.status-block {
    padding: 8px 0;
}

.status-box ul {
    padding: 20px 0 12px;
}

.status-box ul>li {
    border-right: 1px solid #a47982;
}

.status-box ul>li:last-child {
    border: 0;
}

.status-block h4 {
    font-size: 48px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 0;
    color: #601020;
}

.status-block h4 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #64748B;
    text-transform: uppercase;
    font-family: 'Limes Condensed', serif;
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#601020 50%, color-mix(in srgb, #601020, transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pulsating-play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, #601020, transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid#601020;
    transform: scale(20);
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


#header-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1.3;
    text-wrap: balance;
}

#header-content h1 span {
    font-family: 'Limes Condensed', serif;
    display: block;
    font-size: 20px;
    margin-top: 0px;
    color: #1E3A8A;
}

#header-content p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-wrap: balance;
}

#value-props {
    padding: 80px 0;
}

@media all and (min-width:992px) {

    #value-props .container-fluid,
    #whyUs .container-fluid,
    #about .container-fluid,
    #price .container-fluid {
        max-width: 1550px;
    }
}

/* #value-props h2 {
    font-size: 30px;
    margin-bottom: 15px
} */

.value-props-group {
    margin-bottom: 50px;
}

ul.gallery-group {
    gap: 15px !important;
}

ul.gallery-group li {
    width: 23.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.fancy-video {
    position: relative;
}

.fancy-video figure {
    margin-bottom: 0;
}

.fancy-video figure img,
.fancy-video .overlay {
    border-radius: 9px;
}

.fancy-video .overlay {
    background-color: rgba(0, 0, 0, 0);
    /*opacity: 0.7;*/
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    inset: 0;
}

.fancy-video:hover .overlay {
    background-color: rgba(0, 0, 0, .40);
}

.fancy-video:hover .icon-play_wrapper {
    display: flex;
}

.fancy-video .icon-play_wrapper {
    background-color: rgba(248, 251, 252, 0.65);
    width: 55px;
    height: 55px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    transition: all 0.5s;
}

.fancy-video .icon-play_wrapper ion-icon {
    font-size: 32px;
    color: #080808;
}

span.project-title {
    text-align: center;
    font-size: 14px;
    color: #010101;
    text-decoration: none;
    line-height: 1;
    margin-top: 15px;
}

ul.gallery-group li:nth-child(8)~li {
    display: none;
    /* opacity: 0.7; */
}

.gallery-image a {
    text-decoration: none;
}

.load-more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 200px;
    height: 60px;
    /* text-transform: uppercase; */
    background-color: #601020;
    color: white;
    margin: 50px auto;
    border-radius: 50px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    padding: 16px 24px;

}

.load-more:hover {
    background-color: #18181B;
    color: #fff;
    text-decoration: none;
}


.loaded {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: visibility .3s 1s, opacity .3s 1s, height .3s 1s;
}






#price {
    padding: 80px 0;
}

.price-card {
    background-color: #fff;
    border: 4px solid #601020;
    border-radius: 30px;
    padding: 25px;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .price-card h3 span{
    font-size: 20px;
    font-weight: 400;
} */

.price-header-span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #808080;
    font-family: 'Limes Condensed', serif;
}

.price-card h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.02em;
    /* line-height: 0.9em; */
}

.price-card p {
    background-color: rgb(231 231 231);
    color: #18181b;
    padding: 16px 24px;
    border-radius: 100px;
    line-height: 1;
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
}

.price-card::after {
    /* content: ''; */
    background-color: #010101 !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: -7px !important;
    top: 97px;
    margin: 0 !important;
    z-index: -7 !important;
    transform: rotate(59deg);
}




#whyUs {
    padding: 80px 0;
}

.content-block {
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 3px 16px 0px;
    padding: 32px;
    border-radius: 24px;
}

.content-block h3 {
    font-family: 'Limes Condensed', serif;
    font-size: 24px;
    margin-bottom: 14px;
}

.content-block p {
    margin-bottom: 0;
    color: #757575;
}

.cta1 {
    padding: 80px 0;
    /* background-image: linear-gradient(rgba(227, 238, 254, 0) 0%, rgb(254 227 227) 80%); */
    background-image: linear-gradient(rgba(240, 240, 240, 0) 0%, rgb(240, 240, 240) 80%);
}

.cta1 .btn:hover {
    background-color: #1E3A8A;
    color: #fff;
}

.cta1 .btn:active {
    background-color: #1E3A8A;
    color: #fff;
}

.content_wrapper {
    padding: 50px 0 60px;
    /* color:  */
    background-color: rgb(24, 24, 27);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.content_wrapper img {
    max-width: 68px;
}

.content_wrapper h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.content_wrapper p {
    color: #c9ccd9;
    margin-bottom: 0;
    text-wrap: balance;
}

.cta-block a {
    text-decoration: none;
}

.cta-block .btn-lg {
    width: 100%;
    border-radius: 0;
    padding: 20px 19px;
}

.cta-block a>h4 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
}

#brands {
    padding-bottom: 60px;
    padding-top: 80px;
}

#brands h3 {
    margin-bottom: 50px;
}

#brands ul.brands-logos {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#brands ul.brands-logos li {
    display: inline-block;
    margin: 0 30px 50px;
}

#brands ul.brands-logos li img {
    max-height: 100px;
    max-width: 230px;
}

#about {
    padding: 80px 0;
}

#intro {
    padding: 160px 0 80px;
}

#intro .section-title,
#about .section-title {
    margin-bottom: 32px;
}

.img-thick {
    border: 3px solid #18181b;
    box-shadow: 16px 16px 0 -5px #18181b;
    border-radius: 14px;
}

#reviews {
    /* background-color: #f5f5f5; */
    padding: 80px 0;
}


#reviews .swiper-pagination-bullet-active {
    background-color: #601020;
}

.google-rate {
    background: #fff;
    /* color: rgb(254, 227, 227); */
    box-shadow: 0 1px 3px 0 rgba(255, 20, 20, 0.1), 0 1px 2px -1px rgba(255, 36, 36, 0.1);
    border-radius: 4px;
    padding: 5px 18px;
    width: fit-content;
    margin: auto;
}

.google-rate h4 {
    font-size: 24px;
    line-height: 1;
}

.google-rate p {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 3px;
    color: #3c3c3c;
    line-height: 1;
}

.google-rate img.google-logo {
    height: 35px;
    width: 110px !important;
    line-height: 1;
}

#reviews h3 {
    margin-bottom: 50px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff !important;
    position: relative;
    box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.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: #fff 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)
}

.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;

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px !important;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-card .testimonial-author p {
    font-size: 11px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

.reviews-mask {
    padding: 10px;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

ul.reviews-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;

}

ul.reviews-list li {
    display: inline-block;
    /* width: 48%; */
    margin: 5px;
    margin-bottom: 20px;
}

#comparison {
    padding: 100px 0;
}

#comparison h3 {
    margin-bottom: 20px;
}

#comparison p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
}

#comparison ul {
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
}

table td {
    padding: 2px 10px;
}

table thead {
    border-bottom: 1px solid #222;
    font-weight: bold;
}

.recommended {
    background-color: #bfebfd;
}

table tbody tr:last-child {
    border-top: 2px solid #222;
}

#steps {
    padding-bottom: 90px;
    text-align: center;
}

.section-badge {
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    display: inline-block;
    margin-bottom: 16px;
}

.section-badge h5 {
    font-family: 'Limes Condensed', serif;
    margin-bottom: 0;
    line-height: 1;
    color: #601020;
    font-size: 15px;
}

.section-header {
    margin-bottom: 40px;
    text-align: center;
}

.step {
    background-color: #fbfbfb;
    border-radius: 4px;
    padding: 35px 40px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.step h4 {
    color: #601020;
    margin-bottom: 10px;
}

.step p {
    margin-bottom: 0;

}

#footer-form {
    padding: 80px 0;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

#footer-form .section-header h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

#footer-form .form-control:focus {
    border-color: #601020;
    box-shadow: none;
}

th.datepicker-switch {
    font-weight: bold;
    color: #1f1d1d;
    font-family: "Manrope", sans-serif;
    font-size: 22px;
}

th.dow {
    color: #6b7280;
}

.datepicker tfoot tr th.clear {
    background: rgb(154 152 152 / 23%);
    color: #1c1c1c;
}

.datepicker tfoot tr th.clear:hover {
    background: rgb(154 152 152 / 60%);
}

.datepicker .next,
.datepicker .prev {
    color: #afafaf;
}

td.day {
    padding: 9px !important;
    line-height: 1;
}

.datepicker table tr td.disabled {
    color: rgb(119 119 119 / 80%);
}

.datepicker table tr td {
    color: #222;
}

.datepicker tfoot tr th.clear {
    display: table-cell !important;
}


.form-wrapper h4 {
    text-align: center;
    margin-bottom: 15px;
}

.form-wrapper .cta-sub {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.form-wrapper button {
    margin: 15px 0;
    padding: 12px 45px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(71, 85, 105, .1);
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

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;
}

.form-label span {
    margin-left: 4px;
    color: #601020;
}

.form-label span.muted {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
}

.form-control {
    font-size: 14px;
    color: #222;
}

.form-control:focus {
    border-color: #3B82F6;
    box-shadow: 0 0 0 0.2rem #93C5FD;
}

textarea.form-control {
    height: 150px;
}

#footer {
    background-color: #18181B;
}

#footer p {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 0;
    color: #fefeff;
}

@media (max-width: 414px) {
    .header-content {
        margin: 25px 0 40px;
    }

    #header-content h1 {
        font-size: 35px;
    }

    #header-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    ul.reviews-list li {
        width: 100%;
    }

    #brands ul.brands-logos li img {
        width: 100%;
    }

    #brands ul.brands-logos li {
        width: 49%;
        margin: 0;
        padding: 0 10px;
        margin-bottom: 35px;
    }

    textarea.form-control {
        height: 190px;
    }

    .value-props-group ul {
        padding: 0;
    }

    #value-props ul li:before {
        left: 2px;
    }

    #value-props ul {
        justify-content: center;
    }

    #value-props ul li {
        padding-left: 0;
        margin: 0;
        margin-bottom: 20px;
        width: 90%;
    }

    /* .testimonial-body p {
        height: auto;
    } */

    #reviews {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    #header-nav {
        padding-top: 60px;
    }

    .btn-cta_wrapper {
        justify-content: center;
        margin-top: 4px;
    }

    #header-content {
        padding: 32px 0 0;
    }

    #header-content .section-title h2 {
        font-size: 28px;
    }

    .status-box ul>li {
        border: 0;
    }

    .status-block {
        margin-top: 20px;
    }

    article.status-box {
        padding: 50px 0;
    }

    .status-block h4 {
        font-size: 36px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .price-card {
        margin-bottom: 30px;
        min-height: auto;
    }

    .price-card::after {
        top: 93px;

    }

    .price-card h3 {
        font-size: 30px;
    }

    #intro,
    #value-props,
    #whyUs,
    .cta1,
    #about {
        padding: 60px 0;
    }

    .content-block {
        margin-bottom: 44px;
    }

    .cta1 {
        padding-top: 24px;
    }

    .content_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content_wrapper h2 {
        font-size: 36px;
    }

    .content_wrapper p {
        font-size: 16px;
    }

    .cta1 .content_wrapper h2 {
        font-size: 31px;
    }

    #footer-form .section-header h2 {
        font-size: 37px;
    }
}

@media (max-width: 768px) {
    #header-nav {
        text-align: center;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 23%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #18181b;
        display: flex !important;
    }
}

@media (max-width: 992px) {}