* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.top-header {
    background-color: #c21d11 !important;
}

.list-inline-itemm:hover{
    text-decoration: none;
    color: #fff;
}
.list-inline-item a i {
    font-size: 19px;
    color: #fff;
}

.list-inline-itemm a i {
    font-size: 19px;
    color: #fff;
    font-size: 20px;
    padding-right: 3px;
}

.list-inline-itemm a {
    color: #fff;
    text-decoration: none;
    padding-right: 40px;
}

.top-content {
    padding-top: 10px;
    color: #fff;
}

.top-head-content {
    float: inline-end;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.nav {
    align-items: baseline !important;
}

.nav-title img {
    width: 180px;
    object-fit: cover;
}

.nav {
    width: 100%;

    display: flex;
    align-items: center;
}

.nav>.nav-header {
    flex: 0.95;
    padding-left: 1rem;
}

.nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.nav>.nav-list {
    display: flex;
    gap: 2rem;
    margin: 19px;
    font-size: 16px;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
.nav-check{
    cursor: pointer;
}

.nav>#nav-check {
    display: none;
}
.owl-prev{
    font-size: 30px!important;
}
.owl-next{
    font-size: 30px!important;
}
@media (max-width: 480px) {
    .nav {
        padding: 1rem;
    }

    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0.2rem;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
        cursor: pointer;
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav>.nav-list {
        position: absolute;
        z-index: 1111111111;
        display: flex;
        margin: 0px;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        background-color: #ffffff;
        height: 0;
        transition: all 0.3s ease-in;
        top: 51px;
        left: 0;
        overflow: hidden;
    }

    .nav>.nav-list>li {
        width: 100%;
        margin-top: 1.5rem;
    }
.testi-monial{
    margin-top: 6px;
}
    .nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 50px);
    }
    .bro-chure{
        display: none;
    }
    .list-inline-itemm a{
        padding-right: 22px;
    }
    .list-inline{
        display: none;
    }
    .top-head-content{
        /* float: none; */
    }
    .slide-title{
        left: 14px!important;
    }
    .intro2{
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .top-content{
        padding-top: 10px;
        padding-bottom: 10px;
        /* padding-left: 8px;   */
    }
    .couple-bathtubs{
        margin-bottom: 25px;
    }
    .about-customer{
        padding-left: 0px!important;
    }
    .owl-nav{
        display: none;
    }
    .brand{
        margin-top: 0px;
    }
    .view-btn{
        margin-top: 30px!important;
    }
}
.list-inline-itemm a:hover{
    color: #fff;

}

.latest-news img {
    width: 100%;
    height: auto;
}

.disign-tips {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #0000;
}

.latest {
    text-align: center;
    padding-top: 4px;
}

.learn {
    text-align: center;
}

.learn::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: auto;
    background-color: #c21d11;
    margin-top: 10px;
}

.latest-news a {
    text-decoration: none;
    color: #c21d11;

}

.winter-p {
    padding: 20px;
}

.latest-news {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.137);
    width: 100%;

}



.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.bath-room {
    font-weight: 600 !important;
    font-size: 48px !important;
    color: #FFFFFF !important;
    line-height: 1.2em !important;
}

.slide-title {
    position: absolute;
    top: 49px;
    color: #fff;
    left: 81px;
}

.active,
.dot:hover {
    background-color: #b5acac !important;
}

.collection {
    font-weight: 600 !important;
    font-size: 48px !important;
    color: #FFFFFF !important;
    line-height: 1.2em !important;
}

.containing {
    max-width: 100%;
    /*height: 470px !important;*/
    object-fit: cover;
}

.bath-solution {
    display: block;
    margin: auto;
    margin-top: 50px;
}

