.form-content h3, .section-title p {
    -webkit-text-fill-color: transparent
}

#header .logo, #hero h2 {
    margin: 0;
    font-weight: 700
}

#header .logo, .btn-regiseter, .section-title h2, .section-title p {
    text-transform: uppercase
}

.section-title h2, .section-title p {
    font-family: Poppins, sans-serif
}

.btn-regiseter, a, a:hover {
    text-decoration: none
}

#hero, .block, .img-rotate, .left-side, .navbar-mobile, .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

#hero .btn-get-started, h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif
}

.navbar .active, .navbar .active:focus, .navbar a:hover, .navbar li:hover>a, a {
    color: #0073ba
}

a:hover {
    color: #029af8
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    /* background: #0073ba; */
    background: #dee2e6;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.back-to-top i {
    font-size: 28px;
    /* color: #fff; */
    color: #000;
    line-height: 0
}

.back-to-top:hover {
    background: #0089d3;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#header {
    background: #fff;
    transition: .5s;
    z-index: 997;
    padding: 20px 0
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#header .logo {
    font-size: 26px;
    padding: 0;
    line-height: 1;
    letter-spacing: .5px
}

#header .logo a {
    color: #0b2341
}

#header .logo img {
    max-height: 40px
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

#hero, .btn-regiseter, .input-text, .navbar li, .services, .services .square {
    position: relative
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #0b2341;
    white-space: nowrap;
    transition: .3s
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0b2341
}

#footer .footer-top .footer-links ul a:hover, .navbar-mobile .active, .navbar-mobile a:hover, .navbar-mobile li:hover>a {
    color: #0090ff
}

#hero {
    width: 100%;
    height: 520px
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

#hero .carousel-item-two {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%
}

#hero .carousel-item-one {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 10%;
    width: 50%;
}

#hero h1 {
    color: #000;
    font-size: 45px;
    line-height: 50px;
    width: 90%;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #000;
    margin-top: 10px
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top
}

#hero .carousel-inner .active.carousel-item-end, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .carousel-item {
    opacity: 0
}

#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: .5s
}

#hero .carousel-inner .active.carousel-item-end, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next-icon {
    /* background: rgb(0 134 203); */
    font-size: 25px;
    line-height: 0;
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

#hero .carousel-control-prev-icon {
    /* background: #fff; */
    font-size: 25px;
    line-height: 0;
    border-radius: 50px;
    transition: .3s;
    color: rgb(0 134 203);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgb(0 168 255 / 40%);
    color: rgba(255, 255, 255)
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #0000008c;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: .3s
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #0090ff
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background: #0090ff;
    margin-top: 15px
}

.btn-slider {
    width: 150px;
    height: 40px;
    transition: .25s;
    border-radius: 4px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer
}

.fill-effect {
    border: 2px solid #0074ba;
    background: 0 0;
    color: #0074ba
}

.fill-effect:focus, .fill-effect:hover {
    box-shadow: inset 0 0 0 20px #0073ba;
    color: #fff
}

.section-title {
    padding-bottom: 40px
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px;
    letter-spacing: 2px;
    color: #aaa
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #007bc3;
    margin: 4px 10px
}

.section-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(to right, #0089d3, #7dcdff, #3780a9, #00a0ff);
    -webkit-background-clip: text
}

.about-img {
    width: 350px
}

.services {
    padding: 40px
}

.services .square {
    height: 110px;
    position: relative;
    /* width: 80px; */
    margin: 20px auto 40px;
    border-radius: 15px;
    /* transform: rotate(45deg); */
    padding: 10px;
    /* background: linear-gradient(350deg, #20b2ff, #0075bb); */
    /* box-shadow: 0 0 25px 0 #81818130; */
    /* border: 2px dotted #eaf3fa; */
    text-align: center
}

.square i {
    transform: rotate(315deg);
    display: block;
    color: #eaf3fa;
    font-size: 40px;
    padding-top: 10px;
    padding-right: 5px
}

.services .square::before {
    position: absolute;
    left: 60px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #17a0eb;
    content: ''
}

.services .square::after {
    position: absolute;
    left: 135px;
    top: 70px;
    width: 1px;
    height: 95%;
    background-color: #00a2ff;
    content: '';
    transform: rotate(90deg)
}

