.doz-para {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.get-service-main {
  width: 100%;
  max-height: 220px;
  padding: 30px;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}
.doz-head-puja{
 color: #fff;
 padding: 0px 30px;
 margin-bottom: 10px;
}

.doz-img-bg img {
  width: 80px;
  margin-bottom: 20px;
}
.doz-font-color {
  font-size: 25px;
  font-weight: 700;
  color: #fbc62f;
}
.doz-card-stye {
  background-color: #5c3e0a;
}
.doz-card-stye2 {
  background-color: #0c312b;
}
.doz-card-stye3 {
  background-color: #DB4242;
}
.doz-card-stye4 {
  background-color: #7E4555;
}
.custom-primarys{
 color: #DB4242;
}
.doz-font-color1 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.doz-font-color2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.doz-font-color3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.gallery-scroll {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}
.doz-foot-img img{
    width: 150px;
    margin: 0 auto 20px;
}

.gallery-item {
  max-width: 250px;
  height: 160;
  max-height: 160px;
  flex: 0 0 auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.gallery-item img:hover {
  transform: scale(1.05);
}
.gallery-scroll::-webkit-scrollbar {
  height: 0px;
}
.gallery-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
    .navbar-brand img {
        width: 90px;
        height: 90px;
    }  
    .footer-widget{
        padding-bottom: 20px;
    } 
}
@media screen and (max-width: 767px) {
    .navbar-brand img{
        width: 90px;
        height: 90px;
    } 
    .footer-widget{
        padding-bottom: 20px;
    } 
}
.navbar-brand img{
  width: 100px;
  height: 100px;
}