/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.qcmed-green-loading .object {
    background-color: #03738c;
}

.wsmenu > .wsmenu-list.nav-green-hover > li > a:hover {
    color: white !important;
}

.footer-sticky {
    display: block;
    bottom: 0px;
    position: sticky;
    width: 100%;
}

.wsmenu-click:hover {
    color: #0f6660;
}

.footer-fixed {
    display: block;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

.confirm-logo {
    width: 100%;
    height: 130px;
    text-align: center;
}
    .confirm-logo > img {
        width: 100px;
    }

.confirm-main-section {
    height: 749px;
}

.ico-left > img  {
    width: 24px !important;
    padding-right: 4px;
}

.ico-left:hover > img {
    opacity: 0.9;
}

.pricing-2-table .features {
    padding-top: 0;
    margin-top: 10px;
}

.bg-tra-greenqcmed {
    background-color: rgba(3, 115, 140, 13%);
}

@media (min-width: 768px) and (max-width: 991.95px){
    .confirm-main-section {
        height: 664px;
    }
}

@media (max-width: 767px){
    .confirm-main-section {
        height: 659px;
    }
}

@media (min-width: 321px) and (max-width: 413.95px) {
    .confirm-main-section {
        height: 632px;
    }
}

@media (max-width: 320px){
    .confirm-main-section {
        height: 609px;
    }
}