html,body,ul,ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  background-color: #f2f4f9;
  font-family: 'open_sansregular';
  font-size: 16px;
}
.txtWhiteCaption {
    font-size: 11px;
    padding: 2px 0px 2px 2px;
    font-weight: bold;
    color: white;
}
.Form485Text textarea {
    border: none;
    overflow: auto;
}
.Caption {
    font-weight: bold;
    font-size: 13px;
}

.font_size2 {
    font-size: 1rem;
}
.header_ul {
    border-bottom: 4px solid #434491;
    padding-bottom: 2px;
    width: 85px;
    height: 6px;
}

.client_info{
      font-size: 1.2rem;
    color: #434491;
    font-family: 'open_sanssemibold';
}
.soc_info{
color: #434491;
    font-family: 'open_sanssemibold';
}

.header_ultwo{
 border-bottom: 2px solid #f3f3f3;
    margin-top: 8px;
}


.Web_selectdrp {
    border: 1px solid #ccc;
    font-size: .8rem;
    padding: .25rem .3rem;
    width: 100%;
    height: 32px;
    margin-top: .3rem;
    background-color: #fff;
   border-radius: .25rem;
}

.Web_txtbox {
    border: 1px solid #ccc;
    font-size: .8rem;
    padding: .25rem .3rem;
    width: 100%;
    height: 32px;
    margin-top: .3rem;
    font-family: monospace;
    border-radius: .25rem;
}

.mandatory {
    color: red;
}

.sub_row {
  padding-top: 0px;
  padding-bottom: 8px;

}
.sec_subsec {
  margin-top: 1rem;
}
.bold {
  font-weight: bold;
}
img{
  cursor: pointer;
}

.btn {
  
    color: #fff;
    text-align: center;
    border: 0;
    padding: 5px 15px;
    border-radius: 4px;
        font-size: .88rem;
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #38a382;
    border-color: #38a382;
}


.btn-primary:hover {
  background-color: #1a6c9a;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.btn-info {
    color: #fff;
    background-color: #4ab3cc;
    border-color: #4ab3cc;
}
.client_Date {
      border: 1px solid #ccc;
    font-size: .8rem;
    padding: .25rem .3rem;
    width: 110px;
    height: 32px;
    margin-top: .3rem;
    position: relative;
    border-radius: .25rem;
    background-image: url(../../images/DatePicker_icon.svg);
    background-repeat: no-repeat;
    background-size: 19%;
    background-position: right 3px bottom 5px;
}
.plan_care{
 font-family: 'open_sanssemibold';
    font-size: .99rem;
    border-bottom: 1px solid #f1f1f1;
    padding:8px;
    text-align: center;
  }
.top_val{
  font-family: 'open_sanssemibold';
  font-size: .88rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fc;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem; 
}

/***********************************Sidebar menu dcesign*******************************************/
#body-row {
    margin-left:0;
    margin-right:0;
}



#sidebar-container {
    min-height: 100vh;   
    background-color: #fff;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 170px;
}
.sidebar-collapsed {
    width: 73px;
}

/* Menu item*/
#sidebar-container .list-group a {
    /*height: 50px;*/
    color: #000;
    font-family: 'open_sanssemibold';
    font-size: .85rem;
}

#sidebar-container .list-group a:hover {
    background-color: #ddf0f7 !important;
    color: #000;

}

.logo-separator {
    background-color: #fff;    
}

.list-group-item{
    border: 0px solid rgba(0,0,0,.125);
    padding: .75rem 1rem;
    margin-bottom: 0px;
}
.card{
    border: 0px solid rgba(0,0,0,.125); 
    border-radius: 0rem; 
}
.card-header{
    border-bottom: 0px solid rgba(0,0,0,.125);
    background-color: #434491;
    color: #fff;
    text-align: center;
}

.card-header:first-child {
    border-radius: 0;
    height: 120px;
    padding-top: 20px;
}

.card-body{
/* height:900px;*/
 background-color: #f9faff;
}
.box_up{
   margin-top: -67px;
}

.sidebar-colapse span{
       position: relative;
    color: #323953;
    top: 261px;
    z-index: 999;
    left: 7px;
        font-size: 22px;
}


.userprofile{
      background-color: #fff;
    position: absolute;
    /* float: right; */
    text-align: right;
    right: 11px;
    top: 23px;
    border-radius: 16px;
}

/********************************End of side bar**********************************/



