.oxygen-home body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

/* Header */
.oxygen-home a {
    text-decoration: none !important;
    color: #00274e;
    font-weight: 700;
}
header#header {
    z-index: 99;
    position: relative;
}

/* Header */
.oxygen-home p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}

/* Header */
.oxygen-home img {
    max-width: 100%;
}

/* Header */
.oxygen-home h1,
.oxygen-home h2,
.oxygen-home h3,
.oxygen-home h4,
.oxygen-home h5,
.oxygen-home h6 {
    font-family: "Open Sans", serif;
}

/* Header */
.oxygen-home header {
    background-color: #EBEBEB;
}

.oxygen-home .subheaderwrap {
    background: #182333;
}

.oxygen-home .subheaderwrap .subheader {
    display: flex;
    padding: 15px 0;
    padding:8px 0;
}


.oxygen-home .subheaderwrap .subheader img {
    max-width: 14px;
}

.oxygen-home .subheaderwrap .subheader {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.oxygen-home .subheaderwrap .subheader>div {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oxygen-home .subheaderwrap .subheader>div.emailwrap {
    justify-content: flex-start;
}

.oxygen-home .subheaderwrap .subheader>div.topSocialWrap {
    justify-content: flex-end;
}

.oxygen-home .subheaderwrap .subheader>div.numbwrap a {
    min-width: 200px;
    justify-content: center;
}



.oxygen-home .subheaderwrap .subheader>div.topSocialWrap ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.oxygen-home .subheaderwrap .subheader>div.topSocialWrap ul li {
    display: flex;
    gap: 30px;
}

.oxygen-home .subheaderwrap .subheader>div.topSocialWrap ul li img {
    width: 15px;
    height: 15px;
}

.oxygen-home .subheaderwrap .subheader a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    font-family: "Open Sans", serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff !important;


}



.oxygen-home .navbar-nav {
    display: flex;
    gap: 15px;
}

.oxygen-home .navbar-nav a {
    font-family: "Open Sans", serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.oxygen-home .navbar-nav .dropdown-menu {
    border-top: 3px solid #00274E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    min-width: 280px;
    padding: 15px;
    background: #fff;
}

.oxygen-home .navbar-nav .dropdown-menu li {
    margin-bottom: 7px;
}

.oxygen-home .navbar-nav .dropdown-menu li:last-child {
    margin-bottom: 0;
}

@media(max-width: 992px) {
    .oxygen-home .navbar-collapse {
        border-top: 3px solid #00274E;
        padding: 15px;
        position: absolute;
        top: 110px;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .oxygen-home .navbar-brand img {
        width: 120px;
        height: 83px;
    }
}

@media(max-width: 575px) {
    .oxygen-home .subheaderwrap .subheader {
        flex-direction: column;
        gap: 15px;
    }

    .oxygen-home .subheaderwrap .subheader>div.topSocialWrap {
        display: none;
    }
}

/* HERO */

.oxygen-home .subtitle {
    font-size: 24px;
    line-height: 41px;
    color: #fff;
}

.oxygen-home .herowrap h1 {
    font-size: 60px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px;
}

.oxygen-home .btn-primary {
    background: #72C001;
    font-size: 16px;
    border-radius: 50px;
    padding: 17px 53px;
    font-family: "Open Sans", serif;
    font-size: 16px;
    line-height: 27px;
    display: inline-flex;
    position: relative;
}

.oxygen-home .btn-primary:hover {
    background: #0099FF;
}

.oxygen-home .btn-primary img {
    width: 15px;
    height: 15px;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 60px;
    transition: 200ms all linear;
}

.oxygen-home .btn-primary:hover img {
    right: 30px;
    opacity: 1;
}

@media(max-width: 575px) {
    .oxygen-home .herowrap h1 {
        font-size: 22px;
        line-height: 35px;
    }
}

/* ABout US */

.oxygen-home .aboutWrap {
    padding: 100px 0;
}

.oxygen-home .subhead {
    font-size: 18px;
    line-height: 31px;
    color: #01b20a;
    font-family: "Open Sans", serif;
    font-weight: 500;
}

.oxygen-home h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.oxygen-home .aboutcont {
    padding-left: 50px;
}

@media(max-width: 575px) {
    .oxygen-home .aboutWrap {
        padding: 100px 30px;
    }

    .oxygen-home .aboutcont {
        padding-left: 0;
        padding-top: 30px;
    }
}

/* Services */
.oxygen-home .serviceWrap {
    background: #000;
    padding: 100px 0;
}

.oxygen-home .serviceWrap .subhead {
    color: #01b20a;
}

.oxygen-home .serviceWrap h2 {
    color: #fff;
}

.oxygen-home .serviceList .serviceCont {
    background: #fff;
    height: 100%;
}

.oxygen-home .serviceList .serviceCont>div {
    padding: 20px;
}

.oxygen-home .serviceList .serviceCont img {
    width: 100%;
}

.oxygen-home .serviceList .serviceCont>div p {
    line-height: 27px;
}

.oxygen-home h3 {
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
}

.oxygen-home .serviceList>.row {
    margin-left: -25px;
    margin-right: -25px;
}

.oxygen-home .serviceList>.row>div {
    padding-left: 25px;
    padding-right: 25px;
}

@media(max-width: 575px) {
    .oxygen-home .serviceWrap {
        background: #000;
        padding: 100px 30px;
    }

    .oxygen-home .serviceWrap h2 {
        font-size: 24px;
        line-height: 29px;
    }

    .oxygen-home .serviceList .col-lg-4 {
        margin-top: 50px;
    }

    .oxygen-home .serviceList .col-lg-4:first-child {
        margin-top: 0;
    }

    .oxygen-home h3 {
        font-size: 21px;
        line-height: 32px;
    }
}

/* Room Addictions */
.oxygen-home .h2title {
    font-size: 32px;
    line-height: 38px;
    color: #01b20a;
}

.oxygen-home .blkwrap {
    background: #000;
    padding: 100px 0;
}

.oxygen-home .blkwrap h2 {
    color: #fff;
    font-size: 56px;
    line-height: 67px;
}

.oxygen-home .blkwrap p {
    color: #fff;
}

.oxygen-home .grnWrap {
    background: #01B20A;
    padding: 30px;
    font-size: 16px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}


.oxygen-home .grnWrap a {
    color: #fff;
    text-decoration: underline !important;

}

/* FAQ */
.oxygen-home .faqWrap {
    background: linear-gradient(180deg, rgba(0, 15, 43, 0.66) 0%, rgba(0, 15, 43, 0.91) 100%), url(../img/faqbg.png) !important;
    padding: 100px 0;

}

.oxygen-home .faqWrap h2 {
    font-size: 56px;
    line-height: 67px;
    color: #fff;
    font-weight: 500;

}

.accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: none;
    border: none;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.accordion-header {
    padding: 25px;
    cursor: pointer;
    background-color: #f1f1f1;
    font-weight: bold;
    position: relative;
}

.accordion-header h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 20px;
}

.accordion-content {
/*    display: none;*/
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.accordion-header.active {
    background-color: #e9e9e9;
}

.accordion-header::after {
    content: '\002B';
    position: absolute;
    right: 20px;
    font-size: 16px;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    background: #ccc;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    text-align: center;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-header.active::after {
    transform: rotate(45deg);
    /* Rotate to create a "minus" symbol */
}

@media(max-width:992px) {

    .Benefits4SeasonSunrooms .whitebg{
        min-height: auto !important;
    }

    .oxygen-home .accordion {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: none;
    }

    .oxygen-home .faqWrap h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .oxygen-home .ftrnavBar ul.dropdown-menu.bg-lightftr.show {
        display: none;
    }

    .oxygen-home .ftrnavBar .dropup .dropdown-toggle::after {
        display: none !important;
    }
}

/* Blogs */
.oxygen-home .serviceWrap.blogsWrap {
    background: #fff;
}

.oxygen-home .serviceWrap.blogsWrap .serviceCont {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}


.oxygen-home .serviceWrap.blogsWrap .serviceCont h3 {
    font-size: 18px;
    line-height: 25px;
    color: #01b20a;
}

.oxygen-home .serviceWrap.blogsWrap .serviceCont .blogDate {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.oxygen-home .serviceWrap.blogsWrap .serviceCont a.rmore {
    font-family: "Open Sans", serif;
    font-size: 14px;
}

.oxygen-home .blogdetails {
    padding: 100px 0;
}

.oxygen-home .blogdetails h2 {
    font-size: 32px;
    line-height: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.oxygen-home .blogdetails h1 {
    font-size: 32px;
    line-height: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.oxygen-home .blogdetails h2+small {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    display: block;
}

.oxygen-home .blogdetails .blogCont h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.oxygen-home .blogdetails .blogCont h3 { 
    font-family: "Open Sans", sans-serif; 
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.oxygen-home .faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.oxygen-home .faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.oxygen-home .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.oxygen-home .faq-question {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 18px;
}
.oxygen-home .faq-answer {
    display: none;
    padding: 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div#navbarSupportedContent .nav-link {
        font-size: 12px;
        padding: 5px 5px;
    }
}

/* 16 Aug 2024 */
.oxygen-home .breadcrumb {
    background:  linear-gradient(104deg,rgba(0,0,43,0.55) 47%,rgba(0,26,84,0.55) 92%), url(../img/mainbanner-scaled-1.jpg) no-repeat center center;
    font-size: 60px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    padding: 3% 0;

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
        .oxygen-home .btn-primary {
    padding: 17px 33px;
        }
        .oxygen-home .subheaderwrap .subheader a {
    font-size: 12px;
        }
        .oxygen-home h3 {
    font-size: 20px;
        }
        .oxygen-home .mx-auto {
    font-size: 35px;
    line-height: 1.8em;
}

}

@media screen and (min-width: 430px) and (max-width: 932px) { 
.oxygen-home .mx-auto {
    font-size: 20px;
    line-height: 1.8em;
}
}

@media screen and (min-width: 820px) and (max-width: 1180px) { 
    .oxygen-home .btn-primary {
        padding: 12px 23px;
    }
                .oxygen-home .subheaderwrap .subheader a {
        font-size: 9px;
    }
}

@media screen and (min-width: 360px) and (max-width: 740px) { 
.oxygen-home .mx-auto {
    font-size: 20px;
    line-height: 1.8em;
}

.oxygen-home .breadcrumb {
    padding: 17% 0;
}
.oxygen-home .blogdetails {
    padding: 20px 0;
}
}
.oxygen-home dl, .oxygen-home ol, .oxygen-home ul{
  font-family: "Open Sans", sans-serif;
  
}
.oxygen-home .serviceList .serviceCont div p ul li{
font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
  .scratchpad {
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent overflow on small screens */
  }

  .scratch-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative; /* Added for positioning constraints */
  }

  .image-container {
    background: #FFF;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', Arial, Sans-serif;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
  }

  @media only screen and (max-width: 480px) {
    .scratchpad {
      width: 100%;
      height: 300px;
    }
    .scratch-container {
      width: 100% !important;
    }
  }

  @media only screen and (max-width: 320px) {
    .scratchpad {
      width: 100%;
      height: 250px;
    }
    .scratch-container {
      width: 100% !important;
    }
  }
body{
    overflow-x:hidden;
}
  /* Custom Brush Styles */
  .custom-brush {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../img/c1-1-1.png") no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 9999;
    display: block;
  }

  @media only screen and (max-width: 480px) {
    .custom-brush {
      width: 80px;
      height: 80px;
    }
  }
  .oxygen-home .box{
    position:absolute;
    bottom:-190px;
    right:20px;
  }
    .oxygen-home .box img{
        max-width:520px;
    }
    .oxygen-home .subheaderwrap{
        background:#fff;
    }
    header#header{
        background:#fff;
    }
    header .container{
        padding:0!important;
    }
    .oxygen-home .navbar-nav a{
        color:#00274e;
        font-weight:600;
    }
  .oxygen-home   .subheaderwrap{
    padding:8px 0;
    }
     .oxygen-home   .subheaderwrap .btnyu{
        text-align:right;
     }
   .oxygen-home   .subheaderwrap .getquote{
    color:#ffffff;
    background-color:#00274e;
    display:inline-block;
    padding:19px 30px;
    border-radius:32px;
    font-family:"Open Sans";
    font-size:17px;
    text-transform: uppercase;
    font-weight:500;
}
.oxygen-home   .subheaderwrap .getquote i{
    padding-right:8px;
}
.oxygen-home   .subheaderwrap .logosec{
    align-items: center;
}
.oxygen-home header .btnh{
position:absolute;
right:20px;
top:50%;
transform: translateY(-50%);
z-index: 10;
}
.oxygen-home header .container{
    position: relative;
}
.oxygen-home .btnh a{
    color:#ffffff;
    background-color:#00274e;
    display:inline-block;
    padding:10px 22px;
    border-radius:32px;
    font-family:"Open Sans";
    font-size:14px;
    text-transform: uppercase;
    font-weight:500;
}
.oxygen-home header{
border-top: 1px solid #4ba0e8;
    border-bottom: 1px solid #4ba0e8;
    padding:7px 0;
    position:sticky!important;
    top:0;
    left:0;
    background:#fff;

}
a{
    transition: 0.4s;
}
.oxygen-home .navbar-expand-lg .navbar-nav {
    margin-right: 170px;
}
.oxygen-home .navbar-expand-lg .navbar-nav .nav-link{
    padding:4px 10px;
    font-size: 14px;
}
.oxygen-home .navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#4ba0e8;
}
   .oxygen-home   .subheaderwrap .getquote:hover{
    background: #4ba0e8!important;
}
.oxygen-home  .logo-img{
    position: relative;
    display: block;
}
.oxygen-home  .logo-img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-image: url('https://simplia.com/OxygenWordPress-0046/Organizations/FloorCleanerFred/wp-content/uploads/2024/11/glitter-1.png');
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                opacity: 0;
                width: 130px;
                animation: glitter 6s linear infinite
            }

            @keyframes glitter {
                0%,100% {
                    transform: scale(0.3) rotate(0deg);
                    opacity: 0
                }

                25% {
                    transform: scale(1) rotate(360deg);
                    opacity: 1
                }

                50% {
                    transform: scale(0.3) rotate(720deg);
                    opacity: 0
                }
            }
            .oxygen-home .logosection{
                margin-top:0px;
            }
.oxygen-home .logosection{
          background:  #00274E;
padding:40px 0 30px;
text-align: center;

      }

.oxygen-home .floor-cleaningsection{
    padding:70px 0px;
}
.oxygen-home .floor-cleaningsection h2{
    max-width:1100px;
    margin:10px auto;
    text-align:center;
    font-weight:600;
}
.oxygen-home .floor-cleaningsection img{
    width:40%;
    margin:20px auto;
    display:block;
    text-align: center;
}

/* You can remove this page div in your website */
.oxygen-home #page{
  width:100%;
  height:100%;
  position:relative;
}
/*.oxygen-home .beforesection .before,
.oxygen-home .beforesection .after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}*/

.content-image{
  height:100%;
}

.oxygen-home .beforesection  .after{
  width:125px;
   position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
  width:100%;
  height:100%;
}

.oxygen-home .beforesection  .scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:100px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}


/* Our normalize css */

/* Our wrapper */
.oxygen-home .wrapper{
  width: 100%;
  height: 100%;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  overflow:hidden;
/*  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}

/* Our image information */

.oxygen-home .content-image{
  height:100%;
  object-fit:cover;
}



.oxygen-home .scroller{
  width: 50px;
  height:50px;
  position: absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.oxygen-home .scroller:hover{
  opacity:1;
}

.oxygen-home .scrolling{
  pointer-events:none;
  opacity:1;
  /* z-index: 1; */
}

.oxygen-home .scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.oxygen-home .scroller:before,
.oxygen-home .scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.oxygen-home .scroller:before{
  top:100%;
}
.oxygen-home .scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.oxygen-home .scroller{
  border: 5px solid #fff;
}
.oxygen-home .scroller:before,
.oxygen-home .scroller:after{
  background: #fff;
}

.oxygen-home .beforesection{
    background:#000;
}
.oxygen-home .beforesection  .container-fluid{
    padding-right:0;
}
.oxygen-home .beforesection .row{
     align-items:center;
}
.oxygen-home .beforesection .contentbefore{
    padding:120px 40px;
   
}
.oxygen-home .beforesection  p{
    color:#fff;
}
.oxygen-home .section4{
background:url(../img/block-bg-1.png);

width:100%;
background-position: left bottom 0px;
padding:90px 0;
background-repeat: no-repeat;
background-size: contain;
}
.oxygen-home .section4 h2{
    font-weight:700;
    text-align: center;
}
.oxygen-home .section4 img{
    width:60%;
    margin:10px auto;
    display:block;
}

.oxygen-home .section4 h4{
    text-align: center;
    padding:20px 0;
    max-width:840px;
    margin:10px auto;
    font-weight:600;
    line-height:1.6em;
}
.oxygen-home .section4  p{
    padding-left:40px;
}
.oxygen-home .section4  .col-md-9 .row{
    max-width:800px;
    margin:30px auto;
}
.oxygen-home .section4  .col-md-9 .row i{
    padding-right:12px;
    color:#4BA0E9;
}

.oxygen-home .customersection{
    width:100%;
    padding:90px 20px;
    background:url("../img/download3.png");
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}
.oxygen-home .customersection h2{
    color:#fff;
    font-weight:800;
    text-align:center;
    padding-bottom:50px;
}
.oxygen-home .customersection .row .oneexpert{
    padding:0px 0 30px;
    text-align:right;
}
.oxygen-home .customersection .row img{
    text-align: center;
    display: inline-block;
    margin:0 auto;
}
.oxygen-home .customersection .row .oneexpert h4,.oxygen-home .customersection .row .oneexpert p{
    color:#fff;
    line-height:1.6em;
}
.oxygen-home .customersection .row .oneexpert{

}
.oxygen-home .customersection .row .oneexpert h4 {
    font-weight:700;
}
.oxygen-home .customersection .row .oneexpert_2 {
    text-align: left;
}
.oxygen-home .whyhireus p{
    max-width:1200px;
    margin:40px auto;
}
.oxygen-home .whyhireus .innerwhyhireus{
    border:1px solid #4ba0e9;
    padding:20px 30px;
}
.oxygen-home .whyhireus .innerwhyhireus img{
    max-width:140px;
    margin:0 auto;
    display:block;
}
.oxygen-home .whyhireus .innerwhyhireus h4{
    font-weight:600;
    text-align:center;
    margin-top:15px;
}
.oxygen-home .whyhireus .innerwhyhireus p{
    padding:20px 0;
    margin:0;
}
.oxygen-home .whyhireus .innerwhyhireus .col-md-4{
    margin:30px 0;
}
.oxygen-home .ourprojects .container-fluid{
    padding-right:0;
    padding-left:0;
}

.oxygen-home .ourprojects .fullsection{
    width:100%;
    display:flex;
    flex-wrap: wrap;
}
.oxygen-home .ourprojects{
    padding-top:90px;
}
.oxygen-home .ourprojects .fullsection .one-img{
    width:20%;
}
.oxygen-home .ourprojects img.line{
    width:40%;
}
.oxygen-home .ourprojects .fullsection .one-img img{
    width:100%;
    margin:0;
}
.oxygen-home .ourprojects img.line{
    width:30%!important;
    display:block;
}
 .get-banner-calendar {
     display: block!important;
     position: relative!important;
     margin: -75px 0!important;
     -webkit-perspective: 1000!important;
     -ms-perspective: 1000!important;
     perspective: 1000!important;
 }
 
 .get-banner-calendar>img {
     position: relative!important;
     display: block!important;
 }
  .get-banner-calendar .calendar-cover {
     top: 60px!important;
     left: 0!important;
     -webkit-transform-style: preserve-3d!important;
     -ms-transform-style: preserve-3d!important;
     transform-style: preserve-3d!important;
     -webkit-transition: 0.8s ease 0.1s;
     -o-transition: 0.8s ease 0.1s;
     transition: 0.8s ease 0.1s;
     position: relative!important;
     z-index: 1!important;
        transition: 0.8s ease 0.1s!important;

 }
  .calendar-cover-front,
 .calendar-cover-back {
     -webkit-backface-visibility: hidden!important;
     -ms-backface-visibility: hidden!important;
     backface-visibility: hidden!important;
     position: absolute!important;
     top: 0!important;
     left: 0!important;
 }
 
  .calendar-cover-front {
     z-index: 2!important;
     -webkit-transform: rotateY(0deg)!important;
     -moz-transform: rotateY(0deg)!important;
     -ms-transform: rotateY(0deg)!important;
     -o-transform: rotateY(0deg)!important;
 }
 
 .calendar-cover-back {
     -webkit-transform: rotateY(180deg)!important;
     -moz-transform: rotateY(180deg)!important;
     -ms-transform: rotateY(180deg)!important;
     -o-transform: rotateY(180deg)!important;
 }
 .get-banner-2:hover .get-banner-calendar .calendar-cover {
         -webkit-transform: rotateX(180deg)!important;
         -moz-transform: rotateX(180deg)!important;
         -ms-transform: rotateX(180deg)!important;
         -o-transform: rotateX(180deg)!important;
     }
.calendarsection {
    padding:100px 0 110px;
}
.calendarsection .container{
    background:#00274E;
    padding:20px 40px;
    max-width:1200px;
    margin:10px auto;
}
.calendarsection h2{
text-align:right;
color:#fff;
font-size:38px;
line-height:1.2em;

}
.calendarsection .btnhui a{
color:#000000;
    background-color:#ffffff;
    display:inline-block;
    padding:17px 32px;
    border-radius:32px;
    font-family: "Open Sans";
    font-size:17px;
    margin-top:40px;
    text-transform: uppercase;
    font-weight:500;
    margin-left:40px;
}
.calendarsection .btnhui a i{
    color:#000;
    padding-right:8px;
}
.calendarsection p{
    color:#fff;
    text-align:right;
}
footer{
    background:#00274E;
    padding:12px 0;
}
.oxygen-home footer .navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;

}


.services-circle {
     position: relative;
     
     margin: 80px 0 40px;
 }
 .oxygen-home .services-circle-item-img{
display:block;
width:320px;
height:320px;

 }
 .oxygen-home .services-circle-item-img1, .oxygen-home .services-circle-item-img3{
    width:400px;
    height:400px;
 }
  .oxygen-home .services-circle-item-img5{
    width:260px;
    height:260px;
  }
 .services-circle-item-img img{
    width:100%;
    height:100%;
    border-radius:50%;
 }
 .oxygen-home .floor-cleaningsection  .services-circle-item-img img{
    width:100%;

 }
 .oxygen-home .floor-cleaningsection  .services-circle-item-title{
    font-family:"Open Sans";
    font-size:21px;
    font-weight:600;
    text-align:center;
     background-image: url(../img/service-circle-title-1.png);
     padding:60px 20px;
     border-radius:50%;
     background-repeat:no-repeat;
     background-size: cover;
     background-position:center;
     width:180px;
     height:180px;
      transition: 0.7s;


 }
   .oxygen-home .floor-cleaningsection  .pos-1 {
     position: relative;
   }
  .oxygen-home .floor-cleaningsection  .pos-1 .services-circle-item-title{
    position:absolute;
    top:40%;
    right:-26%;
  }
 .services-circle-carousel{
display:flex;
justify-content: space-between;
flex-wrap:wrap;
 }
 
  .oxygen-home .floor-cleaningsection .services-circle-item{
     transition: 0.7s;
 position: relative;
  }
  .oxygen-home .floor-cleaningsection .services-circle-item img{
    transition: 0.7s;
    opacity:0.7;
  }
  .oxygen-home .floor-cleaningsection .services-circle-item img:hover{
    opacity:1;
  }
   .oxygen-home .floor-cleaningsection .services-circle-item.pos-2 .services-circle-item-title {
     left: -30%;
     top: -43px;
     width: 160px;
     height: 160px;
       position:absolute;
       transition: 0.7s;
       padding:55px 20px;
 }
 .oxygen-home .floor-cleaningsection .services-circle-item:hover .services-circle-item-title{
    transform: translateY(-40%);
     transition: 0.7s;
 }
  .oxygen-home .floor-cleaningsection{
    padding-bottom:20px;
  }
  .oxygen-home .floor-cleaningsection .services-circle-item.pos-5 .services-circle-item-title {
     left: -35%;
     bottom: 21%;
     width: 160px;
     height: 160px;
       position:absolute;
       padding:50px 20px;
 }
  .oxygen-home .floor-cleaningsection .services-circle-item.pos-5{
    left:27%;
 transform:translatey(-20%);  }
  .oxygen-home .floor-cleaningsection .services-circle-item.pos-3{
    left:-18%;
    transform:translatey(-44%);
  }
 .oxygen-home .floor-cleaningsection .services-circle-item.pos-4 .services-circle-item-title {
     left: -20%;
     top: -43px;
     width: 180px;
     height: 180px;
       position:absolute;
 }
  .oxygen-home .floor-cleaningsection .services-circle-item.pos-3 .services-circle-item-title {
         right: -20%;
    bottom: 8%;
     width: 201px;
     height: 201px;
       position:absolute;
 }
 .oxygen-home  .somefact  .container{
    max-width:1180px;
    margin:10px auto;
    text-align: center;
 }
 .oxygen-home  .somefact .th-img{
    width:210px;
    height:210px;
    margin:10px auto;
    border-radius:50%;
    padding:50px 20px;
    text-align:center;
    background-image:url(../img/New-Project142-369x369.png);
    background-size:cover;
    background-position:center;

 }
  .oxygen-home  .somefact{
    padding-bottom:100px;
  }
 .oxygen-home  .somefact .th-img2{
    background-image:url(../img/New-Project162-369x369.png);
 }
  .oxygen-home  .somefact .th-img3{
    background-image:url(../img/New-Project172-369x369.png);
 }
  .oxygen-home  .somefact .th-img4{
    background-image:url(../img/New-Project152-369x369.png);
 }
  .oxygen-home  .somefact .th-img h2{
    color:#fff;
    font-size:60px;
    font-weight:600;
  }
   .oxygen-home  .somefact .th-img p{
    color:#fff;
    font-size:23px;
    font-weight: 600;
   }
.oxygen-home .beforesection {
    margin-top:-142px;
}
.oxygen-home .blrb {
    display: flex;
    align-content: center;
    align-items: center;
}
.oxygen-home section.contact-main {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.oxygen-home .contact-lftsec .blrb img {
    max-width: 38px;
    margin-right: 16px;
}
.oxygen-home .contact-lftsec .blrb span.brlb-sec {
    padding-top: 22px;
}
.oxygen-home .contact-lftsec .blrb span.brlb-sec h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.oxygen-home .contact-lftsec .blrb span.brlb-sec p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.oxygen-home footer#footer {
    float: left;
    width: 100%;
}
.oxygen-home .col-md-4.contact-lftsec h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.oxygen-home ul.social-list li::marker {
    font-size: 0;
}
.oxygen-home ul.social-list li {
    display: inline;
    padding: 0 10px 0px 0;
}
.oxygen-home ul.social-list li img {
    width: 40px;
}
.oxygen-home ul.social-list {
    padding-left: 0;
}
.oxygen-home h4.social-head {
    padding-top: 40px;
}
.oxygen-home .form-sec-ryt .main-form label.formbuilder-text-label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
}
.oxygen-home .cont-form .form-group.col-md-6 {
    float: left;
}
.oxygen-home .cont-form .form-group.col-md-6 input {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
.oxygen-home .cont-form .form-group.col-md-6 input {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    width: 98%;
    margin: 10px 0 10px 0;
    padding: 18px 17px;
}
.oxygen-home .cont-form .form-group.col-md-12 textarea#message {
    width: 99%;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    margin-bottom: 20px;
}

.oxygen-home button.btns.hero-btn.w-100 {
    width: 14% !important;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Open Sans';
}
.oxygen-home button.btns.hero-btn.w-100 {
    width: 14% !important;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Open Sans';
    padding: 20px 0 !important;
}
.oxygen-home section.footer-bottom {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.oxygen-home section.footer-bottom p img {
    max-width: 25px;
    text-align: left;
}
.oxygen-home section.footer-bottom p {
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 12px;
}
.oxygen-home section.footer-bottom p a {
    font-weight: 400;
    font-size: 15px;
}
.oxygen-home section.footer-bottom .col-md-3 {
    align-content: flex-end;
}
.col-md-8.form-sec-ryt label {
    display: block;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 700;
    margin: 13px 0;
}
section.quotes-main {
    float: left;
    width: 100%;
    padding: 80px 0;
}
.col-md-12.quotes-lftsec h2 {
    text-align: center;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}
.col-md-12.quotes-lftsec {
    text-align: center;
}
.quote-form {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
}
.quote-form select {
    background: #f7f7f7 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    width: 98%;
    margin: 10px 0 10px 0;
    padding: 18px 17px !important;
}
.quote-form input#date-1732739458831 {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 18px 17px;
}
/****Reviews_section Start******/
.oxygen-home .reviews_section {
    padding: 30px 0;
}

.oxygen-home .reviews_section h2{
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}
.oxygen-home .reviews_section .google_review img{
    width: 60px;
}
.oxygen-home .reviews_section .reviews_box{
    border: 1px solid #4ba0e8;
    padding: 8px 20px 18px 19px;
}
.oxygen-home .reviews_section h3, .oxygen-home .reviews_section p{
    text-align: left;
}



/****Accordion Area Css Start******/
.oxygen-home .accordionsec_section .accordionfirstrow_section p {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    padding-top:30px;
}

.oxygen-home .accordionsec_section h2{
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 36px; 
    line-height: 40px;
    margin-top: 30px;
}

.oxygen-home .accordionsecondrow {
    margin-bottom:2vw;
}

.oxygen-home .accordion .accordion-item {
  border-bottom: 0px solid #e5e5e5;
}

.oxygen-home .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0px solid #03b5d2;
}

