.online-lab-testing-banner {
  background: none;
  padding: 40px 0 0 0;
  background-color: white;
}
.online-lab-testing-banner .main-banner-title {
  font-size: 35px;
  color: #2DBDCA;
  margin-bottom: 14px;
}
.online-lab-testing-banner .banner-desc {
  font-size: 16px;
  color: #34394D;
  padding-right: 0px;
}
.lab-features {
  background-color: #E0EEEF;
  color: #34394D;
  font-size: 16px;
}
.lab-features .feature-box {
  padding: 18px 0px;
  overflow-x: scroll;
}
.lab-features .feature-box img {
  width: 35px;
}
.lab-features .feature-box .item {
  padding: 0 23px;
  border-left: 2px solid #85858536;
  white-space: nowrap;
}
.order-labs {
  padding: 60px 0;
}
.order-labs h2, .review-section h2, .faq-container h2, .how-it-works-container h2{
  font-size: 20px;
}
.order-lab-desc {
  font-size: 18px;
}
/* radio-button */
.order-labs .form-check-inline {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-labs .form-check-input {
  border: 1px solid #002142;
  height: 18px;
  width: 18px;
  min-width: 18px;
  border-radius: 100% !important;
  margin-top: 0px;
}
.order-labs .form-check-label {
  font-size: 14px;
  color: #293450;
}
.order-labs .form-check-inline .form-check-input:checked[type=checkbox], .order-labs .form-check-inline .form-check-input:checked[type=radio] {
  background-color: #FF7909;
  border: #af6b1d;
  outline: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
  background-size: 16px;
}
.see-test {
  margin-left: 33px;
  color: #2DBDCA;
  font-size: 12px;
}
.see-test:hover {
  color: black;
}
.see-test-hover {
  position: absolute;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 15px;
  color: #8D8D8D;
  padding: 21px 18px;
  top: 40px;
  background-color: white;
  z-index: 2;
}
.test-info-desc {
  padding: 20px 30px 0 30px;
}
.back-btn {
  font-size: 24px;
  margin-top: 15px;
}
.view-all-btn {
  color: #2DBDCA;
  font-size: 18px;
}
@media (min-width: 992px) {
  .online-lab-testing-banner {
    background: url(../images/online-lab-testing/main-banner-web.png) no-repeat top center;
    background-size: cover;
    padding: 92px 0;
  }
  .online-lab-testing-banner .main-banner-title {
    font-size: 40px;
  }
  .online-lab-testing-banner .banner-desc {
    font-size: 20px;
  }
  .lab-features {
    font-size: 18px;
  }
  .order-labs h2, .review-section h2, .faq-container h2, .how-it-works-container h2 {
    font-size: 24px;
  }
  .order-lab-desc {
    font-size: 20px;
  }
  .order-labs .form-check-label {
    font-size: 16px;
  }
  .see-test {
    font-size: 16px;
    margin-left: 41px;
  }
}
@media (min-width: 1200px) {
  .online-lab-testing-banner .main-banner-title {
    font-size: 60px;
  }
  .order-labs h2, .review-section h2, .faq-container h2, .how-it-works-container h2 {
    font-size: 34px;
  }
  
  .lab-features .feature-box {
    padding: 30px 0px;
  }
  .order-lab-desc {
    font-size: 24px;
  }

  .lab-features .feature-box .owl-item:nth-child(1) .item {
    border: 0;
  }
}
@media (min-width: 1920px) {
  .order-labs .form-check-input {
    height: 25px;
    width: 25px;
    min-width: 25px;
  }
  .order-labs .form-check-inline .form-check-input:checked[type=checkbox], .order-labs .form-check-inline .form-check-input:checked[type=radio] {
    background-size: 21px;
  }
  .online-lab-testing-banner .main-banner-title {
    font-size: 80px;
  }
  .order-labs h2, .review-section h2, .faq-container h2, .how-it-works-container h2{
    font-size: 45px;
  }
  .lab-features {
    font-size: 23px;
  }
  .online-lab-testing-banner .banner-desc {
    padding-right: 92px;
  }
  .online-lab-testing-banner .banner-desc {
    font-size: 26px;
  }
  .lab-features .feature-box {
    padding: 37px 0px;
  }
  .order-lab-desc {
    font-size: 30px;
  }
  .order-labs {
    padding: 111px 0;
  }
  .order-labs .form-check-label {
    font-size: 18px;
  }
  .lab-features .feature-box img {
    width: auto;
  }
}

/* test-container */
.test-container {
  background-color: #34394D;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 8px;
  color: #34394D;
}
.test-tab {
  border-radius: 5px;
  padding: 13px 8px;
  background: white;
  font-size: 11px;
  margin-right: 10px;
  min-width: 69px;
}
.test-tab.active {
  background: #2DBDCA;
  color: white;
}
.test-radio-box {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  background-color: white;
  padding: 8px 11px;
  margin-bottom: 18px;
}
.order-lab-test {
  margin-bottom: 23px;
}
.test-container .amount-box {
  border-radius: 9px;
  background-color: #2DBDCA;
  color: white;
  font-size: 10px;
  padding: 5px;
  margin-left: 9px;
}
.test-container .total-amount {
  font-size: 15px;
  background-color: #2DBDCA;
  border-radius: 10px;
  font-weight: 700;
  padding: 15px;
  margin-right: 10px;
  white-space: nowrap;
}
#general-test .test-radio-box a {
  color: #FF7909;
  font-size: 18px;
}
.all-test {
  padding: 0 18px;
}
.all-test h3 {
  font-size: 24px;
  color: #FF7909;
  font-weight: 700;
  margin-bottom: 48px
}
.test-container .border-bottom {
  border-color: white;
}
/* selected-test-section */
.selected-test-section {
  padding: 35px 24px;
}
.selected-test-section .selected-test {
  max-height: 170px;
  overflow: scroll;
}
.selected-test-section .selected-test, .featured-in .brand.brand-sectopm, .lab-features .feature-box {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.selected-test-section .selected-test::-webkit-scrollbar, .featured-in .brand.brand-sectopm::-webkit-scrollbar, .lab-features .feature-box::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.select-test-lable {
  font-size: 24px;
  font-weight: 700;
  padding-right: 34px;
  /* margin-top: 17px; */
  white-space: nowrap;
  color: #FFAA49;
}
.total-lable {
  font-size: 20px;
  font-weight: 800;
  margin-right: 12px;
}
.selected-test p {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 600;
  color: #293450;
  white-space: nowrap;
  margin-bottom: 0;
}
.text-gray-CA {
  color: #CACACA;
}
/* feature in */
.featured-in {
  padding: 40px 0;
}
.featured-in h2 {
  font-size: 20px;
}
/* .featured-in .brand.brand-sectopm {
  overflow-y: scroll;
  padding: 0 50px;
} */
/* .featured-in .brand.brand-sectopm li {
  display: inline-block;
  margin: 0;
} */
.featured-in .item {
  margin: 0 auto;
  padding-top: 30px;
  height: 80px;
  display: flex;
  align-items: center;
}
.featured-in .logo1 {
  width: 100px;
}
.featured-in .logo2 {
  width: 80px;
}
.featured-in .logo3 {
  width: 100px;
}
.featured-in .logo4 {
  width: 119px;
}
.featured-in .logo5 {
  width: 50px;
}
.featured-in .logo6 {
  width: 100px;
}
/* how it work */
.how-it-works-container {
  padding: 50px 0;
}
.how-it-works-container .steps-content {
  background: #34394D;
  box-shadow: 0px 3px 20px #54969E29;
  border-radius: 20px;
  max-width: 434px;
  padding: 15px;
  margin-top: 30px;
  color: white;
}
.how-it-works-container .refills-step-box h3 {
  font-size: 24px;
  color: #FF7603;
  opacity: 0.85;
}
.how-it-works-container .refills-step-box {
  position: relative;
}
.how-it-works-container .refills-step-box::after {
  position: absolute;
  background: url(../images/prescription_refill/arrow_dottad.svg);
  content: none;
  right: -38px;
  top: 100px;
  width: 65px;
  height: 16px;
  background-size: 55px;
  background-repeat: no-repeat;
}
.how-it-works-container .refills-step-box:nth-child(3)::after {
  content: none;
}
.how-it-works-container .steps-content h4 {
  color: #2DBDCA;
  font-size: 16px;
}
@media (max-width: 575px) {
  .select-test-lable {
    padding-right: 17px;
  }
}
@media (min-width: 451px) {
  .test-tab {
    min-width: 95px;
  }
}
@media (min-width: 768px) {
  .how-it-works-container .steps-content {
    color: initial;
    background: white;
  }
  .how-it-works-container .steps-content h4 {
    color: initial;
  }
  .how-it-works-container .refills-step-box:hover .steps-content {
    background: #34394D;
    color: white;
    transition: 0.3s;
  }
  .how-it-works-container .refills-step-box:hover .steps-content h4 {
    color: #2DBDCA;
    transition: 0.3s;
  }
  .how-it-works-container .refills-step-box::after {
    content: "";
  }
  .how-it-works-container .refills-step-box::after {
    top: 138px;
    width: 39px;
    height: 34px;
    background-size: 20px;
    right: -29px;
  }
  .featured-in h2 {
    font-size: 40px;
  }
  .featured-in .brand.brand-sectopm li {
    margin: 0 70px;
  }
}
@media (min-width: 992px) {
  .selected-test p {
    padding: 8px 30px;
    font-size: 16px;
  }
  .test-tab {
    min-width: 100px;
    border-radius: 0px 0px 15px 15px;
  }
  .test-container {
    padding: 0 40px;
  }
  .order-lab-test {
    margin-bottom: 53px;
  }
  .all-test {
    padding: 0;
  }
  .test-container .amount-box {
    font-size: 15px;
    padding: 7px;
  }
  #general-test .test-radio-box a {
    font-size: 20px;
  }
  .select-test-lable {
    font-size: 30px;
  }
  .test-container .total-amount {
    font-size: 20px;
  }
  .selected-test-section {
    padding: 41px 0;
  }
  
  .how-it-works-container .steps-content h4 {
    font-size: 20px;
  }
  .how-it-works-container .refills-step-box::after {
    top: 138px;
    width: 87px;
    height: 34px;
    background-size: 40px;
    right: -68px;
  }
  .selected-test-section .selected-test {
    max-height: 144px;
  }
  .featured-in .logo1 {
    width: 140px;
  }
  .featured-in .logo2 {
    width: 100px;
  }
  .featured-in .logo3 {
    width: 155px;
  }
  .featured-in .logo4 {
    width: 169px;
  }
  .featured-in .logo5 {
    width: 70px;
  }
  .featured-in .logo6 {
    width: 160px;
  }

  .featured-in .item {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .all-test h3 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .how-it-works-container .refills-step-box h3 {
    font-size: 26px;
  }
  .how-it-works-container .steps-content h4 {
    font-size: 24px;
  }
  .test-tab {
    font-size: 15px;
    min-width: 150px;
    padding: 13px 10px;
  }
  .test-container {
    padding: 0 50px;
  }
  .test-radio-box {
    padding: 13px;
  }
  #general-test .test-radio-box a {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .selected-test p {
    padding: 8px 30px;
    font-size: 18px;
  }
  .how-it-works-container .refills-step-box h3 {
    font-size: 36px;
  }
  .how-it-works-container .steps-content h4, .how-it-works-container .steps-content p {
    font-size: 30px;
  }
  .test-tab {
    font-size: 20px;
    min-width: 222px;
    padding: 13px 40px;
  }
  .test-container {
    padding: 0 63px;
  }
  .how-it-works-container .refills-step-box::after {
    right: -38px;
    top: 175px;
    width: 87px;
    height: 34px;
    background-size: 83px;
    right: -47px;
  }
  .featured-in {
    padding: 98px 0;
  }
  .how-it-works-container {
    padding: 120px 0;
  }
  .featured-in .logo1 {
    width: 156px;
  }
  .featured-in .logo2 {
    width: 120px;
  }
  .featured-in .logo3 {
    width: 175px;
  }
  .featured-in .logo4 {
    width: 189px;
  }
  .featured-in .logo5 {
    width: 90px;
  }
  .featured-in .logo6 {
    width: 180px;
  }
  .selected-test-section .selected-test {
    max-height: 155px;
  }
}

