:root{
  --white-color: #ffffff;
  --black-color: #000000;
  --yellow-color: #edc300;
  --blue-color: #1F4395;
  --roboto: "Roboto",Helvetica,sans-serif;
}

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

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

h1,h2,h3{
  text-transform: uppercase;
}

p{
  line-height: 28px !important;
}
.body ul li {
    font-size: 16px;
    line-height: 28px !important;
}

.img_shd img{
   box-shadow: 0 5px 10px rgba(0,0,0,.35) !important;
}

.btn,
.d-appointment-button-b {
    font-weight: 500;
    transition: .3s ease;
}

html .body button, html .body .btn {
    border-radius: 50px !important;
    font-weight: 700;
    box-shadow: inset -7px 0px 0px 0  var(--blue-color);
}

.mw_850 .container{
   max-width: 850px !important;
}

.mw_950 .container{
   max-width: 950px !important;
}

.body .d-con-list .d-list {
    padding-left: 0px;
}

.body .d-con-list .d-list li:not(:last-child) {
    margin-bottom: 10px;
   
}

.body .d-con-list .d-list li{
    font-weight: 700;
}



/** slider CSS start **/
#slider_box ul > li > div .d-slider-caption br {
    display: none;
}

#slider_box .d-con-slider>ul>li>div {
    margin-left: 125px; 
}

.shop-name {
    color: var(--white-color);
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 200px 20px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--white-color);
    width: fit-content;
}

.slogan {
    padding-bottom: 15px;
    text-transform: uppercase;
    display: block;
    font-size: 36px;
    color: var(--white-color);
    font-weight: 900;
}

.shop-description {
    color: var(--white-color);
    font-family: var(--roboto);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 60px;
    max-width: 700px;
}