.oxygen-home .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
}

.oxygen-home .accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #4ba0e8;
}

.oxygen-home .accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #4ba0e8;
  border: 1px solid #03b5d2;
}

.oxygen-home  .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.oxygen-home .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #00274e !important;
    border-radius: 22px !important;
}

.oxygen-home .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 21px;
    left: 11px;
    width: 22px;
    height: 2px;
    background: #00274e;
}
.oxygen-home .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: 20px;
    width: 2px;
    height: 20px;
    background: #00274e;
}

.oxygen-home .accordion button[aria-expanded='true'] {
  color: #4ba0e8;
}
.oxygen-home  .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.oxygen-home .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
 .oxygen-home .accordion span.accordion-title {
    color: #00274e;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 45px;
    
}
.oxygen-home .accordion span.accordion-title:hover {
    color: #4ba0e8;
    padding-left: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.oxygen-home .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  color: #000 !important;
    padding-left: 70px !important;
}
.oxygen-home .accordion .accordion-content p {
 font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  color: #000 !important;
}
.oxygen-home .accordion .accordion-item button {
    padding-left: 65px !important;
}

/****Accordion Area Css End******/

.oxygen-home .ftrnavBar{
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
}
footer {
    padding:5px 0;
}

/****Service Area Css Start******/
.oxygen-home .servicearea_section {
    padding: 30px 0;
}

