/* Reset CSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
figure,
blockquote,
fieldset,
legend {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove default font styles */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Remove default hyperlink styles */
a {
  text-decoration: none !important;
  color: inherit;
}

/* Remove default button styles */
button,
input {
  background-color: transparent;
  border: none;
  outline: none;
}

/* Remove default form styles */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  width: 98%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: transparent;
}

/* Remove default table styles */
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
      vertical-align: top;
}

th {
  text-align: left;
}
/* .container{
    max-width: 1192px;
    margin: auto;
} */

.oxygen-home .no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.oxygen-home .oxygenFont {
    font-family: "Oxygen", sans-serif;
}

.oxygen-home .no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
}

.oxygen-home h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 2px;
    color: rgb(255 255 255);
    text-transform: uppercase;
}
.oxygen-home button.btn {
  background: rgba(205, 121, 37, 1);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 70px;
  text-transform: uppercase;
  border-radius: 8px;
}
.oxygen-home button.btn.btnWithArrow img {
  margin-right: 8px;
}

.oxygen-home .heading {
  font-family: "DM Sans", sans-serif;
}
.oxygen-home button.btn:hover {
  background: #222;
}
.oxygen-home .main-heading h5 {
  font-size: 14px;
  line-height: 15px;
  color: #d2153d;
  margin: 0;
  text-transform: uppercase;
}
.oxygen-home h2.main-heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(8, 11, 28, 1);
}
.oxygen-home .main-heading {
  margin: 0 0 0px;
}
.oxygen-home .headingMain {
    font-family: "Cormorant Garamond", serif;
}
/* Header */


section#book {
    padding: 12vw 0 27vw 0;
    background-image: url(../img/bg-banner.jpg);
    background-size: cover;
    background-position: center;
}
section.four-col {
    width: 62%;
    margin-left: 80px;
}
select.dropdowns {
    background-color: #f8ede2;
    padding: 18px 10px;
    border-radius: 7px;
    font-family: 'Oxygen';
    font-size: 15px;
    font-weight: 600;
}










.oxygen-home header {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
.oxygen-home header img {
  width: 160px;
}

/* Banner Section **/
/*.oxygen-home section.banner .bannerBottom:before {
    background-image: url(../img/bannerNew.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
}*/
.oxygen-home section.banner .bannerBottom .form-content {
    margin-top: -270px;
}
.oxygen-home section.banner .bannerBottom {
    position: relative;
    padding: 60px 0 60px;
}
.oxygen-home section.banner .container {
  position: relative;
}
.oxygen-home section.banner .container:before {
    content: "";
    background-image: url(../img/shadow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -240px;
    right: 0;
    width: 500px;
    height: 500px;
    z-index: -1 !important;
    left: -190px;
}
.oxygen-home .banner .form-content {
    max-width: 443px;
    margin-left: auto;
}
.oxygen-home section.banner p {
  font-weight: 300;
  font-size: 26px;
  line-height: 36.4px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 30px;
}
.oxygen-home section.banner h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: 8px;
  color: #fff;
  margin-top: 50px;
}
/*.oxygen-home section.banner .bannerBottom .form-content h2 {
    margin: -10px;
}*/
.oxygen-home section.banner h1 {
    margin: 70px 0 10px;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}

.oxygen-home .form-content {
  background: rgba(255, 255, 255, 1);
  box-shadow: 12px 12px 24px 0px rgba(8, 11, 28, 0.24);
  padding: 25px;
  border-radius: 12px;
  margin-top: 0px;
}
.oxygen-home .form-content h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(8, 11, 28, 1);
  margin-bottom: 15px;
}
.oxygen-home .form-content p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.number{
  text-align: right;
  font-size: 20px;
  font-weight: 800;
  margin: 0px;
  padding-top: 17px;
}

.oxygen-home .four-col .container {
  background: rgba(205, 121, 37, 0.52);
  backdrop-filter: blur(12px);
  padding: 60px 35px;
  border-radius: 25px;
  margin-top: -150px;
}
.oxygen-home section.four-col .col-md-3 {
  position: relative;
}

.oxygen-home section.four-col .col-md-3:after {
  content: "";
  height: 80px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.oxygen-home section.four-col .col-md-3:first-child:after {
  content: none;
}
.oxygen-home section.rated p.headingP {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}
.oxygen-home .four-col h4 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 30px;
}

