/* extra large Devices, Desktops */

@media only screen and (max-width: 2560px) {

}


/* large Devices, Desktops */


@media only screen and (max-width: 1440px) {
 
}

@media only screen and (max-width: 1280px) {
 
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {

  
}


/* Small Devices, Tablets */

@media only screen and (max-width: 980px) {

}

/* Mobile Devices */

@media only screen and (max-width: 768px) {

  .ECBanner {
    height: 90vh;
    margin-bottom: 0px;
  }

  .ECBanner .title {
    font-size: 20px;
  }

  .ECBanner .subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
  .ECBanner .btn-ExplorePlans {
      /* padding: 10px 20px !important; */
      font-size: 16px !important;
  }
  .ECBanner .btn-ContactUs{
    padding: 10px 20px !important;
  }
  .UHTHealthcareProviders .tracker-img {
    height: 280px;
    margin: 0px 0px 30px;
  }
  .UHTHealthcareProviders .tracker-icon {
    height: 72px;
    margin: 0 auto 10px auto;
    text-align: center;
    display: block;
  }



.UHTHealthcareProviders .healthcare-icontitle {
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}

#Plans button.accordion-button {
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  border-radius: 14px !important;
  background-color: #A2A1A1;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  padding: 8px 12px;
}
#Plans button.accordion-button.bg-orange1 {
  background-color: #EE7D1A;
}

#Plans button.accordion-button h2{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

#Plans button.accordion-button h2 span{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.3rem;
}

#Plans button.accordion-button h4{
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.2rem;
}
#Plans .accordion-body {
  background-color: #F2F2F2;
  border-radius: 14px 14px;
  padding:12px;
}
#Plans .accordion-body h3{
  font-size: 14px;
  color: #5D5D5D;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0rem;
}
#Plans .accordion-body h3 span{
  font-size: 12px;
  color: #5D5D5D;
  font-weight: 400;
}
#Plans .accordion-body p{
  font-size: 12px;
  color: #5D5D5D;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0rem;
}
#Plans .accordion-body p i{
  font-size: 32px;
  color: #5D5D5D;
}
.ECForPlan .icon-plan {
  height: 26px;
  max-width: 26px !important;
}

.ECForPlan .buy-btn-a {
  padding: 12px 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 14px;
  background-color: #13cc00;
  transition: 0.25s;
}
.ECForPlan .buy-btn-a:hover {
  background-color: #49b2f2;
  color: #fff;
}
.ECForPlan .accordion-item{
  border: 0;
}
.faqs-section h1{
  margin-top: 2rem;
}
.faqs-section h2{
  font-size:18px;
}
}

@media only screen and (min-width:481px) and (max-width: 576px) {
  
}

/* Smaller Mobile Devices */

@media only screen and (min-width:400px) and (max-width: 480px) {

 
}

@media only screen and (min-width:360px) and (max-width: 399px) {

}

/* Smallest Mobile Devices */

@media only screen and (max-width: 320px) {
 
}


@media only screen and (min-width: 321px) and (max-width: 330px) {
 
}

@media only screen and (max-width: 320px) {
}