@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

.body-no-scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

/* .container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

  @media screen and (min-width: 1216px) {
    .container {
      max-width: 1000px;
    }
  }
  @media screen and (min-width: 1408px) {
    .container {
      max-width: 1100px;
    }

  }
  @media screen and (min-width: 1560px) {
    .container {
      max-width: 1300px;
    }
  } */
/*---header---*/
.front-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    z-index: 22;
}

.section-wrapper {
    padding: 100px 0;
}

.front-header.sticky-top {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.front-header nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 15px;
}

.front-header nav .navbar-brand {
    min-height: unset;
}

.front-header nav .navbar-brand .dH-logoFull {
    padding: unset;
    display: flex;
}

.front-header nav .navbar-brand .dH-logoFull img {
    height: 20px;
    width: auto;
    max-height: unset;
}

.front-header nav .navbar-links {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: unset;
}

.front-header nav .navbar-links li {
    position: relative;
    list-style: none;
}

.front-header nav .navbar-links li a {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 0;
    transition: 0.3s ease-in-out;
    border: none;
}

.front-header nav .navbar-links li a:hover {
    color: #228B66;
}

.front-header nav .navbar-links li a.active {
    color: #202020;
}

.front-header .nav-end {
    align-items: center;
    display: none;
}

.front-header .fhamburger-parent {
    display: none;
    margin-left: 10px;
}

.front-header .fhamburger-parent .fhamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.front-header .fhamburger-parent .fhamburger .fhamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.front-header .fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    width: 24px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.front-header .fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-7px);
    transition: all 0.5s ease-in-out;
}

.front-header .fhamburger-parent .fhamburger .fhamburger-box .fhamburger-inner::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
    position: absolute;
    transform: translateY(7px);
    transition: all 0.5s ease-in-out;
}

.front-header .fhamburger-parent .fhamburger.open .fhamburger-inner {
    background: transparent !important;
}

.front-header .fhamburger-parent .fhamburger.open .fhamburger-inner::before {
    transform: rotate(45deg);
}

.front-header .fhamburger-parent .fhamburger.open .fhamburger-inner::after {
    transform: rotate(-45deg);
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.button-download {
    background-color: #228B66;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #228B66;
    list-style: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.button-download:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .3);
}

.img-mockup-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-straight {
    height: 350px;
    width: auto;
    object-fit: contain;
    position: relative;
    margin-top: 0px;
    display: inline-block;
    z-index: 2;
}

.img-tilted-left {
    height: 350px;
    width: auto;
    object-fit: contain;
    rotate: -15deg;
    margin-right: -15%;
    margin-top: 60px;
    display: inline-block;
    z-index: 2;
}

.img-tilted-right {
    height: 350px;
    width: auto;
    object-fit: contain;
    rotate: 15deg;
    margin-left: -12%;
    margin-top: 50px;
    display: inline-block;
    z-index: 2;
}

