﻿.inp {
    border:none;
    border-bottom: 1px solid #1890ff;
    padding: 5px 10px;
    outline: none;
 }

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
 }body {
}
.appointment-book input[type=text]:focus, select:focus {
  outline: none;
}

.header-sty-public{
       background-color: #17a2b8;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 51%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.51);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 51%);
    z-index: 1;
    margin-bottom: 10px;

}

.card-sec-public {
    background-color: #ffffffb3;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 51%);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 51%);
    padding: 10px 20px;
    margin-bottom: 10px;
}

.service-text{
font-size: 19px;
    margin-bottom: 5px;
    color: #a33138;
}

.icon-upload{
    color:royalblue;
    cursor:pointer;
    font-size:1.2em;
}

.border-left-gray{
        border-left:solid 1px gray;
}

.italic{
    font-style:italic;
}