* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #ffffff;
    --theme-color: #ffc324;
    --brown-color: #1d1b0a;
}

.plain-yellow-btn {
    background-color: var(--theme-color);
    padding: 12px 27px;
    color: var(--brown-color) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 7px;
    transition: all ease 0.2s;
    border: 2px solid var(--theme-color);
}

.plain-yellow-btn:hover {
    background-color: transparent;
    color: var(--theme-color) !important;
}

.gradient-btn {
    border: 2px solid rgb(187 140 17);
    border-radius: 10px;
    background-image: -moz-linear-gradient(142deg, rgb(17, 14, 5) 11%, rgb(255, 195, 36) 100%);
    background-image: -webkit-linear-gradient(142deg, rgb(17, 14, 5) 11%, rgb(255, 195, 36) 100%);
    background-image: -ms-linear-gradient(142deg, rgb(17, 14, 5) 11%, rgb(255, 195, 36) 100%);
    text-decoration: none !important;
    color: var(--white-color) !important;
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all ease 0.2s;
    transform: scaleX(1);
}

.gradient-btn:hover {
    transform: scaleX(1.1);
}

.small-heading {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--brown-color);
}

.big-heading {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--brown-color);
}

.para {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.container {
    max-width: 1320px;
}

body {
    font-family: "Poppins", sans-serif;
}

/* header css start */
.header {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 8px;
    width: 100%;
}

.header-thankyou {
    background-color: var(--brown-color);
    position: unset;
}

.header .navbar {
    padding: .5rem 0px;
}

.header .navbar-brand img {
    width: 100%;
}

.header .nav-item .nav-link {
    color: var(--white-color) !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 15px;
    transition: all ease 0.2s;
}

.header .nav-item .nav-link:hover {
    background-color: var(--theme-color);
    color: var(--brown-color) !important;
}

.header .nav-item-right a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    transition: all ease 0.2s;
}

.header .nav-item-right a:hover {
    color: var(--theme-color);
}

.header .nav-item-right a p {
    margin-bottom: 0;
    font-weight: 600;
}

/* header css end */

/* footer css start */
.footer {
    background-image: url("../images/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 140px;
    border-top: 1px solid var(--white-color);
}

.footer .footer-intro-main p {
    margin: 45px 0 0;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 400;
}

.footer .footer-intro-main ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
    margin-top: 20px;
}

.footer .footer-intro-main ul li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    width: 42px;
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    transition: all ease 0.2s;
}

.footer .footer-intro-main ul li a:hover {
    background-color: var(--theme-color);
    color: var(--brown-color);
}

.footer .footer-linking {
    margin-top: 50px;
}

.footer .footer-linking h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    font-family: "Syne", sans-serif;
    margin-bottom: 20px;
}