/*ratedus*/
.oxygen-home section.rated {
  padding: 90px 0;
  background-image: url(../img/map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.oxygen-home section.rated h2 {
  padding-bottom: 25px;
}
.oxygen-home section.rated p {
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0%;
  color: rgba(8, 11, 28, 1);
  padding-bottom: 30px;
  text-align: center;
}
.oxygen-home section.rated .colr-boxes img {
  text-align: left;
  margin: 0 0 30px;
  display: block;
  width: 55px;
}
.oxygen-home section.rated .box h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(8, 11, 28, 1);
  margin-bottom: 20px;
}
.oxygen-home section.rated .box ul {
  padding: 0;
  margin: 0;
}
.oxygen-home section.rated .box ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(8, 11, 28, 1);
  border-bottom: 0.2px solid rgba(8, 11, 28, 0.3);
  padding: 7px 0;
}
.oxygen-home section.rated .box ul li:last-child {
  border-bottom: 0;
}
.oxygen-home .colr-boxes .box {
  border-bottom-width: 2px;
  padding: 20px;
  margin-bottom: 25px;
  background: rgba(248, 237, 226, 1);
  border-radius: 10px;
  box-shadow: 4px 4px 12px 0px rgba(8, 11, 28, 0.12);
  height: 430px;
}

.oxygen-home .button-row {
  margin-top: 30px;
}
.oxygen-home section.rated .button-row .row {
  text-align: center;
  margin: 0 auto;
}

/*experirnce*/

.oxygen-home .experience {
  background: rgba(240, 226, 191, 1);
  border-radius: 80px 80px 0 0;
  padding: 70px 0;
}
.oxygen-home .experience h2 {
  padding-bottom: 50px;
}
.oxygen-home .experience .container-custom {
  text-align: center;
  margin: auto;
}
.oxygen-home .experience .icon-box {
  background: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}
.oxygen-home .experience .thankyou img{
  width: 160px;
}
.oxygen-home .experience .icon-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.oxygen-home .experience .feature {
  margin-top: 20px;
  margin-bottom: 50px;
}
.oxygen-home .experience .feature h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-align: center;
}
.oxygen-home .experience .feature p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(8, 11, 28, 1);
}

.oxygen-home .reviews {
  margin-top: 0px;
}
.oxygen-home section.reviews-ss .slick-list, .oxygen-home section.reviews-ss .slick-track {
    display: flex;
}
.oxygen-home .quotes {
    background: rgba(94, 75, 60, 1);
    border-radius: 24px;
    padding: 120px 90px;
    background-image: url(../img/testimonialNew.webp);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.oxygen-home .reviews h2 {
  color: rgba(8, 11, 28, 1);
  padding-bottom: 30;
}
.oxygen-home .quotes:before {
  content: "";
  background: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 200px;
  height: 200px;
  background-size: 200px auto;
  position: absolute;
  top: -60px;
  left: 30px;
  opacity: 1;
}
.oxygen-home .quotes .slick-prev,
.oxygen-home .quotes .slick-next {
  width: 100% !important;
  bottom: 50px !important;
  top: auto !important;
  transform: unset !important;
}
.oxygen-home .quotes .slick-prev:before {
  content: "";
  background: url("../img/arrow.png") no-repeat 0 0 !important;
  background-size: 40px auto !important;
  position: absolute;
  z-index: 9 !important;
  width: 40px;
  height: 40px;
  transform: rotate(180deg) !important;
}

.oxygen-home .quotes .slick-next:before {
  content: "";
  background: url("../img/arrow.png") no-repeat 0 0 !important;
  background-size: 40px auto !important;

  position: absolute;
  z-index: 9 !important;
  width: 40px;
  height: 40px;
}

.oxygen-home .quotes .slick-slide {
    background: #cd792566;
    margin: 0 20px;
    padding: 40px;
  /*  height: 320px;*/
    text-align: left;
}
.oxygen-home .quotes .slick-slide {
  text-align: left;
}
.oxygen-home .quotes .slick-slide h4 {
  font-family: Poppins;
  font-weight: 700 !important;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #fff;
}
.oxygen-home .quotes .slick-slide .bubble p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.oxygen-home .bubble {
    color: #fff;
}
.oxygen-home .quotes .slick-slide {
  position: relative;
}
.oxygen-home .quotes .bubble img {
    width: 67px;
    margin-left: auto;
    margin-bottom: 9px;
}
.oxygen-home .quotes .slick-slide .bubble h4 {
    margin-top: 18px;
}
/*
.oxygen-home .quotes .slick-slide:after {
  content: "";
  background: url(../img/quote1.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100px;
  height: 100px;
  background-size: 70px auto;
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 1;
}*/

.oxygen-home .quotes .bubble div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 0 0 60px;
  margin-bottom: 10px;
}

