.primary-btn2 {
    display: inline-block;
    font-size: 15px;
	background:#ee555d;
    font-weight: 500;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #ee555d;
    border-radius: 5px;
}.primary-btn2:hover {
    display: inline-block;
    font-size: 15px;
	background:#f2f7f8;
    font-weight: 500;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    color: #ee555d;
	
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #ee555d;
    border-radius: 5px;
}




.pricing__item__title h3 {
    color: #ee555d;
    font-weight: 700;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.pricing__item:hover {
    -webkit-box-shadow: 0px 5px 35px rgb(0 61 85 / 15%);
    box-shadow: 0px 5px 35px rgb(52 114 139 / 15%);
	
 margin-top: -20px;
    padding-bottom: 70px;
}
.pricing__item:hover .pricing__item__title {
	background: #ee555d;
	padding-top: 62px;
}

.pricing__item:hover .primary-btn {
	background: #ee555d;
	color: #ffffff;
}
.primary-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    color: #ee555d;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #ee555d;
    border-radius: 5px;
}

.breadcrumb__links span {
    font-size: 15px;
    color: #ee555d;
    display: inline-block;
}

.doctor__item__text span {
    color: #ee555d;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.fa-check-circle:before {
color:#ee555d; 
 content: "\f058";
}

.doctor__item__social a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #f2f7f8;
    font-size: 18px;
    color: #111111;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

.doctor__item__social a:hover {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #ee555d;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

.blog__details__social a:hover {
    display: block;
    height: 40px;
    width: 40px;
    background: #ee555d;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.blog__details__comment form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ee555d;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 30px;
}

.blog__details__comment form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ee555d;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    padding-top: 12px;
    resize: none;
    margin-bottom: 24px;
}

.site-btn {
    font-size: 15px;
    color: #ffffff;
    background: #ee555d;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 30px 12px;
}

.site-btn:hover {
    font-size: 15px;
    color: #ee555d;
    background: #fff;
    font-weight: 600;
    border: 2px solid #ee555d;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 30px 12px;
}

/* phone icon and whatsapp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/* phone icon */
.float12 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: red;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .my-float1 {
    margin-top: 16px;
  }