.footer .footer-linking p {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer .footer-linking ul {
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 20px;
}

.footer .footer-linking ul li a {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-linking ul li a {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer .footer-linking ul li a i {
    color: var(--theme-color);
    font-size: 18px;
}

.footer .footer-linking form input {
    background-color: #757362;
    color: var(--white-color);
    border: none;
    outline: transparent;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.footer .footer-linking form input::placeholder {
    color: var(--white-color);
}

.footer-linking .footer-newsletter-div {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-linking .footer-newsletter-div button {
    position: absolute;
    right: 25px;
    background-color: unset;
    border: unset;
    outline: none;
    color: var(--white-color);
}

.footer .footer-linking form label input {
    width: 0;
}

.footer .footer-linking form label {
    margin-top: 15px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
    background-color: #f1f1f1;
    border-radius: 100px;
    display: block;
    vertical-align: middle;
    transition: background 0.3s;
    position: relative;
    margin-right: 15px;
}

.custom-checkbox input:checked+.checkmark {
    background-color: var(--theme-color);
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid var(--brown-color);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.custom-checkbox input:checked+.checkmark::after {
    display: block;
}

.footer .footer-linking ul li {
    margin-bottom: 20px;
}

/* footer css end */

/* home-banner sec start */
.home-banner {
    background-image: url("../images/home-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 50px;
    position: relative;
}

/* .laptop-slider-main {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 125px;
    z-index: 111;
} */

.home-banner-content-intro {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 32px;
}

.home-banner-content-intro h1 {
    color: var(--white-color);
    font-size: 55px;
    margin-bottom: 0;
    line-height: 55px;
}

.home-banner-content-intro h1 span {
    color: var(--theme-color);
    display: block;
}

.home-banner-content {
    position: relative;
}

.vector-images-banner .amazon-vector {
    position: absolute;
    left: 0;
    top: 100px;
    -webkit-animation: 3s updown_vector_animation infinite alternate-reverse;
    animation: 3s updown_vector_animation infinite alternate-reverse;
}

.vector-images-banner .shopify-vector {
    position: absolute;
    left: 50px;
    bottom: 150px;
    -webkit-animation: 3s shopify_vector_animation infinite alternate-reverse;
    animation: 3s shopify_vector_animation infinite alternate-reverse;
}

.vector-images-banner .tiktok-vector {
    position: absolute;
    right: 0;
    top: 100px;
    -webkit-animation: 3s updown_vector_animation infinite alternate-reverse;
    animation: 3s updown_vector_animation infinite alternate-reverse;
}

.vector-images-banner .wallmart-vector {
    position: absolute;
    right: 0;
    bottom: 150px;
    -webkit-animation: 3s shopify_vector_animation infinite alternate-reverse;
    animation: 3s shopify_vector_animation infinite alternate-reverse;
}

.laptop-slider-main {
    position: relative;
    text-align: center;
    z-index: 0;
    margin-top: 25px;
}

.banner-slider {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laptop-slider-main .laptop-screen {
    width: 967px;
}

/* home-banner sec end */

/* partner-sec sec start */
.partner-sec {
    background-color: #fbf3de;
    padding: 50px 0px 80px;
}

.partner-sec-content {
    text-align: center;
    margin-bottom: 40px;
}

.partner-sec-content h2 span {
    color: var(--theme-color);
}

.partner-image {
    text-align: center;
    background-color: #f1e8cf;
    border: 2px solid var(--white-color);
    padding: 0px 15px;
    height: 100px;
    display: flex;
    align-items: center;
}

.partner-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* partner-sec sec end */

/* trust-sec sec start */
.trust-sec {
    background-image: url("../images/trust-sec-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 145px;
}

.trust-sec-content h2 {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}

.trust-sec-content h2 span {
    display: block;
}

.trust-sec-inner-box {
    position: relative;
    border: 2px solid var(--white-color);
    padding: 18px 0px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: #1d1b0a;
    overflow: hidden;
    z-index: 1;
}

.trust-sec-inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(131deg, #ce9d38 3.79%, #110e05 62%);
    opacity: 0;
    transition: opacity 1s ease;
    z-index: -1;
}

.trust-sec-inner-box:hover::before {
    opacity: 1;
}

.trust-sec-inner-box h3 {
    color: var(--white-color);
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 0;
}

.trust-sec-inner-box span {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

/* trust-sec sec end */

/* step-sec sec start */
.step-sec {
    padding: 75px 0px 50px;
    background-color: #fbf3de;
}

.step-sec-content h2 span {
    color: var(--theme-color);
    display: block;
}

.step-sec-content {
    text-align: center;
    margin-bottom: 50px;
}

.step-box-inner {
    text-align: center;
    width: 188px;
    height: 188px;
    border-radius: 100%;
    background-color: var(--brown-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.step-box-inner h5 {
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 0;
}

.step-box-inner h5 span {
    display: block;
}

.step-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-box .timeline-line {
    position: absolute;
    width: 130px;
    height: 2px;
    background-color: var(--theme-color);
    top: 100px;
    left: -80px;
}

.step-box .step-box-inner-main {
    border: 2px solid var(--theme-color);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.step-box p {
    text-align: center;
    margin-top: 30px;
    line-height: 32px;
    font-size: 15px;
}

.step-number {
    position: absolute;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
    font-size: 16px;
    font-weight: 600;
    color: var(--brown-color);
}

.steps-boxes {
    position: relative;
    z-index: 1;
}

.steps-boxes .time-line-start {
    position: absolute;
    z-index: 0;
    width: 70px;
    height: 2px;
    top: 100px;
    right: -19px;
    background: linear-gradient(45deg, #7ebe46 3.50%, #10281e);
}

.steps-boxes .time-line-start::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 8px;
    height: 8px;
    top: -3px;
    right: 0px;
    background-color: var(--theme-color);
    border-radius: 100%;
}

.steps-boxes .time-line-end {
    content: "";
    position: absolute;
    z-index: 0;
    width: 70px;
    height: 2px;
    top: 100px;
    left: -19px;
    background: linear-gradient(45deg, #7ebe46 3.50%, #10281e);
}

.steps-boxes .time-line-end::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 8px;
    height: 8px;
    top: -3px;
    left: 0px;
    background-color: var(--theme-color);
    border-radius: 100%;
}

/* step-sec sec end */

/* services-sec sec start */
.services-sec {
    background-image: url("../images/services-bg-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
}

.services-sec-content {
    text-align: center;
}

.services-sec-content h4 {
    color: var(--white-color);
}

.services-sec-content p {
    color: var(--white-color);
}

.services-sec-content h2 {
    color: var(--white-color);
}

.services-sec-content h2 span {
    color: var(--theme-color);
}

.services-slide-main {
    background-image: -moz-linear-gradient(-90deg, rgb(237, 228, 205) 25%, rgb(249, 207, 95) 81%);
    background-image: -webkit-linear-gradient(-90deg, rgb(237, 228, 205) 25%, rgb(249, 207, 95) 81%);
    background-image: -ms-linear-gradient(-90deg, rgb(237, 228, 205) 25%, rgb(249, 207, 95) 81%);
    border-radius: 20px;
    padding: 20px 20px;
    width: 367px;
    height: 509px;
    margin: 0 auto;
}

.services-slide-main img {
    width: unset !important;
    height: 100%;
}

.services-slide-image {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.services-slide-main h4 span {
    display: block;
}

.services-slide-main h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--brown-color);
    margin-bottom: 70px;
}

.services-slide-main p {
    font-size: 16px;
    font-weight: 600;
    color: var(--brown-color);
}

.services-slide-main p span {
    display: block;
}

.services-slide-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.services-slide-btn a {
    background-color: var(--theme-color);
    color: var(--brown-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 35px;
    text-decoration: none;
    border: 2px solid var(--theme-color);
    transition: all ease 0.2s;
}

.services-slide-btn a:hover {
    background-color: transparent;
    color: var(--theme-color);
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 85px;
}

.swiper-slide {
    width: 367px;
    height: 509px;
}

/* services-sec sec end */

/* scale-sec start */

.scale-sec {
    padding: 75px 0px;
    background-color: #fdf8ea;
}

.scale-sec-content {
    text-align: center;
    margin-bottom: 50px;
}

.scale-sec-content h2 span {
    color: var(--theme-color);
}

.scale-sec-content p {
    width: 978px;
    margin: 30px auto 0;
}

.scale-box-main {
    background-color: var(--white-color);
    border-left: 1px solid var(--theme-color);
    border-top: 1px solid var(--theme-color);
    border-bottom: 10px solid var(--theme-color);
    border-right: 10px solid var(--theme-color);
    border-radius: 20px;
    padding: 26px 20px;
    margin-bottom: 70px;
    height: 200px;
    transition: all ease 0.2s;
    position: relative;
}

.scale-box-main:hover {
    background-color: #ffdd84;
    border-left: 1px solid #ffdd84;
    border-top: 1px solid #ffdd84;
}

.scale-box-main .scale-box-items {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.scale-box-main .scale-box-items h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.scale-box-main .scale-box-items h4 span {
    display: block;
}

.scale-box-main .scale-box-items img {
    width: 110px;
    height: 150px;
    object-fit: contain;
}

.scale-sec-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.scale-box-main .number-tag {
    position: absolute;
    top: -30px;
    left: 26px;
    background-color: var(--brown-color);
    width: 76px;
    height: 69px;
    border-radius: 20px;
    border: 1px solid rgb(255, 195, 36);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
}

.scale-box-main:hover .number-tag {
    color: var(--theme-color);
}

/* scale-sec end */

/* automated-sec start */
.automated-sec {
    background-image: url("../images/automated-sec-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 60px;
}

.automated-btn {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.automated-content h2 {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
}

.automated-content h2 span {
    display: block;
}

.automated-content p {
    color: var(--white-color);
}

/* automated-sec end */

/* testimonials-sec start */
.testimonials-sec {
    padding: 70px 0px;
    background-color: #fbf3de;
}

.testimonials-content {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-content h2 span {
    color: var(--theme-color);
}

.testimonials-content p {
    width: 807px;
    margin: 0 auto;
}

.testi-box-main {
    background-color: var(--white-color);
    padding: 16px 32px;
    height: 255px;
}

.testi-box-top img {
    width: unset !important;
}

.testi-box-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-box-top-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qoute-icon {
    font-size: 40px;
    color: var(--theme-color);
}

.testi-box-top-content h4 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.testi-box-top-content span {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.testi-box-body p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

/* testimonials-sec end */

/* success-sec start */
.success-sec {
    background-image: url("../images/success-bg-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 300px;
    margin-bottom: 30px;
}

.success-content {
    text-align: center;
    margin-bottom: 70px;
}

.success-content h2 {
    color: var(--white-color);
}

.success-content p {
    color: var(--white-color);
    width: 965px;
    margin: 0 auto;
    line-height: 30px;
}

.success-content h2 span {
    color: var(--theme-color);
}

.success-content h4 {
    color: var(--white-color);
}

.success-slider {
    position: relative;
}

.success-slider::before {
    content: '';
    position: absolute;
    left: 38vw;
    top: -18px;
    background-image: url("../images/mob-cover.png");
    height: 86%;
    width: 21.7vw;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 1;
    z-index: 1;
    background-position: center;
}

.success-slider .owl-item.active.center img {
    border-radius: 20px;
}

.success-slider .owl-nav .owl-prev {
    background-color: #8a8a8a !important;
    width: 81px;
    height: 81px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: all ease 0.2s;
}

.success-slider .owl-nav .owl-prev:hover {
    background-color: var(--theme-color) !important;
}

.success-slider .owl-nav .owl-prev::before {
    content: "\f060";
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fff;
}

.success-slider .owl-nav .owl-next::before {
    content: "\f061";
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    z-index: -1;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #fff;
}

.success-slider .owl-nav .owl-prev span {
    display: none;
}

.success-slider .owl-nav .owl-next {
    background-color: #8a8a8a !important;
    width: 81px;
    height: 81px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transition: all ease 0.2s;
}

.success-slider .owl-nav .owl-next:hover {
    background-color: var(--theme-color) !important;
}

.success-slider .owl-nav .owl-next span {
    display: none;
}

.success-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-right: 200px;
    margin-top: 50px;
}

/* success-sec end */

/* get-started-sec start */
.get-started-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.get-started-form {
    background-color: var(--theme-color);
    height: 100%;
    padding: 40px 70px;
    width: 550px;
    margin: 0 auto;
}

.get-started-sec {
    margin-top: -200px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.get-started-sec::before {
    content: "";
    position: absolute;
    top: 34%;
    right: 50%;
    z-index: -1;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 89px;
    height: 63px;
}

.get-started-content ul {
    margin-top: 150px;
    list-style-type: none;
    margin-bottom: 0;
}

.get-started-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.get-started-content h3 {
    font-size: 36px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}

.get-started-content ul li i {
    color: #81c147;
    margin-right: 6px;
}

.get-started-form form input {
    width: 100%;
    padding: 10px;
    height: 50px;
    outline: none;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.get-started-form form select {
    width: 100%;
    padding: 10px;
    height: 50px;
    outline: none;
    border: none;
    color: #7e8384;
    font-size: 14px;
}

.get-started-form form textarea {
    width: 100%;
    padding: 10px;
    height: 150px;
    outline: none;
    border: none;
    margin-bottom: 15px;
    resize: none;
    font-size: 14px;
}

.get-started-form form button {
    padding: 16px 25px;
    color: var(--white-color);
    background-color: var(--brown-color);
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 7px;
}

.get-started-form h3 {
    color: var(--brown-color);
    font-weight: 600;
    font-size: 45px;
}

/* get-started-sec end */

/* cta-banner-sec start */
.cta-banner-sec {
    background-image: url("../images/cta-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 81px 0px;
}

.cta-banner-content h2 {
    color: var(--white-color);
    font-size: 50px;
    font-weight: 600;
}

/* cta-banner-sec end */

/* copyright-sec start */
.copyright-sec {
    background-color: var(--theme-color);
    padding: 5px 0px;
}

.copyright-content p {
    margin: 0;
    color: var(--brown-color);
    text-align: center;
}

/* copyright-sec end */

/*thankyou page start*/
.thankyou_sec {
    padding: 70px 0;
    height: unset;
    display: flex;
    align-items: center;
}

.thankyou_sec+footer {
    width: 100%;
    bottom: 0;
    left: 0;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem;
    line-height: 1;
    color: var(--theme-color);
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--brown-color);
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 19px;
    background-color: var(--brown-color);
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50pc;
}

/*thankyou page end*/
