/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(default-assets/classy-nav.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.css);
@import url(fontawesome.min.css);
@import url(style-icon.css);

:root {
  --primary: #1f191b;
  --secondary: #fff;
  --white: #ffffff;
  --bg-gradient-overlay: linear-gradient(to right, #ffffff, #eeeeee);
  --bg-gradient-overlay-inner: linear-gradient(to right, #000000, #202020);
  --webkit-linear-gradient: -webkit-linear-gradient(to, #000000, #c7c7c7);
  --footer-bg: #585858;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  line-height: 1.4;
  font-weight: 600;
}

h1 {
  font-size: 2.2rem;
}

a,
a:active,
a:focus
 {
  color: #333333;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
}

li {
  list-style: none;
}

p {
  line-height: 1.9;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-gradient-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-overlay-inner::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #45485a;
  backdrop-filter: blur(6px);
  background: var(--webkit-linear-gradient);
  background: var(--bg-gradient-overlay-inner);
  opacity: 0.65;
}
.bg-gradient-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #45485a;
  background: var(--webkit-linear-gradient);
  background: var(--bg-gradient-overlay);
  opacity: 0.65;
}

.bg-gradient {
  position: relative;
  z-index: 1;
}

.bg-gradient::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--footer-bg);
  opacity: 1;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#success_fail_info {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-padding-0-50 {
  padding-top: 0;
  padding-bottom: 50px;
}

.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0;
}

.height-400 {
  height: 400px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

.height-900 {
  height: 900px;
}

.height-1000 {
  height: 1000px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader .preload-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
}
#preloader #dento-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--primary);
  -webkit-animation: dentorotate 2400ms linear infinite;
  animation: dentorotate 2400ms linear infinite;
  z-index: 999;
}
#preloader #dento-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--primary);
  -webkit-animation: dentorotate 2700ms linear infinite;
  animation: dentorotate 2700ms linear infinite;
}
#preloader #dento-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: var(--primary);
  -webkit-animation: dentorotate 1800ms linear infinite;
  animation: dentorotate 1800ms linear infinite;
}

@-webkit-keyframes dentorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dentorotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .testimonial__item .rating {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .mb-100 {
    margin-bottom: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .services-page {
    padding: 5px !important;
  }
  .testimonial__item {
    height: 100% !important;
  }
}

/* Small Device = 320px */

/*@media only screen and (max-width: 479px) {*/
/*  .testimonial__item .rating {*/
/*    position: absolute !important;*/
/*    right: 0 !important;*/
    /*top: 0 !important;*/
/*    margin-bottom: 15px !important;*/
/*  }*/
/*}*/
@media only screen and (min-width: 376px) and (max-width: 479px) {
  .testimonial__item .rating {
    position: absolute !important;
    right: 0 !important;
    /*top: 0 !important;*/
    margin-bottom: 15px !important;
    
  }
}

/* Styles for screens 375px wide or smaller */
@media only screen and (max-width: 375px) {
  .testimonial__item .rating {
    position: absolute !important;
    right: 0 !important;
    /*top: 0 !important;*/
    margin-bottom: 15px !important;
        margin-top:30px !important;
  }
}
.section-heading .line {
  width: 70px;
  height: 4px;
  background-color: var(--primary);
}
.section-heading.text-center .line {
  margin: 0 auto;
}
.section-heading.white h2 {
  color: #000000;
}

.section-heading.white span {
  font-size: 15px;
  color: #000000;
  margin-bottom: 3px !important;
}

#scrollUp {
  bottom: 50px;
  font-size: 22px;
  line-height: 42px;
  right: 0;
  width: 40px;
  background-color: var(--primary);
  color: #ffffff;
  text-align: center;
  height: 40px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 2px 0 0 2px;
}
#scrollUp:focus,
#scrollUp:hover {
  background-color: #000;
}

.dento-btn {
  position: relative;
  z-index: 1;
  min-width: 170px;
  height: 46px;
  line-height: 42px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 2px;
  background-color: var(--primary);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  border: 2px solid var(--primary);
}

