*
{
    margin:0;
    padding:0;
    box-sizing: border-box;   
}

ul
{
    margin:0;
    padding:0;
}

li
{
    list-style: none;
}

a
{
    text-decoration: none;
    color:inherit;
}

hr
{
    margin:0;
    border:1px solid #1d97b8;
}
h1
{
    margin-bottom: 0;
}
body
{
    background: #fff;
    color: #000;;
}

header
{
    background-color: #f2f4f8;
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 20%);
    padding:20px 5px;
}

.main-content-area
{
    min-height: 100vh;
}
.fa
{
    font-size:20px !important;
}

.navbar-brand
{
    margin-right: 0 !important;
}
.navbar-brand img
{
    width:130px;
}

.notification
{
    background: rgb(231, 11, 11);
    color: #fff;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    visibility: hidden;
}

footer
{
    background: #969697;
    padding: 10px 0;
    text-align: center;
    color: #f2f4f8;
    font-weight: 600;
}

footer p
{
    margin-bottom: 0;
}

.sidemenu,.sidemenu-chat
{
    background: #1d97b8;
    text-align: center;
    padding:10px 0;
    position: fixed;
    top:0;
    height:-webkit-fill-available;
    z-index: 10000;
    left:-500px;
    opacity: 0;
    overflow-y: scroll;
}

.sidemenu::-webkit-scrollbar,.sidemenu-chat::-webkit-scrollbar
{
    width:0;
}

.sidemenu img,.sidemenu-chat img
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.sidemenu p,.sidemenu-chat p
{
    color:#fff;
}

.sidemenu p .name,.sidemenu-chat p .name
{
    font-weight: 600;
    font-size: 10px;
}

.sidemenu p .designation,.sidemenu-chat p .designation
{
    font-size: 10px;
}

.sidemenu ul li,.sidemenu-chat ul li
{
    color:#fff;
    font-weight: 600;
    font-size: 22px;
    padding:10px 0;
    cursor:pointer;
    
}

.sidemenu ul li.active,.sidemenu ul li:hover,.sidemenu-chat ul li.active,.sidemenu-chat ul li:hover
{
    background: #969697;
}

.details-area-heading h1,
.chart-area-heading h1
{
    color: #969697;
    font-size: 20px;
    padding: 20px 20px;
    text-transform: capitalize;
}

.details-area-heading h1 span
{
    background: #1d97b8;
    padding: 5px;
    color:#fff;
    font-size: 12px;
    cursor: pointer;
}

.details-area-heading h1 span:hover
{
    background: #0d6efd;
}

.details-content-area
{
    padding:5px;
}

.details-content-area li
{
    padding-bottom: 5px;
}

.details-content-area .field-name
{
    color:#969697;
    font-size:18px;
    font-weight: 600;
}

.details-content-area .field-value
{
    color:#000;
    font-size:18px;
}


.chart-area
{
    padding: 10px 10px;
}

.canvasjs-chart-credit
{
    display: none;
}

.online-booked-slots ul li .btn-primary
{
    background: #1d97b8;
    margin-bottom: 5px;
}

.online-booked-slots ul li .btn-primary:hover
{
    background: #0d6efd;
}



/* login page */

.login-form
{
    background: #3ce0fa;
    padding:20px;
}

.login-form .form-group
{
    margin-bottom: 5px;
}

