/* START GLOBAL STYLES */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');
body {
  color: #232323;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
h1 {
  font-family: 'Raleway', sans-serif;
}
h2 {
  font-family: 'Roboto', sans-serif;
}
h3 {
  font-family: 'Raleway', sans-serif;
}
h4 {
  font-family: 'Roboto', sans-serif;
}
h5 {
  font-family: 'Raleway', sans-serif;
}
ul {
  padding: 0;
  list-style-type: none;
}
.link {
  text-decoration: underline;
  color: #54565A;
}
.link:hover {
  text-decoration: underline;
  color: #54565A;
}
.btn-outline-dialcare {
  background-color: white;
  border-color: #e2e2e2;
  color: #54565a;
  font-family: 'Roboto', sans-serif;
}
.btn-outline-dialcare:hover {
  background-color: #717372;
  border-color: #717372;
  color: white;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare {
  background-color: #00aea9;
  border-color: #00aea9;
  color: black!important;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare:hover {
  background-color: white;
  border-color: #717372;
  color: #717372 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare-gray {
  background-color: #5a5454;
  border-color: #54565a;
  color: white !important;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare-gray:hover {
  background-color: white;
  border-color: #717372;
  color: #717372 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 5px #00a19c;
}
.btn-dialcare-orange {
  background-color: #ff5100;
  color: #000000 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-dialcare-orange:hover {
  background-color: white;
  border-color: #000000;
  color: #000000 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-therapy {
  background-color: #003057;
  color: white !important;
  font-family: 'Roboto', sans-serif;
}
.btn-therapy:hover {
  background-color: white;
  border-color: #003057;
  color: #003057 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-therapy-outline {
  border-color: #003057;
  background-color: white;
  color: #003057 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-outline-therapy {
  border-color: #003057;
  color: #003057 !important;
  font-family: 'Roboto', sans-serif;
}
.btn-outline-therapy:hover {
  border-color: #003057;
  color: #003057 !important;
  box-shadow: 1px 2px 10px hsl(0deg 0% 0% / 0.38);
  font-family: 'Roboto', sans-serif;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background: rgba(0, 48, 87, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#return-to-top svg {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #003057;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#return-to-top:hover svg {
  color: #fff;
  top: 5px;
}

.div-color-o {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(102,224,221,1) 36%, rgba(0,174,169,1) 100%);
  color: #231f20;
}
.div-color-o a {
  color: #00aea9;
  text-decoration: underline;
}
.div-color-o-alt {
  background: rgb(255,255,255);
  background: linear-gradient(338deg, rgba(255,255,255,1) 0%, rgba(102,224,221,1) 36%, rgba(0,174,169,1) 100%);
  color: #231f20;
}
.div-color-x {
  background-color: #54565a;
}
.header-blue {
  background-color: #003057;
  padding: 40px 0;
}
/* END GLOBAL STYLES */

/* START HOME PAGE STYLES */
/* START FAQ PAGE STYLES */
.faq h2,
.faq h3 {
  color: #00aea9;
}
.faq .card-header {
  padding: .5rem 1.25rem;
}
.faq-header {
  background-color: rgba(0, 174, 169, .5);
  padding: 40px 0;
  border-radius: 0;
}
#faq-content a {
  color: #00aea9;
}
.faq-box-shadow {
  box-shadow: 0 -.1rem 1rem rgba(0,0,0,.15)!important;
}

/* Rounded tabs */
@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}
@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}
.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}
/* Rounded tabs */

/* FAQ ACCORDIONS */
.faq-accordion {
  border-radius: 1.5rem;
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.faq-accordion .card,
.faq-accordion .card:last-child .card-header {
  border: none;
}
.faq-accordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
.faq-accordion .fa-stack {
  font-size: 18px;
}
.faq-accordion .btn {
  width: 100%;
  font-weight: bold;
  color: #343a40;
  padding: 0;
}
.faq-accordion a {
  color: #343a40;
  text-decoration: underline;
}
.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
  text-decoration: none;
}
.faq-accordion li + li {
  margin-top: 10px;
}
.faq-accordion .heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #343a40;
}
/* FAQ ACCORDIONS */

/* END FAQ PAGE STYLES */