.services .serv .num {
    width: 60px;
    height: 60px;
    background-color: #7499f1;
    box-shadow: 0 0 15px 0 #00a9d3;
    margin: -38px auto 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding-top: 7px;
    border: 1px dashed
}

.services .serv h5 {
    color: #0e8fd8;
    font-weight: 600
}

.services .serv p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}

.services .serv hr {
    width: 30px;
    border-top: 3px solid rgb(0 169 211)
}

.form-holder {
    display: flex;
    flex-direction: column;
    align-items: center
}

.form-content .form-items {
    box-shadow: 0 0 10px #f1f1f1;
    padding: 40px;
    background-size: cover;
    width: 100%;
    min-width: 500px;
    -webkit-border-radius: 0 150px 0 150px;
    -moz-border-radius: 0 150px;
    border-radius: 0 150px;
    -webkit-transition: .4s;
    transition: .4s
}

.form-control::placeholder {
    color: #000;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #000
}

.form-control::-ms-input-placeholder {
    color: #000
}

.form-content h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    background: linear-gradient(to right, #0089d3, #7dcdff, #3780a9, #00a0ff);
    -webkit-background-clip: text
}

.form-content input[type=tel], .form-content input[type=text], .form-content select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #7dd1ff;
    outline: solid 0px;
    /* box-shadow: inset 0 0 20px rgb(18 184 255 / 23%); */
    box-shadow: inset 0 0 20px rgb(150 205 229 / 23%);
    background-color: rgb(255 255 255 / 30%);
    font-size: 15px;
    font-weight: 300;
    color: #000;
    -webkit-transition: .3s;
    transition: 1.25s cubic-bezier(.19, 1, .22, 1);
    outline-color: rgb(125 209 255 / 70%);
    outline-offset: 0;
    text-shadow: none
}

.card-content span, .card-form, .contact-us span, .left-side {
    background-color: #fff
}

.form-content select {
    color: #000
}

.btn-regiseter {
    color: #00a5ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0px 32px;
    max-width: 100%;
    width: 100%;
}

.btn-5 {
    /* box-shadow: inset 0 0 20px rgba(7, 181, 255, .324); */
    outline: solid 2px;
    outline-color: rgb(25 164 240 / 70%);
    outline-offset: 0;
    text-shadow: none;
    transition: 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn-5:hover, .btn-animate-call {
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px
}

.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgb(0 162 255 / 60%), 0 0 20px rgb(55 184 255 / 60%);
    text-shadow: 2px 2px 5px;
    color: #18a3ff
}

s .testimonials .testimonial-wrap {
    padding-left: 50px
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px;
    height: 230px;
    box-shadow: 0 0 20px 0 rgba(11, 35, 65, .1);
    position: relative;
    background: #fff
}

.testimonials .testimonial-item .testimonial-img {
    /* width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px */
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: relative;
    left: -105px;
}

.testimonials .testimonial-item h3 {
    /* font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111 */
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
    position: relative;
    top: -90px;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #fdedea;
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    /* font-style: italic;
    margin: 15px auto */
    font-style: italic;
    margin: 15px auto;
    position: relative;
    top: -100px;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    margin: 0px 10px;
    border: 1px solid #0090ff
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0090ff
}