.btn-emergency {
  background: #d30000;
  color: white;
  font-weight: 600;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .dento-btn {
    min-width: 120px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dento-btn {
    min-width: 170px;
    padding: 0 20px;
  }
}
.dento-btn.active,
.dento-btn:focus,
.dento-btn:hover {
  box-shadow: none;
  background-color: transparent;
  color: var(--primary);
}
.dento-btn.btn-2:focus,
.dento-btn.btn-2:hover {
  background-color: #ffffff;
  color: var(--primary);
}
.dento-btn.booking-btn {
  color: #ffffff !important;
  font-weight: 600;
  min-width: 140px;
  height: 40px;
  line-height: 36px;
  font-size: 12px;
}
.dento-btn.booking-btn:focus,
.dento-btn.booking-btn:hover {
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
  color: #ffffff;
}

.header-area {
  position: relative;
  z-index: 599;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header-area .main-header-area.sticky {
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  left: 0;
  z-index: 600;
}

.top-header-area {
  position: relative;
  z-index: 1;
  height: 40px;
  background-color: #f4f4f4;
}
.top-header-area .top-header-content a {
  display: inline-block;
  font-size: 12px;
  color: #707070;
}
.top-header-area .top-header-content a i {
  color: var(--primary);
  margin-right: 5px;
}
.top-header-area .top-header-content a:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .top-header-area .top-header-content a:last-child {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-area .top-header-content a span {
    display: none;
  }
}
.top-header-area .top-header-social-info a {
  color: #707070;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
.header-main-logo {
  width: 128px !important;
}

.top-header-area .top-header-social-info .facebook {
  color: rgb(66 103 178) !important;
}
.top-header-area .top-header-social-info .twitter {
  color: rgb(29 161 242) !important;
}
.top-header-area .top-header-social-info .linkedin {
  color: rgb(0 119 181) !important;
}
.top-header-area .top-header-social-info .whatsapp {
  color: rgb(9 157 140) !important;
}
.top-header-area .top-header-social-info .instagram {
  color: #fd1d1d !important;
}
.top-header-area .top-header-social-info .podcast {
  color: #5b22b2 !important;
}

.top-header-area .top-header-social-info a:focus,
.top-header-area .top-header-social-info a:hover {
  color: var(--primary);
}

.classy-nav-container {
  background-color: transparent;
}
.classy-nav-container .classy-navbar {
  height: 90px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar .nav-brand {
    max-width: 90px;
    margin-right: 15px;
  }
}
.classy-nav-container .classy-navbar .classynav ul li a {
  padding: 0 15px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #354498;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classy-nav-container .classy-navbar .classynav ul li a {
    padding: 0 10px;
    font-size: 10px !important;
  }
  .top-header-area {
    display: none;
  }
  .single-service-area .service-content .service-info h5 {
    font-size: 14px !important;
  }
  .single-technology-area .technology-content .technology-info h5 {
    font-size: 16px !important;
  }
  .about-us-content p {
    font-size: 12px !important;
  }
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 13px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classy-nav-container .classy-navbar-toggler {
    -webkit-box-ordinal-group: 200;
    -ms-flex-order: 199;
    order: 199;
  }
}
@media only screen and (max-width: 767px) {
  .classy-nav-container .classy-navbar-toggler {
    -webkit-box-ordinal-group: 200;
    -ms-flex-order: 199;
    order: 199;
    margin-left: 15px;
  }
}

.welcome-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 800px;
}

.welcome-slides .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 28px;
  color: var(--primary);
}
.welcome-slides .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 28px;
  color: var(--primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-welcome-slide {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-welcome-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-welcome-slide {
    height: 600px;
  }
}

.welcome-text {
  position: relative;
  z-index: 1;
}
.welcome-text h2 {
  font-size: 55px;
  font-weight: 800;
  color: #354498;
  margin-bottom: 30px;
  display: block;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-text h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-text h2 {
    font-size: 24px;
  }
}
.welcome-text p {
  font-size: 20px;
  font-weight: 600;
  color: #6a6a6a;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome-text p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-text p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-text p {
    font-size: 16px;
  }
}

.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-area .owl-next,
.testimonials-area .owl-prev {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  top: 50%;
  left: -100px;
  margin-top: -20px;
  color: #b7b7b7;
  font-size: 50px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
}
.testimonials-area .owl-next:focus,
.testimonials-area .owl-next:hover,
.testimonials-area .owl-prev:focus,
.testimonials-area .owl-prev:hover {
  color: #ffffff;
}
.testimonials-area .owl-next {
  left: auto;
  right: -100px;
}
.testimonials-area:focus .owl-prev,
.testimonials-area:hover .owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.testimonials-area:focus .owl-next,
.testimonials-area:hover .owl-next {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.single-testimonial-slide {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.single-testimonial-slide .testimonial-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  margin-right: 30px;
  border-radius: 50%;
}
.single-testimonial-slide .testimonial-thumb img {
  border-radius: none;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-slide .testimonial-thumb {
    margin-bottom: 50px;
  }
}
.single-testimonial-slide .testimonial-content {
  position: relative;
  z-index: 1;
}
.single-testimonial-slide .testimonial-content h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 15px;
  color: #ffffff;
}
.single-testimonial-slide .testimonial-content h6 {
  font-weight: 500;
  color: #ffffff;
}
.single-testimonial-slide .testimonial-content p {
  margin-bottom: 0;
  color: #ffffff;
}
/* single-technology-area  */
.single-technology-area {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-technology-area .technology-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single-technology-area .technology-content .technology-info {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
}
.single-technology-area .technology-content .technology-info h5 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
}
.single-technology-area .technology-content .technology-info p {
  color: #000000;
  margin-bottom: 0;
}
/* single-dentist-area  */

.single-dentist-area {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-dentist-area .dentist-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single-dentist-area .dentist-content .dentist-info {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  height: 112px !important;
}
.single-dentist-area .dentist-content .dentist-info h5 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
}
.single-dentist-area .dentist-content .dentist-info p {
  color: #000000;
  margin-bottom: 0;
}

