

.hd_title_bx{
    width: 100%;
    float: left;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}


.text_paragrphrw{
    font-size: 15px;
    color: #1c1c1c;
    text-align: center;
    line-height: 24px;
}
.Mar_btm60px{
    margin-top: 60px;
}
.txt_trwr_btn{
    padding: 0 10px;
    background-color: rgb(236 236 255);
    color: rgb(46, 46, 173);
    border-radius: 31px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 24px;
}
.content_contact_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 25px 30px;
    border: 1px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    cursor: pointer;
    
}
.bg_grn_yt{
    background-color: rgb(236 255 237);
    color: rgb(28 144 69);
}
.content_contact_box:hover{
    border-color: rgb(28 144 69);
}
.btn_appinment{
    font-size: 14px;
    color: #fff;
    border: 1px solid #96d526;
    background: #96d526;
    padding: 6px 13px;
    border-radius: 100px;
    display: inline-flex;
}
.btn_appinment:hover{
    background: #79ad1e;

}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.draggableBubbleIcon{
    align-items: center;
    display: flex;
    justify-content: center;
}