.contact-info {
    list-style: none;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.border-10 {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.border-10::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  height: 100%;
  border: 10px solid #41a8b5;
  z-index: -1;
}

.vision-problems-icon {
  width: 60px;
  height: 60px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-green {
  color: #fff;
  background-color: #22ad73;
  border-color: #22ad73;
}

.btn-green:hover {
  border-color: #4adb9f;
  background: #4adb9f;
}

.vision-problems-icon img {
  object-fit: contain;
  max-width: 100%;
}

.text-bg-dark {
  background: #19bfd4 !important;
}

.navbar .navbar-nav li {
  padding: 0 10px;
}

.navbar .navbar-nav li a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 5px 15px;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a.active {
  color: #03cbe4;
}

.navbar .navbar-nav li a.buynow {
  border-radius: 35px;
  border: 1px solid #000;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar .navbar-nav li a.buynow:hover {
  background: #03cbe4;
  border-color: #03cbe4;
  color: #fff;
}

.left-haf-bg {
  position: relative;
  z-index: 1;
  padding: 15px;

}

.left-haf-bg img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.left-haf-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 20%;
  height: 100%;
  background: #03cbe4;
  z-index: -1;
}

.content-bg {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  color: #fff;
}

.content-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 0;
  height: 100%;
  background: #03cbe4;
  z-index: -1;
}

.content-bg::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 25%;
  height: 50%;
  background: url(../images/dot-bg.png) top right repeat;
  z-index: -1;
}

/*== section-5 ==============*/
.section-5 {
  overflow: hidden;
}

.section-5 .buynow-section .your-price {
  margin: 0;
  opacity: 0.7;
  color: #25932d;
  font-size: 17px;
}

.section-5 .buynow-section .price {
  display: flex;
  align-items: center;
  font-size: 28px;
  white-space: nowrap;
}

.section-5 .buynow-section .price .new-price {
  color: #25932d;
}

.section-5 .buynow-section .price .old-price {
  position: relative;
  z-index: 1;
  color: #000;
  padding: 0 5px;
}

.section-5 .buynow-section .price .old-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  top: 50%;
  z-index: 1;
  height: 2px;
  transform: translateY(-50%);
  background: #000;
}

.section-5 .buynow-section .price .underline {
  width: 10%;
  margin: 0 50px;
}

.section-5 .buynow-section .price .underline::after {
  width: 100%;
  height: 1px;
}

.section-5 .buynow-section .pro-col-2 h3 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0;
}

.section-5 .buynow-section .pro-col-2 h6 {
  font-size: 1.7rem;
}

.section-5 .buynow-section .pro-col-2 .f-size-14 {
  font-size: 14px;
  line-height: 1.3;
}

.section-5 .buynow-section .pro-col-2 .text-black {
  color: #000;
}

.section-5 .buynow-section .pro-col-2 img {
  max-width: 150px;
}

.section-5 .buynow-section .pro-col-2 .checkbox-btn {
  position: relative;
  z-index: 1;
}

.section-5 .buynow-section .pro-col-2 .checkbox-btn input[type="checkbox"].switch_1 {
  position: absolute;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.section-5 .buynow-section .pro-col-2 .checkbox-btn .checkbox-label {
  position: relative;
  z-index: 1;
  padding: 8px 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  cursor: pointer;
  background: #ffd814;
  border-radius: 3em;
  overflow: hidden;
  font-size: 13px;
  color: #000;
}

.section-5 .buynow-section .pro-col-2 .checkbox-btn .checkbox-label:hover {
  background: #f1cc10;
}

.section-5 .buynow-section .pro-col-2 .checkbox-btn input[type="checkbox"].switch_1:checked~label {
  background: #008000;
  color: #fff;
}

.section-5 .buynow-section .offer-img {
  max-width: 150px;
}

.section-5 .buynow-section .offer-img img {
  border-radius: 9px;
}

.section-5 .buynow-section .product-list {
  display: flex;
  align-items: center;
}

.section-5 .buynow-section .product-list li {
  position: relative;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1.5rem;
  max-width: 130px;
}

.section-5 .buynow-section .product-list li::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '+';
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
}

.section-5 .buynow-section .product-list li:first-child {
  padding-left: 0;
}

.section-5 .buynow-section .product-list li:last-child {
  padding-right: 0;
}

.section-5 .buynow-section .product-list li:last-child::after {
  content: '';
  display: none;
}