.sec-contbg {
    background-image: url(../img/why-us.jpg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.card-form {
    height: 600px;
    width: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    position: relative
}

.form-contact {
    width: 100%;
    height: 100%;
    display: flex
}

.left-side {
    width: 40%;
    height: 100%;
    position: relative
}

.buttons button, .contact-us p, .contact-us span, .input-text small, .left-side .line1, .left-side .line3, .left-side .social, .right-side:hover button, .square img, .stats, .textarea small {
    position: absolute
}

.left-side .line1 {
    height: 400px;
    width: 100%;
    background-color: #187dc7;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 50% 100%, 0% 50%);
    z-index: 10
}

.left-side .line3 {
    height: 400px;
    width: 100%;
    background-color: #0e5589;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 30%);
    z-index: 11;
    bottom: 0
}

.contact-us {
    display: flex;
    justify-content: center
}

.card-content, .top-div {
    justify-content: center
}

.contact-us p {
    z-index: 11;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    top: 20px;
    left: 10px
}

.contact-us span {
    top: 180px;
    left: 49px;
    height: 80px;
    width: 2px;
    z-index: 11
}

.left-side .social {
    display: flex;
    bottom: 20px;
    left: 55px;
    z-index: 111
}

.social i {
    margin-right: 10px;
    font-size: 22px;
    transition: .6s
}

.right-side {
    width: 60%
}

.top-div {
    padding: 40px 20px 20px 90px;
    box-sizing: border-box
}
.top-div h1,
.top-div h2 {
    font-weight: 800;
    font-size: 25px
}

.top-div p {
    font-size: 13px;
    font-weight: 800
}

.stats {
    display: inline-block;
    padding: 5px 40px;
    margin-top: 10px;
    z-index: 11;
    top: 50%;
    color: #fff
}

.stats1 i {
    font-size: 20px;
    color: #fff;
    transition: .5s;
    padding: 4px 20px
}

.stats1 {
    display: flex;
    padding: 10px 0
}

.stats1 span {
    font-size: 12px;
    font-weight: 600
}

.card-content {
    display: flex;
    /* margin-top: 40px */
}

.card-content span {
    height: auto;
    width: 600px;
    border-radius: 10px;
    /* box-shadow: 2px 2px 20px 5px #c1e9ff47; */
    padding: 5px;
    box-sizing: border-box
}

.textarea textarea, input[type=email], input[type=tel], input[type=text] {
    width: 100%;
    outline: 0;
    caret-color: #0089d4;
    color: #0089d4
}

input[type=email], input[type=tel], input[type=text] {
    border: none;
    border-bottom: 2px solid #0089d4;
    margin-bottom: 20px
}

.input-text small {
    top: 2px;
    left: 12px;
    color: #0089d4;
    font-weight: 600;
    font-size: 14 px;
    transition: .5s
}

.input-text input:focus~small, .input-text input:valid~small {
    top: -17px;
    font-size: 12px;
    color: #ccc
}

.textarea {
    position: relative;
    margin-top: 8px;
    color: #0089d4;
    font-size: 17px
}

.form-floating .form-control {
    border: none !important;
    border-bottom: 2px solid #0089d4 !important;
    border-radius: 0px;
}

.textarea textarea {
    height: 60px;
    resize: none;
    border: none;
    border-bottom: 2px solid #0089d4
}

.textarea small {
    top: -2px;
    left: 12px;
    transition: .5s;
    font-weight: 600
}

/* 
.textarea textarea:focus~small, .textarea textarea:valid~small {
    top: -20px;
    font-size: 12px;
    color: #ccc
} */

.buttons {
    display: flex;
    position: relative
}

.buttons button {
    height: 40px;
    width: 150px;
    bottom: -50px;
    color: #058bd4;
    border-radius: 8px;
    transition: .5s;
    cursor: pointer;
    border: none;
    top: 30px
}

#footer {
    background: #071527;
    padding: 0 0 30px;
    color: #fff;
    font-size: 14px
}

#footer .footer-top {
    padding: 60px 0 30px
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    /* background: #05101e; */
    text-align: center;
    padding: 30px 20px
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Raleway, sans-serif
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
    background: #0a1e38
}

#footer .footer-top .social-links a:hover {
    color: #fff;
    background: #0090ff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #0090ff;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .copyright {
    border-top: 1px solid #0f2f57;
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

.car-slide {
    width: 110px !important;
    margin: auto
}

.owl-widcen {
    padding: 0 20px
}

.owl-dots {
    display: none
}

.img-rotate {
    margin: 5px auto 10px;
    border-radius: 0 25px 0 0;
    height: 225px
}

.block, .block2 {
    border-radius: 5px 40px
}

.img-rotate img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.img-rotate:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.block {
    /* box-shadow: inset 0 0 10px 3px #a8deffad; */
    box-shadow: inset 0 0 10px 3px #8ec4e5ad;
    
    z-index: 11
}

.block2 {
    background-color: #0074ba;
    text-align: center;
    height: 40px;
    z-index: -1;
    box-shadow: inset 0 0 10px #d0ecffba;
    transition: .3s ease-in
}

.btn-animate-call, .btn-animate-call:hover {
    color: #fff;
    box-shadow: inset 0 0 20px rgb(0 162 255 / 30%), 0 0 20px rgb(55 184 255 / 30%)
}

