/* Ozone - CSS  Solutions Sec satrt */
.solutions-sec {
padding: 60px 0px 140px;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.headingdesign span {
font-size: 18px;
font-weight: 700;
line-height: 28px;
color: #00407f;
margin-bottom: 8px;
display: block;
}
.headingdesign h2 {
font-size: 40px;
font-weight: 700;
Line-height: 54px;
margin-bottom: 12px;
}
.headingdesign {
text-align: center;
}
.solutions-sec .headingdesign {
text-align: center;
padding: 0% 15% 2%;
}
.solution-carousel .owl-item:not(.active) {
opacity: 0;
transform: scale(.8);
transition: 0.3s;
}
.solution-carousel .owl-item.active:not(.big) {
opacity: 1;
transform: scale(.8);
z-index: 0;
transition: 0.3s;
    margin: -14px;
}
.solution-carousel .owl-item.active.big {
transform: scale(1);
width: 380px !important;
}
.solution-carousel .owl-item.active.big img{
object-fit: cover;
}
.solution-carousel .owl-item.big {
opacity: 1;
z-index: 10;
}
.solution-carousel.owl-carousel .owl-nav.disabled {
display: block;
vertical-align: top;
position: absolute;
bottom: -40px;
left: 50%;
transform: translate(-50%, -50%);
}
.solution-carousel .owl-item.active:not(.big) img {
border-radius: 40px;
/*height: 438px;
width: 280px;*/
object-fit: cover;
display: block;
margin: 0px auto;
}
.solution-carousel .owl-item img{
border-radius: 30px;
}
.solution-carousel .img-wrapper {
position: relative;
}
.solution-carousel .owl-item.active:not(.big) .solutionicontext{
border-radius:40px;
}
.solution-carousel .img-wrapper .solutionicontext {
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
padding-bottom: 20px;
background: linear-gradient(360deg, rgb(0 0 0 / 68%), rgb(255 255 255 / 0%));
background-size: cover;
border-radius: 30px;
}
.solution-carousel .img-wrapper .solutionicontext img, .solution-carousel .owl-item.active:not(.big) .solutionicontext img {
border-radius: 0px;
width: 50px;
height: 50px;
margin: 0px auto;
}
.solution-carousel .owl-stage {
    display:inline-flex;
}
.solution-carousel .owl-item.active:nth-child(1) {
width: 150px !important;
}
.solution-carousel .owl-item.active:nth-child(2) {
width: 200px !important;
}
.solution-carousel .owl-item.active:nth-child(3) {
width: 250px !important;
}
.solution-carousel .owl-item.active:nth-child(7) {
width: 150px !important;
}
.solution-carousel .owl-item.active:nth-child(6) {
width: 200px !important;
}
.solution-carousel .owl-item.active:nth-child(5) {
width: 250px !important;
}
.solution-carousel .owl-item.active img{
min-height: 450px;
}
.solution-carousel .owl-item.active .solutionicontext img{
min-height: initial;
}
.solution-carousel .img-wrapper .solutionicontext h3 {
    color: #fff;
    margin: 15px 0px 5px;
}
.solution-carousel .img-wrapper .solutionicontext h3 a{
    text-decoration: none;
}
.solution-carousel .img-wrapper .solutionicontext a {
color: #fff;
text-decoration:underline;
margin: 0px 0px 5px;
}
.solution-carousel.owl-carousel .owl-nav.disabled .fa-angle-left {
background-image: var(--leftrightarrow);
background-repeat: no-repeat;
display: inline-block;
width: 40px;
height: 40px;
background-position: -55px 0;
background-size: 95px 38px;
}
.solution-carousel.owl-carousel .owl-nav.disabled .fa-angle-right {
background-image: var(--leftrightarrow);
background-repeat: no-repeat;
display: inline-block;
width: 40px;
height: 40px;
background-position: -56px 0;
background-size: 95px 38px;
}
.solution-carousel.owl-carousel .owl-prev {
left: -60px;
top: -2px;
}
.solution-carousel.owl-carousel .owl-next {
right: -30px;
top: 0;
}
.solution-carousel.owl-carousel .owl-nav button.owl-prev:hover, .solution-carousel.owl-carousel .owl-nav button.owl-next:hover{
border:none;
box-shadow:none;
}
@media only screen and (min-width:1280px) and (max-width: 1400px) {
    .solutions-sec .headingdesign {
        padding: 0% 5% 2%;
    }
}
    @media only screen and (min-width:1024px) and (max-width: 1279px) {
        .solutions-sec {
            padding: 60px 0px 110px;
        }
        .solution-carousel .owl-item.active.big {
            width: 225px !important;
        }
        .solution-carousel .owl-item.active:not(.big) {
            margin: 0px;
        }
    }
    @media only screen and (min-width:768px) and (max-width: 1023px) {
        .solution-carousel .owl-item.active.big {
            width: 290px !important;
        }
    }
    @media only screen and (min-width:320px) and (max-width: 480px) {
        .container {
            padding: 0px 15px;
        }
    .solutions-sec {
        padding: 60px 0px 60px;
    }
    .solution-carousel.owl-carousel .owl-nav.disabled {
        bottom: 0;
    }
    .solutions-sec .headingdesign {
        padding: 0% 3% 2%;
    }
    .solutions-sec .headingdesign h2 {
        font-size: 30px;
        Line-height: 40px;
    }
    .solution-carousel .owl-item.active:not(.big) {
        transform: scale(1);
        margin: 0px auto;
        width: 300px !important;
    }
    .bgchnageeffect .textimgchange {
        padding: 24px 1px 5px;
        margin-bottom: 20px;
        width: auto !important;
        font-size: 20px;
    }
    }
/* Ozone - CSS  Solutions Sec end */


/* Ozone - Home: Text Hover BG Image Change CSS  Inspired Life Spaces Sec  Start */
#background {
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 30px;
}
  
  .background-panel {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .75s
  }