.section-5 .buynow-section .border-style-top {
  border-top-style: dashed !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.section-5 .buynow-section .yourcart {
  padding: 15px 0;
}

.section-5 .buynow-section .yourcart h3 {
  font-size: 28px;
}

.section-5 .buynow-section .yourcart li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-5 .buynow-section .yourcart li:last-child {
  border: 0;
}

.section-6 .content-bg {
  padding: 20px;
}

.section-6 .content-bg img {
  object-fit: cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.section-6 .content-bg::after {
  left: auto;
  top: 0;
  right: 0;
  width: 15%;
  height: 30%;
}

.section-6 .content-bg::before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}

.section-8 .bullet-icon {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  margin-top: 12px
}

.section-8 p.lead {
  padding-left: 15px
}

.pricing-table {
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.pricing-table h2 {
  color: #03cbe4;
}

.section-12 {
    overflow: hidden
}

.section-12 .buynow-section .your-price {
    font-weight: 700;
    margin: 0;
    opacity: .7;
    color: #03cbe4
}

.section-12 .buynow-section .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: CenturyGothic, Arial, sans-serif;
    font-size: 1.4rem;
    white-space: nowrap
}

.section-12 .buynow-section .price .new-price {
    color: #03cbe4
}

.section-12 .buynow-section .price .old-price {
    position: relative;
    z-index: 1;
    color: #000;
    padding: 0 .5rem
}

.section-12 .buynow-section .price .old-price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
    top: 50%;
    z-index: 1;
    height: .2rem;
    transform: translateY(-50%);
    background: #000
}

.section-12 .buynow-section .price .underline {
    width: 15%
}

.section-12 .buynow-section .price .underline::after {
    width: 100%;
    height: .1rem
}

.section-12 .buynow-section .product-list {
    display: flex;
    justify-content: center;
    align-items: center
}

.section-12 .buynow-section .product-list li {
    position: relative;
    padding-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-12 .buynow-section .product-list li::before {
    content: '+';
    padding-right: 1.1rem;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .5)
}

.section-12 .buynow-section .product-list li:first-child {
    padding-left: 0
}

.section-12 .buynow-section .product-list li:first-child::before {
    content: '';
    display: none
}

.section-12 .buynow-section .yourcart li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0
}

.section-12 .buynow-section .yourcart li .pack {
    font-size: 1rem
}

.section-12 .buynow-section .yourcart li p {
    font-size: 1rem
}

.section-12 .buynow-section .yourcart li:last-child {
    border: 0
}

.btn-buynow {
  border-radius: 35px;
  border: 1px solid #000;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-buynow:hover {
  background: #03cbe4;
  border-color: #03cbe4;
  color: #fff;
}

.testimonials {
  position: relative;
}

.prev-next {
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 86px;
}

.prev-next .carousel-control-prev,
.prev-next .carousel-control-next {
  width: 38px;
  height: 38px;
  border: 1px solid #d0d6d6;
  border-radius: 50%;
  opacity: 1;
  background: #dbe0e0;
}

.prev-next .carousel-control-prev-icon,
.prev-next .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
  width: 15px;
}

.prev-next .carousel-control-prev:hover,
.prev-next .carousel-control-next:hover {
  background: #19bfd4;
  border-color: #19bfd4;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.prev-next .carousel-control-prev:hover .carousel-control-prev-icon,
.prev-next .carousel-control-next:hover .carousel-control-next-icon {
  filter: none;
}

.testimonials .border {
  border-color: #03cbe4 !important;
}

.ratings {
  color: #ffb800;
}

.accordion-item {
  border: 0;
}

.accordion-button {
  font-size: 1.3rem;
  background-color: #f1f1f1;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #19bfd4;
  box-shadow: inset 0px 12px 15px rgba(0, 0, 0, 0.02);
}

.accordion-collapse {
  border: 1px solid #333;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.footer {
  position: relative;
  background-color: #121211;
  z-index: 1;
}

.footer::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/coolmask.png) center no-repeat;
  background-size: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.03;
  mix-blend-mode: luminosity;
}

.footer .navbar-brand img {
  max-width: 10.938rem;
}

.f-menu {
  list-style: none;
}

.f-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.5;
}

.f-menu li a:hover {
  opacity: 1;
}

.footer .copyright {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.footer .copyright a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}

.footer .scrollup {
  bottom: 10px;
}

/*== INQUIRY FORM ==============*/
.inquiry-form .form-control {
    font-weight: 500;
    color: #000;
    border: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: 0;
   
}

.inquiry-form .form-control:focus,
.inquiry-form .form-control:hover {
    border-color: #6ec4cf;
    box-shadow: none
}

.inquiry-form textarea.form-control {
    resize: none;
    min-height: 80px
}

.inquiry-form label {
    color: #000
}

.inquiry-form .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.inquiry-form .custom-file-upload {
    cursor: pointer;
    text-transform: none;
    line-height: 1.5rem
}

.inquiry-form .ordernow-btn {
    color: #fff;
    background: #6ec4cf;
    border-radius: 5.5rem
}

.inquiry-form .ordernow-btn::before {
    border: 0
}

.inquiry-form .ordernow-btn::after {
    background: rgba(0, 0, 0, .1)
}