.single-dentist-area img {
  display: block !important;
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}
.single-service-area {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-service-area .service-content {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single-service-area .service-content .service-info {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
}
.single-service-area .service-content .service-info h5 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 0;
}
.single-service-area .service-content .service-info p {
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .single-dentist-area .dentist-content .dentist-info {
    height: 120px !important;
  }
}
@media only screen and (max-width: 425px) {
  .single-dentist-area .dentist-content .dentist-info {
    height: auto !important;
  }
  .single-dentist-area img {
    height: 530px !important;
  }
}
.appointment-form {
  position: relative;
  z-index: 1;
}
.appointment-form .form-control {
  width: 100%;
  height: 50px;
  background-color: rgb(237 237 237);
  border-radius: 2px;
  border: none;
  color: #000000;
  font-size: 12px;
  padding: 0 30px;
}

.appointment-form-new .form-control {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 0px 20px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Nunito", Sans-serif;
  font-size: 14px;
  color: #242424;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  background-color: rgba(255,255,255,0);
  margin-top: 0px;
}

.appointment-form .form-control:focus {
  box-shadow: none;
}
.appointment-form select {
  appearance: none;
  -moz-appearance: none;
}
.appointment-form select option {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  color: #333333;
}
.appointment-form textarea.form-control {
  padding: 30px;
  height: 120px;
}

.dento-pricing-table-area {
  position: relative;
  z-index: 1;
}

.dento-price-table {
  position: relative;
  z-index: 1;
}
.dento-price-table table thead tr > td,
.dento-price-table table thead tr > th {
  background-color: var(--primary);
  color: #ffffff;
}
.dento-price-table table tr > td,
.dento-price-table table tr > th {
  padding: 15px 30px;
  border-radius: 3px;
  border: 4px solid #ffffff;
  background-color: #f4f4f4;
  font-weight: 600;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .dento-price-table table tr > td,
  .dento-price-table table tr > th {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
.single-service:focus h6,
.single-service:hover h6 {
  color: var(--primary);
}

.single-service--area {
  position: relative;
  z-index: 1;
}
.single-service--area .icon-- {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
}
.single-service--area .icon-- img {
  position: absolute;
  max-height: 35px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-service--area h5 {
  margin-bottom: 15px;
  display: block;
}
.single-service--area p {
  font-weight: 500;
}
.single-service--area:focus .icon--,
.single-service--area:hover .icon-- {
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
}

.dento-video-area {
  position: relative;
  z-index: 1;
}
.dento-video-area img {
  width: 100%;
}
.dento-video-area .video-play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: var(--primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
.dento-video-area .video-play-button:focus,
.dento-video-area .video-play-button:hover {
  background-color: #000;
  color: #ffffff;
}

.text-justify {
  text-align: justify !important;
}

.single-skills-area {
  position: relative;
  z-index: 1;
}
.single-skills-area h6 {
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-skills-area h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-skills-area h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-skills-area h6 {
    font-size: 14px;
  }
}

.dento-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #f4f4f4;
}

.dento-cta-area {
  position: relative;
  z-index: 1;
}

.single-cta {
  position: relative;
  z-index: 1;
}
.single-cta i {
  font-size: 50px;
  color: var(--primary);
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cta i {
    font-size: 40px;
  }
}
.single-cta h2 {
  font-size: 38px;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cta h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-cta h2 {
    font-size: 30px;
  }
}
.single-cta h5 {
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-cta h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-cta h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-cta h5 {
    font-size: 16px;
  }
}

.barfiller {
  width: 100%;
  height: 10px;
  background-color: #f4f4f4;
  border: none;
  position: relative;
  z-index: 1;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap {
  display: none;
}
.barfiller .tip {
  margin-top: -35px;
  padding: 0;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  left: 0;
  position: absolute;
  z-index: 2;
  background: transparent;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .barfiller .tip {
    font-size: 14px;
    margin-top: -30px;
  }
}
.barfiller .tip::after {
  display: none;
}

.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .breadcumb-area {
    height: 130px;
  }
  .breadcrumb {
    display: flex;
    flex-direction: column;
  }
}
.breadcumb-area .title {
  font-size: 40px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcumb-area .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-area .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcumb-area .title {
    font-size: 24px;
  }
}

.breadcumb--con .breadcrumb {
  padding: 30px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcumb--con .breadcrumb .breadcrumb-item,
.breadcumb--con .breadcrumb .breadcrumb-item > a,
.breadcumb--con .breadcrumb .breadcrumb-item.active {
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
}
.breadcumb--con .breadcrumb .breadcrumb-item:focus,
.breadcumb--con .breadcrumb .breadcrumb-item:hover,
.breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
.breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
.breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
  color: var(--primary);
}
.breadcumb--con .breadcrumb .breadcrumb-item.active {
  display: inherit;
  color: #707070;
}
.breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
  color: #707070;
}
.breadcumb--con .breadcrumb .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcumb--con .breadcrumb .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.breadcumb--con .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 15px;
  font-weight: 900;
  color: #111111;
}

.single-blog-item {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.single-blog-item .blog-content {
  background-color: #ffffff;
  padding: 30px;
  height: 300px;
}
.single-blog-item .blog-content .post-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.single-blog-item .blog-content .post-title:focus,
.single-blog-item .blog-content .post-title:hover {
  color: var(--primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-item .blog-content .post-title {
    font-size: 16px;
  }
}
.single-blog-item .blog-content p {
  font-weight: 500;
}

.single-blog-item .read-more a {
  color: #161616;
  font-weight: 600;
}
.single-blog-item .post-meta {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.single-blog-item .post-meta a {
  display: inline-block;
  color: #000000;
  margin-right: 15px;
  margin-top: 10px;
}
.single-blog-item .post-meta a i {
  color: var(--primary);
}
.single-blog-item .post-meta a:last-child {
  margin-right: 0;
}
.single-blog-item .post-meta a:focus,
.single-blog-item .post-meta a:hover {
  color: var(--primary);
}
.single-blog-item.style-2 {
  box-shadow: none;
}
.single-blog-item.style-2 .blog-content,
.single-blog-item.style-2 .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .single-blog-item.style-2 .blog-content,
  .single-blog-item.style-2 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.dento-pagination {
  position: relative;
  z-index: 1;
}
.dento-pagination .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  background-color: transparent;
  color: #707070;
  font-size: 16px;
}
.dento-pagination .pagination .page-item .page-link:focus,
.dento-pagination .pagination .page-item .page-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}
.dento-pagination .pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.comment_area {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px;
}
.comment_area .title {
  margin-bottom: 50px;
}
.comment_area .comment-content {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
}
.comment_area .comment-content .comment-author img {
  border-radius: 50%;
}
.comment_area .comment-content .comment-meta .post-author {
  margin-bottom: 10px;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta .post-author {
    font-size: 14px;
  }
}
.comment_area .comment-content .comment-meta .post-author span {
  font-size: 12px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta .post-author span {
    font-size: 10px;
  }
}
.comment_area .comment-content .comment-meta .post-author:focus,
.comment_area .comment-content .comment-meta .post-author:hover {
  color: var(--primary);
}
.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta p {
    font-size: 12px;
  }
}
.comment_area .comment-content .comment-meta .comment-reply {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .comment_area .comment-content .comment-meta .comment-reply {
    font-size: 12px;
  }
}
.comment_area .comment-content .comment-meta .comment-reply:focus,
.comment_area .comment-content .comment-meta .comment-reply:hover {
  color: var(--primary);
}
.comment_area .children {
  margin-left: 50px;
}
.comment_area .children .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-widget-area .widget-title {
  margin-bottom: 30px;
  font-size: 22px;
}

.search-widget form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.search-widget form .form-control {
  width: 100%;
  height: 46px;
  font-size: 13px;
  padding: 0 20px;
}
.search-widget form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}
.search-widget form button {
  position: absolute;
  width: auto;
  height: 46px;
  top: 0;
  border: none;
  background-color: transparent;
  right: 20px;
  line-height: 46px;
  cursor: pointer;
  font-size: 16px;
  color: #707070;
}

.catagories-list {
  position: relative;
  z-index: 1;
}
.catagories-list li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .catagories-list li a {
    font-size: 14px;
  }
}
.catagories-list li a:focus,
.catagories-list li a:hover {
  color: var(--primary);
}
.catagories-list li:last-child a {
  border-bottom: none;
}

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-news-area:last-child {
  margin-bottom: 0;
}
.single-news-area .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
}
.single-news-area .blog-content {
  margin-left: 20px;
}
.single-news-area .blog-content .post-title {
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.single-news-area .blog-content .post-title:focus,
.single-news-area .blog-content .post-title:hover {
  color: var(--primary);
}
.single-news-area .blog-content .post-date {
  color: #b7b7b7;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}

.blog-details-area {
  position: relative;
  z-index: 1;
}
.blog-details-area img {
  margin-bottom: 30px;
}
.blog-details-area h2 {
  font-size: 30px;
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.blog-details-area ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 2em;
  margin-block-end: 2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.blog-details-area ol {
  list-style: decimal;
  margin: 0px 0px 1.5em 3em;
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

@media only screen and (max-width: 767px) {
  .blog-details-area h2 {
    font-size: 20px;
  }
}
.blog-details-area .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.blog-details-area .post-meta a {
  display: inline-block;
  color: #b7b7b7;
  margin-right: 15px;
}
.blog-details-area .post-meta a i {
  color: var(--primary);
}
.blog-details-area .post-meta a:last-child {
  margin-right: 0;
}
.blog-details-area .post-meta a:focus,
.blog-details-area .post-meta a:hover {
  color: var(--primary);
}
.blog-details-area p {
  margin-bottom: 30px;
  font-weight: 400;
}

.dento-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.dento-blockquote .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}
.dento-blockquote .icon i {
  font-size: 48px;
  color: #b7b7b7;
}
.dento-blockquote .text h5 {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
  color: #707070;
  line-height: 1.7;
  font-weight: 400;
}

.footer-instagram-icon a i {
  font-size: 40px;
  color: #fdf4b0;
}

.footer-instagram-icon {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .dento-blockquote .text h5 {
    font-size: 16px;
  }
}
.dento-blockquote .text h6 {
  color: #333333;
  font-size: 18px;
}
.dento-blockquote .text h6 span {
  font-size: 12px;
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .dento-blockquote .text h6 {
    font-size: 16px;
  }
}

.post-share-area a {
  display: inline-block;
  width: 120px;
  height: 46px;
  border-radius: 3px;
  background-color: var(--primary);
  line-height: 46px;
  color: #ffffff;
  margin-right: 10px;
  text-align: center;
}
.post-share-area a i {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .post-share-area a {
    width: 68px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    margin-right: 0;
  }
}
.post-share-area a:last-child {
  margin-right: 0;
}
.post-share-area a.facebook {
  background-color: #4b6cd0;
}
.post-share-area a.tweet {
  background-color: #49a7f3;
}
.post-share-area a.google-plus {
  background-color: #d34836;
}
.post-share-area a.pinterest {
  background-color: #bd081c;
}

.search-widget-area form {
  position: relative;
  z-index: 1;
}
.search-widget-area form input {
  width: 100%;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0 15px;
  color: #ffffff;
  font-size: 12px;
  border-radius: 30px;
}
.search-widget-area form button {
  width: 60px;
  height: 45px;
  background-color: transparent;
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.widget-title h5 {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 5px;
}

.dont-miss-post-content > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-top: 15px;
}
.dont-miss-post-content > span {
  font-size: 12px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}

.subscribe-form input {
  width: 100%;
  height: 45px;
  border-radius: 45px;
  border: none;
  padding: 0 20px;
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.subscribe-form button {
  width: 100%;
  height: 45px;
  border-radius: 45px;
  border: none;
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.footer-contact a {
  color: #ffffff;
}

.footer-logo {
  background: white;
  padding: 1rem;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.footer-logo p {
  margin-top: 5px;
  color: #000000;
  margin-bottom: 0;
}
.footer-logo img {
  width: 150px !important;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-footer-widget .widget-title {
  color: #ffffff;
  margin-top: 5px;
  font-size: 22px;
  margin-bottom: 25px;
  display: block;
}
.single-footer-widget p {
  color: #ffffff;
}
.single-footer-widget .footer-contact {
  position: relative;
  z-index: 1;
}
.single-footer-widget .footer-contact p {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 13px !important;
  display: flex;
  align-items: baseline;
}
.single-footer-widget .footer-contact p i {
  display: inline-block;
  margin-right: 10px;
  color: #fdf4b0;
}

.border-left {
  border-left: 0.5px solid var(--primary);
  height: 13rem;
  border-left-width: thin;
}
.single-footer-widget .footer-contact p:last-child {
  margin-bottom: 0;
}
.single-footer-widget .opening-hours {
  position: relative;
  z-index: 1;
}
.single-footer-widget .opening-hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 17px;
  font-size: 14px;
}
.single-footer-widget .opening-hours li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .quick-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-footer-widget .quick-links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.single-footer-widget .quick-links li a {
  color: #ffffff;
  margin-bottom: 17px;
  display: block;
}
.single-footer-widget .quick-links li a:focus,
.single-footer-widget .quick-links li a:hover {
  color: var(--primary);
}
.single-footer-widget .quick-links li:last-child a {
  margin-bottom: 0;
}
.single-footer-widget .footer-newsletter-form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 25px;
}
.single-footer-widget .footer-newsletter-form input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  padding: 0 15px;
}
.single-footer-widget .footer-newsletter-form button {
  width: auto;
  padding: 0 15px;
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  border-radius: 0 2px 2px 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-footer-widget .footer-newsletter-form button:focus,
.single-footer-widget .footer-newsletter-form button:hover {
  background-color: #000;
  color: #ffffff;
}
.single-footer-widget .footer-social-info a {
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
}

.copywrite-content {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--primary);
  padding: 20px 0;
  text-align: center;
}
.copywrite-content p {
  font-size: 12px !important;
  color: #ffffff;
  margin-bottom: 0;
}
.copywrite-content p span {
  font-weight: 500;
  color: #ffffff;
}
.copywrite-content p a {
  color: #ffffff;
}

.dento-contact-area {
  position: relative;
  z-index: 1;
}
.dento-contact-area .google-maps {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
}
@media only screen and (max-width: 767px) {
  .dento-contact-area .google-maps {
    height: 280px;
  }
}
.dento-contact-area .google-maps iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-information {
  position: relative;
  z-index: 1;
  padding: 30px 50px;
  background-color: #ebebeb;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-information h5 i {
  padding: 0rem 0.5rem;
  color: #192a56;
}

.contact-information p a {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .contact-information {
    margin-bottom: 100px;
  }
  .about-us-thumbnail {
    display: none;
  }
  .section-padding-100-0 {
    padding-top: 20px !important;
  }
  .about-us-content {
    padding: 2rem;
    text-align: justify;
  }
}
.contact-information h5 {
  color: #192a56;
  font-size: 15px;
  background: white;
  padding: 8px;
  border-radius: 10px;
}
.contact-information p {
  color: #000000;
  font-size: 14px;
}

.contact-form {
  position: relative;
  z-index: 1;
}
.border-around {
  border: 1px solid #86ccf8;
  padding: 10px;
}
.contact-form .form-control {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  font-size: 13px;
  font-style: italic;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: var(--primary);
}
.contact-form textarea.form-control {
  height: 110px;
  padding: 15px;
}

.video-section video {
  width: 100%;
}

/* line 1, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact {
  position: relative;
  z-index: 1;
}

/* line 4, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact::before,
.Emergency_contact::after {
  background-image: url(../img/bg-img/Aburas-Dental-Center-festival-city-Branch.webp);
  content: "";
  width: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* line 13, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact::before {
  left: 0;
  top: 0;
}

/* line 17, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact::after {
  right: 0;
  top: 0;
  background-image: url(../img/bg-img/Aburas-Dental-Center-Jumeirah-1.webp);
}

/* line 22, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

/* line 26, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner::before,
.Emergency_contact .Emergency_contact_inner::after {
  background-color: rgb(0 0 0 / 50%);
  content: "";
  width: 50%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  /* line 26, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner::before,
  .Emergency_contact .Emergency_contact_inner::after {
    width: 100%;
  }
}

/* line 38, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner::before {
  left: 0;
  top: 0;
}

/* line 42, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner::after {
  right: 0;
  top: 0;
  background-color: rgb(0 0 0 / 50%);
}

/* line 47, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner .single_emergency {
  position: relative;
  z-index: 87;
}

@media (max-width: 767px) {
  /* line 47, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    margin-top: 10px;
  }
}

/* line 58, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner .single_emergency .icon {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  margin-right: 40px;
}

@media (max-width: 767px) {
  /* line 58, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency .icon {
    font-size: 45px;
    margin-right: 10px;
  }
}

/* line 70, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner .single_emergency .info span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 767px) {
  /* line 70, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency .info span {
    font-size: 15px;
  }
}

/* line 80, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner .single_emergency .info h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

@media (max-width: 1440px) {
  /* line 80, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency .info h3 {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  /* line 80, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency .info h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  /* line 89, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .Emergency_contact .Emergency_contact_inner .single_emergency .info_button {
    margin-bottom: 30px;
  }
}

/* line 93, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
.Emergency_contact .Emergency_contact_inner .single_emergency .info_button a {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 102, ../../Arafath/CL/january 2020/241. Medical/HTML/scss/_emergency_contact.scss */
  .single_emergency.align-items-center.d-flex.justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
    margin-top: 37px;
  }
}

/* testomnial */

.testimonial-content .stars i {
  color: #e8c902;
  font-size: 18px;
}

.ftco-intro {
  padding: 8em 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background: #207dff;
}
.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.4;
  background: #000000;
}

.ftco-intro h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}
.ftco-intro p {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px #0000002e;
}
.ftco-intro h2 span {
  background: #207dff;
}
@media (max-width: 767px) {
  .ftco-intro {
    background-position: center center;
  }
  .ftco-intro h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
  }
  .ftco-intro p {
    color: #fff;
    font-size: 15px;
    text-shadow: 2px 2px #0000002e;
  }
}

