﻿
/*Rating*/
.commentBox {
    background-color: #efefef;
    padding: 10px;
    border-radius: 10px;
}

.starFade {
    background-image: url('../../Images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starFadeN {
    background-image: url('../../Images/StarFade.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}

.starGlow {
    background-image: url('../../Images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
    cursor: pointer;
}

.starGlowN {
    background-image: url('../../Images/starglow.gif');
    min-width: 30px;
    min-height: 30px;
    display: inline-block;
}


body {
}

.Clr1 {
    background-color: #41cdcf;
}

.Clr2 {
    background-color: #eb3a7b;
}

.Clr3 {
    background-color: #83c847;
}

.Clr4 {
    background-color: #51acf6;
}

.CategoryDiv .CDLeft a {
    font-size: 20px;
    /*background-color: #41cdcf;*/
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

ul.CategoryDiv_Parent {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

.CategoryDiv {
    display: flex;
    flex-direction: row;
    border-right: 1px solid #dedede;
    margin:0;
    padding: 10px;
    ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: center;
}

ul .CategoryDiv:last-child {
    border-right: none;
}

.CategoryDiv .CDLeft {
    align-self: center;
    margin-right: 10px;
}

.CategoryDiv .CDRight {
    align-self: center;
}

.CategoryDiv h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.CategoryDiv p {
    font-size: 12px;
    margin: 0;
}


a.header-cart {
    font-size: 15px;
}

    a.header-cart i {
        font-size: 25px;
    }

.CstSubHeader .row {
    margin-right: -5px;
    margin-left: -5px;
}

    .CstSubHeader .row .col-sm-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

.MView {
    display: none;
}

.carousel-inner img {
    max-width: 100%;
}

.carousel-inner h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}



@media only screen and (max-width: 1180px) {
    .CategoryDiv p {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .CategoryDiv h3 {
        font-size: 14px;
    }
}


@media only screen and (max-width: 767px) {
    .CategoryDiv .CDLeft a {
        font-size: 18px;
        line-height: 1;
        padding: 10px;
        width: 40px;
        height: 40px;
    }

    .CategoryDiv .CDLeft {
        margin-right:5px;
    }

    .CategoryDiv h3 {
        font-weight: 500;
        font-size: 13px;
    }

    .MView {
        display: block;
    }

    .DView {
        display: none;
    }
}


@media only screen and (max-width: 639px) {
    .CategoryDiv {
        display: table-column-group;
        margin: 10px 0;
        padding: 0 5px;
        text-align: center;
    }

    .navbar-header {
        width: 70%;
    }

.CstSubHeader .container-fluid{
    padding: 0 5px;
}

    .CstSubHeader .col-sm-12 {
        padding:0 5px;
    }

}

@media only screen and (max-width: 479px) {
    #mobile_btn {
        margin-right: 10px;
    }

    .logo {
        margin-right: 20px;
        width: auto;
    }

    .navbar-brand {
        padding: 0;
    }
}



/*Start Filter*/

.panelStar ul {
    margin: 6px 0;
    padding: 0;
}

    .panelStar ul li {
        padding: 3px 0;
        list-style: none;
    }

.star-rt-filter {
    border-left: 1px solid #e2e2e2;
    text-align: center;
    width: 100%;
    float: left;
}


    .star-rt-filter li {
        width: 20%;
        float: left;
        border: 1px solid #e2e2e2;
        border-left: none;
        padding: 0 !important;
        cursor: pointer;
    }

.rating-counter {
    padding: 3px 0 4px;
    margin-top: 5px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    float: left;
    color: #4e4c4c;
}
/*End Filter*/

/*For bucket*/

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-counter .nav-link {
    margin-right: .5rem;
    margin-left: .5rem;
    padding: 0;
}

    .nav-counter .nav-link > img {
        height: 30px;
    }

.nav-counter .counter {
    position: relative;
}

    .nav-counter .counter > span {
        font-size: .8125rem;
        position: absolute;
        top: 0;
        top: -2px;
        right: 5px;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #000000;
        border-radius: 100%;
        background: #FFFFFF;
    }

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
/*Loader*/

body #page {
    overflow: hidden;
}

html {
    overflow-y: scroll;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader {
    position: fixed;
    z-index: 100500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #ffffff;*/
}

    #preloader #status {
        position: absolute;
        z-index: 1001;
        top: 50%;
        left: 50%;
        display: block;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        -webkit-animation: spin 2.5s infinite linear;
        -khtml-animation: spin 2.5s infinite linear;
        -moz-animation: spin 2.5s infinite linear;
        -ms-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
        border: 3px solid transparent;
        border-top-color: #e8500e;
        border-radius: 50%;
    }

        #preloader #status::before,
        #preloader #status::after {
            position: absolute;
            content: '';
            border-radius: 50%;
        }

        #preloader #status::before {
            top: 5px;
            right: 5px;
            bottom: 5px;
            left: 5px;
            -webkit-animation: spin 2s infinite linear;
            -khtml-animation: spin 2s infinite linear;
            -moz-animation: spin 2s infinite linear;
            -ms-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear;
            border: 3px solid transparent;
            /*border-top-color: #e8500e;*/
            border-top-color: #d8bea5;
        }

        #preloader #status::after {
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            -webkit-animation: spin 1s infinite linear;
            -khtml-animation: spin 1s infinite linear;
            -moz-animation: spin 1s infinite linear;
            -ms-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
            border: 3px solid transparent;
            /*border-top-color: #e8500e;*/
            border-top-color: #4caf50;
        }

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(249 249 249 / 68%);
    text-align: center;
}

    #preloader img {
        position: fixed;
        top: 50%;
        width: 200px;
        left: calc(50% - 100px);
    }




