@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Filson Soft bold', sans-serif !important;
    color: #2E2E2E;
    margin-bottom: 1rem;
}

p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 25px;
    color: #2E2E2E;
}

a {
    font-family: 'Inter', sans-serif;
    color: #65a7ea;
    outline: none;
}

.main-nav__link {
    color: #2e2e2e !important;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
}

button {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

.header-promo__input button {
    font-weight: 500 !important
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DADADA;
}

.img-responsive {
    max-width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

h2.underBanner__h2 {
    font-family: 'Filson Soft bold', sans-serif !important;
    font-size: 30px;
}

.cont-groomit-video--how {
    padding-top: 1.5rem;
}

/* ===========================
 START CSS Dematting PAGE 
===========================*/

.top-banner--matted-pets {
    background-image: url(../../v4/images/matted/matted-pets-medium.jpg);
    height: 78vh;
    background-position: bottom center;
}

.content-matted-pets hr {
    margin: 2rem 0 3rem 0;
}

.content-matted-pets iframe {
    padding-bottom: 1rem;
}

.groomittime-mobile-how {
    width: 370px;
    max-width: 100%;
}

.col-pick-book-groom {
    margin-bottom: 5rem;
}

.matted-page h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
}

@media only screen and (min-width: 1924px) {
    .top-banner--matted-pets {
        height: 88vh;
        background-image: url(../../v4/images/matted/matted-pets-big.jpg);
    }

}


@media only screen and (max-width: 1199px) {
    .top-banner--matted-pets {
        height: 58vh;
        background-image: url(../../v4/images/matted/matted-pets-ipad.jpg);
    }

}

@media only screen and (max-width: 991px) {
    .mb-100 {
        margin-bottom: 0px;
    }

    .content-matted-pets iframe {
        padding-bottom: 2rem;
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
    .bannerUnderNav__h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .top-banner--matted-pets .btn-groomit.btn-groomit-v4_2.btn-groomit--red {
        min-width: 120px;
    }

}


@media only screen and (max-width: 640px) {}


@media only screen and (min-width:769px) and (max-width: 999px) {
    .top-banner--matted-pets {
        height: 88vh;
    }

}


@media only screen and (min-width:320px) and (max-width: 767px) {}


/* ===========================
 END CSS Dematting PAGE 
===========================*/





/* ===========================
START CSS PRICING NEW PAGE
===========================*/

.bannerUnderNav.bannerUnderNav--pricing {
    height: 78vh;
    background-position: bottom center;
}


.pricingnew-page {}


.pricingnew-page .pricing-new-address .header-promo__input {
    width: 100%;
    display: flex;
    margin: 0 !important;
    max-width: 100%;
}

.pricingnew-page .pricing-new-address .header-promo__input input {
    height: 50px;
    font-size: 18px;
    color: #727272;
    line-height: 50px;
    padding: 0 20px;
    padding-left: 45px;
    border: 1px solid #DADADA;
    border-radius: 50px;
    background: #FFF url(../../v5/images/icons/adress-icon.svg) no-repeat;
    background-position: left 20px center;
}


.pricingnew-page .btnGroomitImgV5.btnGroomitImgV5--petType {
    width: calc(100% - 6px);
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: 270px;
}

.pricingnew-page .btnGroomitImgV5 {
    border: 2px solid #DADADA;
}

.pricingnew-page .btnGroomitImgV5 img {
    float: left;
    width: 40px;
}

.pricingnew-page .btnGroomitImgV5--petTypeDog:focus img,
.pricingnew-page .btnGroomitImgV5--petTypeDog:active img,
.pricingnew-page .btnGroomitImgV5--petTypeDog:hover img,
.pricingnew-page .btnGroomitImgV5--petTypeDog.active img {
    display: none;
}

.pricingnew-page .btnGroomitImgV5--petTypeDog:focus,
.pricingnew-page .btnGroomitImgV5--petTypeDog:active,
.pricingnew-page .btnGroomitImgV5--petTypeDog:hover,
.pricingnew-page .btnGroomitImgV5--petTypeDog.active {
    background-image: url("../../../v5/images/pet-type-dog-active.svg");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 40px;
}

.pricingnew-page .btnGroomitImgV5--petTypeCat:focus img,
.pricingnew-page .btnGroomitImgV5--petTypeCat:active img,
.pricingnew-page .btnGroomitImgV5--petTypeCat:hover img,
.pricingnew-page .btnGroomitImgV5--petTypeCat.active img {
    display: none;
}

.pricingnew-page .btnGroomitImgV5--petTypeCat:focus,
.pricingnew-page .btnGroomitImgV5--petTypeCat:active,
.pricingnew-page .btnGroomitImgV5--petTypeCat:hover,
.pricingnew-page .btnGroomitImgV5--petTypeCat.active {
    background-image: url("../../../v5/images/pet-type-cat-active.svg");
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 40px;
}




.pricingnew-page .btnGroomitImgV5 span {
    float: right;
    padding-right: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #DADADA;
}

.pricingnew-page .btnGroomitImgV5:focus span,
.pricingnew-page .btnGroomitImgV5:hover span,
.pricingnew-page .btnGroomitImgV5.active span {
    color: #2E2E2E;
}


.pricingnew-page .input-group.input-group-groomit input[type="text"].input-location,
.pricingnew-page .input-group.input-group-groomit select.form-control {
    min-width: 270px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}

.pricingnew-page .input-group.input-group-groomit .select2-container,
.pricingnew-page .input-group.input-group-groomit select.form-control {
    min-width: 270px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}


.pricingnew-page .btn-viewpricing {
    min-width: 208px;
    max-width: 208px;

}


.pricingnew-page .btn-viewpricing:hover,
.pricingnew-page .btn-viewpricing:focus .pricingnew-page .btn-viewpricing:active {
    /*background-color: #DA1F36;
    border: 1px solid #DA1F36;
    outline: 0;*/
}

.pricingnew-page .explore-packages-form label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
    padding-left: 20px;
}

.pricingnew-page .explore-packages-form .contMixedToggleBooking .toggle.btn {
    float: right;
    margin-right: 0;
    top: 4px;
}

.pricingnew-page .explore-packages-form .contMixedToggleBooking .btn-success label.btn {
    padding-left: 0;
}



/* STARING CSS Groomit Packages */

.package-section {
    font-family: 'Inter', sans-serif;
}

.package-section .pricingPkg__pkg {
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(100% - 0px);
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}


.package-section .most-popular-tag {
    position: absolute;
    top: -15px;
    left: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #D6AF5B;
}

.package-section .samll-tag {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 3px;
    color: #fff;
    float: left;
    padding-left: 22px;
}

.package-section .uparrow {
    position: absolute;
    right: 15px;
    top: 10px;
}

.package-section .contPricingPkg__pkgNameH2 {}

.package-section .contPricingPkg__pkgNameH4 {
    padding-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.02em;
    color: #2E2E2E
}

.package-section .contPricingPkg__pkgNameH4 b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #2E2E2E;
}