.block2:hover {
    background-color: #199cee
}

.block2 h4 {
    line-height: 40px;
    font-size: 18px;
    color: #fff
}

.rounded-lg h4 i {
    font-size: 22px;
    vertical-align: text-bottom
}

.square img {
    /* width: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%) */
    width: 150px;
    top: -60px;
    left: 50%;
    border-radius: 10px;
    transform: translate(-49%, 7%);
}

.btn-animate-call {
    transform: rotate(-90deg);
    left: -35px;
    z-index: 70;
    border-radius: 7px;
    top: 85%;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    word-spacing: 5px;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    position: fixed;
    display: none
}

.visible {
    display: block;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

.our-product-discription p {
    text-align: center;
    color: #000;
    font-size: 16px
}

.our-product-discription {
    height: 440px;
}

/* loader  */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff center;
    z-index: 99999;
    transition: all .9s;
    animation-delay: 15s;
    justify-content: center;
    display: flex;
}

#loading img {
    /* width: 350px;
    top:35%;
    position: fixed;
    left: 40%; */
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    position: fixed;
    justify-content: center;
    display: flex;
    top: 35%;
}

.form-control:focus,
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

.ty-gif {
    width: 25%;
}

.form-select,
.form-control {
    border: 2px solid #7dd1ff !important;
}

.modal-header img {
    /* background-image: url('../img/new-section/modal-header-img.png');
    height: 200px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: none;
}

/* _________________________ */
.watersoftening-txt {
    position: relative;
    top: 60%;
    left: 30%;
    font-weight: 700;
    font-size: 30px;
}
.watersoftening-txt h2{
    font-size: 50px;
    font-weight: 700;
    color: #0178b4;
}
.watersoftening-txt h4,
.watersoftening-txt p{
    margin-bottom: 0px;
    font-size: 44px;
    font-weight: 600;
}
.water-softening {
    background-image: url('../img/bhagwati_web.png');
    height: 550px;
    width: 100%;
    background-size: cover;
}
.watersoftening-btn {
    background-color: #0074ba;
    text-align: center;
    height: 40px;
    color: #fff;
    font-size: 20px;
    padding: 4px 20px;
    font-weight: 700;
    box-shadow: inset 0 0 10px #d0ecffba;
    transition: .3s ease-in;
}
.bathroomsoftness {
    box-shadow: 0 0 10px #f1f1f1;
    padding-top: 20px;
}

.bathroom-softness {
    margin-bottom: 2rem;
}

.bathroom-softness img {
    width: 90px;
    height: 90px;
}

.bathroom-softness h5 {
    font-size: 15px;
    font-weight: 600;
    color: #151515;
}

.bath-softness img {
    width: 100%;
}

.how-it-work {
    box-shadow: 0 0 10px #f1f1f1;
    background: #2586c1;
    border-radius: 7px;
    height: 180px;
}

.arrow-forword {
    vertical-align: middle;
    top: 50%;
    position: relative;
}

/* video testimonial  */
.mySlides {
    display: none;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}

.testimonials-box {
    box-shadow: 0 0 10px #f1f1f1;
    padding-bottom: 20px;
}

.mySlides h3 {
    color: #509cc8;
}

.cursor {
    cursor: pointer;
}

.video-testimonials .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.video-testimonials .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* .video-testimonials  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  } */

.video-testimonials .row:after {
    content: "";
    display: table;
    clear: both;
}

.video-testimonials .column {
    float: left;
    width: 16.66%;
}

.video-testimonials .demo {
    opacity: 0.6;
}

.video-testimonials .active,
.video-testimonials .demo:hover {
    opacity: 1;
}

/* _____________________ */
/* modal box  */
:root {
    --secondary: #11b5da;
    --stepNumber: 6;
    --containerWidth: 600px;
    --inputBorderColor: lightgray;
}

::selection {
    color: #000;
    background: var(--primary);
}

.mymodalbox .container {
    width: var(--containerWidth);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 50px 35px 10px 35px;
}

.mymodalbox .container header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.mymodalbox .container .form-outer {
    width: 100%;
    overflow: hidden;
}

.mymodalbox .container .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}

.mymodalbox .form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
}

