@media screen and (max-width:1400px){

    .disp {
        font-size: 18px;
    }
}
@media screen and (max-width:1200px){

    .disp {
        font-size: 19px;
    }
    .disp p{
        margin-bottom:0px;
    }
}
@media screen and (max-width:1080px){

    .disp {
        font-size: 16px;
    }
}
@media screen and (max-width:1024px){
    .title h1 {
        font-size: 44px;
    }
    .welcome h2 {
        font-size: 35px;
    }
    .welcome p {
        font-size: 29px;
    }
    .disp p{
        font-size: 16px;
    }
    .heading h2{
        font-size: 30px;
    }
    .ser_img {
        height: 283px;
    }
    .cont_info a{
        font-size: 15px;
    }
    .social h4{
        font-size: 21px;
    }
}
@media screen and (max-width:900px){
    .ser_img {
        height: 203px;
    }
    .disp p {
        font-size: 15px;
        
    }
    .social{
        padding: 49px;
    }
}
@media screen and (max-width:768px){
    .gruh , .sat{
        padding-top:30px;
        margin-left: 25%;
    }
    .bb-custom-wrapper {
        width: 500px;
    }  
    .bb-custom-wrapper .bb-bookblock {
        width: 500px;
    }
    .fc-calendar-wrap h2 {
        font-size: 30px;
    }
}
@media screen and (max-width:600px){
    .heading h2 {
        font-size: 26px;
    }
    .disp {
        padding: 0px;
    }
    .gruh , .sat{
        padding-top:30px;
        margin-left: 25%;
    }
    .bb-custom-wrapper {
        width: 450px;
    }  
    .bb-custom-wrapper .bb-bookblock {
        width: 450px;
    }
    .fc-calendar-wrap h2 {
        font-size: 25px;
    }

}
@media screen and (max-width:575px){
    .disp p {
        font-size: 14px;
    }
    .disp{
        padding:0px 20px;
    }
    .ser_img{
        width: 300px;
        margin: 20px auto;
    }
    .dipen_pic{
        width:80%;
        margin:0px auto;
    }
    .gruh , .sat{
        padding-top:0px;
        margin-left: 0px;
    }
    .row1 , .row2 , .row3{
        padding: 0px;
    }
    .rit_disp {
        padding: 10px;
        font-size: 15px;
    }
    .bb-custom-wrapper {
        width: 350px;
    }  
    .bb-custom-wrapper .bb-bookblock {
        width: 350px;
    }
    .fc-calendar-wrap h2 {
        font-size: 20px;
    }
       .disp{
        line-height: initial;
    }
}
@media screen and (max-width:400px){
    .rit_disp {
        font-size: 12px;
    }
    .disp p {
        font-size: 12px;
    }

    .bb-custom-wrapper {
        width: 300px;
    }  
    .bb-custom-wrapper .bb-bookblock {
        width: 300px;
    }
    .fc-calendar-wrap h2 {
        font-size: 20px;
        margin: -3.5em 0.9em 0 0;
    }
}
@media screen and (max-width:350px){
    .ser_img{
        width: 250px;
    } 
    .heading h2 {
        font-size: 22px;
    }
    .footer p{
        font-size: 15px;
    }
    .social{
        padding: 20px;
    }
    .google-map {
        padding: 10px;
    }
    .dispb{
        display: none;
    }
    .title h1 {
        font-size: 37px;
    }
    .sub_title h6{
        font-size: 13px;
    }
    .rit_disp {
        font-size: 11px;
    }
    .bb-custom-wrapper {
        width: 250px;
    }  
    .bb-custom-wrapper .bb-bookblock {
        width: 250px;
    }
    .social{
        height:85%;
    }

}