* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;
}

:root {
    --yellow: #FDC401;
    --dark_yellow: #ddab00;
    --pink: #EF076A;
    --gold: #FD6B01;
    --dakr_pink: #a70349;
    --green: #53BF0A;
    --dark_greem: #388504;
    --blue: #007FE1;
    --dark_blue: #00589b;
    --black: #000000;
    --white: #ffffff;
    --light_black: #1D1D1D
}

/*********************** common_css ***********************/
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
}

.cust_container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_common_btn {
    font-family: 'Inter-Bold';
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    transition: all .5s;
}

.toggle_btn {
    display: none;
}

.toggle_btn img {
    width: 30px;
    cursor: pointer;
}

.menu_close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.menu_close img {
    width: 40px;
    cursor: pointer;
}

.common_space {
    padding: 90px 0;
}

.section_common_btn {
    font-family: 'Inter-Bold';
    padding: 22px 80px;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 100px;
    font-size: 24px;
    text-decoration: none;
    transition: all .5s;
    display: inline-block;
}

.dots_section {
    display: flex;
    justify-content: center;
    position: relative;
}

.dots_section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #E6E6E6;
}

.dots_section::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #E6E6E6;
}

.dots {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0 0 0 25px;
}

.bg_blue {
    background-color: var(--blue);
}

.bg_pink {
    background-color: var(--pink);
}

.bg_green {
    background-color: var(--green);
}

.section_large_title h3 {
    font-family: 'Inter-ExtraBold';
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
    width: 100%;
    max-width: 1048px;
    margin: auto;
}

.mt-40 {
    margin-top: 40px;
}

.small_title h3 {
    font-family: 'Inter-ExtraBold';
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
}

.text_pink {
    color: var(--pink);
}

.text_blue {
    color: var(--blue);
}

.border_blue {
    border: 2px solid var(--blue);
}

.border_pink {
    border: 2px solid var(--pink);
}

.text_gold {
    color: var(--gold);
}

/*********************** end_common_css ***********************/


/*********************** header ***********************/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 100;
    background-color: var(--white);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header.fixed {
    padding: 10px 0;
}

.header {
    padding: 25px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--white);
}

.header_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_left_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_left_text {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header_left_text h3 {
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-left: 22px;
}

.bg_yellow {
    background-color: var(--yellow);
    color: var(--white);
}

.bg_yellow:hover {
    background-color: var(--dark_yellow);
}

.bg_pink {
    background-color: var(--pink);
    color: var(--white);
}

.bg_pink:hover {
    background-color: var(--dakr_pink);
}

.bg_green {
    background-color: var(--green);
    color: var(--white);
}

.bg_green:hover {
    background-color: var(--dark_greem);
}

.bg_blue {
    background-color: var(--blue);
    color: var(--white);
}

.bg_blue:hover {
    background-color: var(--dark_blue);
}

.header_right_menu .header_common_btn {
    margin: 0 0 0 10px;
}

/*********************** end_header ***********************/

/*********************** Jersey city Page Second Section ***********************/
.second_left_content h3 {
    font-family: 'Inter-ExtraBold';
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 58px;
    width: 100%;
    max-width: 628px;
}

.second_left_content p {
    font-size: 25px;
    color: var(--light_black);
    width: 100%;
    max-width: 628px;
    margin: 45px 0;
}

.second_section_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second_right_content img {
    width: 100%;
}

/*********************** End Jersey city Page Second Section ***********************/

/*********************** Jersey city Page Third Section ***********************/
.pink_text {
    color: var(--pink);
}

.section_small_title {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
}

.third_inner_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.third_inner_img .inner_img {
    width: 100%;
}

.third_inner_img {
    position: relative;
}

.player_icon {
    position: absolute;
    top: 49.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 70px;
    font-weight: bold;
}

.step::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 50%;
    background: var(--yellow);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: rotate(180deg);
    z-index: -1;
}

.step_pink {
    position: relative;
}

.step_pink::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 50%;
    background: var(--pink);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: rotate(180deg);
    z-index: -1;
}

.step_green {
    position: relative;
}

.step_green::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 50%;
    background: var(--green);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    transform: rotate(180deg);
    z-index: -1;
}

.third_inner_box_content {
    margin-top: 25px;
}

.third_inner_box_content h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    color: var(--light_black);
}

.third_inner_box_content p {
    font-family: 'Inter-Regular';
    margin: 10px auto 0;
    font-size: 18px;
    width: 100%;
    max-width: 332px;
    text-align: center;
    color: var(--light_black);
    line-height: 1.5;
}

/*********************** end Jersey city Page Third Section ***********************/

/*********************** Jersey city Page fourth Section ***********************/
.price_content {
    padding: 45px 75px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 16px;
}

.title_pink {
    color: var(--pink);
}

