:root{
  --black-color: #000000;
  --dune-color: #222222;
  --white-color: #ffffff;
  --lightgrey-color: #dedede;
  --yellow-color: #f5ad03;
  --blue-color: #1474B1;
}
.d-con-slider {
    max-height: 555px;
}
.body img{
 max-width: 100%; 
}

a{
  text-decoration: none !important;
  transition: ease .3s all;
}

.body p {
    letter-spacing: 0.03em;
    line-height: 26px !important;
}

h1,h2,h3,h4,h5,h6{
   margin-bottom: 0px;
}

h1 .yellow-color, h2 .yellow-color {
    color: var(--yellow-color);
}

.mw_820 .container{
   max-width: 820px !important;
}

.px_20 .container{
   padding : 0 20px !important;
}

.br_img img {
    border: 2px solid var(--white-color);
}

.box_shades img {
    box-shadow: 2px 2px 20px rgba(0 0 0 / 0.3) !important;
}

.d-con-button a,
.banner-slider .d-appointment-button {
    border-radius: 6px !important;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    border: 1px solid var(--yellow-color) !important;
    transition: cubic-bezier(0.24, 0.68, 0.17, 0.11) .3s all;
}

/** slider CSS start **/
.banner-slider .d-con-slider-caption .d-slider-caption {
    margin-bottom: 40px !important;
    background: linear-gradient(to right, transparent, #cccccc, transparent);
    max-width: 1080px;
    margin: 0 auto;
}

.banner-slider .d-con-slider-caption .d-slider-caption > br {
    display: none;
}

.banner-slider .d-con-slider-caption .d-slider-caption h1 {
    font-size: clamp(32px,3.5vw,45px);
    color: var(--dune_color);
    font-weight: 700 !important;
}

.banner-slider .d-con-slider-caption .d-slider-caption h1 span {
    display: block;
}

#apptSubmitBtn {
    background: #5cb85c;
    transition: ease .3s;
}

#apptSubmitBtn:hover {
    color: #fff;
    background: #46a046;
}