.cart-title{
    background: black;
    height: 48px;
}
.zpt-tag{
    background: hsl(178, 68%, 85%);;
    border: 1px solid black;
    border-radius:5px;
}
.zpt-tag p{
    margin-top: 7px;
    margin-left: 12px;
}
.fa-chevron-right{
    float: right;
}
.post-left label {
    padding: 0 10px;
    text-align: right;
    width: 40%;
	float:left
}
.post-left input,.post-left select,.post-left textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	width:60%;
	float:left;
}
.title {
    color: #c0c0c0;
    font-size: 50px;
    font-weight: bold;
    margin: 20px 15px 30px;
}
.cart.clearfix {
    margin: 120px 0 20px;
    position: relative;
}
.cart-title.clearfix > p {
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}
.cart-title.clearfix > img {
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
.zpt-tag i {
    font-size: 16px;
    padding: 5px 10px;
}
.btn-style {
    background: #5076fd none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
	float:none !important;
    padding: 5px 20px;
    width: auto !important;
}
.form-style input[type="checkbox"],.form-style input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
    text-align: center;
	float:none;
    width: 20px !important;
}
.form-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}


.zpt-tag {
    background: #c8e5f3 none repeat scroll 0 0;
    border: 1px solid black;
    border-radius: 5px;
    margin: 10px 0;
}
.list-style{
    list-style: outside none none;
}
.list-style li{
display:inline;
}
.list-style {
    list-style: outside none none;
    padding: 10px 0 !important;
}
.list-style img {
    max-width: 35px;
	width:100%;
	margin-bottom:5px;
}
#map iframe {
    width: 100%;
}
input[type="color"] {
    width: 28px;
    height: 29px;
    padding: 0px !important;
    border: 0px !important;
    border-image: none;
}
#p_name{
    font-size: 23px;
}
.social_icons {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom:5px;
}

#qualifications{
    font-size:12px !important;
}

.save_share_icons{
    background:#000;
    width:30px;
    height:30px;
    border-radius:50%;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}