/***********************************table dcesign*******************************************/
.oasis-tbl {
  margin: auto;
}
/*.oasis-tbl tbody {
  border: 1px solid #eee;
}*/
.oasis-tbl thead {
  background-color:#fff;
  color: #000;
}
.oasis-tbl th {
  display: none;
}
.oasis-tbl td {
  display: block;
}
.oasis-tbl td:first-child {
  padding-top: .5em;
}
.oasis-tbl td:last-child {
  padding-bottom: .5em;
}
.oasis-tbl td:before {
  content: attr(data-th);
  color: #195bb1 !important;
  display: block;
  text-align: left;
  padding-right: 3px;
  font-family: 'open_sanssemibold';
}

.table thead th {
       vertical-align: bottom;
    border-top: 0px;
    border-bottom: 1px solid #dee2e6;
    font-family: 'open_sanssemibold';
    font-size: .91rem;
}
.oasis-tbl td {
  display: block;
  /*border: 1px solid #dee2e6;*/
}
.oasis-tbl .ele_inlineblock td:before {
  content: attr(data-th);
  color: #195bb1 !important;
  display: inline-block;
  width: 35%;
  text-align: left;
  padding-right: 3px;
}
.Oasis_tableCounter {
  color: #828080;
  font-size: 11px;
  text-align: right;
  /* margin-top: 4px; */
}
.oasis-tbl .ele_inlineblock_width:before {
  width: 100% !important;
}
.oasis-tbl th, .oasis-tbl td {
  text-align: left;
}
/*.oasis-tbl th, */
.oasis-tbl td:before {
  color: #000;
}
.table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 0px;
  font-size: .88rem;
  font-family: 'open_sansregular';
}
.oasis-tbl tbody tr:hover {
  background-color: rgba(209, 221, 235, 0.34);
}