.oxygen-home .gallery {
    padding: 0px 0 80px 0;
    background-color: #f1e1bf;
}
.oxygen-home .gallery h2 {
  padding-bottom: 40px;
}
.oxygen-home section.reviews-ss {
    padding: 60px 0;
}
.oxygen-home section.reviews-ss h2.main-heading.text-center.headingMain {
    margin-bottom: 35px;
}



.gallery-option .col-md-2 img {
  /* object-fit: cover; */
  height: 200px !important;
  margin-bottom: 20px !important;
}
.oxygen-home .gallery .m-p-g__thumbs .gallery-option:not(:last-child) {
    margin-bottom: 24px;
}
.gallery-option {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
/*
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}*/
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close,
.m-p-g__controls-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus,
.m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}
.oxygen-home a.emailMain {
    text-decoration: underline !important;
}
/*contact*/

.oxygen-home .contact {
  background-image: url(../img/bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  text-align: center;
  background-position: center;
  position: relative;
  margin-bottom: 70px;
}
/*
.oxygen-home .contact:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}*/
.oxygen-home .contact button.heading.btn {
  background: #fff;
  color: rgba(118, 41, 41, 1);
}
.oxygen-home .contact .container {
  z-index: 9;
  position: relative;
}
.oxygen-home .contact .main-heading {
  margin: 0 0 40px !important;
  color: #fff;
}
.oxygen-home .contact iframe {
  height: 480px !important;
}
.oxygen-home .contact button.heading.btn {
  margin-bottom: 25px;
}

.oxygen-home .contact .button-common {
  margin-top: 40px !important;
}
.oxygen-home .contact h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 15px;
}
.oxygen-home .contact h2.main-heading {
  margin-bottom: 20px;
}

/*footer*/
.oxygen-home footer.footer {
  border-top: 1px solid rgba(118, 41, 41, 1);
  padding:0px 75px 50px;
}
.oxygen-home .footer {
  background: #fff;
  padding: 00px 0 20px 0;
}
.oxygen-home .footer img {
  width: 170px;
  margin-bottom: 50px;
}
.oxygen-home .footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.48px;
  letter-spacing: 0%;
  color: rgba(36, 32, 33, 1);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.oxygen-home footer.footer .col-md-4 {
  margin-top: 40px !important;
}
.oxygen-home .footer p.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  padding: 30px 0 0 0;
  font-size: 16px;
}
.oxygen-home footer.footer ul li {
  margin-bottom: 10px;
}
.oxygen-home footer.footer ul li a,
.oxygen-home footer.footer ul li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.92px;
  letter-spacing: 0%;
}

.oxygen-home footer.footer ul {
  padding-left: 0 !important;
}
.oxygen-home .gallery .gallery-optionInner img {
    width: 100%;
}
@media only screen and (min-width: 1300px) {
.oxygen-home .container {
    max-width: 1272px;
    padding: 0;
}
.oxygen-home h1.headingMain {
    font-size: 70px;
    line-height: 80px;
}
}