.price_inner_section {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.price_count_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.price_count_box button {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 100%;
    font-size: 0;
    background-color: #E8E8E8;
    cursor: pointer;
}

.count_box {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 16px;
}

.count_box h4 {
    font-family: 'Inter-Bold';
    font-size: 18px;
    color: var(--light_black);
}

.number {
    font-family: 'Inter-Bold';
    width: 49px;
    height: 49px;
    border-radius: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    transform: translate(0%, 50%);
    background-color: var(--white);
}

.zip_code_box {
    padding: 20px 20px;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.zip_code_box::placeholder {
    color: var(--black);
    font-size: 18px;
}

.next_btn {
    font-family: 'Inter-Bold';
    padding: 18px 30px;
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    transition: all .5s;
    margin-left: 24px;
    cursor: pointer;
}

/*********************** end Jersey city Page fourth Section ***********************/

/*********************** Jersey city Page fifth Section ***********************/

.services_img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.services_img img {
    width: 100%;
    gap: 14px;
}

.learn_more_btn {
    font-family: 'Inter-Bold';
    padding: 20px 45px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    transition: all .5s;
}

.learn_more_btn img {
    margin-left: 10px;
}

.learn_more_button {
    text-align: center;
    margin-top: 40px;
}

/*********************** end Jersey city Page fifth Section ***********************/

/*********************** Jersey city Page sixth Section ***********************/
.midd_title h3 {
    font-family: 'Inter-ExtraBold';
    text-transform: uppercase;
    font-size: 48px;
    width: 100%;
    max-width: 599px;
}

.midd_title p {
    font-family: 'Inter-Regular';
    width: 100%;
    max-width: 599px;
    font-size: 24px;
    color: var(--light_black);
    line-height: 1.3;
    text-align: justify;
    margin-top: 30px;
}

.sixth_section_content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: relative;
}

.sixth_right_section img {
    width: 100%;
}

.text_blue {
    font-family: 'Inter-Bold';
    color: var(--blue);
}

.text_left {
    text-align: left;
}

.fonts-49 {
    font-size: 49px !important;
}

/*********************** end Jersey city Page sixth Section ***********************/

/*********************** Jersey city Page seventh Section ***********************/
.large_zip_box {
    margin-top: 10px;
    text-align: center;
}

.large_zip_box form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.large_zip_box .learn_more_button {
    margin: 0 24px;
}

.zip_code_large_box {
    padding: 15px 20px;
    border: 2px solid var(--blue);
    border-radius: 10px;
    width: 100%;
    max-width: 368px;
    font-size: 22px;
    outline: none;
    box-shadow: none;
}

.zip_code_large_box::placeholder {
    color: var(--black);
    letter-spacing: 15px;
}

/*********************** end Jersey city Page seventh Section ***********************/

/*********************** ersey city Page eighth Section ***********************/
.eighth_section {
    padding: 83px 0;
    background-color: var(--black);
    margin-top: 90px;
}

.text_white {
    color: var(--white);
}

.eighth_inner_section {
    padding-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.eighth_inner_section_box {
    text-align: center;
}

.eighth_inner_section_box h4 {
    font-family: 'Inter-Bold';
    margin: 26px 0;
    color: var(--white);
    font-size: 22px;
}

.eighth_inner_section_box p {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
}

.eighth_inner_section_box img {
    width: 100px;
}

/*********************** end Jersey city Page eighth Section ***********************/




/*********************** footer ***********************/
.footer_section {
    padding: 70px 0;
}

.bg_gray {
    background-color: #F5F5F5;
}

.footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.footer_logo img {
    width: 80%;
}

.social_icons {
    width: 80%;
    margin: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.social_icons a {
    display: inline-block;
}

.footer_box p {
    font-family: 'Inter-Regular';
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
}

.footer_title h3 {
    font-family: 'Inter-SemiBold';
    color: var(--blue);
    padding-bottom: 20px;
}

.footer_menu ul {
    padding: 0;
    margin: 0;
}

.footer_menu ul li {
    list-style-type: none;
}

.footer_menu ul li a {
    font-family: 'Inter-Regular';
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
    color: var(--black);
    transition: all .5s;
}

.footer_menu ul li a:hover {
    color: var(--blue);
}

.pt-40 {
    padding-top: 40px;
}

/*********************** end footer ***********************/


/*********************** Hoboken sixth section ***********************/
.hobokon_inner_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
}

.hobokon_box {
    text-align: center;
}

.hobokon_title {
    font-family: 'Inter-Bold';
    font-size: 22px;
    margin: 24px 0;
}

.text_green {
    color: var(--green);
}

.hobokon_content p {
    font-family: 'Inter-Regular';
    font-size: 18px;
    color: var(--light_black);
    line-height: 1.5;
}

.hobokon_img img {
    width: 100%;
    max-width: 120px;
}

.large_star {
    position: absolute;
    left: 0;
    width: auto !important;
    top: 5%;
    left: 20%;
    transform: translate(-50%, 70%);
    opacity: 0.3;
}

/*********************** end Hoboken sixth section ***********************/

/*********************** Hoboken eighth section ***********************/
.speech-bubble {
    font-family: 'Inter-Bold';
    display: inline-block;
    position: relative;
    padding: 25px 20px;
    border: 2px solid var(--blue);
    border-radius: 20px;
    text-align: center;
    color: var(--black);
    background-color: transparent;
    font-size: 30px;
    width: 100%;
    max-width: 450px;
    margin-bottom: 40px;
    z-index: 10;
    background-color: var(--white);
}


.speech-bubble::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 145px;
    width: 25px;
    height: 25px;
    border-left: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: rotate(-45deg);
    background-color: transparent;
    z-index: 2;
    background: #fff;
}

.speech-bubble-pink {
    font-family: 'Inter-Bold';
    display: inline-block;
    position: relative;
    padding: 25px 20px;
    border: 2px solid var(--pink);
    border-radius: 20px;
    text-align: center;
    color: var(--black);
    background-color: transparent;
    font-size: 30px;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 140px;
    z-index: 10;
    background-color: var(--white);
}

.speech-bubble-pink::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 70%;
    width: 25px;
    height: 25px;
    border-left: 2px solid var(--pink);
    border-bottom: 2px solid var(--pink);
    transform: rotate(-45deg);
    background-color: transparent;
    z-index: 2;
    background: #fff;
}

