@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --primary-color: #3B5489;
    --sec-color: #ffe5e5;
}

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

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none !important;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    display: none;
}

input::-webkit-focus-inner {
    border: 0;
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    color: var(--primary-color);
    opacity: 1;
    /* Firefox */
}

::placeholder {
    color: var(--primary-color);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--primary-color);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--primary-color);
}

table {
    border-collapse: collapse;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul,
li {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0px;
}

form {
    position: relative;
}

.form-control:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

hr {
    margin: 0;
    padding: 0;
    border-color: var(--primary-black);
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    position: relative;
}

a,
button {
    position: relative;
}

a:hover, a:focus,
button:hover,
button:focus {
    outline: 0;
    text-decoration: none;
}

input,
textarea,
button {
    border: 0px;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary-black);
    background-color: #fff;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0px;
    font-weight: 600;
    color: var(--primary-black);
    letter-spacing: 1px;
    font-optical-sizing: auto;
}

h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px;
}


h1.fs-lg {
    font-size: 80px;
    line-height: 115%;
    letter-spacing: -4px;
}


h2 {
    font-size: 36px;
    line-height: 130%;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.88rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

a {
    text-decoration: none;
    font-weight: 400;
    outline: none !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    color: var(--primary-white);
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
}

p {
    margin: 0px;
    line-height: 16px;
}

.scan img {
    width: 111px;
    aspect-ratio: 1/1;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1620px;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-right: auto;
        margin-left: auto;
    }
}

.pt-20 {
    padding-top: 20px;
}

.py-20 {
    padding: 20px 0;
}

.my-padding {
    padding: 60px 0 100px 0;
}