@media only screen and (max-width: 1400px) {
  
  .oxygen-home .gallery-option .col-md-2 img {
    object-fit: cover;
  }
 /* .oxygen-home section.banner {
    padding: 20px 0 18vh;
  }*/
  .oxygen-home h1 {
    font-size: 45px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 1200px) {
	.oxygen-home section.banner .bannerBottom {
    padding: 60px 0 100px;
}
	.oxygen-home section.banner h1 {
    margin: 50px 0 10px;
    font-size: 55px;
    line-height: 60px;
}
  .oxygen-home .four-col .container {
    margin-top: -100px;
  }
  .oxygen-home section.banner {
    padding: 20px 0 4vh;
    background-size: 100% auto;
    background-position: 0 160px;
  }
  .oxygen-home section.banner h5 {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .oxygen-home .four-col h4 {
    font-size: 17px;
    line-height: 26.2px;
    padding: 0 30px;
  }
  .oxygen-home .quotes .slick-slide .bubble h4 {
    font-size: 20px;
  }
  .oxygen-home .gallery-option .col-md-2 {
    width: 170px;
  }
  .oxygen-home .gallery-option .col-md-2 img {
    width: 220px !important;
  }
  .oxygen-home section.rated p {
    font-size: 20px;
    line-height: 31px;
    text-align: center;
  }
  .oxygen-home section.rated .colr-boxes p {
    font-size: 18px;
    text-align: left;
  }
  .oxygen-home section.rated .colr-boxes h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  .oxygen-home .consultation .flex-sec .row .col-md-4:before {
    top: 57%;
  }
  .oxygen-home h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .oxygen-home .banner .banner_content ul li {
    padding-left: 15px;
    font-size: 12px;
  }
 .oxygen-home section.banner p {
    font-size: 25px;
    line-height: 32px;
    margin: 0;
}
  .oxygen-home h2.main-heading {
    font-size: 24px;
    line-height: 32.01px;
  }
  .oxygen-home button.btn {
    font-size: 14px;
    line-height: 19px;
    padding: 15px 30px;
  }
  .oxygen-home .button-common {
    width: 85% !important;
  }
  .oxygen-home .reviews .client-grp h5 {
    font-size: 16px;
  }
  .oxygen-home .contact h3 {
    font-size: 20px;
  }
  .oxygen-home .footer .copyright {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
	.oxygen-home section.banner p {
    font-size: 22px;
}
	.oxygen-home section.banner h1 {
    font-size: 45px;
    line-height: 55px;
}
 
  .oxygen-home .quotes .slick-slide:after {
    background-size: 30px auto;
  }
}

@media only screen and (max-width: 991px) {
	.oxygen-home section.banner .bannerBottom .form-content {
    margin-top: -35px;
}
	.oxygen-home section.banner p {
    font-size: 18px;
    line-height: 28px;
}
	.oxygen-home section.banner h1 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 20px;
}
  .oxygen-home .gallery-option .col-md-2 img {
    width: 150px !important;
    height: 100px !important;
  }
  .oxygen-home .gallery-option .col-md-2 {
    width: 130px;
  }
  .oxygen-home section.banner h5 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 21px;
  }
  .oxygen-home section.banner {
    background-position: 0 90px;
    background-size: cover;
  }
  .oxygen-home section.rated .box ul li {
    font-size: 12px;
    line-height: 26px;
    padding: 3px 0;
  }
  .oxygen-home .colr-boxes .box {
    padding: 10px;
    height: 340px;
  }
  .oxygen-home .experience .feature h5 {
    font-size: 18px;
  }
  .oxygen-home section.rated .colr-boxes p {
    height: 170px;
  }
  .oxygen-home .footer-form {
    width: 90%;
    max-width: 90% !important;
  }
  .oxygen-home .informed h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .oxygen-home .informed p {
    font-size: 18px;
    line-height: 21px;
  }
  .oxygen-home section.rated .colr-boxes p {
    font-size: 16px;
  }
  .oxygen-home .consultation .space-right {
    padding-right: 50px !important;
    width: 35%;
  }
  .oxygen-home .consultation .space-right:last-child {
    padding-right: 0 !important;
    width: 30% !important;
  }
  .oxygen-home .num-box h4 {
    font-size: 18px;
  }
  .oxygen-home .consultation p {
    font-size: 12px;
    line-height: 19px;
  }
  .oxygen-home .consultation .flex-sec .row .col-md-4:before {
    top: 58%;
  }
  .oxygen-home .whyChoose .small-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .oxygen-home .footer-form h2 {
    font-size: 25px;
    padding-bottom: 0;
  }
  .oxygen-home .footer-form p {
    font-size: 14px;
  }
  .oxygen-home .button-common {
    width: 100% !important;
  }
  .oxygen-home h2.main-heading {
    font-size: 20px;
    line-height: 28.01px;
  }
  .oxygen-home section.rated .button-row h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .oxygen-home section.rated .colr-boxes img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .oxygen-home section.rated .colr-boxes .col-md-4 {
    padding: 0 10px !important;
  }
  .oxygen-home section.rated .colr-boxes h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .oxygen-home h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .oxygen-home .form-content h2 {
    font-size: 18px;
    line-height: normal;
  }
  .oxygen-home .four-col .container {
    padding: 30px 30px;
  }

  .oxygen-home header img {
    width: 170px;
  }
  th, td {
    font-size: 10px !important;
}

}

@media only screen and (max-width: 768px) {
  .oxygen-home .gallery-option .col-md-2 img {
    height: 100px !important;
    width: 120px !important;
  }
  .oxygen-home .gallery-option .col-md-2 {
    width: 120px;
  }
  section.four-col {
    width: 100%;
    margin-left: 0px;
}
section#book {
    padding: 12vw 0 27vw 0;
    background-image: url(../img/bannerNew1.webp);
    background-position: center;
}
}