.oxygen-home .servicearea_section h2{
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px; 
    line-height: 40px;
    margin-top: 30px;
}

.oxygen-home .servicearea_section p{
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
}

.oxygen-home .servicearea_section h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
}

.oxygen-home .servicearea_section .serviceareah3{
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
        line-height: 30px;
}

.oxygen-home .servicearea_section ul li{
    font-family: "Open Sans", sans-serif;
    margin-top: 8px;
}
@media screen and (min-width: 430px) and (max-width: 932px) { 
.oxygen-home .mx-auto {
    font-size: 20px;
    line-height: 1.8em;
}
.oxygen-home .servicearea_section h2{
    font-size: 30px; 

}
.oxygen-home .accordion span.accordion-title {
    font-size: 14px;
    line-height: 30px;
}
.oxygen-home .accordionsec_section h2 {
    font-size: 25px;
}
}
@media (max-width:767px){
    .oxygen-home .ourprojects .fullsection .one-img{
    width:50%;
}
.oxygen-home .beforesection{
    margin-top:-100px;
}
.oxygen-home .floor-cleaningsection h2,.oxygen-home .section4 h2,.oxygen-home .customersection h2{
    font-size:24px;
    line-height:1.2em;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-2 .services-circle-item-title {
    left:0;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-3{
    left:12%;
}
.oxygen-home .logosection .col-md-3{
    margin: 22px 0
}
.get-banner-2   .get-banner-calendar{
        margin:0px auto!important
    }
.oxygen-home .box{
    display:none;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-3 .services-circle-item-title {
    right:4%;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-3{
    left:0;
}
.oxygen-home .floor-cleaningsection .pos-1 .services-circle-item-title {
    right:18%;
    top:21%;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-4 .services-circle-item-title {
    left:0;
}
.oxygen-home .btnh{
    display:none;
}
.oxygen-home .subheaderwrap .container:first-child{
   display:none!important;  
}
.oxygen-home .subheaderwrap .btnyu{
    display:none; 
}
.calendarsection .btnhui a{
    margin:20px auto;
}
.oxygen-home .services-circle-item-img1, .oxygen-home .services-circle-item-img3{
    width:280px;
    height:280px;
}
.oxygen-home .services-circle-item-img{
    width:270px;
    height:270px;
}
.oxygen-home #page {
    height:320px;
}
.oxygen-home .beforesection .container-fluid{
    padding-left:0;
}
body{
    overflow-x:hidden;
}
}

@media (max-width:1200px) and (min-width:768px){
    .oxygen-home .floor-cleaningsection .services-circle-item.pos-5 {
        left:0;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-3{
    left:40%;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-2 .services-circle-item-title {
    left:20%;
}
.oxygen-home .floor-cleaningsection .services-circle-item.pos-5 .services-circle-item-title {
    left:-20%;
}
body{
    overflow-x:hideen;
}
.oxygen-home .floor-cleaningsection h2{
    font-size:32px;
    line-height:1.2em;
}
.oxygen-home .somefact .th-img{
    width:180px;
    height:180px;
    padding:27px 20px;
}
}


/**/

.oxygen-home .before_after .box_2{
    position: unset;
}
.oxygen-home .before_after .box__inner{
    width: 100%;
  }
  .oxygen-home .before_after .title span{
    color: #EF233C;
  }
 
  .oxygen-home .before_after p{
    color: #2B2D42;
    font-size: 20px;
    line-height: 25px;
  }
  .oxygen-home .before_after a{
    color: #EF233C;
  }
  .oxygen-home .before_after a:hover{
    color: #8D99AE;
  }
  .oxygen-home .before_after h1 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    color: #2B2D42;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
 .oxygen-home  .innerbeforeafter{
    max-width:800px;
    margin:30px auto;
}
 .oxygen-home  .innerbeforeafter .before_after{
    width:100%;
 }
 .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before{
    font-family:"Open Sans";
}
@media (min-width:768px) and (max-width:1228px){
    .oxygen-home .subheaderwrap .container:first-child{
        display:none;
    }
    .oxygen-home .navbar-expand-lg .navbar-nav {
        margin-right: 250px;
    }
    .oxygen-home .navbar-expand-lg .navbar-nav .nav-link{
        padding:4px 8px;
        font-size:12px;
    }


    }
  .oxygen-home section.footer-bottom .col-md-3{
    width:48%;
  }
  .calendarsection .btnhui a{
    margin-left:0;
    padding:13px 18px;
    font-size:13px;
  }
  .oxygen-home .floor-cleaningsection .services-circle-item.pos-3 .services-circle-item-title {
    right:70%;
}
}
@media (max-width:767px){
    .calendarsection h2{
        text-align:center;
    }
    .calendarsection p{
        text-align: center;
    }
   .calendarsection  .btnhui{
text-align: center;
    }
    .get-banner-2 .get-banner-calendar{
        width:220px;
        text-align:center;
    }
    .oxygen-home .customersection .row .oneexpert h4,.oxygen-home .customersection .row .oneexpert p{
        text-align: center;
    }
    .oxygen-home .customersection .row .oneexpert p br{
display:none;
    }
}

.oxygen-home .cleaning{
    padding: 0 50px;
}
.oxygen-home .inner_banner{
    margin-bottom: 70px;
    margin-top: 50px;
}
.oxygen-home .inner_banner img{
    max-width: 100%;
}
.oxygen-home .inner_cont h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
}
.oxygen-home .inner_cont h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}
.oxygen-home .inner_cont p{
    margin-bottom: 40px;
}
/* .oxygen-home .row{
    max-width: 100% !important;
} */
.oxygen-home .aboutus{
    padding: 0;
}
.oxygen-home .aboutussec{
    padding: 60px 0px;
    border:1px solid #4ba0e8;
    margin: 30px 0;
}
.oxygen-home .aboutus .profile_pic img{
    width: 100%;
}
.oxygen-home .ourvalues{
    background: unset;
}
.oxygen-home .ourvalues p {
    padding-left: 50px;
}
.oxygen-home .ourvalues .row i {
    padding-right: 12px;
    color: #4BA0E9;
    margin-left: -30px;
}
.oxygen-home .guarantee{
    background-color: #00274e;
    padding: 30px 25px 31px 0;
    margin-top: 200px;
    position: relative;
}
.oxygen-home .guarantee .valueimg{
    position: absolute;
    width: 30%;
    bottom: 0;
    max-width: 100%;
}
.oxygen-home .guarantee .inner_cont h2, .oxygen-home .guarantee .inner_cont p{
    color: #fff;
}
.oxygen-home .aboutushire .innerwhyhireus h4{
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}
.oxygen-home .aboutushire .innerwhyhireus p{
    padding: 0;
}
@media(max-width:1180px){
    .oxygen-home .ourvalues .col-md-6{
        width: 100%;
    }
    .oxygen-home .aboutus .col-lg-7{
        width: 100%;
    }
} 
@media(max-width:767px){
    .oxygen-home .cleaning {
        padding: 0 20px;
    }
    .oxygen-home .inner_cont h2{
        font-size: 25px;
    }
    .oxygen-home .inner_cont h3{
        font-size: 18px;
    }
    .oxygen-home .ourvalues .row i{
        margin-left:0;
    }
    .oxygen-home .guarantee{
        margin-top: 50px;
    }
    
}


.oxygen-home .before_after .box_2{
    position: unset;
}
.oxygen-home .before_after .box__inner{
    width: 100%;
  }

  .oxygen-home .before_after a{
    color: #EF233C;
  }
  .oxygen-home .before_after a:hover{
    color: #8D99AE;
  }

 .oxygen-home  .innerbeforeafter{
    max-width:800px;
    margin:30px auto;
    margin-bottom: 150px;
}
 .oxygen-home  .innerbeforeafter .before_after{
    width:100%;
 }
 
/* blog css*/
.oxygen-home .blog-grid .btnh {
    position: static;
}
.oxygen-home .blogsec_section .blog-grid .btnh {
    display: block !important;
    position: static !important;
    margin-top: 15px;
}
.oxygen-home .blogsec_section .blog-grid .btnh a.booknow {
    display: inline-block !important;
    color: #ffffff !important;
    background-color: #00274e !important;
    padding: 10px 22px !important;
    border-radius: 32px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
.oxygen-home .blogsec_section .blog-grid h3.blog-title {
    line-height: normal;
    margin: 10px 0 10px 0;
}
.oxygen-home .blogsec_section .blog-grid p.blog-dec {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
}
.oxygen-home .blogsec_section .pagination {
    justify-content: center;
}
.oxygen-home .blogsec_section .pagination li.disabled {
    opacity: .3;
    cursor: unset;
}
.oxygen-home .blogsec_section .pagination li.disabled a {
    cursor: unset;
}
.oxygen-home .blogsec_section .pagination li {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #00274e;
}
.oxygen-home .blogsec_section .pagination li:not(:last-child) {
    border-right: none;
}
.oxygen-home .blogsec_section .pagination li.active {
    background:  #00274e;
    color: #fff;
}
.oxygen-home .blogsec_section .pagination li.active a {
    color: #fff;
}
/****Blog Section Start******/
.oxygen-home .blogsec_section {
    padding: 30px 0;
}

.oxygen-home .blogsec_section img{
    margin-top:2vw;
}

.oxygen-home .blogsec_section h2{
    font-family: "Open Sans", sans-serif;
   margin-bottom: 20px;
    font-size: 36px;
    color: #4b5b68;
    margin-top:30px;
    line-height:40px;
}

.oxygen-home .blogsec_section h2 a:hover {
    color: #4ba0e8;
}

.oxygen-home .blogsec_section .blogcontent h2{
    font-family: "Open Sans", sans-serif;
   margin-bottom: 20px;
    font-size: 36px;
    color: #000000;
    margin-top: 15px;
    
}

.oxygen-home .blogsec_section .blogcontent h3{
    font-family: "Open Sans", sans-serif;
   margin-bottom: 20px;
    font-size:25px;
    color: #000000;
    margin-top: 15px;
        text-align:left;
    
}

.oxygen-home .blogsec_section .blogcontent ol > li,.oxygen-home .blogsec_section  ul li {
    margin-top: 20px;
}

.oxygen-home .blogsec_section p{
    font-family: "Open Sans", sans-serif;
   font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
    font-weight: 400;
}

.oxygen-home .blogsec_section p a{
    text-decoration: none;
    color: #677d8f;
}

.oxygen-home .blogsec_section p a:hover {
    color: #4ba0e8;
}

.oxygen-home .blogsec_section .spanclass{
    font-family: "Open Sans", sans-serif;
   font-size: 15px;
    margin-bottom: 20px;
}

.oxygen-home .blogsec_section .spanclass a{
     text-decoration: none;
    color: #677d8f;
}

.oxygen-home .blogsec_section .spanclass a:hover {
    color: #4ba0e8;
}


.oxygen-home .blogsec_section .post-meta {
    padding: 0;
    overflow: hidden;
    list-style: none;
    margin-bottom: 15px;
}

.oxygen-home .blogsec_section .post-meta-date a, .comment .meta-date, .date time {
    color: #00274e;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.oxygen-home .blogsec_section .post-meta li:last-child {
    padding-right: 0;
}
.oxygen-home .blogsec_section .post-meta li {
    float: left;
    font-size: 14px;
    padding-right: 80px;
}

.oxygen-home .blogsec_section .post-meta .post-meta-reviews span{
       margin-left:10px;
    }
    
        .oxygen-home .blogsec_section .blogsecrow_section h4{
text-align:left;    
margin-bottom:2vw;
   font-family: "Open Sans", sans-serif;
    }
    
    .oxygen-home .blogsec_section .blogsecrow_section h4 a{
    font-family: "Open Sans", sans-serif;
  font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
   color: #4b5b68;
   font-weight: 600;
text-align:center;   
 
    }

    .oxygen-home .blogsec_section .blogsecrow_section h4 a:hover{
    color: #6fbf52;
}

.oxygen-home .blogsec_section .imgalignment img{
       display: block;
   text-align:center;
   margin:0px auto;
    margin-top:20px;
}


.oxygen-home .blogsec_section .pagination {
    margin: 0 auto;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    padding: 60px;
}

.oxygen-home .blogsec_section .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.oxygen-home .blogsec_section .nav-links {
    margin: 0 auto;
    display: table;
}

.oxygen-home .blogsec_section .nav-links>.page-numbers.current {
    background: #6fbf52;
    color: #fff;
}

.oxygen-home .blogsec_section .nav-links>.page-numbers {
    float: left;
    width: 60px;
    height: 60px;
    background: #fff;
    margin-right: 5px;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
      color: #677d8f;
      font-weight:400;
}

.oxygen-home .blogsec_section .nav-links>.next.page-numbers {
    background-color: transparent;
    color: #677d8f;
}
.oxygen-home .blog-grid .btnh a:hover {
    background: #4ba0e8;
}


/***************************/
@media screen and (min-width: 768px){
        .oxygen-home .blogsec_section .blog-image img {
                height: 237px;
                object-fit: cover;
                width: 100%;
        }
        .oxygen-home .blogsec_section .blog-grid {
                height: 100%;
                display: flex;
                flex-direction: column;
        }
        .oxygen-home .blogsec_section .blog-grid .btnh {
                margin-top: auto;
        }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .oxygen-home .blogsec_section h2 {
    font-size: 28px;
}

.oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 28px;
}
    
}

@media screen and (min-width: 1024px) and (max-width: 1366px) { 
    .oxygen-home .blogsec_section h2 {
    font-size: 28px;
}
.oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 28px;
}
.oxygen-home .blogsec_section .post-meta-date a, .comment .meta-date, .date time {
   font-size: 10px;
  
}

}


@media screen and (min-width: 430px) and (max-width: 932px) {  
.oxygen-home .blogsec_section h2 {
    font-size: 24px;
    line-height: 35px;
}
.oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 24px;
}
 .oxygen-home .blogsec_section .pagination {
  padding: 20px;
}
}


@media screen and (min-width: 820px) and (max-width: 1180px) {  
    .oxygen-home .blogsec_section h2 {
    font-size: 28px;
}
.oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 28px;
}
}

