.pointer {cursor: pointer;}

/* ************************************************ HOME ************************************************** */

/* --- MAIN NAVIGATION BAR --- */

ul.navbar-nav
{
  display: flex;
  align-items: center;
}


ul.navbar-nav li.nav-item a.nav-link {
  letter-spacing: 1px;
}

.c-navigation-nav
{
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
  background-color: white;
}

header .c-header-right-box {
  padding: 5px 0px;
}

header.smaller .c-header-right-box {
  padding: 8px 0px;
}

header.smaller {
	height: 75px;
}

header.smaller .navbar-brand {
  width: 120px;
  height: auto;
  transition: .2s all;
}

header h1 {
  transition: .2s all;
}

header.smaller h1 {
  font-size: 1rem;
  transition: .2s all;
}

header .navbar-nav {
  margin-top: 1rem;
}

header.smaller .navbar-nav {
  margin-top: .5rem;
}

header.smaller nav a {
  line-height: 10px;
  transition: .2s all;
  font-size: 1.1rem;
}
.c-active{
  font-weight: 700 !important;
  color: rgba(0,0,0,.9) !important;
}
/* ******** START BANNER ********* */

.c-home-banner-box
{
  background: url('../images/banner.jpg') no-repeat center;
  width: 100%;
  margin-top: 4.8rem;
  background-size: cover;
  background-color: #fff;
  height: 531px;
}