.package-section .contPricingPkg__footer,
.contPricingPkg__body {
    padding: 15px 10px;
    padding-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.02em;
    color: #2E2E2E
}

.contPricingPkg__pkgNameH4 b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #2E2E2E;
}


.package-section .contPricingPkg__footer,
.contPricingPkg__body {
    padding: 15px 10px;
}

.package-section .contPricingPkg__pkgNameH2.contPricingPkg__pkgNameH2--priceAmount {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 0;
}

.package-section .contPricingPkg__pkgNameH2.contPricingPkg__pkgNameH2--priceAmount .price {
    margin-right: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #2E2E2E;
}

.package-section .starting-price {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7C868A;
}

.contPricingPkg__pkgNameH2.contPricingPkg__pkgNameH2--priceAmount .description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #7C868A;
}


.package-section .contPricingPkg__message {
    padding: 0 15px;
}

.package-section .contPricingPkg__message h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2E2E2E;
}


.package-section p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7C868A;
}

.package-section b {
    color: #000 !important;
}

.package-section .our-list {
    display: flex;
    justify-content: space-around;
}

.package-section .our-list ul {}

.package-section .our-list ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2E2E2E;
}

.package-section ul.silver-last li {
    color: #DADADA;
}

.package-section .contPricingPkg__pkgItemsUl li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2E2E2E;
    padding: 5px 0;
}


.package-section .prevgroom {}

.package-section .prevgroom ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
}


.package-section .prevgroom ul li {
    width: 33.33%;
    padding: 0 8px;
}

.package-section .prevgroom ul li img {
    border-radius: 10px;
    width: 100%;
}


.package-section .FavoriteGroomer {
    justify-content: space-around;
    display: flex;
}