/* Review */
.review-section {
  padding: 60px 0;
}
.review-section .card {
  border-radius: 34px;
  color: #5D6174CC;
  font-size: 14px;
  max-width: 494px;
  font-weight: 500;
}
.review-section .ratintextbold span {
  color: #29345073;
  font-size: 16px;
}
@media (min-width: 1920px) {
  .review-section .card {
    font-size: 18px;
  }
}

/* FAQ */
.faq-container {
  padding: 40px 0;
}
.faq-container .card {
  box-shadow: none;
}
.faq-container .accordion .card {
  border: 1px solid #C2C2C2;
  background-color: #FBFBFB;
}
.faq-container .accordion .card-header h2 .btn-block {
  font-size: 13px;
  padding: 9px 45px 9px 9px;
}
.faq-container .accordion .card .card-body {
  font-size: 9px;
  padding: 0 9px 9px 9px !important;
}
.faq-container .accordion .card-header .btn-link.collapsed::after {
  top: 8px;
}
.faq-container .accordion .card-header .btn-link::after {
  top: 14px;
}
@media (min-width: 992px) {
  .faq-container .accordion .card-header h2 .btn-block {
    font-size: 18px;
    padding: 15px 45px 15px 15px;
  }
  .faq-container .accordion .card .card-body {
    font-size: 13px;
    padding: 0 15px 15px 15px !important;
  }
  .faq-container .accordion .card-header .btn-link.collapsed::after {
    top: 17px;
  }
  .faq-container .accordion .card-header .btn-link::after {
    top: 22px;
  }
}
@media (min-width: 1920px) {
  .faq-container .accordion .card-header h2 .btn-block {
    font-size: 23px;
    padding: 24px 45px 24px 24px;
  }
  .faq-container .accordion .card .card-body {
    font-size: 18px;
    padding: 0 24px 24px 24px !important;
  }
  .review-section {
    padding: 95px 0;
  }
  .faq-container {
    padding: 120px 0;
  }
}