.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}


    .box .box-header {
        background: #f7f7f7;
        margin: -10px -10px 20px;
        padding: 0px;
        border-bottom: solid 1px #eeeeee;
    }

        .box .box-header:before,
        .box .box-header:after {
            content: " ";
            display: table;
        }

        .box .box-header:after {
            clear: both;
        }

    .box .box-footer {
        background: #f7f7f7;
        margin: 30px -20px -20px;
        padding: 20px;
        border-top: solid 1px #eeeeee;
    }

        .box .box-footer:before,
        .box .box-footer:after {
            content: " ";
            display: table;
        }

        .box .box-footer:after {
            clear: both;
        }






@media only screen and (max-width: 1180px) {
    .TopNavLeft.nav-link span:first-child {
        display: block;
    }

    .top-header .nav-link {
        padding-right: 5px;
    }
}



@media only screen and (max-width: 767px) {

    .header-login {
        display: none;
    }

    .logged-item {
        display:none !important;
    }

}


.PharmacyList .swiper-wrapper {

}


.PharmacyList .swiper-wrapper .card {
    border: none !important;
    margin-bottom:0;
    background-color: transparent;
}


    .PharmacyList .swiper-wrapper .card img {
        width: 100%;
        transition: transform .2s;
        height:auto !important;
    }


        .PharmacyList .swiper-wrapper .card img:hover {
            transform: scale(1.2);
        }


.PharmacyList  .card-body {
    background-color:transparent;
    padding:0 10px;
    z-index:100;
    margin-top:-20px;
}

    .PharmacyList .card-body .entry-header {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        height: 50px;
    }

        .PharmacyList .card-body .entry-header h6 {
            margin: 0;
            font-size: 15px;
            CategoryDiv line-height:1;
            letter-spacing: 1px;
            text-align: center;
        }



.card.card-product .card-title {
    margin-bottom: 0;
    line-height: 1.2;
    height: 40px;
}


.card.card-product .card-img-top {
    margin-bottom: 20px;
    max-height: 200px;
    width: auto;
}



.card.card-product .card-product a {
    text-align: center;
}



.card.card-product{
    border: none;
    box-shadow: 1px 2px 5px #888888;
}



.card.card-product:hover {
    box-shadow: 1px 2px 5px #41cdcf;
}



.card.card-product .action {
    bottom: 60px;
}


.card.card-product .list-inline-item .price {
    color: #51acf6;
}


.footerapp .media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #bababa;
    border-radius: .25rem;
    line-height: 1.2;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
}

footerapp .media img {
    margin-right: 25px;
}

footerapp .media .media-body {
    margin-top: -4px;
}

footerapp .media small {
    color: #bababa;
}

footerapp .media:hover {
    background-color: #495057;
}


.modal-menu .list-group-item i {
    font-size: 15px;
    margin-right: 5px;
    color: #4940cf;
}
.modal-menu .list-group-item i {
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
    color: #4940cf;
    background-color: #dede;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 5px;
}

.modal-menu .list-group-item {
    padding:5px 10px;
}
.checkoutlogin .btn {
    margin:10px auto;
}
li.Searchbar {
    height: 40px;
    flex: 0 0 100%;
    margin-top:10px;
}