/* NEW FOR 2022 */
@media (max-width: 992px) {
  .display-4 {
    font-size: 3rem;
  }
  .header-blue {
    background-color: #003057;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .header-blue {
    background-color: #003057;
    padding: 20px 0;
  }
  html {
    scroll-padding-top: 74px;
  }
}
@media (max-width: 490px) {
  .display-4 {
    font-size: 1.8rem;
  }
  .header-blue {
    background-color: #003057;
    padding: 20px 0;
  }
}
.footer-copy {
  color: #ffffff;
  font-size: .75rem;
}
.home-hero-img img {
  width: 65px;
}
.navbar-brand img {
  height: 60px;
  padding-left: 0px;
}
/* END HOME PAGE STYLES */

/* START MEDIA QUERIES */
@media (max-width: 2000px) {
  .jumbotron-sign-up {
    height: 500px;
    background-position: center;
    margin-bottom: 40px;
  }
  .tele-icon-1 {
    height: 8vw;
  }
  .tele-icon-2 {
    height: 8vw;
  }
  .mw-img {
    height: 400px;
    object-fit: cover;
  }
  .mw-img1 {
    object-fit: contain;
  }
  .clin-img {
    /* height: 350px; */
    object-fit: cover;
  }
  .pa-img {
    /* height: 686px; */
    width: 100%;
    /* object-fit: cover; */
  }
  .fa-hands-usd {
    font-size: 4rem;
  }
  .fa-laptop-house {
    font-size: 4rem;
  }
  .fa-users {
    font-size: 4rem;
  }
  .fa-building {
    font-size: 4rem;
  }
}
@media (max-width: 1650px) {
  .PA h3 {
    font-size: 1rem;
  }
  .PA h2 {
    font-size: 1.5rem;
  }
  .PA h5 {
    font-size: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 10px;
  }
}
@media (max-width: 1600px) {
  .div-color-f1 .mw-img {
    height: 400px;
  }
  .div-color-f1 h3 {
    line-height: 28px;
  }
  .phone h5 {
    font-size: 1rem;
    line-height: 1;
    padding-top: 10px;
  }
}
@media (max-width: 1350px) {
  .PA span {
    font-size: 1.5rem;
  }
  .bus-img {
    height: 370px;
    object-fit: cover;
  }
  .clin-img {
    height: 550px;
    object-fit: cover;
  }
  .profile-card-logo-a .profile-name h5, .profile-card-logo-b .profile-name h5, .profile-card-logo-c .profile-name h5{
    font-size: 15px;
  }
  .profile-card-logo-a img, .profile-card-logo-b img, .profile-card-logo-c img  {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  li {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  .symptoms li {
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .dcmw-copy h2 {
    font-size: 1.5rem;
  }
  .dcmw-copy h3 {
    font-size: 1.25rem;
  }
  .phone {
    padding-right: 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 5px;
  }
  .jumbotron-sign-up {
    height: 400px;
    margin-bottom: 40px;
  }
  .c-frame-tl {
    top: -30px;
    left: 30px;
  }
  .c-frame-br {
    bottom: -30px;
    right: 30px;
  }
  small {
    font-size: 77%;
  }
  .about-cards img {
    height: 260px;
  }
  .table-pricing th, .table-pricing td {
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .mobile-copy-white {
    color: #fff !important;
  }
  .two-words {
    line-height: 1;
  }
  .center-card h1 {
    font-size: 2rem;
  }
  .center-card h2 {
    font-size: 1.5rem;
  }
  .card-image {
    height: 500px;
  }
  .card-ul li {
    padding-bottom: 20px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .buttons-a {
    padding-left: 0px;
  }
  .jumbotron h1 {
    font-size: 2rem;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .border-box {
    padding: 50px;
  }
  .c-frame-tl {
    top: -40px;
    left: 30px;
  }
  .c-frame-br {
    bottom: -40px;
    right: 30px;
  }
  .pricing-box {
    background-color: #54565a;
  }  
  #hide-btn-a {
    display: none;
  }
  #hide-btn-ax {
    display: none;
  }
  .mw-rectangle {
    width: 100%;
    height: 65px;
    border-radius: 90vw;
  }
  .mw-chart {
    margin: 20px 0;
  }
  .mw-icon {
    font-size: 50px;
  }
  .mw-text {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-header .display-4 {
    font-size: 30px;
  }
  .faq-header {
    padding: 20px 0;
  }
  .container-about {
    background-color: rgba(238, 238, 238, 0.9);
  }  
  .about-cards img {
    height: 320px;
  }
  .about-us-img .display-4 {
    font-size: 2rem;
    line-height: 1;
  }
  .about-us-img h2 {
    line-height: 1;
    font-size: 1.5rem;
  }
  #philanthropy {
    background: url(../images/about-us/philanthropy1.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #employeer {
    background: url(../images/about-us/employeer.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #experience {
    background: url(../images/about-us/experience.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #building {
    background: url(../images/about-us/building.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  .about-us-img {
    height: 300px;
  }
  .fa-hands-usd {
    font-size: 3rem;
  }
  .fa-laptop-house {
    font-size: 3rem;
  }
  .about-us-img .fa-users {
    font-size: 3rem;
  }
  .fa-building {
    font-size: 3rem;
  }
  .table-pricing th, .table-pricing td {
    font-size: .8rem;
  }
  .div-color-s .display-4 {
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) {
  #hide-btn-b {
    display: none;
  }
  #hide-btn-bx {
    display: none;
  }
  #hide-link {
    display: none;
  }
}
@media (max-width: 768px) {
  .school-btn-link {
    font-size: .9rem;
    line-height: 1rem;
  }
  .jumbotron-sign-up {
    height: 300px;
    margin-bottom: 0;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .c-frame-tl {
    top: -50px;
    left: 20px;
  }
  .c-frame-br {
    bottom: -50px;
    right: 20px;
  }
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: block;
  }
  .school-circle-a {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-text {
    padding-top: 125px;
  }
  .div-color-g .ul-business {
    font-size: 19px;
  }
  #a {
    order: 1;
  }
  #b {
    order: 3;
  }
  #c {
    order: 2;
  }
  .tele-icon-1 {
    height: 65px;
  }
  .tele-icon-2 {
    height: 65px;
  }
  .links a {
    line-height: 1;
  }
  .mw-text {
    font-size: 16px;
    line-height: 19px;
  }
  .h3d {
    font-size: 2em;
  }
  .lead-d {
    font-size: 1.1em;
    line-height: 1em;
    /* margin-bottom: 10px; */
  }
  .condh3 {
    font-size: 1.7em;
  }
  .tilesWrap li h2 {
    display: none;
  }
  .tilesWrap li {
    min-height: 0;
    padding: 0;
  }
  .alert-corona {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0px;
  }
  .alert {
    margin-bottom: 0;
  }
  .container-about h2, h5 {
    font-size: 15px;
  }
  .profile-card-logo-a .profile-name, .profile-card-logo-b .profile-name, .profile-card-logo-c .profile-name {
    padding-top: 0;
  }
  .about-cards .card-body {
    padding: 1.25rem;
  }
  .about-cards h5 {
    font-size: 20px;
  }
  .profile-card-3 i {
    display: inline-block;
    font-size: 40px;
    background-color: #fff;
    color: #00aea9;
    text-align: center;
    border: 1px solid #232323;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 5px;
  }
  #what h5{
    font-size: 16px;
    line-height: 18px;
  }
  #what .h4{
    font-size: 1.4rem;
  }
  .hero-h1 {
    font-size: 1.7rem;
  }
  #join h5 {
    font-size: 1.25rem;
  }
  #mw-card div.card .mw-card-body {
    padding: 10px 25px;
  }
  #mw-card div.card .card-header {
    padding: .5rem 15px;
  }
  .mega-nav .navbar-brand img{
    height: 40px;
  }
  .navbar-nav .hamb {
    font-size: 1.5rem;
  }
  .psych-fixed-col {
    display: none;
  }
}
@media (max-width: 576px) {
  .hiw-circle {
    margin-top: 0px;
  }
  .hiw-circle h2 {
    font-size: 20px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-toggler-icon {
    font-size: 0.7rem;
  }
  .state-card-body li {
    font-size: 13px;
    line-height: 14px;
  }
  .card-ul li {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .jumbotron h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2.0em;
  }
  .div-color-a ul {
    font-size: 1em;
  }
  #footer-links {
    line-height: 0;
    font-size: .75rem;
    text-align: center;
  }
  .pricing p {
    line-height: 18px;
  }
  .pricing h3 {
    line-height: 20px;
    font-size: 20px;
  }
  .pricing-box h2 {
    line-height: 20px;
    font-size: 30px;
  }
  .copy-above-price {
    margin-top: -27px !important;
  }
  .copy-below-price {
    margin-top: 20px !important;
  }
  .pricing .box {
    padding: 20px;
  }
  .pricing .box1 {
    padding: 20px;
  }
  .border-box {
    padding: 10px;
  }
  .c-frame-tl {
    top: 10px;
    left: 40px;
    position: absolute;
    width: 100px;
    height: 40px;
    border-width: 3px;
    border-style: solid none none solid;
    border-color: #fff;
  }
  .c-frame-tl::after {
    content: " ";
    position: absolute;
    transform: translate3d(5px, 5px, 0);
    width: 70px;
    height: 20px;
    border-width: 3px;
    border-style: solid none none solid;
    border-color: #fff;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .c-frame-br {
    bottom: 5px;
    right: 30px;
    position: absolute;
    width: 100px;
    height: 40px;
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
  }
  .c-frame-br::after {
    content: " ";
    position: absolute;
    transform: translate3d(22px, 12px, 0);
    width: 70px;
    height: 20px;
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .team-image img {
    max-width: 100px;
    width: 100%;
  }
  h1, .h1 {
    font-size: 24px;
    line-height: 26px;
  }
  h2 {
    font-size: 20px;
  }
  .about-mw h2 {
    line-height: 22px;
  }
  .about-mw p {
    line-height: 1.2rem;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  .corona ul {
    font-size: 1rem;
  }
  .corona ol {
    font-size: 13px;
  }
  .corona a {
    font-size: 15px;
  }
  .corona-chart th,
  td {
    font-size: 12px;
  }
  .lead-h {
    line-height: 16px;
    font-size: 15px;
  }
  .div-color-d ul {
    font-size: 13px;
  }
  .tele-icon-1 {
    height: 75px;
  }
  .tele-icon-2 {
    height: 75px;
  }
  .extra-margin {
    margin-bottom: 50px;
  }
  .ul-business {
    font-size: 13px;
  }
  .mw-icon {
    font-size: 40px;
  }
  .mw-text {
    font-size: 14px;
    line-height: 16px;
  }
  #members iframe {
    min-height: 1300px;
  }
  .pressRelease.row img {
    float: none
  }
  .symptoms {
    text-align: center;
  }
  .sitemap {
    text-align: center;
  }
  .sitemap p {
    margin-bottom: 0;
  }
  .sitemap h3 {
    padding-top: 20px;
  }
  .jumbotron h1 {
    padding-bottom: 0;
    font-size: 1.3rem;
  }
  .breadcrumb {
   font-size: .8rem;
 }
 .PRODUCT img {
   display:none !important;
  }
  .faq-header .display-4 {
    font-size: 20px;
  }
  .faq-header {
    padding: 10px 0;
  }
  .faq-header h1 {
    margin-bottom: 0;
  }
  .business-h1 {
    font-size: 1.3rem;
  }
  .profile-card-logo-a .profile-name h5, .profile-card-logo-b .profile-name h5, .profile-card-logo-c .profile-name h5 {
    margin-top: .5rem;
  }
  .testimonial .testimonial-content{
    padding: 20px;
    margin-bottom: 25px;
  }
  .about-us-img {
    height: 200px;
  }
  .fa-hands-usd {
    font-size: 2rem;
  }
  .fa-laptop-house {
    font-size: 2rem;
  }
  .fa-users {
    font-size: 2rem;
  }
  .fa-building {
    font-size: 2rem;
  }
  .pa-icon-circle i {
    display: none;
  }
  #mw-card p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .navbar>.container-fluid {
    flex-wrap:nowrap;
  }
  #hide-sm-btn {
    display: none;
  }
  .div-color-s .display-4 {
    font-size: 1.9rem;
  }
}