.welcome p {
    padding-bottom: 5px;
    margin: 0px;
    color: #2b2929;
    line-height: 28px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff !important;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.button-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.get-quote {
    color: #FFFFFF !important;
    border-color: #c21d11;
    border-radius: 20px;
    font-size: 18px;
    border: none;
    text-transform: uppercase !important;
    background-color: #c21d11;
    padding-top: 6px !important;
    padding-right: 30px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
}

.casuel-theme {
    background-image: url(assets/img/Bath-Tubs.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casuel-theme1 {
    background-image: url(assets/img/Sauna-Bath.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casuel-theme2 {
    background-image: url(assets/img/Spa-Salsa.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casuel-theme3 {
    background-image: url(assets/img/Chiller-Units.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casuel-theme4 {
    background-image: url(assets/img/Planters.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casuel-theme5 {
    background-image: url(assets/img//Shower-Trays.webp);
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}

.sliding-unit {
    color: #fff;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 186px;
}
.item button a{
    color: #fff;
}
.item button a:hover{
    text-decoration: none;
}

.product::after {
    display: block;
    content: "";
    background-color: #c21d11;
    height: 3px;
    width: 70px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 0px;

}

.item button {
    color: #FFFFFF !important;
    border-color: #c21d11;
    border-radius: 20px;
    display: block;
    margin: auto;
    border: none;
    text-transform: uppercase !important;
    background-color: #c21d11;
    padding-top: 6px !important;
    padding-right: 10px !important;
    padding-bottom: 6px !important;
    padding-left: 10px !important;
}

.view-btn {
    color: #FFFFFF !important;
    border-color: #c21d11;
    border-radius: 20px;
    display: block;
    margin: auto;
    border: none;
    text-transform: uppercase !important;
    background-color: #c21d11;
    padding-top: 6px !important;
    padding-right: 30px !important;
    padding-bottom: 6px !important;
    padding-left: 30px !important;
}

.services-product {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 99%), url(assets/img/Why-select-bath-systems.webp);
    height: 440px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;

}

.our-service h2 {
    padding-top: 15px;
    color: #fff;
    text-align: center;
}

.our-service p {

    color: #fff;
    text-align: center;
}

.our-service p {
    font-size: 18px;
}

.our-service p::after {
    display: block;
    content: "";
    background-color: #fff;
    height: 3px;
    width: 100px;
    margin: auto;
    margin-top: 20px;
}

.owl-dots {
    display: none !important;
}

.slid-show {
    position: relative;
}

.active,
.dot:hover {
    /* background-color: #717171; */
}

.active,
.dot:hover {
    background-color: #ffffff !important;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.bath-system strong {
    font-size: 20px;
    padding-left: 16px;
}

.bath-system img {
    width: 60px;
    margin-top: 30px;
    margin-left: 15px;
}

.bath-system p {
    font-size: 15px;
    padding: 10px;
}

.bath-system {
    background-color: #fff;
    width: 100%;
    height: 280px;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 350px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.testimonial h4 {
    text-align: center;
    font-size: 21px;
    padding-bottom: 20px;
}

.testi-monial {
    /* margin-top: 120px; */
    background-color: #eeeeee;
    margin-bottom: 22px;
}

.testimonial p {
    padding: 20px;
}

.tasti {
    text-align: center;
    padding-top: 20px;
}

.testimonial {
    background-color: #fff;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 0px #0000006b;
}


.tasti::after {
    display: block;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #c21d11;
    margin: auto;
    margin-top: 15px;
}



/* slider */
.slider {
    height: 400px;
}

/* slider-cards */
.slide-card {
    width: 300px;
}

/* slider-arrows */
.arrow {
    width: 40px;
    height: 40px;
}

.rounded-circle {
    border-radius: 50% !important;
    position: absolute;
    top: 83px;
}

/* disabled button */
.bg-disabled {
    background-color: #e5e3e7;
}

.align-items-center {
    align-items: normal;
}

/* slider and slide transitions */
.slider-move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-right {
    transform: translate(320px, 0px);
    transition: all 0.5s ease;
}

.customisation {
    background-image: url(/assets/img/overlay.png);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: #ff0000d1;
}

.available {
    text-align: center;
    font-weight: 500;
    font-size: 41px;
    padding-top: 20px;
    color: #fff;
}

.connect {
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.call {
    color: #c20000 !important;
    border-width: 0px !important;
    letter-spacing: 0px;
    padding: 10px 20px;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
    display: block;
    margin: auto;
}

.footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 30px 0;
}

.footer-address p {
    padding-left: 10px;
    margin-bottom: 5px;
     color: #ffffffba;

}

.footer img {
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.footer-address {
    margin-bottom: 20px;
}

.footer-links h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

.social-icons a:hover {
    color: #007bff;
}

.telle-caller a {
    text-decoration: none;
    color: #fff;
    font-size: 14px!important;
}

.about-salsa {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(/assets/img/salsaimh.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-sec {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(/assets/img/About-us-page-banner.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.us {
    text-align: center;
    color: #fff;
    padding-top: 150px;
}
.about-gallery{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(https://bathsystems.net/wp-content/uploads/2022/08/9-1-2.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-benche{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(https://bathsystems.net/wp-content/uploads/2022/09/dfefc758e0b1bcf9c7451ab5ba9bc811.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-tray{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(https://bathsystems.net/wp-content/uploads/2022/08/shower-traay-banner.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-showers{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(https://bathsystems.net/wp-content/uploads/2022/08/Group-248.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-chiller{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(/assets/img/CHILLERUNIT.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-seec {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(/assets/img/DSCN0622.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-seeec {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(/assets/img/IMG_20170812_135014-scaled.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-seeecc {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(assets/img/slide1.webp) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-sauna {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(assets/img/bathsystem.jpg) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-acces {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(https://bathsystems.net/wp-content/uploads/2022/08/Group-25411.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-seeecce {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(assets/img/steam_banner.webp) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-seeeccn {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.39) 100%), url(assets/img/blog.png) !important;
    height: 350px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.follow-page {
    padding: 0px;
}

.follow-page li {
    padding-right: 10px;
}

.get-in h2 {
    padding-top: 20px;


}

.get-in h2::after {
    content: "";
    display: block;
    background-color: #c21d11;
    height: 3px;
    margin-top: 9px;
    width: 80px;
}

.touch-section {
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact-section {
    background-color: #eeeeee !important;
    height: auto;
    width: 100%;
    padding: 80px;
}

.page-contact {
    padding-left: 55px !important;
}

.moduel-contact {
    padding-bottom: 20px;
}

.moduel-contact::after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 60px;
    background-color: #c21d11;

}

.dtq-card-icon i {
    color: #c21d11;
    font-size: 21px;
}

.phase-delhi {
    font-weight: 500;
}

.planter-product img {
    height: 450px;
    width: 100%;

}

.benifits {
    background-color: #eeeeee !important;
    height: auto;
    width: 100%;
}

.benifits h2 {
    text-align: center;
    text-align: center;
    padding-top: 31px;
    font-size: 35px;
}

.benefits-blog img {
    display: block;
    margin: auto;
    height: 100px;
    width: 100px;
}

.para-change {
    font-weight: 500;
    padding-bottom: 25px;
    font-size: 17px;
}

.steam-intro p {
    padding-bottom: 22px;
    font-size: 17px;
}

.steam-intro h2 {
    padding-top: 20px;
}

.steam-room img {
    width: 100%;
    height: auto;
    margin-top: 55px;
}

.healty {
    margin-bottom: 30px;
}

.dynamic {
    margin: 50px;
}

.about-customer {
    padding-left: 30px;
}

.better h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 60px;
    background-color: #c21d11;
    margin-top: 10px;
}

.stan-dard {
    background-color: #eeeeee !important;
    height: auto;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    margin-top: 80px;
}

.providing {
    font-weight: 500;
}

.about-image {
    margin-left: 30px;
}







/* .shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
} */
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    /* padding: 50px;
        margin-bottom:80px; */

    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.bathing {
    display: block;
    margin: auto;
    width: 86%;
}

.brand::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 80px;
    background-color: #c21d11;
    margin-top: 15px;
}

.quality {
    font-weight: 500;
    font-size: 17px;
}

.confort {
    background-color: #eeeeee !important;
    width: 100%;
    height: auto;
    padding: 40px;
}

.benefits-blog {
    margin-top: 52px;
    margin-bottom: 30px;
}

.benefits-blog h4 {
    text-align: center;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.intro2 {
    padding-top: 30px;
    padding-bottom: 18px;
}

.at-home {
    font-size: 17px;
    font-weight: 500;
}

.download-bathtubs a {
    text-decoration: none;
    color: #c21d11;
    border: 1px #c21d11;
    font-weight: 600;
    padding: 10px 20px;
    background-color: transparent;
}

.download-bathtubs {
    color: #c21d11;
    border: 1px solid #c21d11;
    padding: 10px 20px;
    background-color: transparent;
    margin-bottom: 40px;
    margin-top: 20px;
}

.download-bathtubs a:hover {
    color: #c21d11;
}

.choosing-bathsystem {
    background-color: #eeeeee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.corner-bath img {
    width: 100%;

}

.corner-bath {
    width: 50%;
    border: 1px solid rgba(218, 213, 213, 0.836);
}

.dtq-card-title {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 3px;
    font-size: 23px;
}

.esona {
    padding-left: 14px;
    padding-right: 9px;
}

.cor-ner {
    text-align: center;
    padding-top: 30px;

}

.cor-ner::after {
    content: "";
    display: block;
    margin: auto;
    background-color: #c21d11;
    height: 3px;
    width: 80px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.couple-bathtubs {
    border: 1px solid rgba(218, 213, 213, 0.836);
    width: 100%;
    height: auto;
}

.couple-bathtubs img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dtq-card-title {
    font-size: 23px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 3px;
}

.dtq-card-desc {
    padding-left: 14px;
    padding-right: 9px;
}
.gallery{
    text-align: center;
    padding-top: 40px;
}
.gallery::after{
    content: "";
    display: block;
    background-color: #c21d11;
    height: 3px;
    width: 90px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.acess-gallery img{
    width: 100%;
   object-fit: cover;
    height: auto;
}
.acess-gallery h2{
    text-align: center;
    font-size: 19px;
}
.features{
    padding-left: 30px;
}
.features p{
    font-size: 17px;
    line-height: 30px;
}
.bathtub-offer{
    background-color: #eeeeee;
    margin-top: 90px;
    margin-bottom: 30px;
}
.het-loss{
    background-color: #eeeeee;
    margin-top: 75px;
    margin-bottom: 30px;


}
.get-btn{
    background-color: #c21d11!important;
    border: none!important;
}
.product-bathtub{
    padding: 0px!important;
}
.getQuoteHover img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.card-title{
    font-size: 22px;
    padding-bottom: 30px;
}
.steam-bath{
    margin-top: 50px;
    background-color: #eeeeee;
    padding: 35px;
}
.fresg-title{
    height: 450px;
    width: 400px;
}
.card-text{
    font-size: 18px;
    padding-top: 11px;
}
.card-steam{
    padding-left: 30px;
    padding-top: 50px;
}
.list-unstyled li{
    font-size: 17px;
    line-height: 30px;
}
.benefits-image img{
    width: 145px;
    display: block;
    margin: auto;
}
.the-body{
    background-color: #eeeeee;
    padding-top: 30px;
}
.skin{
    font-size: 20px;
}
.first-session li{
    font-size: 17px;
    line-height: 30px;
}
.steal-generator{
    padding: 0px!important;
}
.steam-content{
    text-align: center;
}
.steam-content::after{
    display: block;
    content: "";
    height: 3px;
    width: 80px;
    margin: auto;
    background-color: #c21d11;
    margin-top: 10px;
}
.bath-content{
    background-color: #eeeeee;
    height: auto;
    width: 100%;
    padding-top: 20px;
}
.card-skin img{
    width: 120px;
    display: block;
    margin: auto;
}
.card-body{
    display: block;
    margin: auto;
}
.radiant{
    text-align: center;
    font-size: 21px;
}
.card-body p{
    font-size: 16px;
}
.our-content::after{
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    background-color: #c21d11;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.main-content{
    background-color: #eeeeee;
}
.nav-check span{
    color: blackl!important;
}
@media only screen and (max-width: 600px){
 
    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #000000!important;
    }
    .corner-bath{
        width: 100%!important;
    }
    .fresg-title{
        width: 100%!important;
    }
    .benefits-blog{
        margin-top: 0px;
    }
    .planter-product img{
        height: auto;
    }
    .card-text img{
        width: 100%!important;
    }
    .contact-section{
        padding: 0px!important;
    }
    .dtq-card-title{
        margin: 0px;
    }
    .phase-delhi{
        padding-left: 20px;
    }
    .sliding-unit{
        margin-top: 0px!important;
    }
    .stan-dard{
        margin-top: 33px!important;
        padding-top: 6px;
    }
    .dynamic{
        margin: 10px;
    }
    .cor-ner{
        padding-top: 0px;
    }
    .acess-gallery img{
        height: 251px!important;
    }
    .acess-gallery{
        margin-bottom: 20px;
    }
    .into-tion h2{
        padding-top: 0px!important;
    }
    .confort{
        padding: 6px;
    }
    .features{
        padding-left: 0px!important;
    }
    .than-more{
        font-size: 19px;
    }
    .steam-intro h2{
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .steam-room img{
        margin-top: 0px;
    }
    .heat-loss{
        margin-top: 0px!important;
    }
    .steam-bath{
        margin-top: 0px!important;
    }
    .skin{
        text-align: center;
    }
}
.there-so{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeeee!important;
    padding-left: 20px;
}
.sower-imge img{
    width: 100%;
    object-fit: cover;
    height: 615px;
}
.testo-stone{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eeeeee!important;
    margin-top: 30px;
}
.shower-gallery{
    font-weight: 500;
    font-size: 30px;
    color: #000000!important;
    text-align: center;
    padding: 15px;
}
.link-img{
    margin-bottom: 40px;
}
.shower-gallery::after{
    content: "";
    display: block;
    height: 3px;
    width: 138px;
    margin: auto;
    margin-top: 20px!important;
    background-color: #c21d11;
}
.customer-review{
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
    height: 315px;
}
 .review_image {
     padding:3px;
     background:red;
     border-radius:50%;
     object-fit:cover;
     display:block;
     margin:auto
     
 }
.image img{
    width:75px;
    height:75px;
    padding: 3px;
    background: red;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}
.revies-bath{
    align-items: center;
}
.with-my{
    padding-top: 15px;
}
.testi-moniall{
    background-color: #eeeeee;
    margin-bottom: 22px;
}
.customer-review{
    margin-bottom: 30px;
}
.about-system{
    font-size: 29px;
    color: #c21d11!important;
    font-weight: 600;
    padding-bottom: 0px!important;
    margin-bottom: 1px;
}
.design-pkl{
    align-items: center;
}
.bath-system strong{
    color: #c21d11;
}
.telle-callerr a{
    font-size: 13px!important;
}
.telle-callerr{
    padding-bottom: 0px;
}