.my-padding2 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-10 {
    padding: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-30 {
    padding: 30px 0;
}

.gap-188 {
    gap: 188px;
}

.gap-30 {
    gap: 30px;
}

.scan-title p, .phone-number-title p {
    color: var(--primary-color);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phone-number .number-text p a {
    color: var(--primary-color);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    display: inline;

}

.banner-content .banner-text-left {
    left: 25px;
    position: absolute;

}

.banner-content .banner-text-right {
    right: 25px;
    position: absolute;
}

.banner-content .banner-text-right, .banner-content .banner-text-left {
    top: 25px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block, .h2-about-block {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-section-block-1, .main-section-block-2, .main-section-block-3 {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-button {
    cursor: pointer;
    width: 450px;
    height: 150px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--primary-color);
    align-items: center;
    justify-content: center;
    display: flex;
}

h2.title {
    color: var(--primary-color);
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.heading-title {
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 60px;
    padding-bottom: 25px;
}

#instagram .eapps-instagram-feed-posts-grid-load-more {
    display: none;
}

.price-box .price-title {
    color: #3B5489;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price-box .price-title span {
    color: #3B5489;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#payment-section .price-box {
    padding: 0 152px;
}

.price-left-content label {
    width: 350px;
}

.price-left-content p, .price-left-content label {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
}

.price-left-content {
    min-width: 717px;
    width: 717px !important;
}

.badge-box {
    width: 500px;
    height: 100px;
    background: #FFF;
    color: #3B5489;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
}

.google-map {
    padding: 0 100px;
}

.google-map-left-content p.info-title {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.google-map-left-content p {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.google-map-right-content {
    width: 100%;
    max-width: 684px;
}

.mobile-number p a {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right;
}

.mobile-number p a span {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-block {
    padding: 0 160px;

}

.footer-block {
    padding: 60px 0;
}

.footer-text {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyright {
    padding-bottom: 30px;
    color: #3B5489;

    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.information-title {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.information-title span {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

span.r-border {
    width: 55px;
    height: 55px;
    border: 5px solid #3B5489;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.info-content p, .info-content label {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info-content label {
    width: 160px;
    text-align: left;
}

.gap-100 {
    gap: 100px;
}

.link-btn {
    gap: 80px;
    margin-bottom: 50px;
}

.mobile-number {
    text-align: center;
}

.left-item {
    padding-right: 50px;
}

.right-item {
    padding-left: 50px;
}

.main-section-block-1 .my-padding {
    padding-bottom: 50px;
}

.about.pb-4 {
    padding-bottom: 50px !important;
}

.icon-style ul li {
    position: relative;
    padding-left: 30px;
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icon-style ul li::before {
    content: "※";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-left-content .icon-style ul li {
    position: relative;
    padding-left: 40px;
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.price-left-content .icon-style ul li::before {
    content: "※";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
}

.price-left-content ul li {
    color: #3B5489;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
    header .gap-188 {
        gap: 14px;
    }

    .price-left-content .icon-style ul li::before {
        left: 0;
        top: 0;
        font-size: 12px;
        line-height: 24px;
        font-style: normal;
        font-weight: 500;
    }

    .price-left-content .icon-style ul li {
        position: relative;
        padding-left: 20px;
        color: #3B5489;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .my-padding2 {
        padding: 50px 0;
    }

    .footer-text {
        font-size: 10px;
        width: 100%;
    }

    .text-sm-center {
        text-align: center;
    }

    #payment-section .price-box {
        padding: 0;
    }

    .google-map {
        padding: 0;
    }

    .price-left-content {
        min-width: auto;
        width: auto !important;
        margin: 0 auto
    }

    .google-map-left-content p.info-title {
        font-size: 16px;
        text-align: center;
    }

    .badge-box {
        width: auto;
        height: 60px;
        font-size: 12px;
        line-height: 60px;
    }

    .gap-100 {
        gap: 0;
    }

    .scan-title p, .phone-number-title p {
        font-size: 10px;
    }

    header .gap-30 {
        gap: 5px;
    }

    .scan img {
        width: 20px;
        height: 20px;
    }

    .phone-number .number-text p a {
        font-size: 10px;
        line-height: 10px;

    }

    .logo img {
        width: 54px;
        height: 20px;
    }

    .banner-content .banner-text-left {
        left: 10px;
    }

    .banner-content .banner-text-right, .banner-content .banner-text-left {
        top: 10px;
        font-size: 10px;
    }

    .banner-content .banner-text-right {
        right: 10px;
    }

    .custom-button {
        width: 160px;
        height: 54px;
        font-size: 12px;

    }

    .link-btn {
        gap: 25px;
        margin-bottom: 25px;
    }

    .link-btn .col-auto {
        padding: 0;
    }

    .my-padding {
        padding: 50px 0 50px 0;
    }

    .heading-title {
        margin-bottom: 50px;
        padding-bottom: 15px;
    }

    h2.title {
        font-size: 16px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .price-box .price-title span {
        font-size: 16px;
    }

    .price-box .price-title {
        font-size: 16px;
    }

    .price-left-content p, .price-left-content label {
        font-size: 12px;
        line-height: 24px;
    }

    .price-left-content label {
        width: 125px;
    }

    .google-map-left-content p, .mobile-number p a, .icon-style ul li, .icon-style ul li::before {
        font-size: 14px;
    }

    .google-map-left-content .pt-30 {
        padding-top: 15px;
    }

    .mobile-number p a span, .information-title span {
        font-size: 10px;
    }

    .about-block {
        padding: 0;
    }

    .information-title, .info-content p, .info-content label {
        font-size: 12px;
    }

    .info-content label {
        width: 60px;
    }

    span.r-border {
        width: 20px;
        height: 20px;
        border: 3px solid #3B5489;
        font-size: 10px;
        line-height: 14px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .footer-block {
        padding: 30px 0;
    }

    .mobile-sticky {
        position: fixed;
        top: -2px;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    body.has-mobile-sticky {
        padding-top: 70px;
    }

    .footer-instagram.order-2.order-sm-1 {
        width: 50%;
        display: flex;
        justify-content: end;
        padding-right: 15px;
    }

    .footer-scan.order-3 {
        width: 50%;
        display: flex;
        justify-content: start;
        padding-left: 15px;
    }

    footer .gap-30 {
        gap: 5px;
    }

    .footer-text.order-1.order-sm-2.text-center {
        margin-bottom: 15px;
    }

    .copyright {
        padding-bottom: 15px;
        font-size: 10px;
    }

    .google-map-left-content {
        margin-top: 50px;
    }

    .left-item {
        padding-right: 12px;
    }

    .right-item {
        padding-left: 12px;
    }

    .price-box .scan img {
        width: 50px;
        height: 50px;
    }

    .main-section-block-1 .my-padding {
        padding-bottom: 25px;
    }

    .price-box .my-padding {
        padding-top: 25px !important;
    }

    .about.pb-4 {
        padding-bottom: 24px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    header .gap-188 {
        gap: 20px;
    }

    .my-padding2 {
        padding: 50px 0;
    }

    .footer-text {
        font-size: 12px;
        width: 100%;
    }

    .text-sm-center {
        text-align: center;
    }

    #payment-section .price-box {
        padding: 0;
    }

    .google-map {
        padding: 0;
    }

    .price-left-content {
        min-width: auto;
        width: auto !important;
        margin: 0 auto
    }

    .google-map-left-content p.info-title {
        font-size: 18px;
        text-align: center;
    }

    .badge-box {
        width: auto;
        height: 60px;
        font-size: 14px;
        line-height: 64px;
    }

    .gap-100 {
        gap: 0;
    }

    .scan-title p, .phone-number-title p {
        font-size: 12px;
    }

    header .gap-30 {
        gap: 5px;
    }

    .scan img {
        width: 20px;
        height: 20px;
    }

    .phone-number .number-text p a {
        font-size: 12px;
        line-height: 12px;

    }

    .logo img {
        width: 54px;
        height: 20px;
    }

    .banner-content .banner-text-left {
        left: 10px;
    }

    .banner-content .banner-text-right, .banner-content .banner-text-left {
        top: 10px;
        font-size: 12px;
    }

    .banner-content .banner-text-right {
        right: 10px;
    }

    .custom-button {
        width: 170px;
        height: 54px;
        font-size: 14px;

    }

    .link-btn {
        gap: 25px;
        margin-bottom: 25px;
    }

    .link-btn .col-auto {
        padding: 0;
    }

    .my-padding {
        padding: 50px 0 50px 0;
    }

    .heading-title {
        margin-bottom: 50px;
        padding-bottom: 15px;
    }

    h2.title {
        font-size: 18px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .price-box .price-title span {
        font-size: 18px;
    }

    .price-box .price-title {
        font-size: 18px;
    }

    .price-left-content p, .price-left-content label {
        font-size: 12px;
        line-height: 24px;
    }

    .price-left-content label {
        width: 125px;
    }

    .google-map-left-content p, .mobile-number p a, .icon-style ul li, .icon-style ul li::before {
        font-size: 14px;
    }

    .google-map-left-content .pt-30 {
        padding-top: 15px;
    }

    .mobile-number p a span, .information-title span {
        font-size: 10px;
    }

    .about-block {
        padding: 0;
    }

    .information-title, .info-content p, .info-content label {
        font-size: 12px;
    }

    .info-content label {
        width: 60px;
    }

    span.r-border {
        width: 20px;
        height: 20px;
        border: 3px solid #3B5489;
        font-size: 10px;
        line-height: 14px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .footer-block {
        padding: 30px 0;
    }

    .mobile-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    body.has-mobile-sticky {
        padding-top: 72px;
    }

    .footer-instagram.order-2.order-sm-1 {
        width: 50%;
        display: flex;
        justify-content: end;
        padding-right: 15px;
    }

    .footer-scan.order-3 {
        width: 50%;
        display: flex;
        justify-content: start;
        padding-left: 15px;
    }

    footer .gap-30 {
        gap: 5px;
    }

    .footer-text.order-1.order-sm-2.text-center {
        margin-bottom: 15px;
    }

    .copyright {
        padding-bottom: 15px;
        font-size: 12px;
    }

    .google-map-left-content {
        margin-top: 50px;
    }

    .left-item {
        padding-right: 12px;
    }

    .right-item {
        padding-left: 12px;
    }

    .price-box .scan img {
        width: 60px;
        height: 60px;
    }

    .main-section-block-1 .my-padding {
        padding-bottom: 25px;
    }

    .price-box .my-padding {
        padding-top: 25px !important;
    }

    .about.pb-4 {
        padding-bottom: 24px !important;
    }

    .price-left-content .icon-style ul li::before {
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 36px;
        font-style: normal;
        font-weight: 500;
    }

    .price-left-content .icon-style ul li {
        position: relative;
        padding-left: 20px;
        color: #3B5489;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
    }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
    .logo img {
        width: 75px;
        height: 30px;
    }

    #header.container.px-md-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .scan img {
        width: 30px;
        height: 30px;
    }

    .phone-number .number-text p a {
        font-size: 12px;
        line-height: 10px;
    }

    .price-left-content p, .price-left-content label {
        font-size: 14px;
        line-height: 25px !important;
    }

    .price-right-content .scan-title p {
        font-size: 12px;
    }

    .about.pb-4 {
        padding-bottom: 24px !important;
    }

    .price-left-content .icon-style ul li::before {
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 25px !important;
        font-style: normal;
        font-weight: 500;
    }

    .price-left-content .icon-style ul li {
        position: relative;
        padding-left: 20px;
        color: #3B5489;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
}

@media screen and (min-width: 574px) and (max-width: 768px) {
    .footer-text {
        width: auto;
    }

    footer .flex-wrap {
        flex-wrap: inherit !important;
    }

    .footer-text.order-1.order-sm-2.text-center {
        margin-bottom: 0;
    }

    .footer-instagram.order-2.order-sm-1 {
        justify-content: space-between;
    }

    .footer-scan.order-3, .footer-instagram.order-2.order-sm-1 {
        width: auto;
    }

    footer .gap-30 {
        gap: 10px;
    }

    header .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .logo img {
        width: 100px;
        height: 30px;
    }

    .footer-text {
        width: auto;
    }

    footer .flex-wrap {
        flex-wrap: inherit !important;
    }

    .footer-text.order-1.order-sm-2.text-center {
        margin-bottom: 0;
    }

    .footer-instagram.order-2.order-sm-1 {
        justify-content: space-between;
    }

    .footer-scan.order-3, .footer-instagram.order-2.order-sm-1 {
        width: auto;
    }

    .price-left-content {
        width: 520px !important;
    }

    .price-box .my-padding {
        align-items: center;
    }

    .price-left-content p, .price-left-content label {
        line-height: 36px;
    }

    .google-map-left-content {
        margin-top: 0;
    }

    .google-map .gap-100 {
        gap: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1800px) {
    .price-left-content {
        min-width: 500px;
        width: 500px !important;
    }

    .price-left-content .icon-style ul li::before {
        left: 0;
        top: 0;
        font-size: 28px;
        line-height: 62px;
        font-style: normal;
        font-weight: 500;
    }

    .price-left-content .icon-style ul li {
        position: relative;
        padding-left: 40px;
        color: #3B5489;
        font-family: "Noto Sans JP";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 62px;
    }

    header .container {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-block img {
        width: 70px;
    }

    .information-title {
        font-size: 32px;
    }

    .info-content p, .info-content label {
        font-size: 28px;
    }

    .right-item {
        padding-left: 25px !important;
    }

    .left-item {
        padding-right: 25px !important;
    }

    .gap-188 {
        gap: 50px;
    }

    .logo img {
        width: 150px;
    }

    .scan-title p, .phone-number-title p {
        font-size: 20px;
    }

    header .scan img {
        width: 59px;
    }

    .phone-number .number-text p a {
        font-size: 24px;
        line-height: 28px;
    }

    .banner-content .banner-text-right, .banner-content .banner-text-left {
        font-size: 24px;
    }

    .price-box .price-title span {
        font-size: 48px;
    }

    .price-box .price-title {
        font-size: 42px;
    }

    #payment-section .price-box {
        padding: 0 50px;
    }

    .custom-button {
        width: 300px;
        height: 100px;
        font-size: 24px;
    }

    .badge-box {
        width: 300px;
        height: 100px;
        font-size: 22px;
        line-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .price-left-content p, .price-left-content label {
        font-size: 28px;
        line-height: 62px;
    }

    .price-box .gap-100, .google-map .gap-100 {
        gap: 50px;
    }

    .price-left-content label {
        width: 240px;
    }

    .link-btn {
        column-gap: 30px;
    }

    .custom-button {
        width: 270px;
    }

    .google-map {
        padding: 0 50px;
    }

    .about-block {
        padding: 0 50px;
    }

    .mobile-number p a {
        font-size: 30px;
    }

    .google-map-left-content p.info-title {
        font-size: 32px;
    }

    .google-map-left-content p {
        font-size: 20px;
    }

    .google-map-left-content .pt-30, .google-map-left-content .pt-20 {
        padding-top: 15px;
    }

    .google-map-right-content iframe.map-iframe {
        height: 100vh;
    }

    .footer-text {
        font-size: 24px;
    }

}



@media screen and (min-width: 1280px) and (max-width: 1800px) {
    .google-map-left-content .pt-30 {
        padding-top: 30px;
    }

    .google-map-left-content .pt-20 {
        padding-top: 20px;
    }

    #payment-section .price-box {
        padding: 0 100px;
    }

    .price-left-content {
        min-width: 560px;
        width: 560px !important;
    }

    .google-map {
        padding: 0 100px;
    }

    .about-block {
        padding: 0 100px;
    }

    .badge-box {
        width: 320px;
    }

    .custom-button {
        width: 300px;
    }

    #header.container.px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 1900px) {
    #header.container.px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 500px) {
    #header.container.px-md-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}