*{
scroll-behavior: smooth;
overflow-x: visible;
/* overflow-y: visible; */
    margin: 0;
    padding: 0;
    text-wrap: wrap;
}
body{
  background-color: red;
}
.carousel-item img {
  object-fit: cover; 
  height: 500px; 
  width: 100%; 
}
.back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px; 
  right: 0; 
  z-index: 1000; 
  background-color: #25272928; 
  color: #ffffff; 
  border: none; 
  border-radius: 50%; 
  padding: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  cursor: pointer; 
  font-size: 20px; 
  transition: background-color 0.3s, transform 0.3s;
}
.back-to-top:hover {
  background-color: #0056b3; 
  transform: translateY(-5px); 
}
.back-to-top i {
  vertical-align: middle; 
}
.card{
    max-width: 300px !important;
    min-height: 550px !important;
    transition:all 1s linear ;
}
.card:hover{
  transform: scale(0.9);
}
footer {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #070617;
}
.dummy_page {
  height: 200px;
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  box-sizing: border-box;
  padding: 60px 0px;
}
.footer {
  /* background-color: #070617; */
  color: #ffffff;
}
.footer .col h1 {
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul li {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
}
.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
}
.box1{
  width: 100%;
  height: 700px;
  background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url("../images/dentist.jpeg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  border-radius:0 0 20px 20px;
}
.btn-dark{
background-color: black;
border: 2px solid white;
}
/* Custom CSS */
a{
  text-decoration: none;
  cursor: pointer;
}
.dental_img {
  background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) , url("../images/IMG_5139.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-height {
  height: 45vh;
}

.news_letter{
  padding: 3%;
}

.n_text input {
  margin-right: .5rem; 
}

.n_text h5 {
  font-size: 0.8rem;
  font-weight: 400;
}

.toggler-white .navbar-toggler-icon {
  background-image: none;
  background-color: white;
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
}

.toggler-white .navbar-toggler-icon::before,
.toggler-white .navbar-toggler-icon::after {
  content: "";
  background-color: white;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
}

.toggler-white .navbar-toggler-icon::before {
  top: -10px;
}

.toggler-white .navbar-toggler-icon::after {
  top: 10px;
}
.model-css{
  background-color: rgb(53, 53, 116);
}

