.single_service_content_container{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.single_service_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.single_service_title h1{
    font-size: 19px;
}
.single_service_title p{
    font-size: 13px;
}
.single_service_boxes{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
.single_service_box{
    background: #EEF3FA;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    flex: 1;
    margin: 0 10px;
    padding: 15px 0;
}
.single_service_content_box{
    text-align: center;
}
.single_service_box h5{
    margin: 8px 0;
    color: #5E5E5E;
    text-align: center;
}
.prop_tilte_nayar{
    font-size: 17px;
    margin: 30px 0 15px 0;
    position: relative;
    width: max-content;
}
.prop_tilte_nayar::after{
    content:"";
    display:inline-block;
    width: 55%;
    height:2px;
    background:var(--main-nayar);
    position: absolute;
    bottom: -7px;
    right: 0;
}
.prop_desc_nayar{display: flex;align-items: center;justify-content: space-between;max-width: 60%;margin: 0 0 15px 0;font-size: 15px;}
.prop_desc_nayar h5{
    font-size: 13px;
    color: #858585;
    font-weight: 400;
}
.related_title_nayar{
    font-size: 19px;
    margin: 45px 0 15px 0;
}
.contact_madanayar{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    line-height: 30px;
    position: sticky;
    top: 0;
}
.call_madanayar{

    border: 2px solid var(--main-nayar);

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

    height: 40px;

    font-size: 16px;

    margin: 25px 0 10px;
}
.call_madanayar svg{
    margin:0 0 0 6px;
}
.btn_madanayar  .submit_icon_madanayar{
    margin: 0 0 0 10px;
}
@media only screen and (max-width:991px) {
    .single_service_box{
        flex-basis: 45%;
        margin: 0 5px 5px;
    }
}