@media only screen and (max-width: 767px) {

  .oxygen-home .colr-boxes .box {
    padding: 10px;
    height: auto;
  }
  .oxygen-home .quotes {
    padding: 100px 30px;
  }

  .oxygen-home section.four-col .col-md-3:after {
    content: none;
  }
  .oxygen-home section.rated .colr-boxes p {
    height: auto;
  }
  .oxygen-home section.banner h5 {
    text-align: center;
  }
  .oxygen-home .desktop-show {
    display: none;
  }
  .oxygen-home .mobile-show {
    display: block;
  }
  .oxygen-home .consultation .space-right {
    padding-right: 0px !important;
    width: 100%;
  }
  .oxygen-home .consultation .space-right:last-child {
    padding-right: 0 !important;
    width: 100% !important;
  }
  .oxygen-home .consultation .flex-sec .row .col-md-4:before,
  .oxygen-home .consultation .flex-sec .row:before {
    content: none;
  }
  .oxygen-home .reviews .flex-sec {
    display: block;
  }
  .oxygen-home section.banner h1 {
    text-align: center;
  }
  .oxygen-home section.banner .bannerBottom .form-content {
    margin-top: 0;
}
.oxygen-home section.banner .bannerBottom:before {
    width: 100%;
}
.oxygen-home .banner .form-content {
    margin-left: auto;
    margin-right: auto;
}
.oxygen-home section.banner .bannerBottom .form-content {
    margin-top: 30px;
}
.oxygen-home section.banner h1 {
    margin-top: 0;
}
  .oxygen-home .banner .banner_content ul,
  .oxygen-home section.banner p,
  .oxygen-home .flex-sec,
  .oxygen-home section.reviews .button-common {
    text-align: center;
  }
  .oxygen-home .reviews .client-grp {
    justify-content: center;
  }
  .button-common .col-md-6 {
    margin-bottom: 25px;
  }
  .oxygen-home section.informed .colr-boxes {
    text-align: center;
  }
  .oxygen-home .contact h3 {
    font-size: 16px;
  }
  .oxygen-home .footer-form {
    width: 100%;
    max-width: 100% !important;
  }
  .oxygen-home .consultation .space-right {
    padding-right: 0px !important;
    padding-bottom: 40px !important;
  }
  .oxygen-home section,
  .oxygen-home footer,
  .oxygen-home header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .oxygen-home .logo.text-left {
    margin-bottom: 40px !important;
    text-align: center;
  }
  .oxygen-home .phone-div {
    float: none;
    position: relative;
    top: 0;
    text-align: center;
  }
  .oxygen-home .banner button.btn {
    text-align: center !important;
    margin: 0 auto;
    display: block;
  }
  .oxygen-home section.rated .colr-boxes img {
    text-align: center !important;
    margin: 0 auto;
  }
  .oxygen-home section.rated .colr-boxes h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
  }
  .oxygen-home section.rated .colr-boxes p {
    text-align: center;
  }
  .oxygen-home .footer {
    text-align: center;
  }
  .oxygen-home .footer img {
    margin-bottom: 20px;
  }
  .oxygen-home .reviews .press-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .oxygen-home .reviews .quote p {
    font-size: 13px;
    line-height: 21px;
  }
  .oxygen-home .reviews .quote img {
    width: 30px;
  }
  .oxygen-home .reviews .quote {
    padding: 15px;
  }
  .oxygen-home .reviews .quote h4,
  .oxygen-home .reviews .quote h6 {
    font-size: 11px;
  }
  .oxygen-home section.rated p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .oxygen-home .quotes .slick-slide {
    padding: 20px;
    height: auto;
  }
  .oxygen-home .quotes .slick-slide:after {
    background-size: 30px auto;
  }
  .oxygen-home .four-col .container {
    margin-top: -70px;
  }
  header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
	.oxygen-home .quotes .bubble img {
    width: 35px;
}
	.oxygen-home .gallery .gallery-optionInner {
    margin-bottom: 20px;
}
	.oxygen-home section.banner .bannerBottom {
    padding: 40px 0 100px;
}
	.oxygen-home section.banner h1 {
    font-size: 27px;
    line-height: 39px;
}
  .gallery-option {
    display: block;
  }
  .oxygen-home .gallery-option .col-md-2 {
    width: 100%;
  }
  .oxygen-home .gallery-option .col-md-2 img {
    width: 100% !important;
    height: auto !important;
    padding: 0 15px;
  }

  .number{
    text-align: center;
  }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {

  .oxygen-home .quotes .slick-slide{
        height: 100%;
  }
}
