/*-----------------------------------------------------------------------------------

    Template Name: Appro HTML5 Template,
    Template URI: http://appro.intimissibd.com
    Description: This is html5 template
    Author: ThemeCTG
    Author URI: http://themectg.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS (body, link color, section etc)   
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignright1 {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: black;
}

    .btn.focus,
    .btn:focus,
    .btn:hover,
    input:focus,
    button:focus,
    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
        /*color: none;*/
        /*color: #ffffff;*/
    }

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

    p span,
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        color: #569aff;
    }

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
}

.navbar-brand .logo-text img {
    height: 30px;
}

section.padding {
    padding: 100px 0;
}

h3.title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
}

.mainmenu-area .logo-dark {
    display: none;
}

.mainmenu-area.affix .logo-light {
    display: none;
}

.mainmenu-area.affix .logo-dark {
    display: block;
}

.mainmenu-area.affix #mainmenu li a {
    color: #000000;
}

    .mainmenu-area.affix #mainmenu li a:before {
        background: #569aff;
        top: -10px;
    }

.mainmenu-area.affix #mainmenu li.active a {
    color: #569aff;
}

.well {
    box-shadow: none;
}

.white {
    color: #fff !important;
}

.ft-links p {
    color: #82868e;
}

.ft-links a {
    /*text-decoration: underline;
    margin-left: 10px;*/
}

.spaceing-content * {
    padding: 10px 0;
}

.media-body p {
    color: #000;
}

.doctorCard {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px 0 rgb(201, 201, 201, 20%), 0 6px 20px 0 rgba(163, 163, 163, 19%);*/
    max-width: 679px;
}

.cardimgresponsive {
    width: 100%;
    height: auto;
}

.custom-card-body {
    text-align: left !important;
    padding: 15px;
    /*border: 1px solid #d5d5d5;*/
    border: none;
    color: black !important;
    border-radius: 5px;
    background-color: white !important;
}

.myOrderBigCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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(36, 50, 36, 0.125);
    border-radius: 0.35rem;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgb(36 50 36 / 15%);
    margin-bottom: 15px;
}

.myOrderBigcard-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(36, 50, 36, 0.03);
    border-bottom: 1px solid rgba(36, 50, 36, 0.125);
}

.myOrdercard-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(36, 50, 36, 0.03);
    border-bottom: 1px solid rgba(36, 50, 36, 0.125);
    border-radius: 5px;
}

.Card-body1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.35rem;
}
/*.stop-scrolling {
    height: 100%;
    overflow: hidden;
}*/




.m-t-5 {
    margin-top: 5px;
}

.text-black {
    color: black;
}

.box-shadow {
    box-shadow: 0px 7px 14px 0px rgb(231 231 231);
}

.drImage {
    position: relative;
}

.EPPrimiumIcon {
    position: absolute;
    top: 80px;
    left: 53px;
    background-color: white;
}

.BestSeller {
    position: absolute;
    top: 18px;
    left: 79%;
    background-color: white;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
    color: gray;
}

.profile-card {
    background: #fff;
    margin-bottom: 30px;
    transition: 0.5s;
    border: 0;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: 0px 7px 14px 0px rgb(231 231 231);
}

    .profile-card .body {
        font-size: 14px;
        color: #424242;
        padding: 20px;
        font-weight: 400;
        min-height: 190px;
    }

.profile-page .profile-header {
    position: relative;
}

    .profile-page .profile-header .profile-image img {
        border-radius: 50%;
        width: 140px;
        border: 3px solid #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .profile-page .profile-header .social-icon a {
        margin: 0 5px;
    }

.profile-page .profile-sub-header {
    min-height: 60px;
    width: 100%;
}

    .profile-page .profile-sub-header ul.box-list {
        display: inline-table;
        table-layout: fixed;
        width: 100%;
        background: #eee;
    }

        .profile-page .profile-sub-header ul.box-list li {
            border-right: 1px solid #e0e0e0;
            display: table-cell;
            list-style: none;
        }

            .profile-page .profile-sub-header ul.box-list li:last-child {
                border-right: none;
            }

            .profile-page .profile-sub-header ul.box-list li a {
                display: block;
                padding: 15px 0;
                color: #424242;
            }