ul.main-nav {
    flex-flow: row wrap;
}

ul.main-nav li a {
    line-height:2;
}

.Searchbar .input-group .input-group-append .btn {
    background-color: #41cdcf;
    width: 50px;
    border-radius: 10px;
    border: none;
}

.Searchbar .input-group .form-control {
    border: none;
    border-radius: 10px;
    background-color: transparent;
}


.Searchbar .input-group {
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color:#fff;
}

@media only screen and (max-width: 767px) {
    .ui-autocomplete.ui-menu .ui-menu-item {
        padding: 0 5px;
    }
}

#carouselExampleIndicators .carousel-item .CaroselImg {
    height: calc(100vh - 200px);
}

#carouselExampleIndicators .carousel-inner {
    border-radius: 10px;
    margin-bottom:0;
}

#carouselExampleIndicators .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

#carouselExampleIndicators .carousel-caption {
    bottom:0;
    padding-bottom:0;
}


#carouselExampleIndicators .carousel-caption img.CCImg {
    max-width:100%;
    max-height:380px;
}

#carouselExampleIndicators button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
    border-radius: 6px;
    color: #000;
    letter-spacing: 1px;
}

    #carouselExampleIndicators button i {
        color: #36b2c0;
        font-weight: 600;
    }


#doc_overview .widget-title {
    margin-bottom: 0;
    text-decoration: none;
}

#doc_overview .card .card-header {
    background-color: #d7d7d7;
  
    padding: 0;
}

#doc_overview .btn-link {
    width: 100%;
    text-align: left;
    background-color: #b8e8f7;
}
    #doc_overview .btn-link.collapsed {
        background-color: #d7d7d7;
    }
.custom-tab.nav-tabs .nav-link.active {
    color: #20c0f3 !important;
    background-color:#dedede;
}



@media only screen and (max-width: 1179px) {
    #carouselExampleIndicators .carousel-caption {
        
        left: 5%;
        right: 5%;
    }

    #carouselExampleIndicators .carousel-item .CaroselImg {
        height: 400px;
    }
}


@media only screen and (max-width: 1023px) {

    #carouselExampleIndicators .carousel-caption {
      top:5%;
    }

    #carouselExampleIndicators .carousel-item .CaroselImg {
        height: 350px;
    }
}


@media only screen and (max-width: 767px) {
    
    #carouselExampleIndicators .carousel-item .CaroselImg {
        height: 300px;
    }


    #carouselExampleIndicators  .carousel-inner h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575px) {
    #carouselExampleIndicators .carousel-caption img.CCImg {
        max-height: 150px;
    }
}

/*@media only screen and (max-width: 400px) {
    .clinic-booking a.apt-btn {
        width: 100%; 
    }
}*/

p.docnotabl {
    font-size:14px;
    font-weight:600;
    color:#51acf6;
    text-decoration:none;
}
/*For Booking Slot*/
.CstRdo {
    position: relative;
    margin: 5px;
}

    .CstRdo input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .CstRdo .checkmark {
        background-color: #e9e9e9;
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        color: #757575;
        display: block;
        font-size: 12px;
        padding: 5px 5px;
        text-align: center;
        position: relative;
        width: 80px;
    }


    .CstRdo input:checked ~ .checkmark {
        background-color: #42c0fb;
        border: 1px solid #42c0fb;
        color: #fff;
    }


        .CstRdo input:checked ~ .checkmark:after {
            color: #fff;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-size: 12px;
            font-weight: 900;
            position: absolute;
            right: 5px;
            top: 5px;
        }

.CstRdoAlreadychoosen.CstRdo .checkmark {
    cursor: not-allowed;
    pointer-events: none;
    background-color: indianred;
    color: #fff;
}


.CstRdo.CstRdoAlreadychoosen {
    pointer-events: none;
    cursor: not-allowed;
}
/*End Booking Slot*/


/*For Pharmacy Delivery Slot*/
.CstRdoP {
    position: relative;
    margin: 5px;
}

    .CstRdoP input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .CstRdoP .checkmarkP {
        background-color: #e9e9e9;
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        color: #757575;
        display: block;
        font-size: 12px;
        padding: 5px 5px;
        text-align: center;
        position: relative;
        width: 150px;
    }


    .CstRdoP input:checked ~ .checkmarkP {
        background-color: #42c0fb;
        border: 1px solid #42c0fb;
        color: #fff;
    }


        .CstRdoP input:checked ~ .checkmarkP:after {
            color: #fff;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-size: 12px;
            font-weight: 900;
            position: absolute;
            right: 5px;
            top: 5px;
        }