@media screen and (min-width: 360px) and (max-width: 740px) { 

.oxygen-home .blogsec_section h2 {
    font-size: 24px;
    line-height: 35px;
}
 .oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 24px;
}
 .oxygen-home .blogsec_section .pagination {
  padding: 20px;
}
}


@media only screen and (max-width: 767px) {
        .oxygen-home .blogsec_section .pagination li {
                padding: 9px 10px;
                font-size: 12px;
        }
        .oxygen-home .blog-grid .btnh {
                display: block !important;
        }
        .oxygen-home .blog-grid .booknow {
                display: inline-block !important;
        }
}


@media only screen and (max-width: 480px) {
.oxygen-home .blogsec_section h2 {
    font-size: 24px;
    line-height: 35px;
}
.calendarsection h2{
    font-size: 24px !important;
}
.oxygen-home .cont-form .form-group.col-md-6 {
    float: left;
    width: 100% !important;
}
.oxygen-home button.btns.hero-btn.w-100 {
    width: 50% !important;
}
 .oxygen-home .blogsec_section .blogcontent h2 {
    font-size: 24px;
}
 .oxygen-home .blogsec_section .pagination {
  padding: 20px;
}
}
/*I PAD PRO CSS*/

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {

    .calendarsection h2{
        font-size: 26px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .calendarsection h2{
        font-size: 26px;
    }
    .oxygen-home .section4{
        background-size: 1380px !important;
        padding: 40px 0 !important;
    }
    .oxygen-home .floor-cleaningsection .services-circle-item.pos-5 .services-circle-item-title {
        left: -30%;
    }
        .oxygen-home .floor-cleaningsection .services-circle-item.pos-3 {
        left: 32%;
    }
        .oxygen-home .floor-cleaningsection .services-circle-item.pos-3 .services-circle-item-title {
        right: 70%;
    }
        .oxygen-home .floor-cleaningsection .services-circle-item.pos-4 .services-circle-item-title {
        left: 80%;
        top: 0%;
    }
}

/* Mobile Navigation Fix */
@media (max-width: 991px) {

/* Mobile Navigation Fix - Updated */
@media (max-width: 991px) {
    .oxygen-home .navbar-toggler {
        display: inline-block !important;

/* Mobile Navigation Fix - Correct Positioning */
@media (max-width: 991px) {
    .oxygen-home .navbar-toggler {
        display: inline-block !important;
        border: none !important;
        padding: 0.25rem 0.5rem;
        margin-left: 15px !important;
    }
    
    .oxygen-home .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 39, 78, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .oxygen-home .navbar-brand.d-lg-none {
        display: block !important;
        width: 0;
        padding: 0;
        margin: 0;
    }
    
    .oxygen-home .navbar-collapse {
        background: #fff;
        z-index: 1000;
    }
}

/* Chat Widget Positioning */
#chat-widget-container,
[id*="chat-widget"],
[class*="chat-widget"],
iframe[src*="leadconnectorhq"] {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
}

/* Mobile Chat Widget Positioning */
@media (max-width: 768px) {
    #chat-widget-container,
    [id*="chat-widget"],
    [class*="chat-widget"],
    iframe[src*="leadconnectorhq"] {
        bottom: 15px !important;
        right: 15px !important;
    }
}

/* Blog Read More Buttons - Added to fix missing buttons */
.oxygen-home .blog-grid .btnh {
    display: block !important;
}
.oxygen-home .blog-grid .booknow {
    color: #ffffff;
    background-color: #00274e;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.oxygen-home .blog-grid .booknow:hover {
    background-color: #4ba0e8;
    color: #ffffff;
}