.package-section .FavoriteGroomer .btnGroomitImgV5 {
    min-width: 150px;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    min-height: 68px;
}

.package-section .FavoriteGroomer .btnGroomitImgV5 .favg {
    color: #7C868A;
    font-size: 14px;
    display: block;
}

.package-section .fullrefund {
    min-height: 70px;
}

.package-section .fullrefund p {
    font-size: 11px;
    line-height: 13px;
    color: #7C868A;
    text-align: left;
}


/* END CSS Groomit Packages */



/* START CSS Customize your pet’s experience */

.customize-petse-xperience {
    background-color: #7C868A;
    color: #fff;
}

.customize-petse-xperience span {
    text-decoration: underline;
}

.bundles-section {}

.bundles-section .limited-tag {
    background: #D4E7E7;
    position: absolute;
    top: -24px;
    font-size: 12px;
    color: #2E2E2E;
    left: 1.2rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 5px 5px 0px 0px;
}

.bundles-section .save-tag {
    background: #3959A0;
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #FFF;
    right: -50px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 0px 5px 5px 0px;
    z-index: -1;
    min-width: 50px;
    text-align: center;
}

.bundles-section .bundles-box {
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    /*box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);*/
    border-radius: 10px 0px 10px 10px;
    width: calc(100% - 0px);
    position: relative;
    display: block;
    height: 100%;
    place-items: center;
    word-break: break-all;
    padding: 25px;
    min-height: 160px;
    z-index: 1;
    max-width: 270px;
}

.bundles-section .bundles-box h6 {
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 700;
}

.bundles-section .bundles-box h6 span {
    float: right;
    color: #7C868A;
    font-weight: 400;
}

.bundles-section .bundles-box p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
}


/* Add-Ons */

.addons-section {}

.addons-section .addons-title h4 {
    color: #3064A3;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

.addons-section .facial-col {
    padding-right: 0;
    padding-left: 15px;
    margin-top: 15px;
    min-height: 140px;
    max-width: 270px;
}

.addons-section .addons-box {
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: calc(100% - 0px);
    position: relative;
    display: flex;
    height: 100%;
    word-break: break-all;
    padding: 15px 10px;
    min-height: 100px;
}

.addons-section .addons-img {
    width: 70px;
    min-width: 70px;
    padding-right: 10px;
    text-align: center;
}

.addons-section .addons-box h6 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.addons-section .addons-box p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #2E2E2E;
    margin-bottom: 0;
}

/* END CSS Customize your pet’s experience */


.joi-nour-waitlist-page {
    position: relative;
    padding-bottom: 300px !important;
}

.joi-nour-waitlist-form {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 3rem;
}

.bottomDogs {
    height: 250px;
    width: 100%;
    background-image: url("../../../v6/images/bottom-dogs.avif");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}



@media only screen and (min-width: 1200px) {}


@media only screen and (max-width: 1199px) {
    .pricingnew-page .btnGroomitImgV5.btnGroomitImgV5--petType {
        min-width: 230px;
    }

    .pricingnew-page .input-group.input-group-groomit input[type="text"].input-location,
    .pricingnew-page .input-group.input-group-groomit select.form-control {
        min-width: 190px;
    }

    .package-section .FavoriteGroomer .btnGroomitImgV5 {
        min-width: 130px;
    }

    .package-section .FavoriteGroomer .btnGroomitImgV5 .favg {
        font-size: 12px;
    }

    .package-section .contPricingPkg__pkgName {
        margin-right: 5px;
    }

    .package-section .contPricingPkg__pkgDescription {
        width: calc(100% - 100px);
    }

    .bundles-section .uparrow {
        right: 10px;
    }

    .bundles-section .bundles-box {
        max-width: 90%;
    }

    .package-section .contPricingPkg__pkgNameH4 b {
        font-size: 15px;
    }


}



@media only screen and (max-width: 991px) {
    .mb-tab {
        margin-bottom: 3rem;
    }

    .mt-tab {
        margin-top: 2rem;
    }

    .hidden-tab {
        display: none !important;
    }

    .bundles-section .bundles-box {
        max-width: 80%;
    }

    .joi-nour-waitlist-form {
        padding: 2rem;
    }

}

@media only screen and (max-width: 767px) {
    .addons-section .facial-col {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 15px;
        min-height: 100%;
        max-width: 100%;
    }

}



/* ===========================
END CSS PRICING NEW PAGE
===========================*/