.login-form .form-group label
{
    color:#969697;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-form .form-group .btn-primary
{
    background: #1d97b8;
    margin-top:5px;
}

.login-form .form-group .btn-primary:hover
{
    background: #0d6efd;
}


#registerLink p,
.doctors-portal p,
#doctorRegisterLink p,
#adminRegisterLink p
{
    text-align: center;
    color:rgb(228, 7, 7);
    text-transform: capitalize;
    margin-bottom: 0;
}

.doctors-portal p
{
    font-size: 18px;
}

#registerLink p span,
.doctors-portal p span,
#doctorRegisterLink p span,
#adminRegisterLink p span
{
    font-weight: 600;
    cursor: pointer;
}

#registerLink p span:hover,
.doctors-portal p span:hover,
#doctorRegisterLink p span:hover,
#adminRegisterLink p span:hover
{
    color:#0d6efd;
}

.carousel-inner
{
    background: #3ce0fa;
}

.carousel-inner img
{
    height: 325px;
}

/* doctor index page */

.details-heading-area h1
{
    font-size: 18px;
    color: #305a66;
}

#doctorDetails,#clinicTiming,#onlineSlots
{
    transition: 0.5s ease-in-out all;
}

#doctorDetails label,
#clinicTiming label,
#onlineSlots label,
#userDetails label
{
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 600;
}

#prevClinicTiming,
#clinicTimingSubmit,
#prevOnlineSlots,
#onlineSlotsSubmit
{
    margin-top:0.5rem;
}

#prevClinicTiming,#prevOnlineSlots
{
    margin-right:0.5rem;
}

.doctor-slot
{
    text-transform: capitalize;
    font-weight: 600;
}

.doctor-clinic-timing
{
    text-transform: uppercase;
}


.online-aapointment
{
    margin-right:5px;
    text-transform: uppercase;
    font-size: 12px;
}


.btn-absolute
{
    position: absolute;
    bottom:17px;
    right:0;
}

/* user index page */

.user-index-heading h1,
.not-well-heading h1
{
    color: #969697;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: capitalize;
}

.not-well-heading h1
{
    color:red !important;
}

.video-call-card,.offline-booking
{
    cursor:pointer;
}

.offering-card
{
    border-radius: 20px;
    box-shadow: 1px 0 0 2px #e9e1e1;
    background-color: #f2f4f8;
}

.offering-card .card-body img
{
    padding: 10px 10px;
    width:100%;
    height: 20vh;
}


.offering-card .card-footer
{
    background: #1d97b8;
    padding: 10px 10px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-transform: capitalize;
    font-size:11px;
    font-weight: 600;
}

.offering-card .card-footer p
{
    margin-bottom: 0;
    width: 100%;
}

.safe-hands
{
    background-color: #1d97b8;
    text-align: center;
    text-transform: capitalize;
    padding: 30px 30px;
    color:#fff;
    margin-top: 3rem;
}

.safe-hands .text1
{
    font-weight: 600;
    font-size: 16px;
}

.safe-hands img
{
    width: 150px;
    height: 120px;
    position: absolute;
    top: -72px;
    right: -4px;
}

.safe-hands-button
{
    background: transparent;
    border: 1px solid #ffff;
    width: fit-content;
}

.safe-hands-button:hover
{
    background-color: #305a66;
    color:#fff;
    border: 1px solid #305a66;
}

.icon-disease
{
    cursor:pointer;
    transition: 0.5s ease all;
}

.icon-disease:hover img
{
    box-shadow: 2px 0 0 2px #e9e1e1;
}

.icon-disease:hover p
{
    color:#0d6efd;
}

.icon-disease img
{
    width: 100%;
    padding:10px;
    background-color: #f2f4f8;
    border-radius: 50%;
    box-shadow: 1px 0 0 2px #e9e1e1;
}

.icon-disease p
{
    font-size: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
    overflow-wrap: break-word;
}

.view-all-sym
{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f4f8;
    border-radius: 50%;
    padding: 10px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 0 0 2px #e9e1e1;
    text-transform: capitalize;
}

.index-card-area
{
    background: #969697;
    margin:10px 0 10px 0;
    padding:10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.index-card
{
    margin-top: 10px;
}

.index-card .card-body
{
    background: #f2f4f8;
    display: flex;
    justify-content: space-between;
}


.index-card .content-area
{
    display: flex;
    flex-direction: column;
    width: 60%;
}

.index-card .content-area h2
{
    background: #1d97b8;
    border-radius:20px;
    width:160px;
    padding:5px;
    font-size: 22px;
    text-align: center;
    color:#f0f2f6;
    text-transform: capitalize;
}

.index-card .content-area h2 .fa
{
    color: #f30c0c;
}

.index-card .content-area h3
{
    font-size: 13px;
    background: #1d97b8;
    padding: 5px;
    width: 100px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.index-card .content-area p
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.index-card .content-area .para2
{
    font-size: 11px;
    color: #1d97b8;
    font-weight: 700;
}

.index-card .content-area button
{
    background: transparent;
    width: 120px;
    text-transform: capitalize;
    padding:5px;
    border-radius: 10px;
    border:1px solid #212529;
    transition:0.5s ease all;
    color:#212529;
    font-weight: 600; 
}

.index-card .content-area button:hover
{
    background: #212529;
    color:#fff;
}

.index-card .image-area img
{
    background: #1d97b8;
    border-radius: 50%;
}

.index-card .image-area.veterinary-image img
{
    background: transparent;
    border-radius: 0;
    width: 130px;
    height: 170px;
    position: absolute;
    right: 5px;
    bottom: 0;
}
/* chat page style */

.chatting-area
{
    padding: 0;
}

.chatting-area .user-list-area
{
    background: #1d97b8;
    height: 78vh;
    width: 100%;
    overflow-y: scroll;
    display: none;
}

.chatting-area .user-list-area::-webkit-scrollbar
{
    width: 6px;
    display: none;
}

.chatting-area .user-list-area::-webkit-scrollbar-track
{
    background-color: #5a5454;
}

.chatting-area .user-list-area::-webkit-scrollbar-thumb
{
    background-color: #1984a1;
    height: 10px;
}
.chatting-area .user-list-area:hover::-webkit-scrollbar
{
    display: inherit;
}

.chatting-area .user-list-area ul
{
    padding: 0;
    margin: 0;
}

.user-list-area ul li.details
{
    cursor: pointer;
    padding:10px 10px;  
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f2f4f8;
}

.user-list-area ul li.details:hover
{
    background: #969697;
}

.user-list-area ul li.details:last-child
{
    border-bottom: 0;
}

.user-list-area ul li.details .image-container
{
    width: 80px;
}

.user-list-area ul li.details .image-container img
{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-list-area ul li.details .content-container
{
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.user-list-area ul li.details .name
{
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    word-wrap: break-word;
    margin-bottom: 0;
}

.user-list-area ul li.details .message
{
    margin-bottom: 0;   
    font-weight: 600;
}

.chatting-area .chat-message-area
{    
    padding: 10px 10px;
    min-height: 85vh;
    background: #e9e1e1;
}

.chat-box
{
    max-height: 70vh;
    overflow-y:scroll;
    padding:5px;
}

.chat-box::-webkit-scrollbar
{
    width: 0px !important;
}

.chat-message-area
{
    position: relative;
}

.chat-message-area .chat
{
    margin:15px 0;
}

.chat-message-area .chat p
{
    padding: 10px 16px;
    word-wrap: break-word;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%),
    0 16px 16px -16px rgb(0 0 0 / 20%); 
}

.chat-message-area .outgoing
{
    display: flex;
}

.outgoing .chat-details
{
    margin-left: auto;
    max-width: -moz-calc(100% - 130px);
    max-width: -webkit-calc(100% - 130px);
    max-width: calc(100% - 130px);
}

.incoming .chat-details
{
    margin-right: auto;
    max-width: -moz-calc(100% - 130px);
    max-width: -webkit-calc(100% - 130px);
    max-width: calc(100% - 130px);
}

.chat-message-area .outgoing .chat-details p
{
    background: #1d97b8;
    color:#fff;
    border-radius: 18px 18px 0 18px;
}

.chat-message-area .incoming
{
    display:flex;
    align-items: flex-end;
}
.chat-message-area .incoming .profile_image_chat
{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.incoming .chat-details
{
    margin-left:10px;
}
.chat-message-area .incoming .chat-details p
{
    background: #fff;
    color:#333;
    border-radius: 18px 18px 18px 0;
}

.typing-area
{
    display: flex;
    justify-content: space-between;
}

.typing-area input
{
    height: 45px;
    width: -moz-calc(100% - 58px);
    width: -webkit-calc(100% - 58px);
    width: calc(100% - 58px);
    font-size: 17px;
    border:1px solid #969697;
    padding: 0 13px;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.typing-area textarea:focus
{
    
    box-shadow: none;
}

.typing-area button
{
    background: #1d97b8;
    color:#fff;
    width: 55px;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 19px;
}

.video-call-icon
{
    padding:10px 20px;
    display:flex;
    justify-content: space-between;
}

.video-call-icon .fa-video-camera,.fa-arrow-right
{
    color: #fff;
    background: #1d97b8;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-call-icon .fa-video-camera:hover,.fa-arrow-right:hover
{
    box-shadow: 0 0 32px rgb(0 0 0 / 8%),
    0 16px 16px -16px rgb(0 0 0 / 20%);
}

.no-conversation-area
{
    height: 77vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #1d97b8;
    color:#fff;
}

.no-conversation-area p
{
    text-align: center;
    width:100%;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.no-conversation-area p a
{
    color:#333;
    font-size: 16px;
}

.no-conversation-area p a:hover
{
    color:#fff;
}


/* call-pop-up */
#callBox
{
    transition:0.5s ease all;
}

.call-popup
{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 450px;
    height: 98px;
    border-radius: 20px;
    background: rgba(223, 232, 221, 0.19);
    box-shadow: 0px 1px 6px #aeaeae;
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 40%;
}

.popup-image-area
{
    padding:10px 20px;
}

.popup-image-area img
{
    width:80px;
    height:80px;
    border-radius:50%;
}

.popup-button-container ul
{
    display:flex;
}

.popup-button-container ul li
{
    margin-right:20px;
}

.popup-button-container ul li button
{
    background:transparent;
    border:none;
    color:#333;
    font-size:22px;
}

.popup-details
{
    padding: 10px 20px;
    margin-right: 4rem;
}

.popup-details #username
{
    font-weight: 600;
    color: #333;
}
.glass
{
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	transition: all 400ms ease-in;
}

.animate-pulse
{
    color:green;
    transform: scale(1);
	animation: pulse 2s infinite;
}

.hidden
{
    display: none;
}



/* choose doctor design */

.doctors-card-area
{
    padding:10px 20px;
}

.doctors-card-area .card
{
    border-radius: 20px;
    padding:0;
}

.doctors-card-area .card-header
{
    background: #828282;
}

.doctors-card-area .card-header h2
{
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    color:#f2f4f8;
}

.doctors-card-area .card-header p
{
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color:#f2f4f8;
}

.doctors-card-area .card-body
{
    background: #fff;
    height: 180px;
    overflow: hidden;
}

.doctors-card-area .card-body img
{
    width: 100%;
}

.doctors-card-area .card-footer
{
    padding: 0;
}

.doctors-card-area .card-footer button
{
    padding: 8px;
    width: 100%;
    background: #1d97b8;
    border:none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    transition: 0.5s ease all;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.doctors-card-area .card-footer button:hover
{
    color:#fff;
}

.choose-heading-area
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #1d97b8;
}

.choose-heading-area h1
{
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    color:#333;
}

.choose-heading-area img
{
    
    background: #f2f4f8;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 0 0 2px #e9e1e1;
}

.slider-heading-area h2
{
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 5px;
    color: #969697;
}

.slider-heading-area p
{
    margin-bottom: 5px;
    color: #333;
}


.slider-heading-area .download_report
{
    float: right;
    color: blue;
    cursor: pointer;
}

.payment-area
{
    padding-top:10px;
    padding-bottom: 10px;
    border-top: 10px solid #828282;
    border-bottom: 10px solid #828282;
}
.coupon-area
{
    display: flex;
    align-items: center;
}

.coupon-area .icon
{
    background: #1d97b8;
    padding: 5px;
    box-shadow: 1px 0 2px 1px #5a5454;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 1rem;
}

.coupon-area .icon .fa-percent
{
    background: #83e4fb;
    padding: 5px;
    border-radius: 50%;
    color: #333;
    font-size: 14px !important;
}

.coupon-area p
{
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s ease all;
}

.coupon-area p:hover
{
    color:#1d97b8;
}

.fees
{
    margin-top:5px;
    margin-bottom: 5px;
}
.fee-description h3
{
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
}

.fee-description p
{
    margin-bottom: 0;
    font-size: 12px;
    color: #828282;
    font-weight: 600;
}

.fee-cost .cost-deduction
{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.cost-deduction .fa-inr
{
    font-size: 14px !important;
}


.fee-cost .actual-cost
{
    font-size: 14px;
    font-weight: 600;
    color:#828282;
}

.actual-cost .fa-inr
{
    font-size: 10px !important;
}

.calander .card .card-header
{
    display: flex;
    padding: 0;
    background: #1d97b8;
}

.calander .arrow-area
{
    width: 50px;
    background: #727272;
    color: #fffff4;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease all;
}

.calander .arrow-area:hover
{
    background:#fffff4;
    color:#727272;
}
.calander .arrow-area .fa
{
    font-size:28px !important;
}

.calander .text
{
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    text-align: center;
}

.calander .text .date
{
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    padding: 5px;
}

.calander .card-footer
{
    padding: 0;
    text-align: center;
    background: #727272;
}

.calander .card-footer p
{ 
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.calander .card-body
{
    padding:0;
}

.calander .card-body table
{
    margin:0;
}


.calander .card-body table td
{
    text-align: center;
}

.calander .card-body table td.booking
{
    cursor: pointer;
    transition: 0.5s ease all;
}

.calander .card-body table td.booking:hover
{
    background: #1984a1;
}

.calander .card-body table td.temp-booked
{
    background: #f2f4f8;
    pointer-events: none;
}

.terms-condition h2
{
    font-size: 18px;
    color:#333;
    margin-bottom: 0;
}

.terms-condition h2 .fa-lock
{
    color:#1984a1;
    font-size: 18px !important;
}

.terms-condition p
{
    margin-bottom: 0;
}

.terms-condition p a
{
    color:#1984a1;
    font-weight: 600;
}

.pay-button-area
{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #1d97b8;
}

.pay-button-area button
{
    width: 100%;
    margin-top: 10px;
    background: #1d97b8;
}

.amount-breakup
{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.amount-breakup p
{
    font-weight: 600;
    color: #333;
}

.amount-breakup p span
{
    float: right;
    color:#1984a1;
}
.amount-breakup p.view-breakup
{
    font-size: 16px;
    color:#1984a1;
    cursor: pointer;
}

.fa-inr
{
    font-size: 14px !important;
}


/* plan cards */

.plan-view-area .card.plan-active
{
    background: #f2f4f8;
    pointer-events: none;
}

.plan-view-area .card
{
    padding: 5px;
    cursor: pointer;
    transition: 0.5s ease all;
}

.plan-view-area .card:hover
{
    background: #f2f4f8;
}

.plan-view-area .card-body
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.plan-view-area .card-body img
{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.plan-details-div
{
    margin-left: 2px;
    width: 200px;
}
.plan-details-div p,.plan-cost-div p
{
    margin-bottom: 0;
}

.plan-details-div p.plan-name
{
    color: #969697;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

.plan-details-div p.plan-desc
{
    font-size: 12px;
    color: #333;
    font-weight: 500;
}

.plan-cost-div p.plan-cost-ded
{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    float: right;
}

.plan-cost-div p.plan-cost
{
    font-size: 12px;
    float: right;
}


.lab-infoedit .form-control
{
    display:none;
}

#labeditbutton
{
    display:none;
}

.plan-covers-area .heading-area
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.plan-covers-area .heading-area h2
{
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}


.plan-covers-area ul li
{
    color: #1d97b8;
    font-weight: 600;
    font-size: 18px;
}

.plan-covers-area
{
    background: #f2f4f8;
}

.plan-covers-area ul li .fa-check-circle
{
    font-size: 14px !important;
    color: #9d800e;
}

.booking-view-area table td
{
    font-size: 14px;
}

.booking-view-area table td a
{
    font-weight: 600;
}
.booking-view-area table td label
{
    color:#333;
    font-weight: 600;
    cursor: pointer;
}

.booking-view-area table td label:hover
{
    color:#1d97b8;
}
/* end */
@keyframes pulse 
{
	0% {
		transform: scale(0.95);
		color:rgba(0, 109, 0, 0.52);
	}

	70% {
		transform: scale(1);
		color:rgba(0, 109, 0, 0.767);
	}

	100% {
		transform: scale(0.95);
		color:rgba(0, 109, 0, 0.767);
	}
}
/* video chat style */

.video
{
    overflow: hidden;
    position: relative;
}

.vid-1
{
    width: 100%;
    height: 80vh;
    height: fit-content;
}

.vid-2
{
    position: absolute;
    right:0;
    bottom:1rem;
    width: 250px;
    height: auto;
}

.btn-call-end
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-call-end button
{
    position: absolute;
    bottom: 2rem;
    width: 50px;
    height: 50px;
    padding: 10px;
    background:rgb(243, 57, 57);
    border-radius: 50%;
    border: none;
    color:#fff;
    box-shadow: 0 0 4px 1px #4a3030;
}

.hangup-call
{
    position: relative;
}

.hangup-call::after
{
    position: absolute;
    content: "/";
    color: #4a0d0d;
    font-weight: bold;
    font-size: 2.2em;
    top: 0;
    line-height: 24px;
    left: 8%;
    text-shadow: #000;
}

.timer-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.time
{
    position: absolute;
    color: #fff;
    z-index: 1000;
    top: 1rem;
    background: #333;
    padding: 5px;
    width: 55px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}


/* consultant page */
/* .slick-slider-dots
{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.slick-slider-dots ul
{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-slider-dots ul li
{
    margin: 0 4px;
}


.slick-slider-dots ul li.slick-active button
{
    background: #1d97b8;
    color: #1d97b8;
}
.slick-slider-dots ul li button
{
    background: green;
    height: 8px;
    width: 35px;
    overflow: hidden;
    color: green;
    border: none;
    border-radius: 4px;
} */

.slider-data
{
    padding: 10px 10px;
}
.slider-data .card
{
    flex-direction: row;
    padding:10px 10px 0 10px;
    height: 120px;
}

.slider-data .card .text-area
{
    width: 75%;
    display: flex;
    flex-direction: column;
}

.slider-data .card .text-area span
{
    margin: 2px 0 2px 0;
}

.slider-data .card .image-area
{
    width: 25%;
}

.image-area img
{
    float: right;
    width:100%;
}

.first-card
{
    background: #1d97b8;
}

.first-card .text-area .heading
{
    color:#fff;
    font-weight: 600;
    font-size: 16px;
}

.first-card .text-area .discount
{
    font-size: 13px;
    color:#ecf0f6;
}

.first-card .text-area .discount highlight
{
    color:#211d22;
    font-weight: 600;
}

.first-card .text-area .coupon
{
    font-size: 13px;
    background: #fff;
    color:#0d6efd;
    padding:3px;
    width: fit-content;
    position: absolute;
    bottom: 1rem;
}

.first-card .text-area .coupon highlight
{
    font-weight: 600;
    color:#211d22;
}

.card.second-card
{
    background: #f2f4f8;
    flex-direction: column;
}

.card.second-card .text-area
{
    width: 100%;
}

.card.second-card .image-area
{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card.second-card .text-area .heading
{
    font-size: 16px;
    color:#305a66;
    font-weight: 600;
}

.card.second-card .image-area .fa
{
    color:#adb5bd;
    font-size: 26px !important;
}

.card.second-card .image-area .image-container
{
    width: 50px;
    height: 50px;
    background: #1984a1;
    border-radius: 50%;
}

.card.second-card .image-area .image-container img
{
    width: 100%;
    height: auto;
}

.card.second-card .image-area .image-container span.image-subheading
{
    display: block;
    font-size: 8.5px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.card.third-card
{
    background: #f2f4f8;
}

.card.third-card .text-area
{
    width: 65%;
}

.card.third-card .image-area
{
    width: 45%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.card.third-card .image-area img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    box-shadow: 0 0 2px 2px #3ce0fa;
}

.card.third-card .image-area .image1
{
    z-index: 1;
}

.card.third-card .image-area .image2
{
    z-index: 2;
    left: 35px;
}

.card.third-card .image-area .image3
{
    z-index: 3;
    left: 70px;
}

.card.third-card .text-area span.heading
{
    font-weight: 600;
    color:#305a66;
}

.card.third-card .text-area span.heading .fa,
.card.third-card .text-area .span.sub-heading .fa
{
    font-size: 16px !important;
}

.card.third-card .text-area span.sub-heading
{
    font-size: 14px;
    color:#305a66;
}


.speciality-area
{
    margin: 5px 0 0 0;
}

.speciality-area h1
{
    font-size: 16px;
    text-transform: uppercase;
    color: #1984a1;
    width: 100%;
}

.heading-area-consult
{
    margin:10px 0 0 0;
}

.heading-area-consult h1
{
    color:#333;
    font-size: 18px;
    text-transform: capitalize;
}

.fa-file
{
    font-size: 16px !important;
}

/* view all div */

.all-specialityarea
{
    background: #f2f4f8;
    position: fixed;
    right:-500px;
    top:0;
    height: 100%;
    box-shadow: 0 0 6px 3px #818181;
    padding:0;
    overflow-y: scroll;
    opacity: 0;
}

.all-specialityarea .header
{
    background: #1d97b8;
    padding: 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-specialityarea::-webkit-scrollbar
{
    width: 5px;
}

.all-specialityarea .header h1
{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}


.all-specialityarea .content-body
{
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #1d97b8;
    width: 100%;
    cursor:pointer;
}

.content-body .icon img
{
    background: #f2f4f8;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 0 0 2px #e9e1e1;
}

.content-body .name
{
    margin-left: 2rem;
}

.content-body .name p
{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.content-body .arrow
{
    position: absolute;
    right: 15px;
}

.content-body .arrow span .fa-angle-right
{
    font-size: 30px !important;
}


/* manage profile user */

.tabs-area
{
    background: #1d97b8;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.tabs-area p
{
    margin-bottom: 0;
    width: 33%;
    text-align: center;
    color:#000;
    font-weight: 600;
    cursor: pointer;
}

.tabs-area p.active
{
    color:#fff;
    cursor: inherit;
}

.form-area-profile .form-group
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form-area-profile .form-group label
{
    font-size: 18px;
    color: #a7a7a9;
}

.profile-text
{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: right;
}

.profile-border
{
    border-bottom: 1px solid #1d97b8;
    width: 98%;
    margin:auto;
    padding-top: 5px;
}

.user-edit-button,.plans-edit-button,.medical-edit-button
{
    padding: 3px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #1d97b8;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #1d97b8;
    color: #fff;
}

.profile-full-width
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.profile-short-width
{
    width:40%;
}

#userPersonalEdit .form-control
{
    display: none;
}

#profileEditSubmit
{
    display: none;
    position: relative;
}

#profileEditSubmit .btn
{
    position: absolute;
    bottom:0;
}

#lifestyleProfile span
{
    margin-top: 0.5rem;
}
#lifestyleProfile span.active
{
    background-color: #1d97b8;
    color:#fff;
    pointer-events: none;
}

#lifestyleProfile span
{
    padding:10px;
    border:1px solid #1d97b8;
    cursor: pointer;
    transition: 0.3s ease all;
}

#lifestyleProfile span:hover
{
    background-color: #1d97b8;
    color:#fff;
}


.medi_editarea
{
    display: none;
}
::-webkit-scrollbar
{
    width:5px;
    background: #1d97b8;
}


/* admin page style */

span.action,span.clear_amount,span.viewDetails
{
    cursor: pointer;
    font-weight: 600;
}

span.deactivate
{
    color:#f30c0c;
    transition: 0.5s ease all;
}

span.deactivate:hover
{
    color:#1d97b8;
}

span.acivate,span.clear_amount,span.viewDetails
{
    color:#1d97b8;
    transition: 0.5s ease all;
}

span.acivate:hover,span.clear_amount:hover,span.viewDetails:hover
{
    color:#f30c0c;
}

.table-responsive::-webkit-scrollbar
{
    height: 0;
}

/* media queries */

@media only screen and (min-width: 1200px) 
{
    .chatting-area .user-list-area
    {
        width: 350px;
        float: left;
        display: block;
    }

    .chatting-area .chat-message-area
    {
        width: -moz-calc(100% - 350px);
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
        float: right;
    }

    .offering-card .card-body img
    {
        height: 30vh;
    }

    .offering-card .card-footer
    {
        font-size: 16px;
    }

    .navbar-brand img
    {
        width:200px;
    }

    #profilePage
    {
        height: 80vh;
    }

    .fee-description p
    {
        width:50%;
    }

    .chat-box::-webkit-scrollbar
    {
        width: 6px !important;
        display: none;
    }

    .chat-box:hover::-webkit-scrollbar
    {
        display: inherit;
    }

    .chat-box::-webkit-scrollbar-track
    {
        background-color: #5a5454;
    }

    .chat-box::-webkit-scrollbar-thumb
    {
        background-color: #1984a1;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .chatting-area .chat-message-area
    {
        min-height: 78vh;
    }
    .chat-box
    {
        max-height: 54vh;
    }

    .online-aapointment
    {
        margin-right:8px;
        font-size: 16px;
    }

    .sidemenu
    {
        background: #1d97b8;
        text-align: center;
        padding:10px 0;
        position:inherit;
        height: auto;
        display: block;
        opacity: 1;
        z-index: 0;
    }
    .sidemenu img
    {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .sidemenu p
    {
        color:#fff;
    }

    .sidemenu p .name
    {
        font-weight: 600;
        font-size: 24px;
    }

    .sidemenu p .designation
    {
        font-size: 18px;
    }

    .sidemenu ul li
    {
        color:#fff;
        font-weight: 600;
        font-size: 22px;
        padding:10px 0;
        cursor:pointer;
        
    }

    .sidemenu ul li.active,.sidemenu ul li:hover
    {
        background: #969697;
    }

    .image-area img
    {
        height: -webkit-fill-available;
        width: auto;
    }

    .fa-arrow-right
    {
        display: none !important;
    }

    .video-call-icon
    {
        justify-content: flex-end !important;
    }

}

@media only screen and (min-width: 600px) 
{
    .offering-card .card-body img
    {
        height: 45vh;
    }

    .navbar-brand img
    {
        width:200px;
    }    
    
}

@media only screen and (min-width: 768px) 
{
    .offering-card .card-body img
    {
        height: 30vh;
    }

    .offering-card .card-footer
    {
        font-size: 16px;
    }

    #profilePage
    {
        height: 90vh;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px)
{
    .offering-card .card-body img
    {
        height: 22vh;
    }

    .offering-card .card-footer
    {
        font-size: 12px;
    }
    #profilePage
    {
        height: 80vh;
    }

    .sidemenu
    {
        background: #1d97b8;
        text-align: center;
        padding:10px 0;
        position:inherit;
        height: auto;
        display: block;
        opacity:1;
        z-index: 0;
    }
    

    .sidemenu img
    {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .sidemenu p
    {
        color:#fff;
    }

    .sidemenu p .name
    {
        font-weight: 600;
        font-size: 24px;
    }

    .sidemenu p .designation
    {
        font-size: 18px;
    }

    .sidemenu ul li
    {
        color:#fff;
        font-weight: 600;
        font-size: 22px;
        padding:10px 0;
        cursor:pointer;
        
    }

    .sidemenu ul li.active,.sidemenu ul li:hover
    {
        background: #969697;
    }
}