/*---------------------
  Services
-----------------------*/

.services-page {
  padding: 2rem 2rem;
}

.services__sidebar {
  margin-top: 2rem;
}

.services__title h4 {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

.services__title h4 img {
  margin-right: 5px;
}

.services__accordion {
  margin-bottom: 60px;
}

.services__accordion .accordion {
  border: 1px solid var(--primary);
  padding-bottom: 15px;
}

.services__accordion .card {
  border: none;
}

.services__accordion .card:last-child .card-body {
  padding-bottom: 0;
  margin-bottom: 0;
}

.services__accordion .card:last-child .card-body ul {
  border-bottom: none;
  padding-bottom: 0;
}

.services__accordion .card-heading {
  padding: 10px 30px;
  margin-bottom: -6px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services__accordion .card-heading.active:first-child {
  border-radius: 0;
}

.services__accordion .card-heading.active {
  background: #354498;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.services__accordion .card-heading.active a {
  color: #fff;
  display: block;
}

.services__accordion .card-heading a {
  color: #666666;
  font-size: 15px;
}

.services__accordion .card-body {
  padding: 0 30px;
  margin-bottom: 12px;
}

.services__accordion .card-body ul {
  border-bottom: 1px solid #e1e1e1;
  padding: 24px 0 18px;
}

.services__accordion .card-body ul li {
  list-style: none;
  border-bottom: 1px solid #f3f3f3;
}

.services__accordion .card-body ul li:last-child {
  border-bottom: 0;
}

.services__accordion .card-body ul li a {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.services__accordion .card-body ul li a:hover {
  color: var(--primary);
}

.services__appoinment form input {
  font-size: 15px;
  color: #666666;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.services__appoinment form input::-webkit-input-placeholder {
  color: #666666;
}

.services__appoinment form input::-moz-placeholder {
  color: #666666;
}

.services__appoinment form input:-ms-input-placeholder {
  color: #666666;
}

.services__appoinment form input::-ms-input-placeholder {
  color: #666666;
}

.services__appoinment form input::placeholder {
  color: #666666;
}

.services__appoinment form input:focus {
  border-color: #9d9d9d;
}

.services__appoinment form .datepicker__item {
  position: relative;
}

.services__appoinment form .datepicker__item i {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 15px;
  color: #666666;
}

.services__appoinment form .nice-select {
  float: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.services__appoinment form .nice-select:after {
  border-bottom: 1.5px solid #666666;
  border-right: 1.5px solid #666666;
  height: 8px;
  right: 20px;
  top: 46%;
  width: 8px;
}

.services__appoinment form .nice-select span {
  font-size: 15px;
  color: #666666;
}

.services__appoinment form .nice-select.active,
.services__appoinment form .nice-select.open,
.services__appoinment form .nice-select:focus {
  border-color: #666666;
}

.services__appoinment form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
}

.services__appoinment form button {
  width: 100%;
}

.services__details__title span {
  font-size: 15px;
  color: #13a2b7;
}

.services__details__title h3 {
  color: #111111;
  font-weight: 600;
  margin-top: 5px;
}

.services__details__widget {
  text-align: right;
}

.services__details__widget .rating i {
  font-size: 13px;
  color: #e4c870;
}

.services__details__widget h3 {
  color: #13a2b7;
  font-weight: 600;
  margin-top: 10px;
}

.services__details__pic {
  margin-top: 35px;
  margin-bottom: 35px;
}

.services__details__pic img {
  min-width: 100%;
}

.services__details__text {
  margin-bottom: 40px;
}

.services__details__text p {
  margin-bottom: 25px;
}

.services__details__text p:last-child {
  margin-bottom: 0;
}

.services__details__item__pic {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 15px;
}

.services__details__item__pic img {
  min-width: 100%;
}

.services__details__desc {
  margin-top: 12px;
}

.services__details__desc p:last-child {
  margin-bottom: 0;
}

.services__details__feature {
  margin-bottom: 25px;
}

.services__details__feature li {
  display: flex;
  flex-direction: row;
  list-style: circle;
  line-height: 20px;
  text-align: justify;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  
}

.services__details__feature li i {
  color: #000000;
  font-size: 5px;
  margin-right: 6px;
  margin-top: 8px;
}

.service-btn {
  font-size: 15px;
  color: #ffffff;
  background: var(--primary);
  font-weight: 600;
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 30px 12px;
}

@media only screen and (max-width: 575px) {
  .services__details__desc {
    margin-top: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*---------------------
  Testimonials
-----------------------*/

.testimonials {
  overflow: hidden;
  background: #f2f7f8;
  padding-bottom: 90px;
}

.testimonial__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 30px 40px;
  height: 400px;
}

.testimonial__item .rating {
  position: absolute;
  right: 40px;
  top: 52px;
}

.testimonial__item .rating i {
  font-size: 13px;
  color: #e4c870;
}

.testimonial__item p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial__author {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.testimonial__author__icon {
  height: 50px;
  width: 50px;
  background: var(--primary);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}

.testimonial__author__text {
  overflow: hidden;
  padding-top: 4px;
}

.testimonial__author__text h5 {
  color: #111111;
  font-weight: 600;
}

.testimonial__author__text span {
  font-size: 13px;
  color: #888888;
}

.testimonial__slider .col-lg-6 {
  max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: visible;
}

.testimonial__slider .owl-dots {
  text-align: center;
}

.testimonial__slider .owl-dots button {
  height: 10px;
  width: 10px;
  background: #d2d2d2;
  border-radius: 50%;
  margin-right: 6px;
}

.testimonial__slider .owl-dots button.active {
  background: #9c9c9c;
}

.testimonial__slider .owl-dots button:last-child {
  margin-right: 0;
}

/* F&Q According  */

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
}

.panel-heading a {
  padding: 15px 25px 15px 50px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  background-color: #354498;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}

.panel-heading a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: 1;
  margin-top: -12px;
}

.panel-heading a.collapsed:after {
  content: "\f106";
  color: #fff;
}

.panel-heading a.collapsed {
  background: #354498;
  border: 1px solid #354498 !important;
  color: #fff;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.btn-blue {
  background: #354498;
  border-color: #354498;
}
.btn-blue:hover {
  background-color: #d31515 !important;
  border-color: #d31515 !important;
  color: #fff !important;
  transition: all 0.2s;
}
.p-40 {
  padding: 40px !important;
}
.appointment-form-inner {
  box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
  padding: 2rem;
  height: 674px !important;
}

/* service card */

.service-card {
  position: relative;
  height: 375px;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat, repeat !important;
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  border-radius: 10px;
}

.card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: calc(100% - 80px);
  left: 0;
  opacity: 0.6;
  transition: all 0.75s ease-in-out;
  display: flex;
  align-items: start;
  justify-content: center;
}

.card__content-inner {
  position: relative;
  display: block;
  height: 80px;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  transition: all 0.75s ease-in-out;
}

.card__content:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  content: "";
}

.card__title {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.card__description {
  color: #eee;
}
.branch__title {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}

.branch__description {
  color: #eee;
  font-size: 1.5rem;
}

.service-card:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
}

.service-card.a100,
.service-card:hover {
  cursor: pointer;
}

.service-card.a100 .card__content,
.service-card:hover .card__content {
  top: 0;
  background: #000;
  transition: all 1s ease-in-out;
}

.service-card.a100 .card__content-inner,
.service-card:hover .card__content-inner {
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
}

.service-card.a50 .card__content {
  top: 50%;
}

.service-card.a50 .card__content-inner {
  height: 50%;
}

.service-card.a50:hover .card__content {
  top: 0;
}

.service-card.a50:hover .card__content-inner {
  height: 100%;
}

.service-card.a100:hover .card__content {
  top: calc(100% - 80px);
}

.service-card.a100:hover .card__content-inner {
  height: 80px;
}

@media screen and (max-width: 576px) {
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-15 {
    margin-top: 8rem !important;
  }
  .top-header-area {
    display: none;
  }
  .d-sm-none {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .dento-btn.booking-btn {
    min-width: 100px !important;
  }
  .header-main-logo {
    width: 100px !important;
  }
  .top-header-content span {
    font-size: 10px;
  }
  .single-footer-widget .widget-title {
    font-size: 20px !important;
  }
  .testimonial__item .rating {
    left: 40px !important;
    top: 106px !important;
  }
  .appointment-form-inner {
    box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
    padding: 2rem;
    height: 562px !important;
  }
  .section-heading {
    margin-bottom: 20px !important;
  }
  .top-header-area {
    display: none;
  }
  .single-service-area .service-content .service-info h5 {
    font-size: 15px !important;
  }
  .card__title {
    font-size: 18px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card__description {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 425px) and (max-width: 998px){
  .appointment-form-inner {
    height: 801px !important;
  }
  
}

@media only screen and (max-width: 425px) {
  .dento-btn.booking-btn {
    min-width: 140px !important;
  }
  .single-footer-widget .footer-contact p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
  }
  .footer-area {
    padding-top: 25px !important;
  }
  .border-left {
    height: auto !important;
  }
  p {
    font-size: 12px;
  }
  .testimonial__item .rating {
    /*left: 0 !important;*/
    /*top: 0 !important;*/
  }
  .appointment-form-inner {
    height: auto !important;
  }
  .mb-5 {
    margin-bottom: 0px !important;
  }
  .service-card {
    height: 260px !important;
    margin-top: 15px !important;
  }
  .card__title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px !important;
  }
  .card__description {
    font-size: 8px !important;
  }
  .branch__title {
    font-size: 30px !important;
  }
  .branch__description {
    font-size: 12px !important;
  }
}

/* mobile customization */
@media only screen and (max-width: 600px) {
  .owl-next,
  .owl-prev {
    font-size: 16px !important;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 400px;
  padding-bottom: 25.26%;
  /* Set the aspect ratio (16:9) */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .video-container {
    padding-bottom: 75%;
    margin: auto 10px;
    /* Change the aspect ratio for mobile view */
  }
  .services__details__feature {
    display: block;
    list-style-type: disc;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }

  .services__details__feature li {
    font-size: 12px !important;
    line-height: 2;
  }
  .services__details__feature li i {
    margin-top: 5px;
  }
  .services__details h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.bg-service-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px; /* Set the desired height of the background image */
  max-width: 1900px; /* Set the maximum width of the container */
  margin: 0 auto; /* Center the container horizontally */
}
@media only screen and (max-width: 767px) {
   .bg-service-img {
    background-position: left center;
    height: 200px; /* Set the desired height of the background image */
    max-width: 1900px; /* Set the maximum width of the container */
    margin: 0 auto; /* Center the container horizontally */
  }
  
  .breadcrumb-item+.breadcrumb-item {
  padding-left: 0 !important;
}
}

.is-invalid {
  border: 1px solid #ca2121 !important;
}

.call-now {
  padding: 25px;
  border-radius: 24px;
  background: linear-gradient(179deg, #92DDE8 0.79%, #4698CF 88.39%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.call-now-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 49px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.call-now-sub {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.services__details a:hover {
  color: #b31222 !important;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .call-now-title  {
    font-size: 35px !important;
  }
  .call-now-sub {
    font-size: 20px !important;
  }
}



/*Gallery Page */

#gallery {
   line-height:0;
   -webkit-column-count:5; /* split it into 5 columns */
   -webkit-column-gap:5px; /* give it a 5px gap between columns */
   -moz-column-count:5;
   -moz-column-gap:5px;
   column-count:5;
   column-gap:5px;
}

#gallery img {
   width: 100% !important;
   height: auto !important;
   margin-bottom:5px; /* to match column gap */
   /*filter: grayscale(100%);*/
   transition: filter 2s;
}

#gallery img:hover {
   filter:none;
}

@media (max-width: 1200px) {
   #gallery {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 800px) {
   #gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 400px) {
   #gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}
  .custom-alert-success {
            color: #155724;
            background-color: #d4edda;
            border-color: #c3e6cb;
            border-radius: 4px;
            padding: 15px;
            margin-top: 20px;
            font-size: 16px;
        }
        .custom-alert-success strong {
            font-weight: bold;
        }
        .custom-alert-danger {
            color: #721c24;
            background-color: #f8d7da;
            border-color: #f5c6cb;
            border-radius: 4px;
            padding: 15px;
            margin-top: 20px;
            font-size: 16px;
        }
        .custom-alert-danger strong {
            font-weight: bold;
        }