/* ===========================
START CSS HELP NEW PAGE
===========================*/
.top-banner--help-new {
    height: 45vh;
    background-image: url(../../v6/images/help/medium.png);
    background-position: bottom center;
}

.bannerUnderNav_h3 {
    font-size: 15px;
    line-height: 25px;
    color: #20484F;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
}


@media only screen and (min-width: 992px) {
    .bannerUnderNav__h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;
        color: #2E2E2E;
        /*padding-bottom: .5rem;*/
    }
}



.help-center-bg {
    background-color: #F3E3E5;
    padding: 75px 15px;
}



/* STARTED CSS horizontal TABS */


.tab-horizontal .nav-tabs {
    border-bottom: 1px solid #dadada;
    justify-content: space-between;
}

.tab-horizontal .nav-tabs .nav-link {
    border: 0;
    font-size: 16px;
    color: #2E2E2E;
}

.tab-horizontal .nav-tabs .nav-item.show .nav-link,
.tab-horizontal .nav-tabs .nav-link.active {
    font-weight: bold;
    border-bottom: solid 4px #FF314A;
}


.tab-horizontal .tab-content {
    padding: 50px 0;
}

.btn-slider-help {
    width: 35px;
    height: 35px;
    border: 1px solid #FF314A;
    border-radius: 80%;
    float: left;
}

.btn-slider-help i {
    color: #FF314A;
}

.help-slider-cont {
    width: calc(100% + -80px);
    overflow: hidden;
    float: left;
}

.nav-tabs--help {
    width: max-content;
}


/* END CSS horizontal TABS */




/* STARTED CSS Vertical TABS */

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    padding-right: 20px;
    border: 0;
    border-right: 1px solid #dadada;
    min-width: 300px;
    max-width: 300px;
    overflow-y: scroll;
    min-height: 420px;
    max-height: 420px;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 10px;
}

.tab-vertical .nav-tabs .nav-link {
    border: 0;
    padding: 0;
    color: #65a7ea;
}

.tab-vertical .nav-tabs .nav-link.active {
    font-weight: bold;
    border: 0;
}

.tab-vertical .tab-content {
    overflow: auto;
    padding: 30px;
}


/* END CSS Vertical TABS */


.faq-links {
    /*max-width: 260px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;-*/
}


.faq-links h3 {
    /*font-size: 20px;
    font-weight: 600;*/
}

.faq-links ul li {
    color: #65a7ea;
    padding: 5px 0;
    line-height: 20px;
}

.faq-links ul li a {
    color: #65a7ea;
    font-size: 16px !important; 
    font-weight: 400;
    text-decoration: none;
}

.faq-links a {
    font-weight: 700;
    display: block;
    color: #2E2E2E;
    text-decoration: underline;
}

.faq-links a:hover {
    color: #65a7ea;
    text-decoration: none;
}


@media only screen and (min-width: 1924px) {
    .top-banner--help-new {
        height: 35vh;
        background-image: url(../../v6/images/help/big.png);
    }

}


@media only screen and (max-width: 1199px) {
    .top-banner--help-new {
        height: 58vh;
        background-image: url(../../v6/images/help/ipad.png);
    }

}

@media (max-width: 991px) {
    .help-new-details-page .d-flex {
        display: block !important;
        padding-bottom: 0rem !important;
    }

    .faq-links {
        padding-bottom: 3rem;
    }


}


