﻿.table_responsive {
    max-height: 250px !important;
    height: 250px !important;
}
.Left-Padding {
    padding-left: 10px !important;
}
.Width {
    width: 400px !important;
}
.branch-contact-header {
        background-color: #e8f5f3
}
.custom-form {
  margin-bottom:0px !important;
}
.Division {
  padding:6px 10px !important;
}
/*.table-responsive {
   
    height: 705px;
}*/
/*Sagar Da*/
@media only screen and (min-width: 800px) {
    .table-responsive {
        max-height: 275px;
        height: 275px;
    }
}

@media only screen and (min-width: 1024px) {
    .table-responsive {
        max-height: 400px;
        height: 400px;
    }
}
/*/ (1280x1024) SXGA Display /*/
@media screen and (min-width: 1280px) {
    .table-responsive {
        max-height: 280px;
        height: 280px;
    }
}

/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) {
    .table-responsive {
        max-height: 390px;
        height: 390px;
    }
}


/*/ (1440x900) WXGA+ Display /*/
@media screen and (min-width: 1440px) {
    .table-responsive {
        max-height: 445px;
        height: 445px;
    }
}

/*/ (1600x900) HD+ Display /*/
@media screen and (min-width: 1600px) {
    .table-responsive {
        max-height: 575px;
        height: 575px;
    }
}

/*/ (1680x1050) WSXGA+ Display /*/
@media screen and (min-width: 1680px) {
    .table-responsive {
        max-height: 630px;
        height: 630px;
    }
}

/*/ (1920x1080) Full HD Display /*/
@media screen and (min-width: 1920px) {
    .table-responsive {
        max-height: 705px;
        height: 705px;
    }
}