@media (max-width: 414px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }
  .card-image {
    height: 350px;
  }
  .circle-logo {
    width: 150px;
  }
  .c-frame-tl {
    top: -10px;
    left: 20px;
  }
  .c-frame-br {
    bottom: -10px;
    right: 20px;
  }
  .links-spacing a {
    line-height: 2;
  }
  .nav-links a {
    line-height: 1;
  }
  .two-words {
    line-height: 0;
  }
  #join .form-control {
    font-size: .9rem;
  }
  #join label {
    font-size: .9rem;
  }
  .school-circle-a {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-text {
    padding-top: 80px;
  }
  .school-h1 {
    line-height: 1.5rem;
  }
  .hero-h1 {
    font-size: 1rem;
  }
  .hero-h1-td {
    font-size: 1.3rem;
  }
  .card-body p {
    font-size: 13px;
    margin-bottom: .3rem;
    line-height: 1rem;
  }
  .card-body li {
    font-size: 13px;
    margin-bottom: .3rem;
    line-height: 1rem;
  }
  .about-us-hr {
    width: 200px;
  }
  .container-about {
    box-shadow: 0 0 8px rgba(75, 75, 75, 0.3);
    margin-top: 10px;
  }
  .about-us-img .display-4{
    font-size: 1.5rem;
  }
  .about-us-img h2{
    font-size: 1rem;
  }
  .about-mw-copy p {
    font-size: .9rem;
  }
  .about-mw-copy h2 {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .fa-3x {
    font-size: 2rem !important;
  }
  .fa-stack {
    height: 2.3rem !important;
  }
  .navbar img {
    text-align: center;
  }
  .mw-text {
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px 0 25px;
  }
  .mw-icon {
    align-items: center;
  }
  #members iframe {
    min-height: 1400px;
  }
  .condh3 {
    font-size: 1.4em;
    line-height: 1em;
  }
  .c-frame-tl {
    top: -20px;
    left: 20px;
  }
  .c-frame-br {
    bottom: -20px;
    right: 20px;
  }
}
@media (max-width: 320px) {
  .div-color-e .btn-gap {
    margin-bottom: 5px;
  }
}
@media (max-width: 319px) {
  .btn-gap {
    margin-bottom: 5px;
  }
}
/* END MEDIA QUERIES */