.img-mockup-wrap::before {
    content: '';
    background-image: url(./images/Ellipse\ 1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    right: 12%;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.img-mockup-wrap::after {
    content: '';
    background-image: url(./images/Ellipse\ 2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -17%;
    left: 16%;
    z-index: 0;
    height: 230px;
    width: 230px;
}

.banner-section {
    background-image: url(./images/Vector\ 1.png);
    background-size: cover;
    z-index: -2;
    background-repeat: no-repeat;
}

.features-section {
    background-image: url(./images/Vector\ 1.png);
    background-size: cover;
    z-index: -2;
    background-repeat: no-repeat;
}

.features-section-vecreverse {
    background-image: url(./images/Vector\ 2.png);
    background-size: cover;
    z-index: -2;
    background-repeat: no-repeat;
}

.feature-reverse-section {
    background-image: unset;
}

.text-title-wrapper h2 {
    font-size: 64px;
    font-weight: 700;
    color: #228B66;
    line-height: 72px;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: #a0a0a0;
    margin: 48px 0;
}

.text-small-title-text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3a3a3a;
}

.stars-wrap i {
    color: #228B66;
    font-size: 24px;

}

.review-button a {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.review-button a:hover span {
    color: #228B66;
}

.review-button a:hover i {
    color: #228B66;
}

.review-button a span {
    text-decoration: underline;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s ease-in-out;
}

.review-button a i {
    rotate: 45deg;
    text-decoration: none;
    font-size: 24px;
    color: #0e0e0e;
    transition: 0.3s ease-in-out;
}

.download-available-wrap img {
    height: 48px;
}

.centertitle-show h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 72px;
}

.centertitle-show p {
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 36px;
}

.verticalMasonry-wrap {
    column-count: 4;
    /* Adjust the number of columns as needed */
    column-gap: 24px;
    overflow: hidden;
}

.column-image-lists {
    break-inside: avoid;
    /* Prevent breaks inside a column */
    margin-bottom: 18px;
}

.img-masonry-wrap {
    display: inline-block;
    /* Allow items to fit in columns */
    width: 100%;
    /* Take full width of the column */
    margin-bottom: 18px;
}

.img-masonry-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.show-more-btn-wrap {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 24px;
    height: 400px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.show-more-btn {
    background-color: #228B66;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #228B66;
    list-style: none;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.show-more-btn:hover {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .3);
}

.feature-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-img::before {
    content: '';
    background-image: url(./images/ellipse-roll.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    left: 12%;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img-reverse::before {
    content: '';
    background-image: url(./images/Ellipse-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    left: 12%;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img-reverse::after {
    content: '';
    background-image: url(./images/Vector-ellipse.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10% !important;
    right: 15% !important;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img-replace::before {
    content: '';
    background-image: url(./images/vector-star.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8%;
    left: 12%;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img-replace::after {
    content: '';
    background-image: url(./images/vector-lines-rainbow.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15% !important;
    right: 13% !important;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img::after {
    content: '';
    background-image: url(./images/Vector-imgg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20%;
    right: 13%;
    z-index: 0;
    height: 260px;
    width: 230px;
}

.feature-img img {
    height: 600px;
    width: auto;
    object-fit: contain;
    z-index: 2;
}

.featuretxt-content h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: #000;
}

.featuretxt-content {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.featuretxt-content p {
    font-size: 20px;
    color: #4D4D4D;
}

.newsletter-wrap {

    border: 1px solid #228B66;
    position: relative;
    padding: unset;
    overflow: hidden;
    border-radius: 24px;
}

.newsletter-wrap::before {
    content: '';
    /* padding: 147px 147px; */
    height: 100%;
    width: 300px;
    background-image: url(./images/f00b3c7be34e640b0e1fed240463a825.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    clip-path: polygon(50% 5%, -60% 100%, 160% 100%);
    rotate: 90deg;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.newsletter-content-wrap {
    padding: 96px 56px;
}

.newstxt-content h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #000;
    letter-spacing: -0.5px;
}

.newstxt-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #475467;
    margin-bottom: unset;
}

.newsinput input {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid #787C82;
}

.newsletter-input-wrap {
    gap: 20px;
    justify-content: end;

}

.newsinput {
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.newsinput p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}

.newsinput p a {
    color: #475467;
}

.newsletter-input-wrap button {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #228B66;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border: 2px solid #228B66;
    height: 48px;
    list-style: none;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.newsletter-input-wrap button:hover {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .3);
    transition: 0.3s ease-in-out;
}

.footer-menus-list {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.menu-list-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.backto-top a {
    color: #475467;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.backto-top a:hover {
    color: #228B66;
}

.menu-list-link a {
    color: #475467;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.menu-list-link a:hover {
    color: #228B66;
}

.registerlocation-picspo p {
    margin-bottom: unset;
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    text-align: center;
}

.copyright-text p {
    margin-bottom: unset;
    font-size: 16px;
    font-weight: 400;
    color: #475467;
}
.informationContent h1{
    font-size: 24px;
    font-weight: 600;
}
.informationContent h2{
    font-size: 18px;
    font-weight: 600;
    color: #228B66;
}
.informationContent h3{
    font-size: 16px;
    font-weight: 600;
    color: #228B66;
}
.faq-content .accordion-button{
    background: transparent;
    box-shadow: inherit;
}
.faq-content .accordion-item{
    border: 0;
    border-bottom: 1px solid #eaeaea;
}
.faq-content .accordion-button:focus{
    box-shadow: inherit;
}

/*---responsive---*/
@media only screen and (max-width: 1200px) {
    .centertitle-show h3 {
        font-size: 40px;
        line-height: 66px;
    }

    .centertitle-show p {
        font-size: 22px;
        line-height: 32px;
    }

    .text-title-wrapper h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .featuretxt-content h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 66px;
        color: #000;
    }

    .newstxt-content h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .newstxt-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .img-mockup-wrap::before {
        top: -8%;
        right: 1%;
    }

    .img-mockup-wrap::after {
        bottom: -17%;
        left: 10%;
    }

    .feature-img img {
        height: 530px;
        width: auto;
        object-fit: contain;
        z-index: 2;
    }
}

@media only screen and (max-width: 1024px) {
    .front-header nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
    }

    .download-button {
        display: flex;
    }

    .front-header .nav-end {
        align-items: center;
        display: flex;
    }

    .front-header .fhamburger-parent {
        display: block;
        margin-left: 10px;
    }

    .front-header nav .navbar-links {
        position: fixed;
        display: flex;
        top: 0px;
        background: rgba(255, 255, 255, 0.95);
        justify-content: center;
        flex-flow: column;
        gap: 10px;
        right: 0;
        left: 0;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s all;
        bottom: 0;
    }

    .front-header nav .navbar-links.navRespo {
        visibility: visible;
        opacity: 1;
        padding: 25px 0;
    }

    .front-header nav .navbar-links li.navbar-dropdown .dropdown {
        position: unset;
        padding: unset;
        transform: unset;
        width: unset;
        background-color: unset;
        box-shadow: unset;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        z-index: unset;
        height: 0;
        text-align: center;
    }

    .front-header nav .navbar-links li.navbar-dropdown:hover .dropdown {
        height: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: unset !important;
    }

    .front-header nav .navbar-links li {
        position: relative;
        list-style: none;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .front-header nav .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-title-wrapper h2 {
        font-size: 50px;
        font-weight: 700;
        color: #228B66;
        line-height: 62px;
    }

    .img-mockup-wrap::before {
        top: -5%;
        right: 5%;
        height: 170px;
        width: 170px;
    }

    .img-mockup-wrap::after {
        bottom: -18%;
        left: 10%;
        height: 170px;
        width: 170px;
    }

    .img-straight {
        height: 300px;
    }

    .img-tilted-left {
        height: 300px;
    }

    .img-tilted-right {
        height: 300px;
    }

    .divider {
        margin: 30px 0;
    }

    .centertitle-show h3 {
        font-size: 38px;
    }

    .centertitle-show p {
        font-size: 20px;
    }

    .verticalMasonry-wrap {
        column-count: 2;
        column-gap: 24px;
        overflow: hidden;
    }

    .feature-img::before {
        top: -8%;
        left: 12%;
        z-index: 0;
        height: 220px;
        width: 200px;
    }

    .feature-img::after {
        bottom: -20%;
        right: 8%;
        height: 220px;
        width: 200px;
    }

    .feature-img img {
        height: 500px;
        width: auto;
        object-fit: contain;
        z-index: 2;
    }

    .featuretxt-content h3 {
        font-size: 38px;
        font-weight: 700;
        line-height: 62px;
        color: #000;
    }

    .featuretxt-content p {
        font-size: 18px;
        color: #4D4D4D;
    }
}

@media only screen and (max-width: 991px) {
    .banner-content-wrapper {
        flex-flow: column;
        gap: 80px;
    }

    .text-banner-wrapper {
        width: 100%;
    }

    .image-banner-wrapper {
        width: 100%;
    }

    .img-mockup-wrap::before {
        top: -2%;
        right: 22%;
    }

    .img-mockup-wrap::after {
        bottom: -13%;
        left: 25%;
    }

    .features-content-wrapper {
        flex-flow: column;
        gap: 80px;
    }

    .feature-img-wrapper {
        width: 100%;
    }

    .featuretxt-wrapper {
        width: 100%;
    }

    .feature-img::before {
        top: -8%;
        left: 22%;
    }

    .feature-img::after {
        bottom: -20%;
        right: 20%;
    }

    .section-wrapper {
        padding: 60px 0;
    }

    .feature-img-replace::after {
        bottom: -12% !important;
        right: 20% !important;
    }

    .feature-img-reverse::after {
        bottom: -12% !important;
        right: 20% !important;
    }

    .feature-reverse-section .features-content-wrapper {
        flex-flow: column-reverse;
    }

    .newsletter-content-wrap {
        flex-flow: column;
        gap: 40px;
        padding: 55px 35px;
    }

    .newsletter-wrap::before {
        width: 320px;
    }

    .newsletter-text-content-wrap {
        width: 100%;
    }

    .newsletter-input-wrap {
        width: 100%;
        justify-content: unset;
    }

    .footer-menus-list {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .section-wrapper {
        padding: 40px 0;
    }

    .text-title-wrapper h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .img-mockup-wrap::before {
        top: -2%;
        right: 8%;
    }

    .img-mockup-wrap::after {
        bottom: -10%;
        left: 15%;
    }

    .feature-img::before {
        top: -8%;
        left: 15%;
    }

    .feature-img::after {
        bottom: -20%;
        right: 15%;
    }

    .feature-img img {
        height: 450px;
    }

    .featuretxt-content {
        gap: 10px;
    }

    .newsletter-content-wrap {
        flex-flow: column;
        gap: 20px;
        padding: 52px 35px;
    }

    .featuretxt-content h3 {
        font-size: 32px;
        line-height: 50px;
        color: #000;
    }
}


@media only screen and (max-width: 575px) {
    .front-header nav .navbar-brand .dH-logoFull img {
        height: 15px;
    }

    .button-download {
        padding: 6px 12px;
        font-size: 14px;
    }

    .front-header nav .container {
        padding: 8px 15px;
    }

    .section-wrapper {
        padding: 30px 0;
    }

    .text-title-wrapper h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .text-small-title-text h4 {
        font-size: 14px;
        line-height: 22px;
        color: #3a3a3a;
    }

    .divider {
        margin: 18px 0;
    }

    .stars-wrap i {
        color: #228B66;
        font-size: 18px;
    }

    .download-available-wrap img {
        height: 40px;
    }

    .banner-content-wrapper {
        flex-flow: column;
        gap: 40px;
    }

    .img-straight {
        height: 270px;
    }

    .img-tilted-left {
        height: 270px;
        margin-top: 45px;
    }

    .img-tilted-right {
        height: 270px;
        margin-top: 45px;
    }

    .img-mockup-wrap::before {
        top: -2%;
        right: 8%;
        height: 140px;
        width: 140px;
    }

    .img-mockup-wrap::after {
        bottom: -8%;
        left: 12%;
        height: 140px;
        width: 140px;
    }

    .centertitle-show h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .centertitle-show p {
        font-size: 18px;
        margin-bottom: unset;
    }

    .center-title-text-wrap {
        margin-bottom: 25px !important;
    }

    .feature-img::before {
        top: -8%;
        left: 15%;
        height: 160px;
        width: 150px;
    }

    .feature-img::after {
        bottom: -20%;
        right: 18%;
        height: 160px;
        width: 150px;
    }

    .feature-img img {
        height: 380px;
    }

    .featuretxt-content h3 {
        font-size: 28px;
        line-height: 38px;
        color: #000;
    }

    .newsletter-section.section-wrapper {
        padding: 30px 15px;
    }

    .newsletter-content-wrap {
        flex-flow: column;
        gap: 20px;
        padding: 32px 20px;
    }

    .newsletter-wrap::before {
        width: 290px;
    }

    .newstxt-content h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .newstxt-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .menu-list-wrap {
        display: flex;
        align-items: center;
        flex-flow: column;
        gap: 25px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    .text-title-wrapper h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .centertitle-show h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .centertitle-show p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: unset;
    }

    .verticalMasonry-wrap {
        column-count: 1;
        column-gap: 15px;
        overflow: hidden;
    }

    .img-masonry-wrap {
        display: inline-block;
        width: 100%;
        margin-bottom: 8px;
    }

    .column-image-lists {
        break-inside: avoid;
        margin-bottom: 2px;
    }



    .featuretxt-content h3 {
        font-size: 22px;
        line-height: 32px;
        color: #000;
    }

    .featuretxt-content p {
        font-size: 16px;
        line-height: 26px;
        color: #4D4D4D;
    }

    .newsletter-input-wrap button {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }

    .newsinput input {
        height: 40px;
        padding: 6px 12px;
        font-size: 13px;
    }

    .newsinput p {
        font-size: 11px;
        line-height: 18px;
    }

    .newstxt-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .newstxt-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .newsletter-content-wrap {
        flex-flow: column;
        gap: 20px;
        padding: 25px 15px;
    }

    .newsletter-section.section-wrapper {
        padding: 10px 15px;
    }

    .newsletter-input-wrap {
        gap: 10px;
    }

    .footer-menus-list {
        gap: 15px;
    }

    .menu-list-wrap {
        gap: 15px;
    }

    .backto-top a {
        font-size: 15px;
    }

    .menu-list-link a {
        font-size: 15px;
    }

    .registerlocation-picspo p {
        font-size: 15px;
    }

    .copyright-text p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .img-tilted-left {
        margin-right: -22%;
        height: 230px;
    }

    .img-straight {
        height: 240px;
    }

    .img-tilted-right {
        margin-left: -22%;
        height: 230px;
    }

    .img-mockup-wrap::before {
        top: -2%;
        right: 5%;
        height: 120px;
        width: 120px;
    }

    .img-mockup-wrap::after {
        bottom: -8%;
        left: 13%;
        height: 120px;
        width: 120px;
    }

    .feature-img img {
        height: 300px;
    }

    .feature-img::before {
        top: -10%;
        left: 15%;
        height: 140px;
        width: 140px;
    }

    .feature-img::after {
        bottom: -20%;
        right: 15%;
        height: 140px;
        width: 140px;
    }

    .feature-img-replace::after {
        bottom: -15% !important;
        right: 15% !important;
    }

    .feature-img-reverse::after {
        bottom: -15% !important;
        right: 15% !important;
    }
}