@charset "UTF-8";
/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    /* font-family: 'Rubik', sans-serif; */
    font-family: var(--primary-font);
    position: relative;
}

a {
    color: var(--homecolor5);
}

a:hover,
a:focus {
    color: var(--homecolor4);
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: var(--homecolor3);
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: var(--homecolor3);
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--homecolor3);
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: var(--homecolor3);
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: var(--homecolor5);
    margin-bottom: 2rem;
}

.text-primary {
    color: var(--homecolor5) !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color:var(--homecolor4);
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: var(--homecolor3);
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}
.static-page-content li{ color: #959094}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    
}
@media (max-width:1200px){

    .section {
        padding: 40px 0;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: var(--homecolor1);
    background: -moz-linear-gradient(135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    background: -webkit-linear-gradient(135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    background: linear-gradient(135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}
.nav-menu .navbar-dark .navbar-brand{line-height: 100%; height: 45px; width: 150px;}
.nav-menu .navbar-dark .navbar-brand img{max-height: 100%;}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom:2px solid var(--homecolor5);
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}
/* HERO
----------------------*/

.redesign-header {
    /* padding: 100px 0 0; */
    /* padding: 78px 0 0; */
    padding: 148px 0 0;
    /* color: #FFF; */
}

header {
    text-align: center;
}

/* .bg-gradient {
    background-image: -moz-linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    background-image: -webkit-linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    background-image: -ms-linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    background-image: linear-gradient( 135deg, var(--homecolor1) 0%, var(--homecolor2) 100%);
    overflow: hidden;
} */

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: var(--white);
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.8;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color:  var(--homecolor2);
    background: -moz-linear-gradient(top,  var(--homecolor1) 0%,  var(--homecolor2) 100%);
    background: -webkit-linear-gradient(top,  var(--homecolor1) 0%,  var(--homecolor2) 100%);
    background: linear-gradient(to bottom,  var(--homecolor1) 0%,  var(--homecolor2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;min-height: 234px;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color:  var(--homecolor2);
    background: -moz-linear-gradient(top, var(--homecolor1) 0%,  var(--homecolor2) 100%);
    background: -webkit-linear-gradient(top,  var(--homecolor1) 0%,  var(--homecolor2) 100%);
    background: linear-gradient(to bottom,  var(--homecolor1) 0%,  var(--homecolor2) 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: var(--homecolor2);
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, var(--homecolor4) 0%, var(--homecolor2) 100%);
    background-image: -webkit-linear-gradient( 122deg, var(--homecolor4) 0%, var(--homecolor2) 100%);
    background-image: -ms-linear-gradient( 122deg, var(--homecolor4) 0%, var(--homecolor2) 100%);
    background-image: linear-gradient( 122deg, var(--homecolor4) 0%, var(--homecolor2) 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: var(--homecolor2) #faf6fb #FFF;
    color: var(--homecolor3);
}

.tablisting{padding-left: 20px}
.tablisting li{line-height: 1.8;color: #959094;}
/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

/*
.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}
*/
.card.pricing.pricegrey{background: #f5f5f5;border-color: #fff}
.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: var(--homecolor3);
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    background: transparent;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: var(--white);
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/
.ftbox{
    padding: 40px 0 25px;
}
.fthead{
    text-transform: capitalize;    
    font-size: 20px;
    font-weight: 500;
    color: var(--homecolor3);
    margin-bottom: 20px;
}
.ftlink{
    padding: 0;list-style: none;font-size: 0;margin: 0;
}
.ftlink li{
    margin-bottom: 10px;
}
.ftlink li a{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.ftcus {
    text-transform: unset !important;
}
.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: var(--homecolor4);
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: var(--homecolor5);
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}
@media (max-width:550px) {
    .ftbox .col-4{
        max-width: 100%;
        flex:0 0 100%;
        text-align: center;
    }
    .social-icons{margin-top: 10px}
    .fthead{margin-bottom: 10px}
}
.card-image-container {
    margin-top: 10px;
}
img.default-card-image {
  max-width: 100%;
}

.static-page-content .small {
font-size: small;
}

.static-page-content .bold {
font-weight: bold;
}

.static-page-content .italic {
font-style: italic;
}
.purchaselist {
    list-style: none;padding: 0;
}
.purchasebox {
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    padding: 10px;
    background: #fff;height: 100%;
}
.purchasebox ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    align-items: center;
}
.purchasebox li {
    padding: 5px;
    text-align: center;
}
.purchasebox p {
    font-size: 14px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 1.3;
    word-break: break-all;margin: 0;
}
.purchasebox span {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 500;
}
.purchaselist>li {
    margin-bottom: 20px;
}
.prescriberimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.prescriberimg {
    height: 70px;
    width: 70px;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: visible;
    position: relative;
    margin: 0 auto
}
.prescriberimg-parent .prescriberimg{
    overflow: visible;
}
.btnroundicon {
    background: var(--homecolor2);
    border: 1px solid var(--homecolor2);
    color: #fff;
    border-radius: 50%;
    margin: 0 2px;
    padding: 6px;
    height: 35px;
    width: 35px;
    font-size: 14px
}

.btnroundicon i {
    vertical-align: middle;
}

.btnroundicon:hover ,.btnredsm:hover{
    background: var(--homecolor1);
    color: #fff;
    border-color: var(--homecolor1);
}
.btnredsm {
    color: #fff;
    border-radius: 20px;
    line-height: 100%;
    background: var(--homecolor2);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    font-family: var(--primary-font);
    min-width: 177px;
}
.directopbox .btnredsm {
    min-width: 37px;
    padding: 10px 11px;
    margin: 0 2px;
}
.view-public-profile{
    color:var(--homecolor2) !important;
}

.slugleftbox{box-shadow:0px 0 7px 0px #00000030;border-radius: 3px;background:#fff;margin-top: -170px;}
.slugcontent{padding:15px}
.slugprofileimg{height:320px;overflow: hidden;margin-bottom:15px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.slugprofileimg img{max-width: 100%;max-height: 100%;}
.moreless-button{color:var(--homecolor3) !important;cursor: pointer;}
.moretext {display: none;}
.sluginfobox{box-shadow:0px 0 7px 0px #00000030;border-radius: 3px;background:#fff;padding:12px 15px;margin-bottom:20px}
.sluginfolabel label {
    width: 130px;
    font-weight: 2500;
    margin: 0;
    line-height: 1.2;
}

.sluginfolabel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:3px 0;
}

.sluginfolabel span {
    width: calc(100% - 130px);
    padding-left: 5px;
    color: #959094;
}
.reviewleft {
    width: 200px;
    text-align: center;
}

.reviewimg {
    height: 100px;
    width: 100px;
    border: 1px solid #eee;
    border-radius: 250%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 10px;
}

.reviewimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom:15px;
}

.reviewtxt {
    width: calc(100% - 200px);
    padding-left: 15px;
    color:#959094;
}
.profilebanner .btnroundicon{background: var(--white);
    border: 1px solid var(--white);color:var(--homecolor2);}

.show-login{
    cursor: pointer;
}

.loading-indicator {
    height: 100px;
    width: 100px;
    background: var(--loader-image);
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
@media(max-width:991px){
    .slugleftbox{margin-top: 0;}
    .slugprofileimg{height: 250px;}
}
@media(max-width:767px){
    .slugleftbox{margin-bottom:20px;}
}
.reviewed-prescribers-info{
    color: green !important;    
}

.back-order-info-label {
    color: red;
    font-size: small;
}

a.link-with-account-color {
    color: var(--primary-account);
}

/* Transform your consent forms pic start */

@media(max-width:991px){
    img.transform-pic {
        margin: 0 auto;
    }
}

/* Transform your consent forms pic end */



/* Reasons so many practitioners use faces Start */

.custom-body{
    height: 255px;
}


/* Reasons so many practitioners use faces end */

.thread-feedback-image {
    width: 50px !important;
    height: 50px !important;
}
.orange-stars .fa-star {
    color: #E49B31;
}

/* dashbord review repaly style dk 27-09-2923 start */

.list-group-flush .clinic-review-item-container{
    padding: 10px !important;
}
.new-generate-ai-btn{
    border:none !important;
}

/* dashbord review repaly style dk 27-09-2923 end */



/* home page chat popup style edit 28-09-2023 */
.list-view-order-date-time .order-tag,
.list-view-order-date-time .date-tag{
    font-size: 10px !important;
}
.chat-header-btn .back-selection-arrow{
    font-size: 20px !important  ;
}
#createfromMyOrder,
#createfromCats{
    border-radius: 10px;
    background: #F8F8F8;
    padding: 2.5rem 1rem !important;
}
.create-form-modal{
    gap: 30px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.closeimage-icon{
    height: 32px !important;
    width: 32px !important;
}   
#orderListModal .NewTicketModal{
    width: 70vh !important;
}
#trackMyOrder .trackorder-location,
#trackMyOrder .trackorder-missing,
#trackMyOrder .trackorder-pharmacy,
#trackMyOrder .trackorder-other{
    background-color: #F8F8F8 !important;
    border-radius: 10px;
}


/* home page chat popup style edit 28-09-2023 */
.list-view-order-date-time .order-tag,
.list-view-order-date-time .date-tag{
    font-size: 10px !important;
}
.chat-header-btn .back-selection-arrow{
    font-size: 20px !important  ;
}
#createfromMyOrder,
#createfromCats{
    border-radius: 10px;
    background: #F8F8F8;
    padding: 2.5rem 1rem !important;
}
.create-form-modal{
    gap: 30px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.closeimage-icon{
    height: 32px !important;
    width: 32px !important;
}   
#trackMyOrder .trackorder-location,
#trackMyOrder .trackorder-missing,
#trackMyOrder .trackorder-pharmacy,
#trackMyOrder .trackorder-other{
    background-color: #F8F8F8 !important;
    border-radius: 10px;
}
#trackMyOrder .trackorder-location img,
#trackMyOrder .trackorder-missing img,
#trackMyOrder .trackorder-pharmacy img,
#trackMyOrder .trackorder-other img{
    background-color: #E8EEFE;
    padding: 0.5rem;
    border-radius: 10px 0px 0px 10px;
    border-left: 3px solid #1658F7;
    width: 40px !important;
}
#trackMyOrder .trackorder-text{
    padding-top: 0.5rem;
}
#trackMyOrder .trackorder-location img,
#trackMyOrder .trackorder-missing img,
#trackMyOrder .trackorder-pharmacy img,
#trackMyOrder .trackorder-other img{
    background-color: #E8EEFE;
    padding: 0.5rem;
    border-radius: 10px 0px 0px 10px;
    border-left: 3px solid #1658F7;
    width: 40px !important;
}
#trackMyOrder .trackorder-text{
    padding-top: 0.5rem;
}

.modal-dialog-centered .NewTicketModal{
    max-width: 70vw !important;
}
.modal-content .modal-footer{
    border-top:0px !important
}
#orderListModal .modal-header{
    margin: 1rem 0px !important;
}
#trackMyOrder .modal-content .modal-footer{
    border-top:0px !important
}
.prescri-request-wrap .purchaselist .listing-element-container .purchasebox.public-req ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}