.purchase-info {
    margin: 1.5rem 0;
}

    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 16px;
        text-align: center;
        /*padding: 0.45rem 0.8rem;*/
        outline: 0;
        /*margin-right: 0.2rem;
                margin-bottom: 1rem;*/
    }

    .purchase-info input {
        width: 60px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

        .purchase-info .btn:first-of-type {
            background: #256eff;
        }

        .purchase-info .btn:last-of-type {
            background: #256eff;
        }

        .purchase-info .btn:hover {
            opacity: 0.9;
        }

.minus, .plus {
    width: 28px;
    height: 25px;
    cursor: pointer;
    background: #256eff;
    color: white;
    border-radius: 4px;
    /*padding: 8px 5px 8px 5px;*/
    /*border: 1px solid #ddd;*/
    display: inline-block;
    text-align: center;
}


/*Custome sticky notification icon at browser bottom Start*/
.cartNotification {
    position: fixed;
    bottom: 24px;
    right: 30px;
    z-index: 9;
}

.cartNotificationBG {
    width: 64px;
    height: 64px;
    box-shadow: 0 0 6px #818181;
    border-radius: 12px;
    padding: 19px 0px 0px 18px;
    background-color: #2567ca;
}
/*Custome sticky notification icon at browser bottom End*/



.form-group-custom {
    margin-bottom: 5px !important;
}


.btn-group {
    float: left; /* Float the buttons side by side */
}

.button {
    background-color: transparent; /* Green background */
    border: none; /* Green border */
    color: white; /* White text */
    padding: 3px 10px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
/*.btn-group button:hover {
    background-color: white;
    color: black;
    border-radius: 5px;
}*/

.btnActive {
    background-color: white !important;
    color: black !important;
    border-radius: 5px;
}

.GalleryImage {
    object-fit: cover;
    width: 230px;
    height: 230px;
    margin-top: 5px;
}

.section_title {
    width: 100%;
    float: left;
    height: auto;
    background: #f9f9f9;
    font-weight: 700;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0px 20px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    font-size: 18px;
    color: #464646;
}

.form_tabCard {
    background-color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 9px;
    border: 1px solid #e2e2e2;
    position: relative;
    /*box-shadow: 2px 1px 3px 0px #88888873;*/
}

    .form_tabCard:hover {
        box-shadow: 2px 1px 3px 0px #88888873;
    }

.Test {
    position: absolute;
    right: 10px;
    top: 5px;
}

.location_tabCard {
    background-color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 9px;
    border: 1px solid #e2e2e2;
    position: relative;
    /*height: 140px;*/
    /*box-shadow: 2px 1px 3px 0px #88888873;*/
}

    .location_tabCard:hover {
        box-shadow: 2px 1px 3px 0px #88888873;
    }

.Pointer {
    cursor: pointer;
}

.comingSoonTag {
    background-color: #F77350;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.topSaller {
    background-color: green;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.sponsoredTag {
    background-color: #BDBDBD;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.outOfStockTag {
    background-color: #DB3136;
    padding: 1px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.mright-0 {
    margin-right: 0px;
}

.mleft-0 {
    margin-left: 0px;
}

.colorBtn {
    border: 1px solid Gray !important;
    border-radius: 5px;
    background-color: transparent;
    color: black;
    padding: 3px 15px 3px 15px;
    margin-bottom: 5px;
    
}

.colorBtnActive {
    border: 1px solid #256EFF !important;
    border-radius: 5px;
    color: white;
    background-color: #256EFF;
    padding: 3px 15px 3px 15px;
    margin-bottom: 5px;
}

.pricing-table-header-premium {
    background-color: #1553b3;
    color: white;
    height: 60px;
    width: 210px;
}

.h-56 {
    height: 56px !important;
}

.w-170{
    width: 170px;
}