@media (max-width: 767px) {
    .top-banner--help-new {
        height: 35vh;
        background-image: url(../../v6/images/help/mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .help-center-bg .header-promo__input {
        display: flex;
        !important;
    }

    .tab-vertical .nav.nav-tabs {
        width: 100%;
        float: left;
        max-width: 100%;
        padding-right: 0;
        min-width: 300px;
    }

    .tab-vertical .tab-content {
        padding: 30px 1px;
    }

    .tab-vertical .tab-content p {
        /*font-size: 14px;*/
    }

    .help-center-bg .header-promo__input {
        display: flex;
        !important;
    }

    .tab-vertical .nav.nav-tabs {
        width: 100%;
        float: left;
        max-width: 100%;
        padding-right: 0;
        min-width: 300px;
    }

    .tab-vertical .tab-content {
        padding: 30px 1px;
    }

    .tab-vertical .tab-content p {
        /*font-size: 14px;*/

    }


}


@media only screen and (min-width:769px) and (max-width: 999px) {
    .top-banner--help-new {
        height: 88vh;
    }

}

/* ===========================
END CSS HELP NEW PAGE
===========================*/









/* ===========================
START CSS How It Works NEW PAGE
===========================*/

.top-banner--howitworks {
    background-image: url(../../v4/images/how-it-works/howitworks-banner.jpg);
    background-position: top center;
}

.howitworksnew-page {
    padding-bottom: 3rem;
    padding-top: 3rem;
}


.howitworksnew-page h2 {
    color: #FF314A;
    font-style: normal;
    font-size: 32px;
    line-height: 35px;
}


.howitworksnew-page hr {
    margin: 2rem 0 3rem 0;
}

.howitworksnew-page h3 {
    color: #2E2E2E;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 1.5rem;
}

.howitworksnew-page .download-apps {
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
}

.howitworksnew-page .download-apps span {
    font-weight: 700;
    color: #FF314A;
    text-transform: uppercase;
}

.howitworksnew-page .download-apps a {
    color: #65a7ea;
}


.howitworksnew-page .btn-groomit {
    display: inline-block;
    min-width: 140px;
}


.howitworksnew-page h4 {
    color: #2E2E2E;
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 50px;
    text-align: center;
}


.howitworksnew-page h4 {
    color: #2E2E2E;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
}

.what-offer-list {}

.what-offer-list ul {
    list-style: none;
    padding: 0;
}

.what-offer-list ul li {
    background: url(../../v4/images/how-it-works/right.svg) 0 4px no-repeat;
    padding: 0 0 19px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}



.img-middle {
    display: flex;
    justify-content: center;
}

.img-middle img {
    max-width: 50%;
}

@media only screen and (min-width: 1924px) {
    .top-banner--howitworks {
        background-image: url(../../v4/images/how-it-works/howitworks-big.jpg);
    }

}


@media only screen and (max-width: 1904px) {
    .top-banner--howitworks {
        background-image: url(../../v4/images/how-it-works/howitworks-mac.jpg);
    }

}




@media only screen and (max-width: 1450px) {
    .top-banner--howitworks {
        background-image: url(../../v4/images/how-it-works/howitworks-medium.jpg);
    }

}

@media only screen and (max-width: 1180px) {
    .top-banner--howitworks {
        background-image: url(../../v4/images/how-it-works/howitworks-ipad.jpg);
    }

}

@media (max-width: 780px) {
    .top-banner--howitworks {
        background-image: url(../../v4/images/how-it-works/howitworks-mobile.jpg);
        height: 46vh;
        align-items: start !important;
        padding-top: 75px;
    }

    .bannerUnderNav__h1 {
        margin-bottom: 0;
    }

    .bannerUnderNav_h3 {
        font-size: 20px;
    }

    h2.underBanner__h2 {
        font-size: 20px;
    }

    .underBanner--red {
        margin-top: 0;
        height: 15vh;
    }

    .howitworksnew-page hr {
        margin: 10px 0;
    }

    .center-mb {
        text-align: center !important;
    }

    .img-middle img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .groomittime-mobile-how {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }

    .mb-mb-0 {
        margin-bottom: 5px !important;
    }

    .what-offer-list ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .top-bar__nav-items li a {
        font-size: 9px;
    }

    .howitworksnew-page {
        padding-top: 1rem;
    }

    .howitworksnew-page .img-box {
        text-align: center;
    }


    .howitworksnew-page h2,
    .matted-page h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .howitworksnew-page h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .howitworksnew-page .top-app-link {
        width: 100%;
    }

    .howitworksnew-page h4 {
        font-size: 24px;
        line-height: 30px;
    }





}


/* ===========================
END CSS How It Works NEW PAGE
===========================*/



/* ===========================
START CSS Accordion FAQ
===========================*/
.accordion {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 45px;
}

.accordion-item {
    border-bottom: 1px solid #AEAEAE;
    text-align: left;
}

.accordion-item:first-child {
    border-top: 1px solid #AEAEAE;
}

.accordion-heading {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: left;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.accordion-heading:hover {
    background-color: #f8f8f8;
}

.accordion-title {
    margin-right: 10px;
    color: #2E2E2E;
    font-family: 'Filson Soft Bold';
}

.accordion-heading .icon {
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.show {
    display: block;
}

.sticky-top {
  position: sticky; 
  top: 0;
}
/* ===========================
END CSS Accordion FAQ
===========================*/