.mymodalbox .form-outer form .page .title {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.form-outer img{
    width: 60px;
}
.mymodalbox .form-outer form .page .field span {
    margin: 15px 5px;
}
.mymodalbox .form-outer form .page .field button{
    margin: 15px 5px;
    float: right;
    /* position: relative; */
}
.mymodalbox form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

.mymodalbox form .page .field input {
    box-sizing: border-box;
    height: 50px;
    width: 99%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 5px;
    padding-left: 15px;
    margin: 10px 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
}

.mymodalbox form .page .field input.invalid-input {
    border-color: var(--errorColor);
}

.mymodalbox form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

.mymodalbox form .page .field button {
    /* width: 100%; */
    padding: 6px 20px;
    height: calc(100% + 5px);
    border: none;
    background: var(--secondary);
    /* margin-top: 80px; */
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.mymodalbox form .page .field button:hover {
    background: #1192a7;
}

/* .mymodalbox form .page .btns button {
    margin-top: -20px !important;
} */

.mymodalbox form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}

.mymodalbox form .page .btns button.next {
    margin-left: 3px;
}

.mymodalbox .container .progress-bar {
    display: flex;
    margin: 20px 0;
    user-select: none;
    flex-direction:row !important;
}

.mymodalbox .container .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}

.mymodalbox .container .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.mymodalbox .progress-bar .step .bullet {
    height: 30px;
    width: 30px;
    border:2px solid #0089d3;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.field span{
    font-weight: 600;
    color: white;
    float: left;
    padding: 5px 30px;
    background: linear-gradient(to right, #1098e3, #1f93db, #18acfd, #00a0ff);
}
.mymodalbox .progress-bar .step .bullet.active {
    /* border-color: var(--primary); */
    background: #0089d3;
}

.mymodalbox .progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mymodalbox .progress-bar .step .bullet.active span {
    display: none;
}

.mymodalbox .progress-bar .step .bullet:before,
.mymodalbox .progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #262626;
}

.mymodalbox .progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.mymodalbox .progress-bar .step:last-child .bullet:before,
.mymodalbox .progress-bar .step:last-child .bullet:after {
    display: none;
}

.mymodalbox .progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}

.mymodalbox .progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.mymodalbox .progress-bar .step .check.active {
    display: block;
    color: #fff;
}

@media screen and (max-width: 660px) {
    :root {
        --containerWidth: 400px;
    }

    .progress-bar .step p {
        display: none;
    }

    .progress-bar .step .bullet::after,
    .progress-bar .step .bullet::before {
        display: none;
    }

    .progress-bar .step .bullet {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .progress-bar .step .check {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        display: none;
    }

    .step {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }

    .container {
        box-sizing: border-box;
        border-radius: 0;
    }
}
.new-accordion .accordion-item {
    margin-top: 20px;
}
.new-accordion  .accordion-collapse {
    background: white;
}
.new-accordion .accordion-button {
    color: #ffffff;
    background-color: #187bc3;
    font-weight: 500;
    font-size: 18px;
}
.accordion-button:focus{
    box-shadow: none;
}
.new-accordion .accordion-button::after {
    background-image: url('../img/arrow.png');
    border: 3px solid #fff;
    border-radius: 50%;
    width: 40px;
    background-position: 7px 7px;
    height: 40px;
}

.new-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow.png');
    transform: var(--bs-accordion-btn-icon-transform);
}
.why-choose-bgwti h4{
    background: linear-gradient(to right, #0089d3, #7dcdff, #3780a9, #00a0ff);
    -webkit-background-clip: text;
    margin: 0;
}
.why-choose-bgwti {
    box-shadow: 0 0 20px 0 rgba(11, 35, 65, .1);
    width: 90%;
    height: 230px;
    border-radius: 20px;
    background-image: url('../img/services-bg-01.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-bgwti-one {
    box-shadow: 0 0 20px 0 rgba(11, 35, 65, .1);
    width: 100%;
    height: 280px;
    border-radius: 20px;
    background-image: url('../img/services-bg-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.why-choose-heading h3{
    font-size: 24px;
    font-family: serif;
    color: #0e8fd8;
}
.new-accordion .accordion-item .card-body {
    background: #d3d3d38c;
}