.textimgchange{
    background: none;
    display: block;
    width: auto !important;
    text-transform: capitalize;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;
    opacity: .7;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
    line-height: 2em;
    position: relative;
        z-index: 1;
}  
.textimgchange:hover{
    background: none;
    color: #fff;
    background: none !important;
    opacity: 1;
} 
.textimgchange:before {
content: "";
    position: absolute;
    height: 2px;
    width: 35%;
    top: 85%;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
}
.textimgchange:hover:before{
content: "";
    position: absolute;
    height: 2px;
    width: 35%;
    top: 85%;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
} 
.bgchnageeffect {
    position: relative;
    margin-top: 0px;
}
.bgchnageeffect h4{
    z-index: 1;
    position: relative;
    padding-top: 63px;
    color: var(--foundation-white-white-50, #FEFEFE);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.bgchnageeffect h4 span.innerspanmain{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}
.bgchnageeffect h4 span.innerspanmain::before {
    top: 10px;
}
.bgchnageeffect::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #33333375;
    position: absolute;
    z-index: 1;
}
.bgchnageeffect a.textimgchange {
    border: none;
}
/* Ozone - Home: Text Hover BG Image Change CSS  Inspired Life Spaces Sec end */

/* Ozone - Home: Category Grid Sec Start */
.catpro-range ul.allmaincat {
    display: flex;
    gap: 30px;
    margin-left:0px;
}
ul.allmaincat  {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0px 5px;
}
ul.allmaincat li.hmcatalllist{
    width: calc(28% - 1.70455rem);
        background-color: var(--lightgray);
    margin: 0px;
    margin-right: 0;
    text-align: left;
    position: relative;
    transform: scale(1);
    transition: all 0.4s ease-out;
    overflow: hidden;
}
ul.allmaincat li.hmcatalllist .prdhdng h4{
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    color: #00437a;
    background: #efefef;
    padding: 2px 7px;
    min-height: 35px;
        margin-bottom: 6px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.catpro-range ul.allmaincat li.hmcatalllist {
    width: calc(20% - 1.50455rem);
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(360deg, rgb(0 0 0 / 68%), rgb(255 255 255 / 0%));
    background-size: cover;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng h4 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    background: none;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng h4 a {
    font-weight: 500;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng h4 a:hover {
    color:#efefef;
}
.catpro-range span.innerspanmain{
        text-align: center;
    display: block;
    margin: 0px 0px 22px;
}
.catpro-range span.innerspanmain::before{
    display:none;
}
.catpro-range h1{
    text-align: center;
    display: block;
    margin: 0px 0px 15px;
    color: #00437a;
    font-size: 40px;
    font-weight:700;
    Line-height:54px;
}
.catpro-range h2{
    text-align: center;
    display: block;
    margin: 0px 0px 15px;
    font-size: 32px;
    color: #00437a;
}
.catpro-range h2 {
    font-size: 40px;
    font-weight:700;
    Line-height:54px;
}
.catpro-range p{
    width: 72%;
    text-align: center;
    margin: 0px auto 50px;
}
.catpro-range {
    padding:90px 0px;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng h4 {
        font-size: 24px;
    line-height: 32px;
}
.catpro-range p {
    width: 90%;
    font-size: 18px;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng {
    padding-bottom: 5px;
}
.inspired-carousel {
    padding: 30%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.catpro-range ul.allmaincat li.hmcatalllist .prdhdng {
    display: none;
}
.catpro-range .product-img {
    position: relative;
}
.catpro-range .product-img img {
    display: block;
    height: auto;
    max-width: 100%;
}
.catpro-range .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-out;
}
.catpro-range .image-hover:hover {
    opacity: 1;
}
@media only screen and (min-width:320px) and (max-width: 480px) {
    .catpro-range {
        padding: 30px 0px;
    }
    .catpro-range ul.allmaincat li.hmcatalllist {
        width: calc(54% - 1.50455rem);
    }
  
    .catpro-range ul.allmaincat {
        gap: 15px;
    }
    .catpro-range ul.allmaincat li.hmcatalllist {
        width: calc(54% - 1.50455rem);
    }
        .catpro-range ul.allmaincat li.hmcatalllist .prdhdng h4 {
               margin: 0;
            font-size: 14px;
            line-height: 22px;
        }
        .catpro-range p {
        width: 100%;
        margin: 0px auto 30px;
    }
}
/* Ozone - Home: Category Grid Sec end */


/* Ozone -Home: Blog Sec Grid Start */
.homeblogslist{
    padding:50px 0px;
}
.homeblogslist h2.tp-section-heading{
    color: #00407f;
    font-size: 32px;
    font-weight: 700;
}
.tp-section-heading:after {
    content: url(https://app.ozone.in/files/Images/heading-line.png);
    display: block;
    margin-top: -20px !important;
    height: auto;
}
.homeblogslist .blgimghome {
    max-height: 244px;
    object-fit: cover;
    width: 100%;
}
.homeblogslist .homebloglist {
    padding: 0px;
    box-shadow: 0px 5px 11px #e9e9e994;
}
.blogdatabox{
    width: 100%;
    display: inline-block;
    padding: 20px 20px;
}
.blogdatabox p{
    display: none;
}
.homeblogslist {
    border: 1px solid #e2e2e2;
}
.blogdatabox a.clickblog {
    text-decoration: underline;
    font-size: 16px;
    color: #121212;
}
.blogdatabox a.clickblog:hover {
    color: #00437a;
}
.blogdatabox h2 {
    min-height: 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}
.blogdatabox h2 a{
       color: #333;
    text-decoration: none;
}
.blogdatabox h2 a{
       color: #333;
    text-decoration: none;
}
.homebloglist {
    padding: 12px;
    background:#fff;
    border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #fff;
}
.homebloglist:hover{
       background: #ffffff;
    border: 1px solid #6e6e6e;
}
.homebloglist:hover h2 a{
    color:#000;
}
    .homebloglist:hover p {
    color:#000;
    }
        .homebloglist p {
    display: -webkit-box;
    max-width: 100%;
    height: 106px;
    margin: 0 auto 10px;
    line-height: 22px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
        .blgimghome{
width: 100%;
    display: inline-block;
    border-radius: 10px;
    max-height: 152px;
    float: left;
}
        .homebloglist {
    padding: 12px;
    background:#fff;
    border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid #fff;
}
.homebloglist:hover{
       background: #ffffff;
    border: 1px solid #6e6e6e;
}
.homebloglist:hover h2 a{
    color:#000;
}
    .homebloglist:hover p {
    color:#000;
    }
        .homebloglist p {
    display: -webkit-box;
    max-width: 100%;
    height: 106px;
    margin: 0 auto 10px;
    line-height: 22px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
/* Ozone -Home: Blog Sec Grid end */


/* Ozone -Home: Counter Sec Grid Start */
.valuethis {
    padding: 60px 0px;
    background: #00407F;
}

.valuethis h2.number {
      font-size: 70px;
    line-height: 86px;
    font-weight: 700;
    margin-bottom:0px;
    color: #fff;
}
.whythis.valuethis .level .d-flex {
    align-items: flex-end;
    gap: 4px 20px;
}
.counterflx {
    border-bottom: none;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
}

.counterflx ~ span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.imgcounter {
    padding-top: 8px;
    margin-right: 12px;
}
.rightleft-border {
        border-left: 2px solid #fff;
    border-right: 2px solid #fff
}
.counterflx{
display: flex;
padding: 0px 0px;
border-bottom: none;
margin-bottom: 0px;
align-items: center;
justify-content: center;
}

.counterflx span.symbol{
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-left: -12px;
}
.counterflx ~ span{
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
letter-spacing: 0;
}
.rightleft-border {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
/* Ozone - Home: Counter Sec Grid end */

.glass-fittings-section {
    background-color: #00407F;
    padding-left: 2%;
  }
.glass-fittings-section .container {
    padding: 0;
}
.glass-fittings-section .container .row{
    margin: 0 0px;
}
.glass-fittings-section .container .row .col-lg-6:last-child{
    padding: 0px;
}
 .gridtextbox{
    display: flex;
    align-self: initial;
    gap: 0px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 22%;
    padding-right: 0px;
    flex-wrap: wrap;
    width: 66%;
 }
  .glass-title a {
    font-family: "Helvetica", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 53px;
    color: #FFFFFF;
  }
  .glass-title a:hover {
    color: #FFFFFF;
  }
  .explore-more {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
  .explore-more h4 a {
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}
.glass-description {
    margin-top: 135px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    width: 80%;
}



.kitchen-fittings-section {
    background-color: #F0F1F1;
}
.kitchen-fittings-section .container {
    padding: 0;
}
.kitchen-fittings-section .container .row{
    margin: 0 0px;
}
.kitchen-fittings-section .container .row .col-lg-6:first-child {
    padding: 0;
}
.kitchen-fittings-section .gridtextbox {
    margin-left: 6%;
    width: 58.6%;
} 
  .kitchen-title a {
    font-family: "Helvetica", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 53px;
    color: #00407F;
  }
  .kitchen-title a:hover {
    color: #00407F;
}
  .kitchen-fittings-section .explore-more {
    width: 100%;
    border-top: 1px solid #00407F;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .kitchen-fittings-section .explore-more h4 a {
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #00407F;
  }
  
  .kitchen-description {
    margin-top: 100px;
    color: #00407F;
    font-size: 1.1rem;
  }
  
  .celebrityoz-video-thumbnails {
    width: 50%;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    height: 600px;
  }
.celebrityoz-main-video{
    height: 600px;
    flex: 2;
}
.celebrityoz-main-video video {
    width: 100%;
    object-fit: fill;
    display: block;
    height: 600px;
  }

  .celebrityoz-thumbnail {
    position: relative;
    height: 33.333%;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
  }
  
  .celebrityoz-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .celebrityoz-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.celebrityoz-play-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid white;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}
  

  .why-choose-ozone {
    color: #003b82;
    position: relative;
    width: 80%;
padding: 0;
}

.why-choose-ozone .main-title {
    color: #003b82;
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
}
.why-choose-ozone .main-title span {
    color: #003b82;
    float: right;
}
.why-choose-ozone .accordion-item{
    border: none;
}
.why-choose-ozone .accordion-button {
    font-weight: 600;
    color: #003b82;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

.why-choose-ozone .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23003b82' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.why-choose-ozone .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.why-choose-ozone .accordion-button:focus {
    box-shadow: none;
}

.why-choose-ozone .accordion-body {
    padding-left: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #00407F;
}
.fiximgmain{
    margin-top: -8%;
}
.why-choose-ozone .ozone-image {
    max-width: 100%;
    height: auto;
}
.main-image-fix{
    width: 400px;
    margin: 0px auto;
    position: absolute;
    left: 26%;
    bottom: -11%;
}
.why-choose-ozone .accordion{
    width: 71.5%;
    margin-left: 31%;
}

.experience-centre-bg {
    background-image: url('https://app.ozone.in/files/Images/frame-19.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.experience-centre-bg .container-fluid {
    padding-left: 0px;
}
.experience-centre-bg iframe{
    background-color: #000;
    border: none;
    display: flex;
    height: 535px;
    width: 100%;
}
.experience-centre-bg .accordion {
    width: 58%;
    margin-left: 7%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.experience-centre-bg .accordion-item {
    background-color: #ffffff00;
    color: #fff;
    border: none;
}
.experience-centre-bg .accordion-button {
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    background: none;
    padding-left: 0;
}
.experience-centre-bg .accordion-body {
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.experience-centre-bg .visit-link {
    font-weight: 200;
    font-size: 15px;
    color: #fff;
}
.experience-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-repeat: no-repeat;
}
.homebody video{display: block;}

@media screen and (max-width: 480px) {
    .gridtextbox {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-left: 0%;
        padding-right: 5px;
        padding-left: 5px;
        width: 100%;
    }
    .glass-fittings-section {
        padding-left: 0%;
    } 
    .glass-title a {
        font-size: 34px;
        line-height: 42px;
    }
    .glass-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .kitchen-fittings-section .container .row .col-lg-6:first-child {
        display: initial !important;
        padding: 40px 20px 0px;
    }
    .celebrityoz-video-thumbnails {
        width: 100%;
        flex: 1;
        height: 120px;
        flex-wrap: wrap;
    }
    .celebrityoz-thumbnail {
        height: 100%;
        width: 33.333%;
    }
    .celebrityoz-main-video video {
        height: 350px;
    }
    .celebrityoz-main-video {
        height: 350px;
    }
    .kitchen-fittings-section .gridtextbox {
        margin-left: 0%;
        width: 100%;
        padding: 0px 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .kitchen-title a {
        font-size: 34px;
        line-height: 42px;
    }
    .kitchen-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .why-choose-ozone {
        width: 100%;
        margin-bottom: 0px !important;
    }
    .why-choose-ozone .main-title {
        font-size: 36px;
        line-height: 42px;
        margin: 0;
    }
    .why-choose-ozone .main-title span {
        float: none;
        font-size: 56px;
        line-height: 56px;
    }
    .why-choose-ozone .mb-5 {
        margin-bottom: 0rem !important;
    }
    .why-choose-ozone .accordion {
        width: 100%;
        margin-left: 0%;
    }
    .experience-centre-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .experience-centre-bg .container-fluid {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .experience-centre-bg iframe {
        height: 100%;
        width: 100%;
        border-radius: 14px;
        min-height: 188px;
    }
    .experience-centre-bg .accordion {
        width: 100%;
        margin-left: 0%;
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .main-image-fix {
        position: initial;
        display: block;
        width: 56%;
        margin: 0px auto;
    }
    .fiximgmain {
        margin-top: -2%;
    }
    .mainsliderswiper {
        display: none;
    }
}
