*
{
    margin: 0px;
    padding: 0px;
}

.container
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}

.card .card-body
{
    background-image: url('WHITE-DENTAL.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 414px;
    height: 110vh;
}

/* Media query for screens smaller than 600px */
  @media (max-width: 600px)
    .card .card-body{
       max-width: 300px;
}
  @media (max-width: 400px)
    .card .card-body{
       max-width: 250px;
}

.dental-logo 
{
    margin-top: 30px;
}

.dental-logo img
{
    max-width: 350px;
    display: flex;
    margin: auto;  
}

.mid-img img
{
    height: 200px;
    margin-top: 50px;
    margin-left: 30px;
}

.card-info 
{
    margin-top: 50px;
}

.card-info img
{
    width: 350px;
    display: flex;
    margin: auto;
}

.details ul{
    margin-top: 40px;
}
.details ul li
{
    list-style-type: none;
    margin-left: 10px;
}

.details ul li i
{
    font-size: 15px;
    color: #008fd5;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.details ul li span
{
    margin-left: 18px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.card-buttons button:nth-child(1)
{
   margin: 10px 10px; 
}

.card-buttons
{
    margin-left: 25px;
}

.card-buttons button
{
    width: 130px;
    padding: 3px 20px;
    color: #008fd5;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #ffffff;
}

@media print{
    body *
    {
        visibility: hidden;
    }
    .item, .item *
    {
        visibility: visible;
    }
}

.icons 
{
    margin-left: 15px;
}

.icons i
{
    font-size: 20px;
    color: #008fd5;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50%;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 30px;
}
