.carousel-control-next,
.carousel-control-prev {
  opacity: 0;
  transition: none;
  border: none;
  background: #00000000;
}

@media screen and (max-width: 700px) {
  .tm-sc-gallery.gallery-style1-basic .tm-gallery {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (min-width: 700px) {
  .tm-sc-gallery.gallery-style1-basic .tm-gallery {
    width: 200px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
  }
}

.headingsh2 h2 {
  background-clip: text;
  -webkit-text-fill-color: #013d5a;
  /*text-shadow: 2px 2px 0 rgb(0 0 0 / 36%);*/
  font-weight: bolder;
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3),
      0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03),
      0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3),
      0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03),
      0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #09426d;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}

.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 0px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.listar-feature-content-wrapper h2 {
  font-size: 15px;
}

.anukritihead {
  color: #09426d;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  font-size: 25px;
}

@media screen and (min-width: 600px) {
  .homebann h3 {
    font-family: math;
    padding-top: 50px;
    text-shadow: 0px 0px 6px black;
    font-size: 60px;
    color: #f8f8f8;
  }

  .countter {
    text-align: center;
    padding: 15px;
  }

  .homebann h2 {
    text-shadow: 0px 0px 4px black;
    font-size: 40px;
    color: #ffd09d;
  }

  .homebaner {
    height: 500px;
    background-size: 100%;
    background-attachment: fixed;
  }

  .stats h3 {
    font-size: 17px;
    color: white;
    text-shadow: 0px 0px 6px black;
  }

  .about h2 {
    color: #111;
    font-weight: 400;
    /*font-size: 26px;*/
  }

  .about h3 {
    font-size: 24px;
    color: #111;
    font-weight: 700;
  }

  .span {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    background: url(bouquetdental/icons/animated-text-fill.jpg) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 50s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  @-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }

    100% {
      background-position: 100% 50%;
    }
  }
}

@media screen and (max-width: 600px) {
  .homebann h3 {
    font-family: math;
    padding-top: 10px;
    text-shadow: 0px 0px 6px black;
    font-size: 25px;
    color: #f8f8f8;
  }

  .countter {
    text-align: center;
    padding: 15px;
  }

  .homebann h2 {
    text-shadow: 0px 0px 4px black;
    color: #ffd09d;
    font-size: 19px;
  }

  .homebaner {
    background-size: 100%;
  }

  .bg-theme-colored1 .p-30 {
    margin-bottom: 10px;
  }

  .stats h3 {
    color: white;
    text-shadow: 0px 0px 6px black;
    font-size: 14px;
  }

  .about h2 {
    color: #111;
    font-weight: 800;
  }

  .about h3 {
    font-size: 30px;
    color: #111;
  }

  .span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    background: url(bouquetdental/icons/animated-text-fill.jpg) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 50s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  @-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }

    100% {
      background-position: 100% 50%;
    }
  }
}

/* icon new service card design  */
.service-categories {
  background-size: cover;
}

.service-categories .card {
  transition: all 0.2s;
}

.service-categories .card-title {
  color: rgb(255, 255, 255);
  margin-top: 20px;
  font-weight: bold;
  text-shadow: 0px 0px 2px black;
}

.service-categories a:hover {
  text-decoration: none;
}

.service-card {
  text-align: center;
  height: 100%;
  padding: 10px; 
  background: linear-gradient(20deg, #b2f5f9 11%, #a8ebe8 37%, #b4eded 64%, #ceefff 94%);
  color: black; 
  border: 0; 
}

.service-card:hover {
  background: linear-gradient(270deg, rgb(54, 156, 204) 11%, rgb(5, 65, 116) 37%, rgb(51, 157, 205) 64%, rgb(5, 65, 117) 94%);
  color: white; 
}

.service-categories .fa {
  max-width: 50px;
}
.dental {
  padding: 62px 0px 0px 0px;
  /*margin: 27px 0px;*/
  background-color: lightblue;
  /* background-image: url(bouquetdental/pages/background2.jpg); */
  background-size: 100%;
  background-attachment: fixed;
  text-align: center;
}

.dental img {
  border-radius: 100%;
  max-width: 70%;
}

.dental h2 {
  color: #000000;
  font-size: 15px;
  text-align: center;
}

.dental .col-md-4 {
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 50px;
}

.dental .fa-arrow-down {
  color: black;
}

.dental i {
  font-size: 29px;
}

.aboutteath {
  /*font-size: 38px !important;*/
  color: #003460;
  font-weight: bold;
}

.swiper-slide img {
  width: 50px;
  height: 100%;
}

.swiper-slide p {
  text-align: center !important;
  font-size: 14px;
  font-weight: bold;
}

.swiper-slide {
  border-top: 1px solid lightblue;
  text-align: center;
  padding: 5px;
}

  .carousel-control-next,
        .carousel-control-prev {
            opacity: 0;
            transition: none;
            border: none;
            background: #00000000;
        }

        @media screen and (max-width: 700px) {
            .tm-sc-gallery.gallery-style1-basic .tm-gallery {
                width: 100%;
                height: 100%;
                position: relative;
                overflow: hidden;
            }
        }

        @media screen and (min-width: 700px) {
            .tm-sc-gallery.gallery-style1-basic .tm-gallery {
                width: 200px;
                max-height: 200px;
                position: relative;
                overflow: hidden;
            }
        }
