.gallery__container {
    max-width: 1560px;
    margin: auto;
    padding: 0 30px;
}

section.home__gallery .row {
    row-gap: 30px;
}

section.home__gallery h2 {
    color: #061426;
    font-size: 61px;
    font-style: normal;
    font-weight: 800;
    line-height: 73px;
    text-align: center;
    margin-bottom: 20px;
}

section.home__gallery .gallery__card {
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

section.home__gallery .gallery__card .__content {
    padding: 30px;
}

section.home__gallery .gallery__card img {
    max-width: 750px;
    max-height: 400px;
    width: 100%;
}

section.home__gallery .gallery__card h5 {
    color: #091E3A;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
}

section.home__gallery .gallery__card a {
    display: flex;
    height: 53px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFB800;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

section.home__gallery .gallery__card:hover a {
    background: #091E3A;
    color: #FFF;
    transition: 0.5s;
}

section.home__gallery__column {
    background: linear-gradient(90deg, #091E3A 0%, #0C3162 100%);
}

section.home__gallery__column h2 {
    margin-bottom: 30px;
}

section.home__gallery__column p {
    margin-bottom: 30px;
}


section.home__gallery__column .__image__container img {
    width: 100%;
}

.__image__container.tablet img {
    display: none;
    margin-bottom: 30px;
}

.__image__container.desktop img {
    display: block;
}

section.home__gallery__step .step__col__2 {
    flex: 0 0 auto;
    width: 20%;
}

section.home__gallery__step .__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

section.home__gallery__step .__step__box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    border: 2px solid #091E3A;
}

section.home__gallery__step .__step__box p {
    background: linear-gradient(270deg, #091E3A 0%, #0C3162 100%);
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 31px !important;
    font-weight: 800;
    margin: 0;
}

section.home__gallery__step .__step__box .__box {
    padding: 35px 30px;
    text-align: center;
}

section.home__gallery__step .__step__box .__box img {
    width: 100%;
    margin-bottom: 50px;
    max-width: 100px;
    max-height: 100px;
}

section.home__gallery__step .__content h2 {
    color: #061426
}

section.home__gallery__step .__step__box .__box h5 {
    color: #000;
    font-size: 25px;
    font-weight: 800;
}

section.what-we-do.__gallery {
    background-image: url("/wp-content/themes/HomeToStay/assets/images/gallery/image/Rectangle 46-min.jpg") !important;
}

section.what-we-do.__gallery .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: white !important;
    border: 1px solid white;
}

section.what-we-do.__gallery div#carousel {
    position: relative;
}

section.what-we-do.__gallery .owl-carousel .owl-dots,
section.what-we-do.__gallery .owl-carousel .owl-nav {

    display: block;

}

section.what-we-do.__gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-120%);
    width: 100%;
    display: flex !important;
    justify-content: space-evenly;
}

section.what-we-do.__gallery .owl-prev,
section.what-we-do.__gallery .owl-next {
    width: 46px;
    height: 45.249px;
    background-color: #FFFFFF !important;
    color: #091E3A !important;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 100% !important;
    /* display: flex !important;
  justify-content: center !important;
  align-items: center !important; */

}

section.what-we-do.__gallery .owl-prev {
    margin-right: 0;
}

section.what-we-do.__gallery .owl-next {
    margin-left: 0;
}



section.what-we-do.__gallery .owl-theme .owl-dots .owl-dot span {
    background: none !important;
    border: 1px solid white;
}

section.what-we-do.__gallery h2 {
    margin-bottom: 60px;
}

section.galleryCategory .card .__content .card-cta a {
    display: flex;
    height: 53px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFB800;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
section.galleryCategory .card .__content:hover a {
    background: #091E3A;
    color: #FFF;
    transition: 0.5s;
}
@media (max-width:1337px) {
    section.home__gallery .gallery__card h5 {
        min-height: 60px;
    }
}

@media (max-width:1366px) {

    section.home__gallery__step .row {
        justify-content: center;
        gap: 30px 0;
    }

    section.home__gallery__step .step__col__2 {
        width: 33.33%;
    }
}

@media (max-width:1199px) {}

@media (max-width:991px) {
    section.home__gallery .gallery__card h5 {
        min-height: unset;
    }

    section.what-we-do.__gallery .owl-nav {
        display: flex !important;
        justify-content: space-around;
    }

    section.gallery__contact__us .__content,
    .gallery__container {
        padding: 0px;
    }

    .__image__container.tablet img {
        display: block;
        margin-bottom: 30px;
    }

    .__image__container.desktop img {
        display: none;
    }

    section.home__gallery__step .__content {
        gap: 0px;
        margin-bottom: 30px;
    }

    section.home__gallery__step .step__col__2 {
        width: 50%;
    }

    section.home__gallery__step .__step__box .__box img {
        margin-bottom: 25px;
    }

    section.home__gallery__step .__step__box .__box {
        padding: 20px;
    }
}

@media (max-width:575px) {
    section.home__gallery__step .step__col__2 {
        width: 100%;
    }

    section.home__gallery__step .__content {
        margin-bottom: 0px;
    }
    section.what-we-do.__gallery .owl-next {
        margin-left: auto;
    }
}



section.gallery__contact__us {
    background-image: url("/wp-content/themes/HomeToStay/assets/images/gallery/image/Rectangle 35-min.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

section.gallery__contact__us .__content {
    max-width: 710px;
    padding: 0 30px;
    margin: auto;
    text-align: center;
}

section.gallery__contact__us .__content ._text h2,
section.gallery__contact__us .__content ._text p {
    margin-bottom: 30px;
    color: #FFF;
}

section.gallery__contact__us .__content input,
section.gallery__contact__us .__content textarea {
    width: 100%;
}

section.gallery__contact__us .__content input {
    border-radius: 2px;
    border: 1px solid #818A91;
    background: #FFF;
    height: 46px;
    padding: 8px 16px;
}

section.gallery__contact__us .__content textarea {
    height: 123px;
}

section.gallery__contact__us .__content [type=submit] {
    border-radius: 5px;
    background: #FFBF19;
    display: flex;
    padding: 0px 50px;
    gap: 10px;
    justify-content: center;
    height: 53px;
    max-width: 165px;
    margin: auto;
    color: #1E1E1E;
    font-weight: 800;
    font-size: 20px;
}

section.gallery__contact__us .__content .wpcf7 form.invalid .wpcf7-response-output,
section.gallery__contact__us .__content .wpcf7 form.unaccepted .wpcf7-response-output,
section.gallery__contact__us .__content .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}




section.galleryCategory .card .card-body {
    height: 600px;
    padding: 407px 30px 30px;
}

section.galleryCategory .card .__content {
    display: flex;
    max-width: 446px;
    height: 163px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: auto;

}