.c-banner-caption {
  background: white;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.c-textbox {
  height: 40px;
}

.c-formbox {
  border-radius: 4px;
  background-color: #fff4d3;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.c-textbox:hover {
  border: 1px solid rgba(0,0,0,0.5);
}

.c-textbox:focus {
  outline: none;
  border: 1px solid rgba(0,0,0,0.7);
}

.c-textbox-main {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(245,245,245,1);
    border-radius: 4px;
    padding: 8px 15px;
    transition: .2s all;
}
.c-textbox-main:hover {
    border: 1px solid rgba(0,0,0,0.07);
}
.c-textbox-main:focus {
    outline: none;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.c-textbox-main-err { 
  border: 1px solid rgba(255, 0, 0, 0.3);
  background-color: rgb(255, 223, 223);
}
.c-checkbox-err { 
  outline: 1px solid rgba(255, 0, 0, 1);
}

.c-sliderbox {
  background: url('../images/slider-bg.jpg') no-repeat center;
  width: 100%;
  height: 500px;
}

#feature-slide {
  height: 500px;
}

.carousel-caption {
  position: unset;
}

.c-caption-ul li {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.c-pap-bg {
  background-color: #e6c157;
}

.c-card-header {
  border-radius: 14px 50px 0px 0px;
  clip-path: polygon(0% 0%,98% 0%,100% 100%,0 100%);
  min-width: 50%;
  width: 50%;
}

.c-card-content {
  background-color: white;
  border: 2px solid #a0070b;
  border-radius: 0px 5px 5px 5px;
  box-shadow: 0px 8px 15px rgba(0,0,0,0.20);
}

.c-getcard-btn {
    width: 400px;
    max-width: 100%;
    height: 80px;
    font-size: 1.7rem;
}

.c-pharmacy-header {
  border-radius: 14px 50px 0px 0px;
  clip-path: polygon(0% 0%,98% 0%,100% 100%,0 100%);
  min-width: 50%;
  width: 50%;
}

.c-pharmacy-content {
  background-color: white;
  border: 2px solid #6c757d;
  border-radius: 0px 5px 5px 5px;
}

.c-card-box {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
  border-radius: 5px;
}

.c-compare-section {
    border-bottom: 2px solid black;
    border-bottom-style: dashed;
}

.c-compare-box {
  border: 1px solid rgba(0,0,0,0.25);
  background-color: #f9f9f9;
}

.c-info-box {
  background: url('../images/moreinfo-bg.jpg') no-repeat center;
  background-size: cover;
}



/* -------------------------------------- End Compare.html ---------------------------- */


/* -------------------------------------- start btn ---------------------------- */


.btn-primary1 {
    background-color: rgba(160, 7, 11, 1);
    color: white;
    border: 1px solid rgba(160, 7, 11, 1);
}
.btn-primary1:hover {
    background-color: rgba(160, 7, 11, 0.85);
    border: 1px solid rgba(160, 7, 11, 0.85);
    transition: .2s all;
    cursor: pointer;
}
.btn-primary1:focus {
    box-shadow: 0px 0px 0px 3px rgba(160, 7, 11, 0.4);
}

.btn-outline-primary1 {
    color: rgba(160, 7, 11,1);
    background-color: transparent;
    border-color: rgba(160, 7, 11,1);
    transition: .2s all ease-in-out;
}
.btn-outline-primary1:hover {
    background-color: rgba(160, 7, 11,1);
    color: white;
    transition: .2s all ease-in-out;
}
.btn-outline-primary1:focus {
    box-shadow: 0px 0px 0px 3px rgba(160, 7, 11,0.4);
}

.btn-primary2 {
    background-color: rgba(160, 7, 11, 0.85);
    color: white;
    border: 1px solid rgba(160, 7, 11, 0.85);
}
.btn-primary2:hover {
    background-color: rgba(160, 7, 11, 1);
    border: 1px solid rgba(160, 7, 11, 1);
    transition: .2s all;
    cursor: pointer;
}
.btn-primary2:focus {
    box-shadow: 0px 0px 0px 3px rgba(160, 7, 11, 0.4);
}


.btn-outline-primary2 {
    color: rgba(255, 255, 255,1);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    transition: .2s all ease-in-out;
}
.btn-outline-primary2:hover {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(160, 7, 11, 1);
  transition: .2s all ease-in-out;
}
.btn-outline-primary2:focus {
    box-shadow: 0px 0px 0px 3px rgba(160, 7, 11,0.4);
}

/* -------------------------------------- End btn ---------------------------- */

/* -------------------------------------- Start Model Css ---------------------------- */
.c-meds-detail-dropdown
{
    border-radius: 4px;
    background-color: rgba(247,247,247,1);
    padding: 7px;
    border: 1px solid rgba(0,0,0,0.1);
    min-width: 12rem;
    max-width: 100%;
    position: relative;
    letter-spacing: 1px;
    overflow: hidden;
}
.c-meds-detail-dropdown:hover
{
    border: 1px solid rgba(0,0,0,0.25);
    cursor: pointer;
}
.c-meds-detail-dropdown:focus
{
    outline: none;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.c-select-err { 
  border: 1px solid rgba(255, 0, 0, 0.3);
  background-color: rgb(255, 223, 223);
}

.c-header-line {
    height: 2px;
    background-color: rgba(160, 7, 11,1);
}

.step-header-active {
    background-color: rgba(160, 7, 11,1);
    color: white;
}

.step-header-completed {
    background-color: rgba(160, 7, 11,.4);
    color: white;
}

.step-header-disabled {
    background-color: rgba(245,245,245, 1);
    color: rgba(51,51,51,1)
}

.modal-dialog.modal-dialog-centered.c-pap-dialog {
    max-width: 82%;
}

.c-card-view {
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}






.c-checkbox {
    height: 22px;
    width: 22px;
}

.brdr-rad-2 { border-radius: 2px; }
.brdr-rad-4 { border-radius: 4px; }


/* -------------------------------------- End Model Css ---------------------------- */


/* -------------------------------------- Start Services.html ---------------------------- */

.c-services-banner-box
{
  background: url('../images/services-banner.jpg') no-repeat center;
  background-size: cover;
  background-color: #fff;
  margin-top: 4.8rem;
  height: 85vh;
}

.c-steps-box {
  background: url('../images/steps-bg.jpg') no-repeat center;
  background-size: cover;
}

.c-pharmacies-box {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  border-radius: 4px;
  min-height: 420px;
  position: relative;
}

.c-btns-box {
  position: absolute;
  bottom: 15px;
  width: 91%;
}

/* -------------------------------------- End Services.html ---------------------------- */

.c-red {
  color: #FF0000;
}
.c-text-align-center{
  text-align: center;
}
.c-hideable {
  display: none !important;
}
.loading {
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
}




/* -------------------------------------- start changes ---------------------------- */
/* *********10042024****** */
.c-card-view .card .card-header h5{
  line-height: 1.8;
}
.c-card-view .card .card-header h5 a i.fa-angle-down{
  margin-top: 10px;
  color: #fff;
}
.footer-contact-us{
  justify-content: center!important;
}
/* *********10042024****** */
/* -------------------------------------- end changes ---------------------------- */
/* ************************************************ MEDIA QUERIES ************************************************** */

/* -------------------------------------- start search  ---------------------------- */
.searchfilter{ width: 100% !important; }
  .autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
  .autocomplete-suggestion { padding: 8px 10px; white-space: nowrap; overflow: hidden; }
  .autocomplete-no-suggestion { padding: 8px 10px;}
  .autocomplete-selected { background: #F0F0F0; }
  .autocomplete-suggestions strong { font-weight: bold; color: #000; }
  .autocomplete-group { padding: 8px 10px; } 
  .autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
  .autocomplete-notice {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #999;background: #FFF;cursor: default;overflow: auto;-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }


/* -------------------------------------- end search  ---------------------------- */

.program-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
  grid-gap: 2rem;
}
.program-wrapper .program-box {
  -moz-box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
  box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.program-wrapper h3{
  font-size: 20px;
}
.program-wrapper h4{
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .program-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
   }
}
@media (min-width: 768px) and (max-width: 991px) {
  .program-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
   }
}
@media (max-width: 767px) {
  .program-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(98%, 1fr));
   }
}
@media only screen and (max-width: 1200px)
{

}
@media only screen and (max-width: 1024px)
{
  /* *********10042024****** */
  .c-contactbox.w-75 {
      width: 85% !important;
  }
  /* *********10042024****** */
}
@media only screen and (max-width: 992px)
{
  
}


@media only screen and (max-width: 768px)
{
  /* *********10042024****** */
  .c-contactbox.w-75 {
      width: 100% !important;
  }
  /* *********10042024****** */
}

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


@media only screen and (max-width: 480px ) {
  /* -------------------------------------- Start Model Css ---------------------------- */
    .step-header-disabled {
        font-size: 0.7rem;
    }
    .step-header-active {
        font-size: 0.7rem;
    }
    .step-header-completed {
        font-size: 0.7rem;
    }

    .modal-dialog.modal-dialog-centered.c-pap-dialog {
        max-width: 100%;
    }

    /* *********10042024****** */
    .footer-contact-us{
      justify-content: unset!important;
    }
    .c-contactbox.w-75{
      width: 100% !important;
    }
    .c-card-view .card .card-header h5 {
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
    }
    .c-card-view .card .card-header h5 a{
      display: flex;
      align-items: center;
      align-items: center;
      justify-content: center;
      margin-left: unset !important;
    }
    .c-card-view .card .card-header h5 a i.fa-angle-down {
        margin-top: 0;
        color: #fff;
    }
    .bg-offwhite.c-card-box {
        margin-top: 50px;
    }
    /* *********10042024****** */
    /* -------------------------------------- End Model Css ---------------------------- */

}

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