.speech-bubble-green {
    font-family: 'Inter-Bold';
    display: inline-block;
    position: relative;
    padding: 25px 20px;
    border: 2px solid var(--green);
    border-radius: 20px;
    text-align: center;
    color: var(--black);
    background-color: transparent;
    font-size: 30px;
    width: 100%;
    margin-bottom: 40px;
    z-index: 10;
    background-color: var(--white);
}

.speech-bubble-green::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 145px;
    width: 25px;
    height: 25px;
    border-left: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    transform: rotate(-45deg);
    background-color: transparent;
    z-index: 2;
    background: #fff;
}

.hoboken_content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hoboken_right_content {
    position: relative;
    z-index: -1;
}

.hoboken_left_small_text {
    font-size: 22px;
    text-align: center;
}

/*********************** end Hoboken eighth section ***********************/

/*********************** Book First section ***********************/
.book_first_section {
    background-image: url("../img/pink_bg.png");
    width: 100%;
    padding: 87px 0 250px;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.book_first_content h3 {
    font-family: 'Inter-ExtraBold';
    color: var(--white);
    text-transform: uppercase;
    font-size: 115px;
    width: 100%;
    max-width: 1048px;
    letter-spacing: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: auto;
}

.book_first_content p {
    font-family: 'Inter-Regular';
    font-size: 25px;
    text-transform: uppercase;
    color: var(--white);
}

.margin_nagative {
    margin-top: -150px;
}

.margin_nagative .price_content {
    background-color: var(--white);
}

/*********************** end Book First section ***********************/

/*********************** Lockbox Second section ***********************/
.lockbox_second_section {
    width: 100%;
    background-image: url("../img/single_pink_bg.png");
    padding: 87px 0 50px;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.play_btn {
    padding: 90px 0 0;
}

.watch_text {
    position: relative;
    left: -40px;
}

.video_text {
    position: relative;
    left: -40px;
    bottom: 70px;
}

.video-play-button {
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    margin: 60px auto;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--blue);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--blue);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(var(--blue), 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.lockbox_section_icon .third_inner_img .inner_img {
    width: 100%;
    max-width: 150px;
}

.lockbox_section_icon .third_inner_img {
    text-align: center;
}

.lockbox_contact_form {
    padding: 80px 0;
}

.lockbox_contach_inner_form {
    background-color: var(--white);
    padding: 46px 90px;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.title_pink p {
    font-family: 'Inter-Bold';
    color: var(--black);
    text-align: center;
    margin-top: 15px;
    font-size: 25px;
}

.lockbox_form {
    margin-top: 35px;
}

.form_input_box {
    outline: none;
    box-shadow: none;
    padding: 20px 20px;
    border-radius: 10px;
    border: 2px solid var(--blue);
    width: 100%;
    font-size: 18px;
}

.form_input_box::placeholder {
    font-family: 'Inter-Regular';
    font-size: 18px;
    color: var(--black);
}

.form_box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.file-upload-box {
    border: 2px solid var(--blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.file-upload-box label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: var(--black);
}

.file-upload-box .icon {
    margin-right: 8px;
    font-size: 18px;
    line-height: 0;
    display: flex;
    align-items: center;
    color: var(--black);
}

.file-upload-box .icon img {
    margin-right: 5px;
}

.select-files-btn {
    background-color: #E6E6E6;
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.select-files-btn:hover {
    background-color: #e0e0e0;
}


.file-upload-box {
    border: 2px solid var(--blue);
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.file-upload-box label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.file-upload-box .icon {
    margin-right: 8px;
    font-size: 18px;
}

.select-files-btn {
    background-color: #f0f0f0;
    border: none;
    border-radius: 20px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.select-files-btn:hover {
    background-color: #e0e0e0;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.preview-container img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.custom-checkbox {
    font-family: 'Inter-Regular';
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    color: var(--black);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
  }

  .custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4CAF50;
    border-radius: 4px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 0;
  }

  .custom-checkbox input[type="checkbox"]:checked {
    background-color: #4CAF50;
  }

  .custom-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
/*********************** end Lockbox Second section ***********************/


/*********************** Green Cleaning Second section ***********************/
.green_cleaning_second_section{
    width: 100%;
    background-image: url("../img/flower.png");
    padding: 90px 0;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.green_cleaning_content{
    text-align: center;
}
.green_cleaning_content h3{
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    color: var(--white);
    font-size: 68px;
    background-color: var(--green);
    display: inline-block;
    padding: 10px;
}
.green_cleaning_content p{
    width: 100%;
    max-width: 980px;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    color: var(--white);
    font-size: 47px;
    margin: 27px auto 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.five_star_img{
    margin: 27px 0;
}
.small_text{
    width: 100%;
    max-width: 980px;
    font-family: 'Inter-Light-BETA' !important;
    font-size: 25px !important;
    text-transform: capitalize !important;
    font-style: italic !important;
    margin: 0 auto 40px !important;
}

/*********************** end Green Cleaning Second section ***********************/

/*********************** Green Cleaning Third section ***********************/
.green_cleaning_third_left_content{
    flex-grow: 1;
    flex-shrink: 0;
}
.green_cleaning_third_left_content img{
    width: 100%;
}
.green_cleaning_third_content{
    display: flex;
    flex-direction: row;
    column-gap: 50px;
}
.green_cleaning_list ul{
    margin: 0;
    padding: 0;
}
.green_cleaning_list{
    margin-top: 40px;
}
.green_cleaning_list ul li img{
    margin-right: 20px;
    position: relative;
    top: 3px;
}
.green_cleaning_list ul li{
    font-family: 'Inter-Regular';
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    color: var(--light_black);
    margin-bottom: 20px;
}
/*********************** Green Cleaning Third section ***********************/

/*********************** Green Cleaning Fourth section ***********************/
.green_cleaning_fourth_section{
    width: 100%;
    padding: 90px 0 160px;
    background-image: url("../img/child.png");
    background-position: bottom;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.green_cleaning_fourth_content{
    text-align: center;
}
.green_cleaning_fourth_content h3{
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.green_cleaning_fourth_content p{
    color: var(--white);
    font-size: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
.bg_black{
    background-color: var(--black);
}
.bg_black p{
    color: var(--white);
}
.bg_black ul li a{
    color: var(--white);
}
/*********************** end Green Cleaning Fourth section ***********************/

/*********************** Carper Cleaning Section ***********************/
.carper_cleaning_section{
    width: 100%;
    background-image: url("../img/mother_child.png");
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carper_cleaning_section .book_first_content h3{
    font-size: 90px;
}
.carpet_third_section{
    padding: 120px 0 50px;
}
.carpet_third_content p{
    color: var(--white);
    font-size: 18px;
    width: 100%;
    max-width: 1163px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.carpet_more_description{
    margin-top: 35px;
}
/*********************** end Carper Cleaning Section ***********************/

/*********************** Connecticut Section ***********************/
.connecticut_color_code_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 42px;
}
.connecticut_color_code_left_section{
    flex-grow: 1;
    flex-shrink: 0;
}
.connecticut_color_code_left_section img{
    width: 100%;
}
.connecticut_color_code_right_section h3{
    font-family: 'Inter-Bold';
    font-size: 48px;    
    width: 100%;
    max-width: 650px;
}
.connecticut_color_code_right_section p{
    color: var(--light_black);
    margin-top: 35px;
    line-height: 1.5;
    font-size: 20px;
    width: 100%;
    max-width: 651px;
}
/*********************** end Connecticut Section ***********************/

/*********************** Landing ***********************/
.landin_list ul li img{
    top: 0;
}
.landin_list ul li{
    margin-bottom: 30px;
}
.landin_list_two{
    align-items: center;
}
/*********************** end Landing ***********************/


/*********************** ThankYou ***********************/
.thankYou_section{
    margin-top: 80px;
}
.thankYou_content{
    width: 100%;
    background-image: url("../img/thank_you_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 50px 200px;
}
.thankYou_content .sevent_section_content{
    padding-top: 58px;
}
.thankYou_content .sevent_section_content h3{
    font-family: 'Inter-Medium';
    text-align: left;
    font-size: 40px;
    text-transform: capitalize;
}
.thankYou_content .sevent_section_content .large_zip_box form{
    justify-content: flex-start;
}
.thankYou_second_section{
    width: 100%;
    background-image: url("../img/thankYou_gray_bg.png");
    padding: 85px 0;
    margin-top: 52px;
    background-repeat: no-repeat;
    background-size: cover;
}
.thankYou_second_section p{
    font-family: 'Inter-Regular';
    text-align: center;
    font-size: 30px;
    width: 100%;
    max-width: 861px;
    margin: auto;
    color: var(--light_black);
    line-height: 1.5;
}
.thankYou_third_section{
    background-color: var(--black);
    padding: 85px 0;
}
.thanYou_third_content h3{
    font-family: 'Inter-Bold';
    text-transform: capitalize;
    width: 100%;
    max-width: 946px;
    margin: auto;
}
.pages_list{
    padding: 55px 0;
    position: relative;
}
.pages_list::after{
    content: "";
    position: absolute;
    top: 5%;
    left: 45%;
    width: 1px;
    height: 80%;
    background-color: var(--white);
    opacity: 0.3;
}
.pages_list h4{
    color: var(--white);
    font-size: 42px;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 20px;
}
.pages_list h4:hover{
    color: var(--pink);
}
.pages_list{
    display: flex;
    justify-content: space-evenly;
}
.cliening_btn{
    text-align: center;
}
.cliening_btn a{
    color: var(--pink);
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 12.5px;
    display: inline-block;
}
.home_accoss_list{
    text-align: left;
    margin-top: 40px;
}
.home_accoss_list ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.home_accoss_list ul li{
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.home_accoss_list ul li span{
    font-family: 'Inter-Medium';
    font-size: 38px;
    margin-left: 20px;
}
.thankYouBlack_section{
    background-image: url("../img/black_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.thankYouBlack_section h3{
    color: var(--white);
    padding-bottom: 60px;
}
/*********************** end_ThankYou ***********************/


/*********************** responsive_css ***********************/
@media (max-width: 1399.98px) {
    .common_space {
        padding: 60px 0;
    }

    .second_left_content h3 {
        font-size: 52px;
    }

    .second_left_content p {
        font-size: 22px;
        margin: 30px 0;
        max-width: 550px;
    }

    .section_common_btn {
        padding: 18px 60px;
        font-size: 22px;
    }

    .section_large_title h3 {
        font-size: 70px;
    }

    .section_small_title {
        font-size: 34px;
        margin-top: 10px;
    }

    .price_content {
        padding: 40px 50px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .small_title h3 {
        font-size: 50px;
    }

    .count_box {
        width: 130px;
        height: 130px;
    }

    .count_box img {
        width: 50px;
    }

    .count_box h4 {
        font-size: 16px;
    }

    .next_btn {
        margin-left: 5px;
    }

    .number {
        width: 40px;
        height: 40px;
    }

    .learn_more_button {
        margin-top: 10px;
    }

    .learn_more_btn {
        padding: 16px 45px;
        font-size: 16px;
    }

    .midd_title h3 {
        font-size: 38px;
    }

    .midd_title p {
        margin-top: 20px;
        font-size: 22px;
    }

    .eighth_inner_section {
        padding-top: 40px;
    }

    .eighth_section {
        margin-top: 60px;
    }

    .eighth_inner_section_box img {
        width: 80px;
    }

    .eighth_inner_section_box h4 {
        margin: 16px 0;
        font-size: 20px;
    }

    .hobokon_img img {
        max-width: 100px;
    }

    .hobokon_title {
        margin: 16px 0;
        font-size: 20px;
    }

    .book_first_section {
        width: 100%;
        padding: 64px 0 220px;
    }

    .book_first_content h3 {
        font-size: 100px;
    }

    .lockbox_second_section {
        padding: 50px 0 50px;
    }
    .lockbox_contact_form {
        padding: 60px 0;
    }
    .lockbox_contach_inner_form {
        padding: 35px 50px;
    }
    .green_cleaning_second_section {
        padding: 70px 0;
    }
    .green_cleaning_content h3 {
        font-size: 60px;
    }
    .green_cleaning_content p{
        font-size: 40px;
        margin: 19px auto 0;
    }
    .five_star_img {
        margin: 10px 0;
    
    }
    .small_text {
        font-size: 20px !important;
        margin: 0 auto 20px !important;
    }
    .carpet_third_section {
        padding: 80px 0 50px;
    }
    .thankYou_section {
        margin-top: 60px;
    }
    .thankYou_content{
        padding: 100px 20px 200px;
    }
    .thankYou_second_section {
        padding: 85px 0;
        margin-top: 30px;
    }
    .thankYou_third_section {
        padding: 60px 0;
    }
    .pages_list h4 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .thankYouBlack_section{
        margin-top: 50px;
    }
    .thankYouBlack_section h3 {
        padding-bottom: 30px;
    }
}

@media (max-width: 1199.98px) {
    .header {
        padding: 15px 0;
    }

    .header_left_text {
        margin-left: 10px;
    }

    .header_common_btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .header_right_menu .header_common_btn {
        margin: 0 0 0 5px;
    }

    .header_logo img {
        width: 120px;
    }

    .common_space {
        padding: 40px 0;
    }

    .second_left_content h3 {
        font-size: 48px;
    }

    .second_left_content p {
        font-size: 20px;
        margin: 20px 0;
    }

    .section_common_btn {
        padding: 16px 50px;
        font-size: 20px;
    }

    .section_large_title h3 {
        font-size: 60px;
    }

    .section_small_title {
        font-size: 30px;
    }

    .midd_title p {
        font-size: 20px;
    }

    .eighth_section {
        margin-top: 40px;
    }

    .footer_section {
        padding: 50px 0;
    }

    .large_star {
        display: none;
    }

    .book_first_section {
        width: 100%;
        padding: 40px 0 180px;
    }

    .book_first_content h3 {
        font-size: 90px;
        letter-spacing: 4px;
    }

    .lockbox_second_section {
        padding: 30px 0 30px;
    }

    .lockbox_section_icon .third_inner_img .inner_img {
        width: 100%;
        max-width: 120px;
    }
    .lockbox_contact_form {
        padding: 40px 0;
    }
    .lockbox_contach_inner_form {
        padding: 25px 40px;
    }
    .lockbox_form {
        margin-top: 25px;
    }
    .green_cleaning_list {
        margin-top: 20px;
    }
    .green_cleaning_list ul li{
        font-size: 20px;
    }
    .green_cleaning_list ul li img {
        margin-right: 10px;
    }
    .green_cleaning_fourth_content p {
        margin-bottom: 20px;
        font-size: 22px;

    }
    .carper_cleaning_section .book_first_content h3 {
        font-size: 80px;
    }
    .carpet_third_section {
        padding: 60px 0 0px;
    }
    .carpet_more_description {
        margin-top: 20px;
    }
    .carpet_third_content p {
        font-size: 16px;
    }
    .connecticut_color_code_right_section h3 {
        font-size: 40px;
    }
    .connecticut_color_code_right_section p {
        margin-top: 28px;
        font-size: 18px;
    }
    .thankYou_section {
        margin-top: 40px;
    }
    .thankYou_second_section {
        padding: 60px 0;
    }
    .thankYou_second_section p{
        font-size: 26px;
    }
    .thankYou_content{
        padding: 100px 0px 200px;
    }
    .thankYou_third_section {
        padding: 40px 0;
    }
    .pages_list h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pages_list::after{
        left: 50%;
    }
    .pages_list {
        padding: 55px 0 20px;
    }
    .thankYou_third_section {
        padding: 30px 0;
    }
    .thankYouBlack_section h3 {
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .header_right_menu {
        position: fixed;
        top: 0;
        left: -100%;
        white-space: nowrap;
        transition: all .5s;
        width: 300px;
        height: 100vh;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding-top: 60px;
        background: rgba(255, 255, 255, 0.50);
        backdrop-filter: blur(30px);
        z-index: 10;
    }

    .header_right_menu .header_common_btn {
        display: block;
        margin: 0 auto 10px;
        width: 80%;
        border-radius: 10px;
        padding: 14px 12px;
    }

    .menu_close {
        display: block;
    }

    .toggle_btn {
        display: inline-block;
    }

    .second_left_content {
        text-align: center;
    }

    .common_space {
        padding: 20px 0;
    }

    .second_left_content h3 {
        margin: auto;
        font-size: 42px;
    }

    .second_left_content p {
        font-size: 20px;
        margin: 20px auto;
    }

    .section_common_btn {
        padding: 14px 50px;
        font-size: 18px;
    }

    .second_section_content {
        flex-direction: column;
    }

    .dots {
        margin: 0 0 0 10px;
    }

    .section_large_title h3 {
        font-size: 50px;
    }

    .section_small_title {
        font-size: 28px;
    }

    .third_inner_box_content {
        margin-top: 0px;
    }

    .step {
        font-size: 60px;
        width: 80px;
        height: 80px;
    }

    .third_inner_box_content h4 {
        font-size: 20px;
    }

    .third_inner_box_content p {
        font-size: 16px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .player_icon {
        width: 35px;
    }

    .step {
        font-size: 50px;
    }

    .third_inner_box_content h4 {
        font-size: 18px;
    }

    .third_inner_box_content p {
        font-size: 14px;
    }

    .small_title h3 {
        font-size: 40px;
    }

    .price_inner_section {
        flex-wrap: wrap;
        justify-content: center;
    }

    .price_count_box {
        margin: 0 20px;
    }

    .price_form {
        margin-top: 50px;
    }

    .services_img {
        grid-template-columns: repeat(3, 1fr);
    }

    .midd_title {
        text-align: center;
    }

    .midd_title h3 {
        margin: auto;
        font-size: 30px;
    }

    .midd_title p {
        max-width: 100%;
        font-size: 18px;
    }

    .sixth_section_content {
        flex-direction: column;
        gap: 20px;
    }

    .sixth_right_section {
        text-align: center;
    }

    .sixth_right_section img {
        width: 80%;
    }

    .text_left {
        text-align: center;
    }

    .zip_code_large_box {
        max-width: 300px;
        padding: 10px 20px
    }

    .eighth_inner_section {
        grid-template-columns: repeat(2, 1fr);
    }

    .eighth_inner_section {
        padding-top: 20px;
    }

    .eighth_inner_section_box h4 {
        margin: 10px 0;
    }

    .footer_content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_logo img {
        width: 50%;
    }

    .social_icons {
        width: 50%;
        margin: 14px 0;
    }

    .footer_title h3 {
        padding-bottom: 20px;
    }

    .footer_content {
        gap: 18px;
    }

    .hobokon_inner_content {
        grid-template-columns: repeat(2, 1fr)
    }

    .hobokon_img img {
        max-width: 80px;
    }

    .hobokon_title {
        margin: 10px 0;
    }

    .hobokon_content p {
        font-size: 16px;
    }

    .hoboken_content {
        flex-direction: column;
    }

    .hoboken_right_content img {
        width: 100%;
        margin-top: 20px;
    }

    .speech-bubble {
        padding: 20px 10px;
        font-size: 25px;
    }

    .hoboken_left_content {
        text-align: center;
    }

    .book_first_section {
        width: 100%;
        padding: 30px 0 180px;
    }

    .book_first_content h3 {
        font-size: 60px;
    }

    .book_first_content p {
        font-size: 20px;
    }

    .play_btn {
        padding: 50px 0 0;
    }

    .video-play-button:after {
        width: 80px;
        height: 80px
    }

    .video-play-button:before {
        width: 80px;
        height: 80px;
    }

    .video-play-button {
        margin: 30px auto;
    }

    .lockbox_section_icon .third_inner_img .inner_img {
        max-width: 90px;
    }
    .title_pink p {
        margin-top: 10px;
        font-size: 18px;
    }
    .lockbox_contach_inner_form {
        padding: 25px 20px;
    }
    .form_input_box {
        padding: 12px 10px;
    }
    .form_input_box {
        padding: 12px 10px;
        font-size: 16px;
        width: 90%;
        margin: auto;
    }
    .form_input_box::placeholder{
        font-size: 14px;
    }
    .form_box {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .file-upload-box{
        width: 88%;
    }
    .form_box {
        gap: 10px;
    }
    .green_cleaning_second_section {
        padding: 50px 0;
    }
    .green_cleaning_content h3 {
        font-size: 50px;
    }
    .green_cleaning_content p {
        font-size: 34px;
        margin: 12px auto 0;
    }
    .five_star_img {
        margin: 6px 0;
    }
    .small_text {
        font-size: 18px !important;
        margin: 0 auto 20px !important;
    }
    .green_cleaning_third_content{
        flex-direction: column;
    }
    .green_cleaning_list ul li{
        font-size: 18px;
    }
    .green_cleaning_list ul li img {
        width: 15px;
    }
    .carper_cleaning_section .book_first_content h3 {
        font-size: 60px;
    }
    .carpet_third_section {
        padding: 30px 0 0px;
    }
    .connecticut_color_code_left_section{
        text-align: center;
    }
    .connecticut_color_code_left_section img {
        width: 60%;
    }
    .connecticut_color_code_content{
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }
    .connecticut_color_code_right_section h3{
        font-size: 30px;
        margin: auto;
    }
    .connecticut_color_code_right_section p{
        margin: 10px auto;
        font-size: 16px;
    }
    .landin_list ul li {
        margin-bottom: 20px;
    }
    .star_bottle_img{
        margin-top: 20px;
    }
  
    .thankYou_content .sevent_section_content {
        padding-top: 34px;
    }
    .thankYou_content .sevent_section_content h3{
        text-align: center;
    }
    .thankYou_content .sevent_section_content .large_zip_box form{
        justify-content: center;
    }
    .thankYou_second_section{
        padding: 20px 0;
    }
    .thankYou_second_section p{
        font-size: 20px;
    }
    .thankYou_second_section{
        background-image: none;
        background-color: #f5f5f5;
    }
    .home_accoss_list ul li img{
        width: 35px;
    }
    .home_accoss_list ul li span{
        font-family: 'Inter-Medium';
        font-size: 26px;
        margin-left: 10px;
    }
}



@media (max-width: 575.98px) {
    .header_logo img {
        width: 80px;
    }

    .header_left_text h3 {
        font-size: 12px;
        margin-left: 10px;
    }

    .header_common_btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    .second_left_content h3 {
        font-size: 32px;
    }

    .second_left_content p {
        font-size: 18px;
        margin: 15px auto;
    }

    .section_common_btn {
        font-size: 16px;
    }

    .second_right_content {
        text-align: center;
    }

    .second_right_content img {
        width: 80%;
    }

    .dots_section::after,
    .dots_section::before {
        width: 35%;
    }

    .section_large_title h3 {
        font-size: 30px;
    }

    .section_small_title {
        font-size: 22px;
        margin-top: 5px;
    }

    .third_inner_section {
        grid-template-columns: repeat(2, 1fr);
    }

    .price_content {
        padding: 20px 10px;
    }

    .small_title h3 {
        font-size: 22px;
    }

    .price_count_box {
        margin: 0 10px 25px;
    }

    .price_form {
        margin-top: 10px;
    }

    .zip_code_box {
        padding: 12px 15px;
    }

    .next_btn {
        padding: 12px 15px;
        font-size: 16px;
    }

    .services_img {
        grid-template-columns: repeat(2, 1fr);
    }

    .learn_more_btn {
        padding: 14px 30px;
        font-size: 14px;
    }

    .learn_more_btn img {
        width: 20px;
    }

    .midd_title h3 {
        font-size: 22px;
    }

    .midd_title p {
        font-size: 16px;
        margin-top: 10px;
    }

    .large_zip_box form {
        flex-direction: column;
    }

    .zip_code_large_box {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .eighth_inner_section_box p {
        font-size: 14px;
    }

    .eighth_inner_section_box img {
        width: 60px;
    }

    .eighth_section {
        margin-top: 20px;
    }

    .footer_section {
        padding: 20px 0;
    }

    .hobokon_img img {
        max-width: 60px;
    }

    .hobokon_title {
        font-size: 18px;
    }

    .speech-bubble-pink {
        margin-left: 0;
    }

    .hoboken_left_content {
        text-align: center;
    }

    .speech-bubble {
        font-size: 20px;
        max-width: 300px;
        margin-bottom: 30px;
    }

    .book_first_section {
        padding: 20px 0 180px;
    }

    .book_first_content h3 {
        font-size: 40px;
    }

    .book_first_content p {
        font-size: 18px;
    }

    .watch_text,
    .video_text {
        width: 120px;
        left: -15px;
    }

    .video-play-button {
        padding: 18px 0px 18px 0px;
    }
    .green_cleaning_second_section {
        padding: 20px 0;
    }
    .green_cleaning_content h3 {
        font-size: 35px;
    }
    .green_cleaning_content p {
        font-size: 26px;
    }
    .five_star_img{
        width: 150px;
    }
    .small_text {
        font-size: 16px !important;
    }
    .green_cleaning_list ul li {
        font-size: 16px;
    }
    .title_pink p {
        font-size: 16px;
    }
    .carper_cleaning_section .book_first_content h3 {
        font-size: 40px;
    }
    .carpet_third_content p {
        font-size: 14px;
    }
    .connecticut_color_code_right_section h3 {
        font-size: 22px;
    }
    .connecticut_color_code_right_section p {
        font-size: 14px;
    }
    .thankYou_content{
        padding: 100px 0px 100px;
    }
    .thankYou_content .sevent_section_content h3{
        text-align: center;
        font-size: 30px;
    }
    .thankYou_section {
        margin-top: 20px;
    }
    .thankYou_second_section p{
        font-size: 16px;
    }
    .pages_list {
        padding: 20px 0 20px;
    }
    .pages_list h4 {
        font-size: 18px;
    }
    .pages_list::after {
        left: 47%;
    }
    .cliening_btn a{
        font-size: 18px;
        letter-spacing: 5.5px;
        display: inline-block;
    }
    .thankYouBlack_section h3 {
        padding-bottom: 0px;
    }
}

@media (max-width: 425.98px) {
    .header_left_menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_left_text {
        margin-left: 0;
        margin-top: 5px;
    }

    .header_menu {
        align-items: flex-start;
    }

    .second_left_content h3 {
        font-size: 24px;
    }

    .second_left_content p {
        font-size: 16px;
    }

    .section_common_btn {
        padding: 12px 50px;
        font-size: 14px;
    }

    .section_large_title h3 {
        font-size: 22px;
    }

    .section_small_title {
        font-size: 18px;
        margin-top: 5px;
    }

    .third_inner_section {
        grid-template-columns: repeat(1, 1fr);
    }

    .player_icon {
        width: 60px;
    }

    .learn_more_btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .midd_title p {
        font-size: 14px;
    }

    .eighth_inner_section {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer_menu ul li a {
        margin-bottom: 10px;
    }

    .footer_logo img,
    .social_icons {
        width: 40%;
    }

    .pt-40 {
        padding-top: 0px;
    }

    .hobokon_inner_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }

    .hobokon_content p {
        font-size: 14px;
    }

    .book_first_content h3 {
        font-size: 32px;
    }
    .carper_cleaning_section .book_first_content h3 {
        font-size: 32px;
    }
    .thankYou_third_section {
        padding: 20px 0;
    }
}

/*********************** end_responsive_css ***********************/