.CstRdoAlreadychoosenP.CstRdoP .checkmarkP {
    cursor: not-allowed;
    pointer-events: none;
    background-color: indianred;
    color: #fff;
}


.CstRdoP.CstRdoAlreadychoosenP {
    pointer-events: none;
    cursor: not-allowed;
}
/*End Booking Slot*/


 body .ui-autocomplete.ui-menu .ui-menu-item {
    padding: 0 5px;
}

.CartSec a.nav-link {
    display:none;
}



@media only screen and (max-width: 405px) {
    .clinic-booking.DoctorAppointment .view-pro-btn {
        width: 40%;
    }

    .clinic-booking.DoctorAppointment .apt-btn {
        width: 56%;
    }
}
/*Download Link*/

.AppDownloadSec {
    background-color: #f8f8fb;
    padding: 50px 0;
}

    .AppDownloadSec .BannerImage {
        max-width: 330px;
        margin-bottom: 20px;
    }

    .AppDownloadSec h1 {
        color: #414146;
        font-size: 25px;
    }

    .AppDownloadSec p {
        color: #414146;
        font-size: 14px;
    }

    .AppDownloadSec .FormDown p {
        font-size: 16px;
        font-weight: 600;
    }

.downloads img {
    max-height: 40px;
    margin-right: 10px;
}

.formHere {
    margin: 0 0 20px;
}


    .formHere input {
        height: 40px;
        border-radius: 10px;
        border: 1px solid #dedede;
    }

    .formHere button {
        background-color: #0ac3dd;
        border: 2px solid #0de0fe;
        box-shadow: inset 0 0 0 0 #01cae4;
        color: #fff;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        padding: 6px 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 10px;
    }

    /*Header ROtator*/


        .carousel-item {
            margin-bottom: 30px;
            height: 350px;
            background-size: auto 100%;
            background-position: right bottom;
            background-color: #000000;
        }

            .carousel-item img {
                max-height: 320px;
                width: auto;
                max-width: 50%;
                position: absolute;
                bottom: 0;
                left: 5%;
            }

        .carousel-caption {
            left: auto;
            bottom: auto;
            right: 50px;
            margin: 0;
            max-width: 50%;
            top: 10%;
           
           
        }


            .carousel-caption h3 {
                font-size: 30px;
                color:#fff;
                margin-bottom:5px;

            }


            .carousel-caption p {
                font-size: 20px;
                margin-bottom:0;
            }


        .carousel-control-next, .carousel-control-prev {
            bottom: 10%;
            top: auto;
            width: 30px;
            height: 30px;
            background-color: #0a00f9;
            border-radius: 100%;
            text-align: center;
            margin: 10px;
            opacity: 1;
        }

        .carousel-control-prev {
            left: auto;
            right: 50px;
        }


        @media screen and (max-width: 1179px) {
            .carousel-item {
                height: 300px;
            }

                .carousel-item img {
                    max-height: 260px;
                }


            .carousel-caption h3 {
                font-size: 18px;
            }


            .carousel-caption p {
                font-size: 15px;
            }

            .carousel-caption {
              
                top:20px;
                right: 20px;
               
            }

        }


        @media screen and (max-width: 639px) {
            .carousel-item {
                height: 250px;
            }

                .carousel-item img {
                    max-height: 200px;
                }


        }

        @media screen and (max-width: 480px) {
           
        }

        /***/

 .SpeSecChild {
    width: 198px !important;
    height: 198px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #e4e4e4;
    cursor: pointer;
    text-decoration: none;
    color: #565962;
    text-align: center;
}

.SpcSecBg {
    color: white;
    background-color: #00afad;
    text-align: center;
    padding: 5px 10px;
    min-height: 60px;
    margin-top: 32px;
}

.slick-slide .SpeSecChild img {
    margin: 10px auto;
    height:90px;
}

.SpcSecBg a {
    color:#fff;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.clearfix {
    overflow: auto;
    width:100%;
}

@media screen and (max-width:767px) {
    .card.doctor-book-card {
        margin-bottom: 0;
    }

    .card.doctor-book-card img{
       max-height:200px;
    }

    .home-tile-section .section-header {
        margin-bottom:20px;
    }

    .clinic-booking a.apt-btn {
        width:auto;
    }

    .doc-info-right .clinic-booking a {
        min-width: 40%;
        width: auto;
    }


}