.fees-slot-heading {
    display: inline-block;
    background: rgba(0, 252, 255, 0.1);
    border: 1px solid rgba(0, 252, 255, 0.3);
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 16px;
}

.fees-slot-heading span {
    color: #00fcff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fees-slot-heading-day {
    font-size: 20px;
    margin: 12px auto 8px;
    justify-content: center;
}
.common-btn-outline{
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 39px;
}
.common-btn-outline:hover{
    background-color: #ffffff;
    color: #000000;
}
.service-box-wrap.position_heading h3{
    font-size:17px; margin-bottom:4px;
}
.service-box-wrap.position_heading .position-package{
    color:#00fcff; font-size:14px; font-weight:600; margin-bottom:12px;
}
.institute_address{
    background:rgba(255,255,255,0.03); border:0.5px solid rgba(255,255,255,0.1); border-radius:16px; padding:36px 32px; height:100%;
}
.institute_address h3{
    font-size:20px; margin-bottom:24px;
}
.institute_address .add-lable{
    color:#00fcff; font-size:12px; font-weight:600; letter-spacing:1px; text-transform:uppercase; margin-bottom:6px;
}
.text_color_white:hover{
    color: #ffffff;
}
.whatspp-btn{
    color: #ffffff;
    background: #44c554;
    border-radius: 30px;
    padding: 8px 20px;
}