/* START MODAL TABS TO ACCORDION */
#products-div .nav-tabs {
  display: none;
}
@media(min-width:1200px) {
  #products-div .nav-tabs {
    display: flex;
  }
  #products-div .card {
    border: none;
  }
  #products-div .card .card-header {
    display: none;
  }
  #products-div .card .collapse {
    display: block;
  }
}
@media(max-width:1200px) {
  #products-div .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }
}

/* CSS FOR PRODUCT CMS------------------------------ */
.disclaimer p {font-size:12px !important}
.disclaimer a {color:#ffffff !important;}
.consult-fee:before{content:"60.00"}
.tdcf-fee{display:none;}
@media(max-width:480px){header.home .btn{display:block!important}
header.home .btn-primary{margin-top:10px}
.PRODUCT img{display:none!important}
}
.plan-details-table a{display:inline-block}
.plan-details-table td:nth-child(1){width:30%}
.CMAL td,.CRNT td,.LAPN-PRICING td,.MTMD td{text-align:left!important}
/*!PRODUCTS*/.PRODUCT img{float:right!important}
.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}
.PRODUCT td{vertical-align:middle!important}
.PRODUCT th{vertical-align:bottom!important;background:#434345!important;color:#fff!important}
.avg-savings,.avg-savings-num{background:#434345;color:#fff;font-weight:700}
.MTMD td{width:33%!important}
.CMAL table{max-width:500px!important;width:100%!important}
.avg-savings{border-right:0!important}
.CMAL td,.CRNT td,.HMIP-COLUMNS th{width:33%!important}
.CMAL td,.CRNT td{font-weight:400!important;vertical-align:top!important;border-left:0!important}
.LAPN-PRICING{max-width:400px!important}
.TDOC .video-table td:first-child,.TVIP .video-table td:first-child{border-right:1px solid #fff!important}
.TDOC td,.TDOC th,.TVIP td,.TVIP th{padding:0!important;border:0!important}
.TDOC .video-table,.TVIP .video-table{text-align:center}
.LCA td,.LCA th{text-align:center!important}
.VSPS td:nth-child(1),.VSPS th:nth-child(1){width:35%!important;text-align:right!important}
.VSPS td:nth-child(2),.VSPS th:nth-child(2){width:65%!important}
.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){font-weight:700!important}
.TWOCOLUMN td:nth-child(2),.TWOCOLUMN td:nth-child(3),.TWOCOLUMN th:nth-child(2),.TWOCOLUMN th:nth-child(3){width:50%}
.THREECOLUMN td:nth-child(2),.THREECOLUMN td:nth-child(3),.THREECOLUMN th:nth-child(2),.THREECOLUMN th:nth-child(3){text-align:center}
.FOURCOLUMN td:nth-child(2),.FOURCOLUMN td:nth-child(3),.FOURCOLUMN td:nth-child(4),.FOURCOLUMN th:nth-child(2),.FOURCOLUMN th:nth-child(3),.FOURCOLUMN th:nth-child(4){text-align:center;width:22%}
.FIVECOLUMN td:nth-child(2),.FIVECOLUMN td:nth-child(3),.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(2),.FIVECOLUMN th:nth-child(3),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){text-align:center;width:17%}
.SIXCOLUMN th:nth-child(2),.SIXCOLUMN ttd:nth-child(2),.text-left{text-align:left}
.SIXCOLUMN td:nth-child(2),.SIXCOLUMN td:nth-child(3),.SIXCOLUMN td:nth-child(4),.SIXCOLUMN td:nth-child(5),.SIXCOLUMN td:nth-child(6),.SIXCOLUMN th:nth-child(2),.SIXCOLUMN th:nth-child(3),.SIXCOLUMN th:nth-child(4),.SIXCOLUMN th:nth-child(5),.SIXCOLUMN th:nth-child(6){text-align:center;width:16%}
.SEVENCOLUMN td:nth-child(2),.SEVENCOLUMN td:nth-child(3),.SEVENCOLUMN td:nth-child(4),.SEVENCOLUMN td:nth-child(5),.SEVENCOLUMN td:nth-child(6),.SEVENCOLUMN td:nth-child(7),.SEVENCOLUMN th:nth-child(2),.SEVENCOLUMN th:nth-child(3),.SEVENCOLUMN th:nth-child(4),.SEVENCOLUMN th:nth-child(5),.SEVENCOLUMN th:nth-child(6),.SEVENCOLUMN th:nth-child(7){text-align:center;width:12%}
@media (min-width:768px){.TVIP .video-table td{display:table-cell}
}
/* CSS FOR PRODUCT CMS------------------------------ */
.PRODUCT ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#products-div #content ul {
  list-style-type: disc;
  padding-left: 40px;
}
#pane-A ul:nth-of-type(2) li {
  float: left;
  width: 33%;
}
.transbox {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}
.ul-business {
  font-size: 30px;
  color: #6f7271;
}
.ul-business1 {
  column-count: 2;
}
.conditions {
  list-style: none;
  padding-left: 0;
}
.conditions li {
  background: #f4f4f4;
  padding: 3px;
  margin-bottom: 10px;
}
.conditions h4 {
  margin-top: 5px;
  color: #4e4e4e;
}
.condh3 {
  color: #00aea9;
  font-size: 2.25em;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn-link {
  color: #00aea9;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn-link:hover {
  text-decoration: none;
  color: #00aea9;
}
.btn-link:focus {
  text-decoration: none;
}
.who-we-are-div {
  position: relative;
  text-align: center;
  color: #6F7271;
}
.centered {
  position: absolute;
  top: 48%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.stretch {
  min-height: 230px;
  background-color: #c6cbd4;
}
.lead-d {
  font-size: 1.32em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.lead-h {
  line-height: 22px;
  font-weight: normal;
}
.h3d {
  color: #00aea9;
  font-size: 2.25em;
}
.pp a {
  color: #00aea9;
}
.mwfaq a {
  color: #00aea9;
}
.pp h2,
.pp h3 {
  color: #232323;
}
.pp a {
  color: #232323;
  font-weight: bold;
  text-decoration: underline;
}
.img-responsive {
  display: block;
}
.modal-body a {
  color: #00aea9;
  text-decoration: none;
  background-color: transparent;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.card-same-height {
  height: 100%;
}
