#cc-mobile-subheader {
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:99999;
	background-color:#333333;
	text-align:center;
	overflow:auto;
	
}

	
body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #cc-mobile-subheader {
	top: 46px !important;
}
@media (min-width: 780px) {
	body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #cc-mobile-subheader {
		top: 32px !important;
	}
}
#cc-mobile-subheader .icon {
  display: inline-block;
  qqqfloat: right;
  height: 45px;
  width: 40px;
  margin: 0px 15px;
}
#cc-mobile-subheader .iconL {
  display: inline-block;
  qqqfloat: left;
  height: 40px;
  width: 40px;
  margin: 0px 15px;
}
#cc-mobile-subheader .iconC {
  display: block;
  qqqfloat: left;
  height: 40px;
  width: CALC(100% - 200px);
  margin: 0px 15px;
  text-align: center;
}
#cc-mobile-subheader .icon a, #cc-mobile-subheader .iconL a, #cc-mobile-subheader .iconR a {
  height: 40px;
  width: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#cc-mobile-subheader .iconC a {
  height: 40px;
  width: 40px;
  padding-bottom: 30px;
  qqqpadding-left: 20px;
  qqqpadding-right: 20px;
}
#cc-mobile-subheader .iconR a {
  height: 40px;
  width: 40px;
  padding-bottom: 30px;
  qqqpadding-left: 20px;
  qqmargin-right: 20px;
}
#cc-mobile-subheader .icon.phone-icon, #cc-mobile-subheader .iconL.phone-icon {
  background: url(/wp-content/themes/Divi-Child/assets/icon-phone-call-2.svg) center no-repeat;
  background-size: 30px;
  qqqmargin-right:30px;
  qqqcolor:#ffffff;
  
}
#cc-mobile-subheader .icon.message-icon, #cc-mobile-subheader .iconL.message-icon {
  background: url(/wp-content/themes/Divi-Child/assets/icon-speech-bubble.svg) center no-repeat;
  background-size: 30px;
}
#cc-mobile-subheader .icon.calendar-icon, #cc-mobile-subheader .iconR.calendar-icon {
  background: url(/wp-content/themes/Divi-Child/assets/icon-time.svg) center no-repeat;
  background-size: 30px;
  qqqmargin-right:30px;
}
#cc-mobile-subheader .icon.telehealth-icon, #cc-mobile-subheader .iconR.telehealth-icon {
  background: url(/wp-content/themes/Divi-Child/assets/telemedicine-svgrepo-02.svg?t=2) center no-repeat;
  background-size: 30px;
  qqqmargin-right:30px;
}


#cc-mobile-subheader .schedule {
  display: inline-block;
  float: right;
  margin: 20px auto;
}
#cc-mobile-subheader-bot {
  clear: both;
  qqqheight: 20px;
  qqqbackground-color: pink;
  text-align:center;
  
}
#cc-mobile-subheah-buf {
  display: block;
  width: 110px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
#cc-mobile-subheah-roch {
  display: block;
  width: 110px;
  float: right;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
#cc-mobile-subheah-sched-appt {
	display: block;
  qqqwidth: 110px;
  qqqfloat: right;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom:2px;
}
#cc-mobile-subheader .schedule a {
  text-decoration: none;
  color: #FFF;
  background: #ffffff;
  border-radius: 50px;
  padding: 0 20px;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
}
#cc-mobile-subheader .schedule a:active {
  background: #404040;
}
#cc-mobile-subheader #review-summary {
  display: inline-block;
  float: left;
  margin-top: -40px;
  transform: scale(0.5);
  margin-left: -50px;
}

@media (max-width: 981px) {
  #cc-mobile-subheader {
    display: block!important;
  }
}