/**************************@media query's******************************/
@media only screen and (max-width: 767px) {
  .txt-heading {
    text-align: left;
    line-height: 4rem;
    padding-left: 23px;
    padding-bottom: 8px;
  }
  .oasis-tblparent {
    padding: 0px;
  }
  
}
@media screen and (max-width: 478px) {
  .oasis-tbl tr {
    /* border-top: 1px solid #46637f;*/
    border-bottom: 1px solid #eee;
  }
  .oasis-tbl .td-head {
    background-color: #8c6172 !important;
    color: #fff;
    text-align: left;
    font-family: 'open_sansbold';
  }
  .oasis-tbl {
    border-collapse: separate;
    /*border-spacing: 8px;*/
  }
  .oasis-tbl td:first-child {
    padding-top: .5em;
    background-color: #f3f3f3;
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 480px) {
  .oasis-tbl td:before {
    display: none;
  }
  .oasis-tbl .ele_inlineblock td:before {
    display: none;
  }
  .oasis-tbl th, .oasis-tbl td {
    display: table-cell;
    padding: .25em .5em;
  }
}
@media (min-width: 480px) {
  .oasis-tbl th, .oasis-tbl td {
    padding: .5rem !important;
  }
}

/**************************End o0f table design***********************************************/



/********************************Checkbox************************************************************/

/*Custom checkbox and radio box*/
input[type="radio"], input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 0px;
  cursor: pointer;
  line-height: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 10px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after, input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #f5f5f5;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
input[type="radio"] + label:before {
  -webkit-box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
          box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
}
input[type="radio"] + label:hover {
  color: #227690;
}
input[type="radio"] + label:hover:before {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: change-size;
          animation-name: change-size;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
          box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
}
input[type="radio"]:checked + label:hover {
  color: #333333;
  cursor: default;
}
input[type="radio"]:checked + label:before {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-name: select-radio;
          animation-name: select-radio;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: Normal;
          animation-direction: Normal;
  -webkit-box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
          box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
}
@-webkit-keyframes change-size {
  from {
    -webkit-box-shadow: 0 0 0 0 #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  to {
    -webkit-box-shadow: 0 0 0 1px #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 1px #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}

@keyframes change-size {
  from {
    -webkit-box-shadow: 0 0 0 0 #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  to {
    -webkit-box-shadow: 0 0 0 1px #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 1px #0092c6, inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}

@-webkit-keyframes select-radio {
  0% {
    -webkit-box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  90% {
    -webkit-box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}

@keyframes select-radio {
  0% {
    -webkit-box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  90% {
    -webkit-box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 2px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 3px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}

@-webkit-keyframes select-checkbox {
  0% {
    -webkit-box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  90% {
    -webkit-box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}

@keyframes select-checkbox {
  0% {
    -webkit-box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 0 #91DEAC, inset 0 0 0 2px #FFFFFF, inset 0 0 0 3px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  90% {
    -webkit-box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 10px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
            box-shadow: 0 0 0 12px #E8FFF0, inset 0 0 0 0 #FFFFFF, inset 0 0 0 1px #0092c6, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #0092c6;
  }
}
input[type="checkbox"] + label:hover {
  color: #0092c6;
}
input[type="checkbox"] + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f00c';
  line-height: 17px;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #227690;
          box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #227690;
}
input[type="checkbox"] + label:hover:before {
  color: #FFFFFF;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: change-size;
          animation-name: change-size;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
          box-shadow: inset 0 0 0 1px #0092c6, inset 0 0 0 16px #FFFFFF, inset 0 0 0 16px #0092c6;
}
input[type="checkbox"]:checked + label:before {
  background-color: #C3C3C3;
  color: #FFFFFF;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-name: select-checkbox;
          animation-name: select-checkbox;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: Normal;
          animation-direction: Normal;
  -webkit-box-shadow: inset 0 0 0 1px #4ab3cc, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #4ab3cc;
          box-shadow: inset 0 0 0 1px #4ab3cc, inset 0 0 0 0 #FFFFFF, inset 0 0 0 16px #4ab3cc;
}
/*********************************End of checkbox******************************/

/*******************************Start of Office communication************************************************/
.mail_tablecheckbox {
    width: 20px;
    vertical-align: top;
}

.mailsender {
    color: #0092c6;
    cursor: pointer;
    font-size: 0.9rem;
}

.hide_mail_list{
display:none;
}
.mail_timetd {
    vertical-align: top;
    text-align: right;
    width: 25%;
}
.main_time {
    padding-top: 3px;
}
.main_time {
    color: #828282;
    font-family: "open_sanssemibold";
    font-size: .95em;
    
}
.btn_default {
    background-color: #f0f0f0;
    color: #03759e;
}
.mail_outer {
    background-color: #fff;
    width: 100%;
    border-radius: .87rem!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.table_100 {
  width: 100%;
}
.office_com {
    font-size: 1.3rem;
    padding: 5px;
    font-family: 'open_sanssemibold';
}
.mailtabsOuter {
  font-family: "open_sanssemibold";
  font-size: .85em;
  margin:5px 10px;
}
.mailtab_counter {
  font-size: 1em;
  background-color: #38a382;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  padding: 0px 4px;
  font-family: "open_sansregular";
}
.mail_topdiv {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav-tabs--vertical {
    display: flex;
    flex-flow: column nowrap;
    border: 0;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
}
.nav-tabs--left .nav-link {
    color: #444;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 10px !important;
    border: 0;
}
.nav-tabs--left .nav-link.active {
    border: 0;
    border-radius: 6px;
    color: #005582;
    font-weight: 600;
    padding: 8px 10px !important;
    background: #ddf0f7 !important;
}
.mail_details {
    background-color: #f2f4f9;
    padding: 10px;
    font-family: "open_sanssemibold";
    font-size: .85em;
}
.mail_list {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 8px;
}
@media (max-width: 767px) {
.mail_table td{
display:block;
}
.mail_tablecheckbox {
  width: 20px;
  vertical-align: top;
}
.web_button {
    padding: 4px 20px;
    font-size: .85rem;
}
.mail_table td{
display:block;
}
.maintxt {
  padding-top: 3px;
  padding-right:5px;
}
.sender_name {
  color: #828282;
  font-family: "open_sansregular";
  font-size: .95em;
}

.mail_timetd{
width:100% !important;
text-align: left;
}

.mail_con {
  font-family: "open_sansregular";
  padding-top: 5px;
  font-size: .98em;
}
.mail_con p {
  margin-top: 15px;
}
.mail_footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.sender_name {
    color: #828282;
    font-family: "open_sansregular";
    font-size: .95em;
}
.nav-tabs--vertical {
  display: block !important;
  }
 .nav-tabs--vertical>li{
  float: left;
  position: relative;
  display: block;
  margin-bottom: 1em !important;
 }
.nav-tabs--left .nav-link{
    width:150px;
  }
  .nav-tabs--left .nav-link.active {
    border: 0;
    width:150px;
  }
  .nav-tabs--vertical {
    border: 0;
  }
  .nav-tabs--left .nav-item+.nav-item {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
.web_button{
  padding:4px 10px !important;
  font-size:0.7rem !important;
}
.office_com{
font-size:1.2rem !important;
}
}
@media (max-width: 425px) {
  .nav-tabs--left .nav-link{
    width:120px;
  }
  .nav-tabs--left .nav-link.active {
    border: 0;
    width:120px;
  }
 .sch_countable,.custom_button{
    font-size: .95em;
}
.sch_counter_txt{
font-size: .85em;
}
}
@media (max-width: 400px) {
.office_table td{
display:block;
}  
}
.mail_con p {
    margin-top: 15px;
    color: #797979;
  font-family: 'open_sansregular';
}
/************************************End of office Communication*******************************************/
