body {
  font-family: "Open Sans", sans-serif;
}



.glide__bullet {
  width: 70px;
  height: 58px;
  border-radius: 7px;
  padding: 6px;
  border: 1px solid #fff;
  background: #000;
  margin-bottom: 15px;
}

.glide__bullet:focus,
.glide__bullet:hover {
  background-color: #000;
  border-color: #4181c4;
}

.glide__bullets {
  position: static;
  transform: none;
  flex-wrap: wrap;
}

.table-section-bg {
  background-color: #333333;
}


/* Hero component start */

.bg-yellow {
  background-color: #fefe00;
}

.text-yellow {
  color: #fefe00;
}

.bg-light-gray {
  background-color: #d9d9d9;
}

.border-light-grey {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.light-blue {
  color: #0096d9;
}

.handcrafted {
  height: 240px;
  border-radius: 10px;
}

.glide__bullet.gray-border {
  border: 2px solid #899;
  border-radius: 0;
}

.glide__bullet.gray-border:hover {
  background-color: #fff;
}

hr {
  border-top: 1px solid #fff;
}

.b-t-blue {
  border-top: 5px solid #4080c5;
}

.bg-color-blue-400 {
  background-color: #1f5d8c;
}

.text-blue-dark {
  color: #4080c5;
}

.bg-yellow {
  background-color: #FEFE00;
}

.text-yellow {
  color: #FEFE00;
}

.bg-light-gray {
  background-color: #d9d9d9;
}

.border-light-grey {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.light-blue {
  color: #0096d9;
}

.handcrafted {
  height: 240px;
  border-radius: 10px;
}

.glide__bullet.gray-border {
  border: 2px solid #899;
  border-radius: 0;
}

hr {
  border-top: 1px solid #FFF;
}

.b-t-blue {
  border-top: 5px solid #4080c5;
}

.bg-color-blue-400 {
  background-color: #1F5D8C;
}

.text-blue-dark {
  color: #4080c5;
}

.bg-blue-2 {
  background-color: #01bdfc;
}

.bg-blue-9 {
  background-color: #0f3953;
}

.top-banner-labels {
  height: 42px;
  position: relative;
}

.top-banner-labels div {
  transform: skewX(150deg);
  text-align: center;
  padding: 8px 15px 10px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 18px;

}

.top-banner-labels div:last-of-type {
  right: 335px;
}

.top-banner-labels a {
  text-decoration: none;
}

.text-yellow-2 {
  color: #ffb31a;
}

.table-img {
  vertical-align: bottom;
  width: 15%;
}

.table th img,
.table td img {
  height: auto;
  width: auto;
}

.table td img {
  max-width: 75%;
}

.table td img.width-60 {
  max-width: 145px;
}

.table th,
.table td {
  font-size: 14px;
  text-align: center;
}

.table tr>td:first-of-type {
  text-align: left;
  min-width: 200px;
}

.table td a {
  color: #0096d9;
  text-decoration: none;
}

.check-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/></svg>');
  display: inline-block;
  height: 18px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #f6f6f6;
  color: var(--bs-table-striped-color);
  border: 0;
}

.table>:not(caption)>*>* {
  border-bottom-width: 0;
}

.video-card iframe,
.video-card p {
  width: 100%;
}

.skew-heading-cover {
  transform: skewX(20deg);
  text-align: center;
  background: #061361;
  padding: 17px;
  display: inline-block;
  position: absolute;
  top: -42px;
  left: 100px;
}

.skew-heading {
  margin: 0px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transform: skewX(-20deg);
  font-size: 30px;
}

.fs-text {
  font-size: 12px;
}



@media ((min-width: 1024px)) {

  .video-card iframe,
  .video-card p {
    width: 90%;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 96% !important;
  }
}

.right-cover {
  position: relative;
}

.right-cover img {
  margin-left: 25%;
}

.skew-heading-1 {
  margin: 0px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transform: skewX(-20deg);
  font-size: 30px;
}

.skew-heading-cover-1 {
  transform: skewX(20deg);
  text-align: center;
  background: #061361;
  padding: 15px;
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 34%;
}

.nature_padding_row {
  margin: 20px 0px 10px;
  color: #0382cf;
  font-size: 22px;
}

.sub-hed-color {
  color: #0096d9;
}

.sup-tm {
  font-size: 8px;
  color: #545454;
}

.f5-mar {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.break-text {
  word-break: break-all;
}

.bg-light-gray-100 {
  background-color: #f6f6f6;
}

.border-sm-gray {
  border-bottom: 1px solid #eee;
}

.galary-para {
  margin-bottom: 10px;
  color: #545454;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.prodspec_container {
  border: 2px #FFF solid;
  border-radius: 40px;
  background-color: #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.prodspec_container_1 {
  border: 2px #FFF solid;
  border-radius: 40px;
  background-color: #FFF;
  margin-top: 25px;
  margin-bottom: 10px;
}

.brek5_para_2 {
  margin-top: 25px !important;
}

.left-side-strip img {
  margin-top: -20px;
}

.perg11_img {
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.skew_padding {
  position: relative;
}

.skew-heading-cover-sketch {
  transform: skewX(20deg);
  text-align: center;
  background: #efefef;
  padding: 15px;
  display: inline-block;
  position: absolute;
  top: -48px;
  left: 50%;
}

.skew-heading-sketch {
  margin: 0px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  transform: skewX(-20deg);
  font-size: 30px;
}

.items-aline-baseline {
  align-items: center;
}

.brk_num {
  width: 55px;
  height: 55px;
  line-height: 53px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #0096d9;
  text-align: center;
  display: block;
  background-color: #D3D3D3;
  font-weight: bold;
  font-size: 35px;
  margin-left: 23%;
}

.faq-container {
  margin-left: 50px;
}

.dot_brk5_1 {
  height: 14px;
  width: 14px;
  background-color: #0196da;
  border-radius: 50%;
  display: inline-block;
  margin-left: 107%;
  margin-top: -10px;
}

.dot_brk5_2 {
  height: 8px;
  width: 8px;
  background-color: #0196da;
  border-radius: 50%;
  display: inline-block;
  margin-left: 134%;
  margin-top: 3px;
}

.dot_brk5_3 {
  height: 17px;
  width: 17px;
  background-color: #0196da;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: -7px;
}

.dot_brk5_4 {
  height: 14px;
  width: 14px;
  background-color: #0196da;
  border-radius: 50%;
  display: inline-block;
}

.dot_brk5 {
  height: 17px;
  width: 17px;
  background-color: #0196da;
  border-radius: 50%;
  display: inline-block;
  margin-left: 80%;
  margin-top: -3px;
}

.Drreconnendation {
  float: left;
  width: 100%;
  border: 2px solid #eee;
  padding: 6px 7px 6px 8px;
  margin-bottom: 20px;
  background-color: #ADD8E6;
  border-radius: 10px;
}

@media ((max-width: 1080px)) {
  .items-aline-baseline {
    justify-content: space-between;
  }

  .brk_num-line {
    margin-left: -8px !important;
  }
}

@media ((max-width: 768px)) {

  .brk4_th_img {
    height: 140px;
  }

  .brk3_th_img {
    margin-top: 13px;
    height: 125px;
  }

  .brk2_th_img {
    margin-top: 30px;
  }

  .brk1_th_img {
    margin-top: 43px;
  }

  .section_clear_fix {
    margin-top: 30px;
  }

  .section_clear_fix_4 {
    margin-top: 20px;
  }

  .brek5_para_2 {
    margin-top: -60px !important;
  }

  .section_clear_fix_1 {
    margin-top: 20px;
  }


  .skew-heading-1 {
    font-size: 18px;
  }

  .brk_num {
    width: 55px;
    height: 55px;
    line-height: 53px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0096d9;
    text-align: center;
    display: block;
    background-color: #D3D3D3;
    font-weight: bold;
    font-size: 35px;
    margin-left: 0px;
  }

  .lighting_h3.lighting_h3_1 {
    float: right;
    position: relative;
    margin-left: 60px;
  }

  .lighting_h3,
  .lighting_h3_1 {
    margin: 0px;
    color: #000;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    display: inline;
    font-size: 30px;
  }

  .border-mobile-0 {
    border-width: 0px !important;
  }

  .med_table_width th {
    min-width: 175px;
  }

  .brk_num-line {
    margin-left: -13px !important;
  }

}

@media ((max-width: 480px)) {
  .perg11_img {
    margin-bottom: 10px;
  }

  .skew-heading-cover {
    padding: 5px;
    top: -35px;
    left: 10%;
  }

  .skew-heading {
    font-size: 23px;
  }

  .skew-heading-cover-sketch {
    padding: 5px;
    top: -35px;
    left: 10%;
  }

  .skew-heading-sketch {
    font-size: 23px;
  }

  .faq-container {
    margin-left: 10px;
  }

  .num-mar-left {
    margin-left: 20px;
  }

  .brk_num {
    margin-left: 6px;
    width: 45px;
    height: 45px;
    line-height: 43px;
  }

  .brk_num-line {
    margin-left: -16px !important;
  }

  .lighting_h3,
  .lighting_h3_1 {
    font-size: 25px;
  }
}

@media ((max-width: 375px)) {
  .brk_num {
    margin-left: -4px;

  }

  .brk_num_line {
    margin-left: -21% !important;
    width: 40px !important;
    height: 40px !important;
  }

  .brk_num_col {
    margin-left: 20px;
  }

  .brk_num-line {
    margin-left: -6px !important;
  }
}

.sub-phrase {
  position: relative;
}