@import "vendors-ar.min.css";
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap);
.cairo {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.no-resualt {
    margin-top: 70px;
    font-size: 1.3em
}

.no-resualt .img-opactiy {
    opacity: .8
}

.no-resualt p {
    margin-top: 50px;
    color: #27b5bb
}

.empty-text {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 15px
}

a.start {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc !important;
    background-color: #27b5bb;
    color: #fff !important
}

.no-resualt .cart-no {
    color: #888 !important;
    font-size: 16px;
    font-weight: 700
}

::selection {
    background-color: #27b5bb;
    color: #fff
}

-webkit-::selection {
    background-color: #27b5bb;
    color: #fff
}

::-moz-selection {
    background-color: #27b5bb;
    color: #fff
}

html {
    -webkit-font-smoothing: antialiased
}

html,
body {
    direction: rtl;
    width: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: "Cairo", sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    transition: all .3s ease-in-out 0
}

.pull-right {
    float: left !important
}

.pull-left {
    float: right !important
}

.wrapper {
    min-height: 100%;
    position: relative;
    overflow-y: hidden
}

section {
    padding-bottom: 20px;
    padding-top: 20px
}

.iconSize {
    font-size: 20px
}

.half-round-top {
    border-radius: 4px 4px 0 0 !important
}

.half-round-bottom {
    border-radius: 0 0 4px 4px !important
}

.half-round-right {
    border-radius: 4px 0 0 4px !important
}

.half-round-left {
    border-radius: 0 4px 4px 0 !important
}

.round-zero {
    border-radius: 0 !important
}

.round {
    border-radius: 3px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    max-height: 30px
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.list-margin li {
    margin: 15px 0
}

.title {
    padding-bottom: 20px
}

.left-padding {
    padding-left: 15px
}

.ex-top-padding {
    padding-top: 15px
}

.input-height-40 {
    height: 40px !important
}

hr {
    margin-bottom: 30px;
    margin-top: 0;
    border-top: 1px solid #ccc !important
}

.hr1 {
    margin-top: 15px;
    padding-top: 5px
}

.bordered {
    border: 1px solid #ddd
}

.bordered-drug {
    border: 1px solid #ddd
}

.bordered-right {
    border-left: 1px solid #f2f2f2
}

.bordered-left {
    border-right: 1px solid #f2f2f2
}

.holder {
    position: relative
}

.top-sidebar {
    position: static !important;
    top: -80px;
    z-index: 2
}

.custom-float-one {
    float: left
}

.custom-float-two {
    float: right
}

a {
    color: #4b9cd3;
    transition: all .4s ease-in-out 0
}

a,
a:active,
a:focus,
a:hover {
    outline: none
}

a:hover {
    color: #057d82;
    text-decoration: none
}

a.tags {
    border-radius: 4px;
    border: 1px solid #057d82;
    padding: 4px;
    margin: 2px;
    font-weight: 700
}

a.toc {
    color: #155eef
}

.tags-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700
}

h1 {
    font-size: 1.5em;
    line-height: 50px
}

h2 {
    font-size: 1.2em;
    line-height: 50px;
    color: #057d82;
    border-bottom: 1px solid #ccc
}

h3 {
    font-size: 1.3em;
    line-height: 40px;
    color: #057d82;
    border-bottom: 1px solid #ccc
}

h4 {
    font-size: 1em;
    line-height: 25px
}

h5 {
    font-size: .8em;
    line-height: 24px
}

h6 {
    font-size: .8em;
    line-height: 35px
}

.btn {
    text-transform: uppercase;
    border: none;
    box-shadow: none !important;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .4s ease-in-out 0
}

.btn:hover {
    text-decoration: none;
    color: #fff
}

.no-hover {
    background-color: #fff0
}

.btn:focus {
    text-decoration: none
}

.btn-lg {
    font-size: 16px;
    padding: 15px 20px
}

.btn-sm {
    font-size: 12px;
    padding: 8px 10px
}

.btn-xs {
    font-size: 11px;
    padding: 5px
}

.btn-default {
    background: #099197
}

.btn-custom-width {
    width: 200px
}

.btn-default:hover {
    background: #47D2E9
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background: #47D2E9
}

.btn-primary {
    background: #5484ed
}

.btn-primary:hover {
    background: #709cfc
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    background: #47D2E9
}

.btn-success {
    background: #8bb174
}

.btn-info {
    background: #37aabd
}

.btn-info.active,
.btn-primary.info,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    background: #27b5bb
}

.no-hover1:hover {
    background-color: #27b5bb
}

.no-hover2:hover {
    background-color: #47D2E9
}

.btn-warning {
    background: #ffbc67
}

.btn-danger {
    background: #fc727a
}

.btn-link {
    border: 1px solid #27b5bb;
    color: #27b5bb
}

.btn-link:hover {
    color: #fff;
    background: #27b5bb
}

.btn-link.active,
.btn-link.info,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open>.dropdown-toggle.btn-link {
    color: #fff;
    background: #27b5bb
}

.text-muted {
    color: #888
}

.custom-home-select {
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: 900;
    color: #27b5bb
}

.text-primary {
    color: #099197
}

.text-primary1 {
    color: #375e97
}

.text-success {
    color: #8bb174
}

.text-info {
    color: #444
}

.text-warning {
    color: #f57c00
}

.text-danger {
    color: #d9534f
}

.text-white {
    color: #fff
}

.small,
small {
    font-size: 90%
}

p {
    margin-bottom: 15px
}

.total .pull-right {
    float: left !important
}

.table-responsive {
    border: 1px solid #ddd;
    margin-top: 30px;
    -webkit-overflow-scrolling: touch !important
}

.table-responsive .table {
    max-width: none
}

.table {
    margin-bottom: 0 !important
}

.table>thead>tr>th {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 1px
}

.modal-body .table {
    margin-top: 15px
}

.table-bordered {
    border: 1px dashed #ededed
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #fafafa
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px dashed #ededed
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: text-top
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

.table>thead>tr>th {
    vertical-align: middle
}

th {
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase
}

td {
    position: relative
}

td img {
    display: inline-block !important;
    width: 60px;
    height: 60px
}

.toc {
    font-size: 1.1em;
    line-height: 2.5em
}

legend {
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

fieldset {
    margin-bottom: 20px
}

.well {
    background: #fff;
    border-color: #ddd;
    margin-top: 30px;
    box-shadow: none
}

.form-control {
    border: 1px solid #ddd;
    box-shadow: none !important;
    height: 50px
}

.select2-container--default .select2-selection--single {
    height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px
}

.form-control:focus {
    border-color: #47D2E9
}

.input-lg,
select.input-lg,
.search-input .btn {
    height: 54px
}

form.no-gutters {
    margin-right: 0;
    margin-left: 0
}

form.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0
}

.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
    border-color: #ddd;
    border-right: none
}

.input-group-addon i {
    font-size: 22px;
    color: #27b5bb
}

.form-control::-moz-placeholder,
.form-control::-webkit-placeholder {
    font-size: 14px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
    font-family: 'icofont';
    content: "\f104";
    margin-right: 2px
}

.checkbox label::before {
    top: 4px
}

.cart-page .checkbox label::before {
    right: 0 !important
}

.cart-page .checkbox label::after {
    right: 0 !important
}

.radio {
    margin-bottom: 15px
}

.radio label::before {
    top: 4px
}

.radio label::after {
    top: 7px
}

.panel {
    box-shadow: none
}

.panel-title {
    font-size: 16px;
    color: #888
}

.panel-group {
    margin-bottom: 0
}

.panel-group .panel {
    border-radius: 3px
}

.panel-group .panel a:focus {
    text-decoration: none
}

.panel-group .panel+.panel {
    margin-top: -3px
}

.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: none
}

.progress-bar {
    background-color: #27b5bb
}

.nav-pills>li {
    margin: 0 !important;
    padding: 0 !important
}

.nav-pills>li>a {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    border: 2px solid #27b5bb;
    color: #27b5bb
}

.myp_div {
    line-height: 2;
    font-size: 1.2em;
    color: #344054;
    font-weight: 500;
    padding-top: 15px
}

.confirmText {
    font-size: 18px !important;
    font-weight: 900
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:hover {
    background-color: #27b5bb;
    color: #fff
}

.nav-pills>li>a i {
    font-size: 30px;
    line-height: 45px
}

.show-more-doctor {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 229px
}

.doctor-img-more {
    margin-top: 13px
}

ul.cart-list {
    width: 328px !important;
    right: -305px !important;
    height: 345px;
    overflow: auto;
    margin: 0;
    position: absolute
}

.bg-default {
    background: #f9f9f9
}

.bg-primary {
    background: #f9f9f9
}

.bg-info {
    background: #375e97
}

.bg-white {
    background-color: #fff
}

.arw-list {
    list-style: none;
    padding-right: 20px
}

.arw-list li a:before {
    font-family: 'icofont';
    content: '\eb32';
    margin: 0 -15px 0 5px
}

.arw-list-default {
    list-style: none;
    padding-right: 20px
}

.arw-list-default li:before {
    font-family: 'icofont';
    content: '\eb5e';
    margin: 0 -15px 0 5px
}

.margin-top-bottom {
    margin: 15px 0
}

.breadcrumb {
    background: #fff;
    padding-right: 0
}

.breadcrumb>.active {
    color: #444
}

.modal-backdrop {
    background-image: url(../images/modalbg.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

nav.navbar.bootsnav.navbar-fixed {
    z-index: 99999
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #27b5bb;
    background-color: #27b5bb
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #27b5bb
}

.modal-open {
    padding: 0 !important
}

.modal-open .modal {
    overflow-x: auto
}

.modal-content {
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-gender {
    padding-right: 0
}

.modal-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0
}

.modal-header .close {
    font-size: 30px
}

.modal-header .close:hover {
    color: #27b5bb
}

.modal-body {
    padding: 30px
}

.modal-footer {
    border-top: 1px solid #ccc;
    padding: 5px;
    font-size: 12px
}

.modal-footer p {
    margin-bottom: 0
}

.modal-backdrop {
    opacity: 1 !important
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.modal.in .modal-dialog {
    margin-top: 150px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 60%
}

.hint,
[data-hint],
.hint::after,
[data-hint]::after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.tooltip-inner {
    background: #47d2e9
}

.tooltip.top .tooltip-arrow {
    border-top-color: #47d2e9
}

.body-overlay {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .7);
    transition: all .2s
}

.more_products p {
    padding: 40px 0;
    text-align: center;
    border: 1px solid #eee;
    font-weight: 900
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list>li>h6>a,
.attr-nav>ul>li>a:hover,
.attr-nav>ul>li>a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on>a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on>a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav>li>a:hover,
nav.navbar ul.nav li.active>a,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    color: #27b5bb
}

nav.navbar.navbar-transparent ul.nav>li>a:hover,
nav.navbar.no-background ul.nav>li>a:hover,
nav.navbar ul.nav li.scroll.active>a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu>li>a:hover,
nav.navbar ul.nav li.dropdown.on>a,
nav.navbar-dark ul.nav li.dropdown.on>a {
    color: #27b5bb !important
}

ul.cart-list>li.total>.btn {
    border-color: #27b5bb;
    color: #fff !important
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top: 1px solid #e0e0e0 !important
}

ul.cart-list>li.total>.btn,
.attr-nav>ul>li>a span.badge,
nav.navbar .share ul>li>a:hover,
nav.navbar .share ul>li>a:focus {
    background-color: #27b5bb
}

ul.cart-list>li.total>.btn:hover,
ul.cart-list>li.total>.btn:focus {
    background-color: #47D2E9 !important
}

.megamenu-content h6 {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important
}

.innerList .innerListItem {
    margin: 15px 15px 30px;
    text-align: right
}

.panel-collapse .checkbox label {
    font-size: 12px
}

.panel-body {
    padding: 5px !important
}

nav.navbar.bootsnav.navbar-transparent.dark .attr-nav,
nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav {
    border-right: 1px solid rgb(0 0 0 / .5)
}

nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-display,
nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: none
}

nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: block
}

.index nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-display,
nav.navbar.bootsnav.navbar-fixed .logo-scrolled,
.medicine nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-display,
nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block
}

.index nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled,
.medicine nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-scrolled,
nav.navbar.bootsnav.navbar-fixed.no-background .logo-scrolled {
    display: none
}

nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgb(255 255 255 / .1);
    border-bottom: 1px solid rgb(255 255 255 / .2)
}

.navbar-transparent {
    -webkit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.index nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a {
    color: #fff !important
}

.index nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent img.logo.logo-scrolled {
    display: none !important
}

.index nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent img.logo.logo-display {
    display: block !important
}

nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    border-right: none
}

.index nav.navbar.bootsnav.navbar-transparent.white .attr-nav i {
    color: #fff
}

.attr-nav i {
    font-size: 18px
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    border: none
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #999 !important
}

nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #888 !important
}

ul.cart-list>li>p {
    color: #888
}

a>i.icofont.icofont-bin.iconSize.delete {
    color: #888 !important;
    float: left;
    margin-top: -40px;
    font-size: 16px !important
}

ul.cart-list>li {
    padding-bottom: 0 !important
}

.menu-col img {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px
}

#reg-sec {
    display: none
}

#pass-sec {
    display: none
}

.user {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border: 1px solid #ddd
}

.navbar-transparent .user {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border: none
}

.modal-body {
    position: relative
}

.modal-title {
    margin-bottom: 15px
}

.modal-social {
    padding-top: 50px;
    padding-right: 30px
}

.btn-google {
    color: #fff;
    background: #dc4b38;
    margin-bottom: 10px
}

.btn-google:hover {
    background: #de5e46
}

.btn-facebook {
    color: #fff;
    background: #48629b;
    font-weight: 600;
    padding: 0
}

.btn-facebook:hover {
    background: #596da2
}

.btn-google i,
.btn-facebook i {
    font-size: 40px;
    display: inline-block;
    float: left;
    padding: 11px 0 11px 5px;
    margin-top: -14px;
    padding-right: 5px
}

.seperator {
    background-color: #fff;
    left: 49%;
    position: absolute;
    top: 40%;
    z-index: 1;
    padding-right: 2px;
    font-weight: 900
}

.seperator::before {
    background: #ebebeb;
    content: "";
    height: 60px;
    right: 7px;
    position: absolute;
    top: 30px;
    width: 1px
}

.seperator::after {
    background: #ebebeb;
    bottom: 30px;
    content: "";
    height: 60px;
    right: 7px;
    position: absolute;
    width: 1px
}

.seperator.seperator-two {
    top: 45%
}

.seperator.seperator-two::before {
    height: 100px
}

.seperator.seperator-two::after {
    height: 100px
}

.modal-form {
    padding-left: 30px
}

.cart-list .total {
    margin-bottom: 0;
    color: #27b5bb;
    position: absolute;
    width: 100%;
    bottom: 0
}

.tab-wrap .media .parrent {
    width: 25%
}

.banner {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    background-color: #099197
}

.dark-overlay {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: rgb(0 0 0 / .2)
}

.carousel-cell {
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover
}

.inner-banner .carousel-cell {
    display: table;
    width: 100%;
    height: calc(8vh);
    background-position: top center;
    background-size: cover
}

.hero {
    position: absolute;
    top: 60%;
    z-index: 3;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-description {
    font-size: 18px;
    font-weight: 600
}

.hero-search-box {
    background: #fff;
    padding: 40px
}

.hero-search-box .select2-container .select2-selection--single {
    height: 54px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.hero-search-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px
}

.hero-search-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px
}

.search-second {
    border-right: none;
    padding-right: 0
}

.search-second:focus {
    border-color: #ddd
}

.or {
    margin-top: 30px;
    margin-bottom: 35px;
    width: 100%
}

.or span {
    position: relative;
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-block
}

.or span::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #ddd;
    width: 140px;
    left: 32px;
    top: 12px
}

.or span::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ddd;
    width: 140px;
    right: 32px;
    top: 12px
}

.btn-file {
    background: #fff;
    color: #999;
    font-size: 16px;
    left: 50%;
    font-weight: 700;
    margin-right: -50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.btn-file:hover {
    background: #fff;
    color: #47D2E9
}

.btn-file i {
    font-size: 26px;
    color: #27b5bb
}

.btn-file input[type="file"] {
    background: #fff;
    cursor: inherit;
    font-size: 45px;
    min-height: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    left: 0;
    text-align: right;
    top: 0;
    width: 100%
}

.upload-status-number {
    font-size: 18px;
    color: #27b5bb;
    padding-left: 15px;
    font-weight: 600
}

.uploader-btn:hover {
    color: #999
}

.uploader-btn {
    font-weight: 400
}

.btn-file2:hover {
    color: #47D2E9
}

.btn-file2 i {
    font-size: 26px;
    color: #27b5bb
}

.btn-file2 input[type="file"] {
    background: #fff;
    cursor: inherit;
    font-size: 100px;
    min-height: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    left: 0;
    text-align: right;
    top: 0
}

.scroll-down {
    bottom: 0;
    margin: 0 auto;
    min-height: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
    display: inline-block
}

.scroll-down a i {
    color: #fff;
    font-size: 40px
}

.how-to-order {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.how-to-order .special-h4 {
    font-weight: 400
}

.how-to-order .discover-steps .panel {
    border-radius: 0 !important;
    border-right: none;
    border-left: none
}

.how-to-order .discover-how {
    font-size: 18px
}

.why-roshetta .service-box:hover .service-content h4,
.why-roshetta .service-box:hover .service-icon {
    color: #27b5bb
}

.why-roshetta .service-box {
    margin-bottom: 15px;
    margin-top: 15px
}

.why-roshetta .service-box .service-icon {
    float: right;
    margin-top: 5px;
    font-size: 32px;
    transition: all .4s ease-in-out 0;
    color: #27b5bb
}

.why-roshetta .service-box .service-content {
    padding-right: 60px
}

.why-roshetta .service-box .service-content h4 {
    margin-bottom: 10px;
    transition: all .4s ease-in-out 0
}

.video-player {
    text-align: center;
    position: absolute;
    opacity: 1;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nav-tabs>li {
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    border-bottom: none
}

.attr-nav>ul>li>a {
    color: #999
}

.nav-tabs {
    border-bottom: #fff0
}

.nav-tabs>li>a {
    background: #fff;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-left: 0;
    padding: 13px 15px
}

.nav-tabs li:last-child {
    border-bottom: 1px solid #e6e6e6
}

.nav-stacked>li+li {
    margin-top: 0
}

.nav-tabs>li>a:hover {
    background: #F5F5F5
}

.nav-tabs>li.active {
    border-right: 1px solid #27b5bb
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    color: #fff;
    background: #27b5bb;
    position: relative
}

.nav-tabs>li.active>a:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: #fff0 #fff0 #fff0 #27b5bb;
    border-width: 25px 22px;
    left: -44px;
    top: 0;
    display: none
}

.tab-wrap {
    margin-bottom: 0
}

.nav-stacked li.active i {
    color: #fff
}

.nav-stacked i {
    font-size: 22px;
    color: #27b5bb
}

.tab-content {
    padding: 0 30px 0 0
}

.tab-content h2 {
    margin-top: 0
}

.tab-content img {
    border-radius: 4px
}

.medicine-info h6 {
    margin: 5px;
    height: 100px;
    font-weight: 400;
    font-size: 1.1em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.medicine-info h5 {
    margin: 15px;
    font-weight: 400;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.medicine-info h4 {
    overflow: hidden;
    margin: 15px;
    height: 50px;
    font-weight: 400
}

.customList strong {
    color: #fff
}

ul.list-inline.row.no-gutters.medicine-sub-info.customList li {
    padding: 8px 0;
    width: 50%;
    height: 40px
}

ul.list-inline.row.no-gutters.medicine-sub-info.customList li i {
    font-size: 19px
}

.medicine-image-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden
}

.medicine-image-wrapper:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / .1)
}

.new,
.sale {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 4
}

.medicine-overlay h5 {
    color: #fff
}

.medicine-info img {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
    height: 255px;
    background-image: url(../images/ajax-loader.gif);
    min-width: 50px;
    min-height: 160px;
    background-repeat: no-repeat;
    background-position: 55% 70%
}

.medicine-info {
    position: relative
}

.medicine-overlay {
    display: block;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    transition: left 500ms ease 0;
    width: 50px
}

.medicine-image-wrapper:hover .medicine-overlay {
    display: block;
    left: 0
}

.medicine-overlay .medicine-overlay-content {
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100%
}

.medicine-overlay .medicine-overlay-content li {
    margin-bottom: 5px
}

.medicine-overlay .medicine-overlay-content li a {
    background: #27b5bb;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 20px
}

.medicine-overlay .add-to-cart {
    background: #fff;
    color: #27b5bb;
    font-size: 15px;
    margin-bottom: 25px
}

.medicine-overlay .add-to-cart:hover {
    background: #fff;
    color: #27b5bb
}

.medicine-overlay p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 0;
    padding-top: 5px
}

.medicine-cat {
    padding-top: 5px;
    font-size: 12px;
    display: block
}

.medicine-sub-info {
    margin-bottom: 0
}

.medicine-sub-info .btn i {
    font-size: 22px;
    line-height: 0
}

#top-pharmacies .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out 0
}

#top-pharmacies .owl-item>div a:hover img {
    border: 1px solid #27b5bb
}

#top-pharmacies .owl-item>div {
    padding: 0 25px
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 40px;
    background: #fff;
    color: #888;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 20%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .4s ease-in-out 0
}

.owl-controls .owl-nav .owl-prev {
    right: 0;
    font-family: "icofont";
    font-size: 24px
}

.owl-controls .owl-nav .owl-next {
    left: 0;
    font-family: "icofont";
    font-size: 24px
}

.m-details .owl-controls .owl-nav .owl-prev {
    right: -10px
}

.m-details .owl-controls .owl-nav .owl-next {
    left: -10px
}

.frame {
    position: relative
}

.date {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 80px;
    top: 10px;
    right: 10px
}

.month {
    background: #27b5bb;
    width: 44px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase
}

.day {
    background: #47D2E9;
    width: 44px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 600
}

.blog .box {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.blog .box img {
    transition: all .4s ease-in-out 0;
    image-rendering: optimizequality;
    overflow: hidden
}

a:hover .box img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.post-meta {
    line-height: 10px;
    font-size: 12px;
    color: #27b5bb;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px
}

.blue-overlay {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: rgb(39 181 187 / .2);
    transition: all .4s ease-in-out 0
}

a:hover .box .blue-overlay {
    background: #fff0
}

.h-filter {
    margin-bottom: 30px
}

.alphapetical .btn {
    padding: 10px 3px
}

.alphapetical .btn-link {
    border-color: #fff0;
    color: #888;
    font-size: 14px;
    font-weight: 600;
    border: none
}

.alphapetical .btn-link:hover,
.btn-link.active {
    border-color: #fff0;
    background-color: #fff0;
    color: #27b5bb
}

.load-more {
    margin-top: 15px
}

.sidebar-title {
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px
}

.sidebar .panel-title>.small,
.sidebar .panel-title>.small>a,
.sidebar .panel-title>a,
.sidebar .panel-title>small,
.sidebar .panel-title>small>a {
    display: block
}

.panel-default>.panel-heading {
    background-color: #f9f9f9
}

span.btn.btn-default.btn-file.upload-btn-file {
    position: static;
    transform: none;
    margin-right: 0;
    width: 100%;
    padding: 10px 0
}

span.btn.btn-default.btn-file.upload-btn-file i {
    font-size: 22px
}

span.btn.btn-default.btn-file.upload-btn-file input[type="file"] {
    position: static;
    width: 100%;
    height: 50px;
    margin-top: -38px
}

.text-uppercase.text-primary.text-center.marginTop {
    margin-top: 15px
}

.label-default {
    background: #fff0;
    color: #888;
    margin-top: 7px
}

.panel-title a i {
    font-size: 14px;
    line-height: 30px
}

.sidebar .panel-title {
    font-size: 14px
}

#custom-scroll-1,
#custom-scroll-2 {
    overflow: hidden !important
}

#custom-scroll-1 {
    height: 228px
}

#custom-scroll-2 {
    height: 285px;
    overflow: auto !important;
    overflow-x: hidden !important
}

.chatPage #custom-scroll-2 {
    height: 256px
}

.scrollable {
    position: relative
}

.scrollable:focus {
    outline: 0
}

.scrollable .viewport {
    position: relative;
    overflow: hidden
}

.scrollable .viewport .overview {
    position: absolute;
    width: 95%
}

.scrollable .scroll-bar {
    display: none
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    left: 0;
    height: 100%
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%
}

.scrollable .scroll-bar .thumb {
    position: absolute
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    right: 0
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.scrollable.default-skin {
    padding-left: 10px;
    padding-bottom: 6px
}

.scrollable.default-skin .scroll-bar.vertical {
    width: 6px
}

.scrollable.default-skin .scroll-bar.horizontal {
    height: 6px
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: #27b5bb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: .6
}

.scrollable.gray-skin {
    padding-left: 17px
}

.scrollable.gray-skin .scroll-bar {
    border: 1px solid gray;
    background-color: #d3d3d3
}

.scrollable.gray-skin .scroll-bar .thumb {
    background-color: gray
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
    background-color: #000
}

.scrollable.gray-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.gray-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.scrollable.modern-skin {
    padding-left: 17px
}

.scrollable.modern-skin .scroll-bar {
    border: 1px solid gray;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inset 0 0 5px #888
}

.scrollable.modern-skin .scroll-bar .thumb {
    background-color: #95aabf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #536984
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
    width: 8px;
    background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
    background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
    background: linear-gradient(to right, #95aabf 0%, #547092 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf',endColorstr='#547092',GradientType=1 )"
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
    height: 8px;
    background-image: linear-gradient(#95aabf, #547092);
    background-image: -o-linear-gradient(#95aabf, #547092);
    background-image: -moz-linear-gradient(#95aabf, #547092);
    background-image: -webkit-linear-gradient(#95aabf, #547092);
    background-image: -ms-linear-gradient(#95aabf, #547092);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf',endColorstr='#547092',GradientType=0 )"
}

.scrollable.modern-skin .scroll-bar.vertical {
    width: 10px
}

.scrollable.modern-skin .scroll-bar.horizontal {
    height: 10px;
    margin-top: 2px
}

.sidebar-cart {
    margin-top: 20px;
    background-color: #f7f7f7
}

.chatPage .sidebar-cart {
    margin-top: 0
}

.custom-sidebar-cart {
    margin-top: 0 !important
}

.cart-items li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.old-price {
    padding-left: 15px
}

.qty-btngroup {
    height: 74px
}

.item-counter {
    width: 30px;
    height: 74px;
    padding-left: 10px
}

.activeHover {
    display: none
}

.item-counter .qty-btngroup .btn {
    width: 24px;
    height: 24px;
    padding: 0;
    float: right
}

.current-price {
    padding-right: 10px
}

.item-counter .form-control {
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    border-top: none;
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #27b5bb
}

.plus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.minus {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.cart-one-item {
    position: relative
}

.item-name {
    width: 75%;
    padding-top: 5px
}

.item-name h6 {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.addborder {
    border-top: 1px solid #27b5bb !important;
    border-bottom: 1px solid #27b5bb !important;
    margin-top: 15px
}

#filter-medicine-type .checkbox,
#filter-medicine-category .checkbox {
    padding: 0
}

.item-action {
    width: 24px;
    height: 74px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    left: -8px
}

.extra-fees {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.total {
    padding-bottom: 5px;
    margin-bottom: 5px
}

.extra-fees h6,
.total h6 {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1em
}

.spinner-parent {
    position: relative
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / .9);
    z-index: 1000
}

body.on-slide-filter {
    margin-left: -300px
}

.slide-filter {
    display: block;
    right: -300px;
    transition: all .3s ease-in-out 0;
    z-index: 3
}

.slide-filter.on {
    display: block !important;
    right: 0;
    top: 0 !important;
    height: 100%;
    padding-top: 30px;
    position: fixed;
    overflow-y: auto;
    width: 310px;
    background: #fff
}

.slide-filter .close-side {
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #27b5bb;
    font-size: 16px;
    position: relative;
    z-index: 10;
    top: -15px;
    right: 0;
    text-align: center;
    line-height: 30px
}

.data {
    min-height: 565px
}

.confirmation-data {
    background: url(../images/doctor_confirmation.png) left 85px no-repeat;
    padding-bottom: 0 !important;
    position: relative
}

.order-code {
    position: absolute;
    left: 30%;
    top: 104%;
    font-weight: 700
}

.order-code .code-span {
    padding: 2px 4px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #27b5bb
}

.active-address {
    color: #27b5bb;
    font-size: 16px;
    font-weight: 700
}

.font-size {
    font-size: 16px;
    color: #888
}

.order-done {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 50px;
    height: 50px;
    background: #fff
}

.btn-left {
    float: left !important
}

.thanks-msg {
    font-size: 16px;
    padding-top: 30px
}

.delivery-counter p {
    margin-right: 5px;
    color: #888 !important;
    cursor: default;
    display: inline-block
}

.bordered-title h4 {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    width: 215px
}

.bordered-title h3 {
    display: block;
    position: static;
    color: #375e97;
    border-bottom: 2px solid #357e97;
    width: 50%;
    margin-top: 15px;
    padding-bottom: 10px
}

.view-order-page .bordered-title h4 {
    display: block;
    position: static;
    width: 100%
}

.view-order-page .bordered-title h3 {
    display: block;
    position: static;
    width: 100%
}

.bordered-title h4::before {
    border-bottom: 2px solid #ddd;
    content: "";
    right: -200px;
    position: absolute;
    top: 15px;
    width: 200px
}

.bordered-title h2 {
    display: block;
    position: static;
    color: #375e97;
    border-bottom: 2px solid #357e97;
    width: 75%;
    margin-top: 15px;
    padding-bottom: 10px
}

.view-order-page .bordered-title h4::before {
    display: none
}

.bordered-title h4::after {
    border-bottom: 2px solid #ddd;
    content: "";
    position: absolute;
    left: -200px;
    top: 15px;
    width: 200px
}

.view-order-page .bordered-title h4::after {
    display: none
}

.view-order-page .bordered-title h3::after {
    display: none
}

.confirmation-info ul li {
    padding-bottom: 10px
}

.label-pro-new,
.label-pro-sale {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    z-index: 12
}

.label-pro-new {
    border-color: #27b5bb #fff0 #fff0 #27b5bb;
    border-style: solid;
    border-width: 30px;
    left: 0
}

.label-pro-sale {
    background: #fff0 none repeat scroll 0 0;
    border-color: #27b5bb #27b5bb #fff0 #fff0;
    border-style: solid;
    border-width: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0
}

.label-pro-new span {
    left: -25px;
    position: absolute;
    top: -25px
}

.label-pro-sale span {
    position: absolute;
    left: -25px;
    top: -25px
}

#countdown-one .btn {
    padding: 10px;
    border: 1px solid #f2f2f2
}

#countdown-one {
    width: 50%;
    margin-top: 0
}

.pharmacy-box {
    margin-bottom: 30px
}

.pharmacy-box-img {
    height: 130px;
    overflow: hidden
}

#map-canvas {
    height: 300px
}

.data .custom-wrapper {
    margin-top: 50px
}

.data .custom-wrapper .breadcrumb {
    margin-bottom: 10px
}

.med-name {
    padding-left: 10px
}

#related-medicines .owl-item>div {
    padding: 0 5px
}

.share li a {
    padding: 0 9px
}

.change-color {
    background-color: #35797
}

#address-div-sellector .radio label {
    display: block;
    line-height: 2
}

.share li a:hover {
    color: #fff
}

.float-text {
    float: right;
    margin-left: 15px
}

a.facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

a.google-plus:hover {
    background: #ce3c2d;
    border-color: #ce3c2d
}

a.twitter:hover {
    background: #5bbcec;
    border-color: #5bbcec
}

.h-counter .qty-btngroup input[type="text"] {
    width: 50px;
    height: 42px;
    float: right;
    padding: 0;
    text-align: center;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #27b5bb
}

.h-counter .qty-btngroup .plus {
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    float: right
}

.h-counter .qty-btngroup .minus {
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
    float: right
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 40px
}

.flip-clock-wrapper ul {
    width: 35px;
    height: 60px
}

.flip-clock-wrapper ul li {
    line-height: 60px
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #27b5bb;
    color: #fff
}

.flip-clock-dot {
    background-color: #7e878a
}

.flip-clock-dot.top {
    top: 27px
}

.flip-clock-dot.bottom {
    bottom: 40px
}

.flip-clock-label {
    display: none
}

.delivery-counter p {
    padding-right: 17%;
    margin-bottom: 0;
    margin-top: 45px;
    font-weight: 700
}

.view-order-page .iconSize {
    margin-right: 15px
}

.dashboard .data .custom-wrapper {
    margin-top: 50px
}

.dashboard-action li {
    padding: 0
}

.dashboard ul.list-inline.dashboard-action .btn-xs {
    font-size: 12px;
    padding: 5px
}

.newEdits .medicine-cat {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table
}

.timeline-centered:after {
    clear: both
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table
}

.timeline-centered:after {
    clear: both
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    top: 20px;
    bottom: 20px;
    margin-right: 30px
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    clear: both
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table
}

.timeline-centered .timeline-entry:after {
    clear: both
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table
}

.timeline-centered .timeline-entry:after {
    clear: both
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0
}

.timeline-centered .timeline-entry.left-aligned {
    float: right
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-right: 0;
    margin-left: -18px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    right: auto;
    left: -100px;
    text-align: right
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: left
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -9px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-right: -20px;
    padding-left: 15px
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    right: -100px;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: 700
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: right
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #fff;
    padding: 10px 20px 5px 10px;
    margin-right: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label>span {
    display: inline-block;
    color: #27b5bb;
    margin-bottom: 15px;
    font-weight: 600
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label>span:first-child {
    margin-left: 15px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: #fff0 #f5f5f6 #fff0 #fff0;
    right: 0;
    top: 10px;
    margin-right: -9px;
    display: none
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: normal;
    margin-right: 20px
}

.white {
    color: #fff
}

.when .date {
    padding-left: 10px
}

.re-order P {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0
}

.pharmacy-ads ul li {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.pharmacy-ads ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

#pharmacy-imgs .owl-item>div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out 0
}

.index nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent .username-login-header span {
    color: #fff
}

.index nav.navbar.bootsnav.navbar-transparent.white ul.dropdown-menu.login-options li a i {
    color: #27b5bb
}

#pharmacy-imgs .owl-item>div a:hover img {
    border: 1px solid #27b5bb
}

#pharmacy-imgs .owl-item>div {
    padding: 0 5px
}

.pharmacy-details h4 {
    display: inline-block
}

.pharmacy-details li {
    padding-left: 25px
}

.pharmacy-details li:last-child {
    padding-left: 0
}

.ph-details .owl-controls .owl-nav .owl-prev,
.ph-details .owl-controls .owl-nav .owl-next {
    top: 40%
}

.ph-details .owl-controls .owl-nav .owl-next {
    left: -10px
}

.ph-details .owl-controls .owl-nav .owl-prev {
    right: -10px
}

footer {
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #fff
}

ul.dropdown-menu.login-options.animated.fadeIn {
    right: -120px
}

ul.dropdown-menu.login-options li {
    border-bottom: 1px solid #ddd
}

ul.dropdown-menu.login-options li:last-child {
    border-bottom: none
}

ul.dropdown-menu.login-options li a i {
    color: #27b5bb;
    margin-left: 5px
}

.footer-icons-section ul li {
    margin-bottom: 10px
}

.footer-social-icons {
    list-style: none;
    padding-right: 20px;
    margin-top: 15px
}

.footer-social-icons li {
    display: inline-block
}

.footer-social-icons li a {
    padding: 0 10px;
    margin-left: 10px;
    font-size: 16px;
    background-color: #fff0;
    color: #999;
    border: 1px solid #ddd
}

.footer-social-icons li a:hover {
    color: #fff
}

.footer-social-icons li:first-child:hover a {
    background: #3b5998
}

.footer-social-icons li:nth-child(2):hover a {
    background: #cd201f
}

.footer-social-icons li:nth-child(3):hover a {
    background: #1da1f2
}

.footer-social-icons li:last-child:hover a {
    background: #dd4b39
}

.color-icons li i {
    color: #999;
    font-size: 20px
}

.up {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff0;
    color: #000
}

.up a {
    color: #000
}

.up a:hover {
    color: #000
}

.up .copyrights a:hover {
    text-decoration: underline
}

.payment a {
    font-size: 30px
}

.twitter-typeahead {
    display: block !important
}

.tt-menu,
.gist {
    text-align: right
}

.tt-open {
    margin-top: 53px !important;
    padding-top: 0 !important
}

.ProfileCard-description {
    color: #777;
    font-size: 12px
}

.typeahead {
    background-color: #fff
}

.typeahead:focus {
    border: 2px solid #0097cf
}

.ProfileCard-details {
    width: 90% !important;
    display: inline-block;
    float: right;
    padding-top: 15px
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075)
}

.ProfileCard-price span {
    font-weight: 600
}

.tt-hint {
    color: #999
}

.ProfileCard-avatar {
    width: 10% !important;
    display: inline-block;
    float: right;
    height: 56px
}

.tt-menu {
    width: 100%;
    margin: 53px 0;
    top: 100% !important;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / .2);
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    -moz-box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    left: 0 !important
}

.tt-suggestion {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #27b5bb;
    background-color: #f9f9f9
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf
}

.tt-suggestion p {
    margin: 0
}

.gist {
    font-size: 14px
}

.copon {
    margin: 20px 0;
    padding: 0;
    display: none
}

.copon-show {
    margin: 20px 0
}

.copon .form-control {
    width: 99%;
    float: right
}

.copon .input-group-btn {
    float: left
}

.copon .input-group-btn button {
    height: 50px
}

.medicine nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a {
    color: #fff !important
}

.medicine nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a {
    color: #fff !important
}

.medicine nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center .attr-nav>ul>li>a {
    color: #999 !important
}

.m-details nav.navbar.bootsnav.navbar-transparent.white,
.dashboard nav.navbar.bootsnav.navbar-transparent.white,
.cart-page nav.navbar.bootsnav.navbar-transparent.white,
.view-order-page nav.navbar.bootsnav.navbar-transparent.white,
.about-us-page nav.navbar.bootsnav.navbar-transparent.white,
.not-found-page nav.navbar.bootsnav.navbar-transparent.white,
.ph-details nav.navbar.bootsnav.navbar-transparent.white,
.contact-us-page nav.navbar.bootsnav.navbar-transparent.white,
.pharmacies nav.navbar.bootsnav.navbar-transparent.white {
    border-bottom: 1px solid #ddd !important;
    background-color: #fff !important
}

.contact-us-page nav.navbar.bootsnav.navbar-transparent.white {
    background-color: #fff !important
}

.medicine .radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 1px !important
}

.medicine .checkbox label::before {
    right: 0;
    margin-left: 0
}

.medicine input[type="checkbox"]:checked+label:before {
    font-family: 'icofont';
    content: "\f104";
    color: #fff;
    line-height: 15px;
    padding-left: 2px
}

.medicine .checkbox label::before {
    top: 0
}

.medicine .small-height {
    height: 40px
}

.medicine div#filter-medicine-type,
.medicine div#filter-medicine-category,
.medicine div#filter-medicine-company {
    height: 300px;
    overflow: auto
}

.m-details .arw-list-default li {
    margin: 10px 0
}

.m-details .overflow a.btn.btn-block.btn-link {
    margin-bottom: 30px
}

.m-details .sidebar-cart {
    margin-top: 0 !important
}

p.myp {
    font-weight: 600 !important;
    line-height: 2.5 !important;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 5px
}

.alphapetical {
    padding: 0
}

.margin-bttom {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .navbar-brand {
        padding: 7px 15px
    }
    .chatPage .navbar-brand {
        padding: 3px 15px
    }
    .slide-filter {
        right: 0;
        height: auto
    }
    .navbar {
        height: 62px
    }
    .chatPage .navbar {
        height: 50px
    }
    nav.navbar.bootsnav ul.nav>li>a,
    .attr-nav>ul>li>a {
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0
    }
    .chatPage nav.navbar.bootsnav ul.nav>li>a,
    .chatPage .attr-nav>ul>li>a {
        line-height: 50px
    }
    .top-sidebar {
        position: relative !important;
        z-index: 20;
        margin-top: 75px
    }
    .ex-bottom-padding {
        padding-bottom: 15px;
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ex-bottom-padding {
        padding-bottom: 15px;
        padding-right: 0
    }
    select#home-page-search-type {
        line-height: 1.7 !important;
        font-size: 12px
    }
    .show-more-doctor {
        height: 183px
    }
    .navbar-brand {
        padding: 7px 15px
    }
    .parrent .tab-content {
        padding-left: 0
    }
    .tab-wrap .media .parrent.pull-left {
        clear: both;
        width: 30%
    }
    .tab-wrap .media .parrent.media-body {
        clear: both
    }
    .nav-tabs>li.active>a::after {
        border: none
    }
    .media-left,
    .media>.pull-left {
        padding-left: 0
    }
    .slide-filter {
        right: 0;
        position: static !important;
        height: auto
    }
    .top-sidebar {
        margin-top: 0
    }
    .float-text {
        float: none
    }
    a.start {
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc !important;
        background-color: #27b5bb;
        color: #fff !important
    }
    a.start:hover {
        background-color: #27b5bb;
        color: #fff !important
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a.start:hover {
        background-color: #27b5bb
    }
    .innerList .innerListItem {
        font-size: 12px
    }
    nav.navbar {
        height: 60px
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 20px 15px
    }
    .attr-nav>ul>li>a {
        padding: 18px 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .medicine-info h6 {
        margin: 5px 0
    }
    .order-code {
        left: 34.8% !important;
        top: 90% !important
    }
    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display,
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        width: 55% !important
    }
    .website-lang {
        right: -135px !important
    }
    .no-border-sm {
        border: none
    }
    .dashboard fieldset {
        padding: .35em .625em .75em;
        margin-top: 15px
    }
    .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-right: 0;
        padding-left: 0
    }
    .timeline-centered {
        margin-top: 15px
    }
    nav.navbar.bootsnav .navbar-brand {
        float: right !important;
        width: 40%
    }
    .customList {
        margin-top: 10px
    }
    .parrent .tab-content {
        padding-right: 0
    }
    .tab-wrap .media .parrent.pull-left,
    .media.accordion-inner .pull-left {
        clear: both;
        width: 100%
    }
    .tab-wrap .media .parrent.media-body,
    .media.accordion-inner .media-body {
        clear: both
    }
    .nav-tabs>li.active>a::after {
        border: none
    }
    .media-left,
    .media>.pull-left {
        padding-left: 0
    }
    .index .btn-file {
        font-size: 15px;
        background: transparent !important;
        color: #fff
    }
    .index .btn.btn-file {
        padding: 5px 15px;
        margin-top: 170px
    }
    .index .marginTop {
        margin-top: 100px
    }
    nav.navbar.bootsnav .navbar-brand {
        padding: 0
    }
    .index nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent .attr-nav i {
        color: #fff
    }
    .smallscreen-height {
        height: 140px
    }
    .tt-menu {
        width: 100%
    }
}

@media (max-width:991px) {
    .no-border-sm {
        border: none
    }
    .btn-file i {
        color: #fff
    }
    nav.navbar.bootsnav.navbar-fixed {
        z-index: 99
    }
    .dashboard .data .custom-wrapper {
        margin-top: 40px
    }
    nav.navbar.bootsnav .navbar-toggle {
        background-color: transparent !important;
        border: 2px solid #ddd;
        border-radius: 0;
        padding: 0 4px
    }
    nav.navbar li.dropdown ul.dropdown-menu {
        right: -150px;
        top: 50px
    }
    nav.navbar li.dropdown ul.dropdown-menu li {
        padding: 7px 0
    }
    ul.dropdown-menu.login-options li a:hover {
        background-color: transparent !important
    }
    ul.dropdown-menu.login-options li a i {
        color: #27b5bb !important
    }
    .username-login-header:focus .login-options {
        display: block !important
    }
    .icofont-navigation-menu:before {
        color: #27b5bb !important
    }
    nav.navbar .dropdown .megamenu-content .col-menu ul>li>a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #27b5bb !important
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: none !important
    }
    .blog ul li {
        margin-bottom: 30px
    }
    .blog ul li:last-child {
        margin-bottom: 0
    }
    .top-sidebar {
        top: 0;
        position: unset
    }
    .alphapetical .btn {
        margin-bottom: 5px
    }
    .ex-bottom-padding {
        padding-right: 0
    }
    .padding-right-0 {
        padding-left: 0
    }
    .order-code {
        left: 5%;
        top: 110%
    }
    .index .searchTabs .nav-tabs>li {
        display: block;
        float: right;
        margin: auto;
        background-color: #fff0;
        border: none;
        color: #fff
    }
    .seperator::after {
        display: none
    }
    .seperator::before {
        display: none
    }
    .hidden-lg.hidden-md.searchTabs {
        width: 95%;
        margin: auto
    }
    .form-control::-moz-placeholder,
    .form-control::-webkit-placeholder {
        font-size: 12px;
        color: #ccc
    }
    .index .searchTabs .nav-tabs>li:hover {
        background-color: #fff0;
        margin: 0
    }
    .index .searchTabs .nav-tabs>li.active::after {
        display: none
    }
    .index .searchTabs .nav-tabs li.active a,
    .index .searchTabs .nav-tabs li.active a:hover,
    .index .searchTabs .nav-tabs li.active a:focus {
        background-color: #fff0;
        border-bottom: 3px solid #fff;
        color: #fff;
        margin: 0
    }
    .index .searchTabs .nav-tabs>li>a {
        color: #fff;
        background-color: #fff0;
        font-size: 15px;
        font-weight: 600;
        padding: 25px 0 0 !important
    }
    .noPadding {
        padding: 0 !important
    }
    .index .searchTabs .nav-tabs>li>a:focus,
    .nav-tabs>li>a {
        border-bottom: none
    }
    .index .searchTabs .nav-tabs>li>a:focus,
    .nav-tabs>li>a:hover {
        background-color: #fff0;
        border: none
    }
    .index .searchTabs .nav-tabs {
        width: 100%;
        margin: 15px auto
    }
    .index .tab-content {
        padding: 0
    }
    .hero .half-round-right {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px !important;
        margin-top: 7px
    }
    .index .btn.btn-file {
        padding: 10px 15px;
        margin-top: 180px;
        border: 1px solid;
        width: 50%
    }
    .mobile-cart {
        background-color: #fff;
        -webkit-box-shadow: 0 -1px 15px #777;
        -moz-box-shadow: 0 -1px 15px #777;
        -ms-box-shadow: 0 -1px 15px #777;
        -o-box-shadow: 0 -1px 15px #777;
        box-shadow: 0 0 10px #777;
        position: fixed;
        bottom: 0;
        color: #222;
        width: 100%;
        z-index: 1010;
        color: #27b5bb
    }
    .chatPage .mobile-cart {
        z-index: 999999
    }
    .mobile-cart .menu-back {
        width: 20%;
        float: left;
        font-size: 15px;
        font-weight: 100
    }
    .mobile-cart .mobile-cart-title {
        width: 80%;
        float: right;
        text-align: right;
        padding-right: 35px
    }
    .mobile-cart-details,
    .mobile-cart-quantity {
        line-height: 64px
    }
    .mobile-cart-quantity {
        border-right: 1px solid #ddd;
        padding: 0;
        margin: 0
    }
    .mobile-cart-quantity i {
        font-size: 20px
    }
    .mobile-cart-details {
        padding: 0
    }
    .mobile-cart-check {
        padding: 0;
        background-color: #27b5bb
    }
    .mobile-cart-check a {
        padding: 20px;
        display: inline-block;
        color: #fff;
        text-decoration: none
    }
    footer {
        padding-bottom: 70px
    }
    .mobile-cart-show {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #eee;
        z-index: 555;
        display: none
    }
    .smallWidth {
        width: 85%;
        margin: auto
    }
    .smallWidth .item-action i {
        font-size: 20px
    }
    .mobile-cart-show .sidebar-cart {
        width: 85%;
        margin: 30px auto
    }
    .mobile-cart-show .item-action {
        left: 10px
    }
    .mobile-cart .cart-items li {
        padding-bottom: 10px
    }
    .mobile-cart>.container {
        padding: 0
    }
    .htmloverflow {
        overflow: hidden !important
    }
    .medicine .width-float,
    .pharmacies .width-float {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background-color: #fff0;
        border: 1px solid #ddd;
        color: #888
    }
}

@media (max-width:767px) {
    .tt-menu {
        width: 100%
    }
    .tt-suggestion {
        padding: 10px
    }
    .ProfileCard-avatar {
        width: 25% !important
    }
    .ProfileCard-details {
        width: 75% !important;
        font-size: 15px
    }
    nav.navbar.bootsnav .navbar-header,
    nav.navbar.bootsnav .navbar-nav {
        height: 52px
    }
    nav.navbar.bootsnav.navbar-fixed.navbar-transparent .logo-display,
    nav.navbar.bootsnav.navbar-fixed.no-background .logo-display,
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        width: 130px !important
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li i {
        color: #27b5bb
    }
    .width-small {
        width: 60%;
        height: 135px
    }
    .title {
        padding-bottom: 0
    }
    .navbar-brand {
        height: 60px;
        padding: 5px;
        width: 100%
    }
    .attr-nav {
        left: 50px
    }
    .attr-nav>ul>li>a {
        padding: 16px 16px 15px
    }
    .attr-nav i {
        font-size: 20px
    }
    nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent .attr-nav i {
        color: #fff
    }
    nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center ul.cart-list>li.total>.btn,
    .attr-nav>ul>li>a span.badge,
    nav.navbar .share ul>li>a:hover,
    nav.navbar .share ul>li>a:focus {
        background-color: #47d2e9
    }
    .medicine nav.navbar.bootsnav.navbar-transparent.white {
        border-bottom: 1px solid #ddd !important;
        background-color: #fff !important
    }
    .medicine img.logo.logo-display {
        display: none !important
    }
    .medicine img.logo.logo-scrolled {
        display: block !important
    }
    .confirmation-info {
        background: none
    }
    .tab-wrap {
        margin-top: 15px
    }
    .parrent .tab-content {
        padding-right: 0
    }
    .tab-wrap .media .pull-left {
        clear: both;
        width: 100%;
        padding-right: 0
    }
    .tab-wrap .media .media-body {
        clear: both
    }
    .nav-tabs>li.active>a::after {
        border: none
    }
    .media-left,
    .media>.pull-left {
        padding-left: 0
    }
    .blog ul li {
        margin-bottom: 30px
    }
    .blog ul li:last-child {
        margin-bottom: 0
    }
    .medicine-overlay {
        right: 0
    }
    .medicine .breadcrumb {
        text-align: right
    }
    .share {
        margin-bottom: 15px;
        float: left
    }
    .timeline-centered .timeline-entry,
    .timeline-centered::before {
        margin-right: 40px
    }
    .tab-pane fieldset {
        margin-top: 15px
    }
    .tab-pane .dashboard-action {
        margin-right: 30px
    }
    .custom-wrapper {
        margin-top: 45px
    }
    .re-order {
        text-align: right
    }
    .timeline-centered {
        margin-top: 15px
    }
    .top-sidebar {
        top: 0;
        position: unset
    }
    .alphapetical .btn {
        margin-bottom: 5px
    }
    .navbar-brand>img {
        margin-right: 0
    }
    .hero-search-box {
        background: #fff0
    }
    .hero-title {
        font-size: 28px;
        line-height: 34px
    }
    .hero {
        top: 55%
    }
    .hero .select2-container--default .select2-selection--single {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 1px
    }
    .hero .input-group {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #ddd;
        margin-top: 3px
    }
    .hero.input-group-addon:first-child {
        border-right: 1px solid #ddd
    }
    .input-group-addon:first-child,
    .search-second {
        border: none
    }
    .index .or {
        margin-top: 35px;
        margin-bottom: 45px
    }
    .or span {
        height: 40px;
        background: #fff0
    }
    .or span::before,
    .or span::after {
        width: 60px
    }
    .index .btn-file {
        font-size: 15px;
        background: transparent !important;
        color: #fff
    }
    .index .marginTop {
        margin-top: 100px
    }
    .text-info {
        font-size: 16px
    }
    .modal.in .modal-dialog {
        width: 90%;
        margin: 60px auto
    }
    .modal-open .modal {
        overflow-x: auto;
        overflow-y: auto !important
    }
    .modalimgbg {
        background-color: rgb(0 0 0 / .6)
    }
    .modalimgbg .modal-dialog .modal-content h4 {
        font-size: 12px
    }
    .modalimgbg .modal-dialog .modal-content .modal-form {
        padding: 0
    }
    .modalimgbg .modal-dialog .modal-content .modal-social {
        padding-right: 0;
        padding-left: 0
    }
    .modalimgbg .modal-dialog .modal-content .btn-facebook {
        width: 100%;
        margin-top: 30px
    }
    .seperator {
        top: 63%
    }
    .seperator.seperator-two {
        top: 72%
    }
    .up {
        background-color: #fff0;
        color: #000;
        padding-bottom: 10px
    }
    .up a,
    .up a:hover {
        color: #000
    }
    .btn-facebook {
        text-transform: capitalize;
        width: 88%;
        margin: auto
    }
    .medicine .select2-container,
    .pharmacies .select2-container {
        width: 50% !important;
        float: right
    }
    .col-sm-12.visible-xs.visible-sm.slide-panel.ex-bottom-padding {
        padding: 0;
        margin-bottom: 10px;
        margin-top: 50px
    }
    .medicine .col-sm-12.col-xs-6.visible-xs.visible-sm.slide-panel.ex-bottom-padding {
        padding-right: 0
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li {
        height: 40px;
        width: auto;
        line-height: 24px;
        background: #fff0;
        color: #888;
        position: absolute;
        bottom: 10px
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li:first-child {
        left: 10%
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li button {
        background: #fff0;
        color: #888
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li button i {
        color: #27b5bb
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li button strong {
        color: #888;
        font-weight: 400
    }
    .overflow {
        overflow: hidden
    }
    .float-right {
        float: left
    }
    .medicine-info a img {
        width: 40% !important;
        height: 95px;
        float: right !important;
        margin: 0;
        border-left: 1px solid #ccc;
        border-bottom: none
    }
    .medicine-info h6 {
        float: left;
        height: auto;
        margin: 20px 0;
        text-align: right;
        width: 55%
    }
    .medicine-overlay .medicine-overlay-content {
        top: 0;
        padding-top: 15px;
        display: none
    }
    .medicine-overlay {
        display: none;
        width: 100%;
        top: 70px;
        margin-top: 15px;
        border-top: 1px solid #f2f2f2
    }
    .medicine-image-wrapper:hover .medicine-overlay {
        display: none
    }
    .medicine-overlay-content ul li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }
    #countdown-one {
        margin: 0 auto
    }
    nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent .attr-nav i {
        color: #999
    }
    .index nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center.navbar-transparent .attr-nav i {
        color: #fff
    }
    .filter-updown {
        display: none;
        margin-bottom: 50px
    }
    .medicine .reduce-margin {
        margin-bottom: 10px
    }
    .marginPadding {
        margin: 3px 0;
        padding: 0
    }
    .modal-backdrop {
        background-image: none !important;
        background-color: #fff0
    }
    .modalbg {
        background-image: none;
        background-color: rgb(0 0 0 / .7)
    }
    .modalbg .modal-header {
        padding: 10px;
        border-bottom: none;
        border-radius: none
    }
    .modalbg .v-filter {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
    .modalbg .checkbox {
        padding: 0
    }
    .medicine .modalbg .modal-content {
        background-color: transparent !important;
        width: 80%
    }
    .medicine .top-sidebar {
        margin: 0;
        padding: 0
    }
}

@media (max-width:480px) {
    #countdown-one {
        padding-left: 0 !important
    }
    .navbar-brand {
        height: 60px;
        padding: 5px;
        width: 100%
    }
    .hero-search-box {
        padding: 15px;
        margin: 5px 0
    }
    .owl-controls .owl-nav .owl-prev,
    .owl-controls .owl-nav .owl-next {
        top: 30px
    }
    .confirmation-info {
        background: none
    }
    .pharmacy-box {
        height: auto;
        overflow: visible;
        margin-bottom: 30px
    }
    .pharmacy-box-img {
        height: auto;
        overflow: hidden
    }
    .pharmacy-box .bordered-right {
        border-left: none
    }
    .pharmacy-box .col-xs-9 {
        border-right: 1px solid #f2f2f2
    }
    .blog ul li {
        margin-bottom: 30px
    }
    .blog ul li:last-child {
        margin-bottom: 0
    }
    .medicine-overlay {
        right: 0
    }
    .breadcrumb {
        text-align: right
    }
    .share {
        margin-bottom: 15px
    }
    .timeline-centered .timeline-entry,
    .timeline-centered::before {
        margin-right: 40px
    }
    .tab-pane fieldset {
        margin-top: 15px
    }
    .custom-wrapper {
        margin-top: 45px
    }
    .re-order {
        text-align: right
    }
    .timeline-centered {
        margin-top: 15px
    }
    .seperator {
        background-color: #fff0;
        right: 45%;
        position: absolute;
        top: 63%;
        z-index: 1
    }
    .seperator::before {
        background: #ebebeb;
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        top: 12px;
        width: 100px;
        display: none
    }
    .seperator::after {
        background: #ebebeb;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 12px;
        width: 100px;
        display: none
    }
    .seperator.seperator-two {
        top: 72%
    }
    .seperator.seperator-two::before {
        height: 150px;
        display: none
    }
    .seperator.seperator-two::after {
        height: 150px;
        display: none
    }
    .modal-social {
        padding-right: 0
    }
    .top-sidebar {
        top: 0;
        position: unset
    }
    .alphapetical .btn {
        margin-bottom: 0 !important
    }
    .attr-nav>ul>li>a {
        padding-left: 20px;
        padding-right: 10px !important
    }
    .bordered-title h4::after {
        left: -74px;
        width: 94px
    }
    .bordered-title h3::after {
        left: -74px;
        width: 94px
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li:first-child {
        left: 0
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li:last-child {
        left: 31%
    }
    .m-details .overflow a.btn.btn-block.btn-link {
        width: 250px
    }
}

ul.arw-list li {
    line-height: 30px
}

.footer-social-icons {
    margin-top: 30px
}

select#home-page-search-type {
    line-height: 2;
    background: url(../images/br_down.png) no-repeat right #f9f9f9;
    -webkit-appearance: none;
    background-position-x: 15px;
    border-color: #27b5bb
}

input#home-page-search-input,
.search-input .input-group .input-group-addon {
    border-color: #27b5bb
}

#home-page-search-input {
    direction: rtl !important
}

.chatPage nav.navbar.bootsnav.navbar-transparent.white {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0
}

.padding {
    padding-top: 60px
}

body.chatPage {
    background: #eee
}

.row.row-broken {
    padding-bottom: 30px
}

.col-inside-lg {
    padding: 10px
}

.chat {
    position: relative !important
}

.decor-default {
    background-color: #fff;
    border: 1px solid #ddd
}

.chat-users h5 {
    font-size: 18px;
    margin: 0 0 20px
}

.chat-users .user-chat-info {
    position: relative;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    margin: 0 0 5px
}

.chat-users .user-chat-info .avatar {
    top: 0;
    left: 0
}

.avatar {
    width: 40px;
    height: 40px;
    position: absolute
}

.avatar img {
    display: block;
    border-radius: 20px;
    height: 100%
}

.avatar .status.online,
.chat-status .status.online {
    border: 1px solid #fff;
    background: #27b5bb
}

.chat-status .new-state-chat {
    bottom: 8px !important;
    right: 80px
}

.chat-status .new-state-done {
    bottom: 8px !important;
    right: 80px;
    background: green !important
}

.chat-status .new-state-closed {
    bottom: 8px !important;
    right: 80px;
    background: red !important
}

.damn-margin {
    margin-right: 15px
}

.chat-users .user-chat-info .status {
    bottom: 0;
    left: 28px
}

.avatar .status,
.chat-status .status {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute
}

.chat-users .user-chat-info .your-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.chat-users .your-new-rosheta {
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 2px
}

.chat-users .your-new-rosheta i {
    font-size: 20px;
    color: #27b5bb
}

.chat-users .user-chat-info .your-gender,
.chat-users .user-chat-info .your-email {
    font: 200 14px/20px Raleway, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.rosheta-imgs {
    margin-bottom: 10px
}

.rosheta-imgs img {
    border: 1px solid #ddd
}

.custom-decor {
    min-height: 100%;
    border-top: none
}

.chat-body h5 {
    font-size: 18px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.chat-body .answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left
}

.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both
}

.chat-body .imgs {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd
}

.chat-body .imgs img {
    border: 1px solid #ccc;
    height: 70px;
    display: block;
    margin: auto
}

.chat-body .answer.left .avatar {
    left: 0
}

.chat-body .answer .avatar {
    bottom: 36px
}

.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute
}

.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%
}

.chat-body .answer .name {
    font-size: 14px;
    line-height: 36px
}

.chat-body .answer.left .avatar .status {
    right: 4px
}

.chat-body .answer .avatar .status {
    bottom: 0
}

.chat-body .answer.left .text {
    background: #ebebeb;
    color: #333;
    border-radius: 8px 8px 8px 0
}

.padding-border {
    display: inline-block;
    padding-bottom: 15px
}

.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative
}

.chat-heading {
    background-color: #fff;
    width: 72.6%;
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 5px 0
}

.chat-heading h5 {
    padding-top: 5px;
    padding-right: 15px;
    margin: 0
}

.typing-span span {
    display: inline-block;
    padding-top: 5px;
    font-weight: 700;
    color: #27b5bb
}

.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px
}

.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid #fff0;
    border-bottom-width: 0
}

.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333
}

.chat-body .answer .time {
    font-size: 11px;
    position: relative;
    padding-bottom: 1px
}

.chat-body .answer.right {
    padding: 0 58px 0 0;
    text-align: right;
    float: right
}

.chat-body .answer.right .avatar {
    right: 0
}

.chat-body .answer.right .avatar .status {
    left: 4px
}

.chat-body .answer.right .text {
    background: #27b5bb;
    color: #fff;
    border-radius: 8px 8px 0 8px
}

.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: #27b5bb;
    border-left-width: 12px
}

.chat-body .answer.right .time {
    padding-right: 12px;
    color: #999
}

.answer-add {
    clear: both;
    position: relative;
    padding-left: 32px;
    float: left;
    margin-top: -50px;
    height: 50px
}

.answer-add input {
    font-size: 13px;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    transition-duration: .5s
}

.chat input {
    -webkit-appearance: none;
    border-radius: 0
}

.chat input::-webkit-input-placeholder {
    color: #999
}

.chat input:-moz-placeholder {
    color: #999
}

.chat input::-moz-placeholder {
    color: #999
}

.chat input:-ms-input-placeholder {
    color: #999
}

.chat input {
    -webkit-appearance: none;
    border-radius: 0
}

.answer-add .no-left-margin {
    padding-left: 0;
    margin-left: 0;
    height: 40px
}

.answer-add .no-right-margin {
    padding-right: 0;
    margin-right: 0;
    height: 40px;
    padding-left: 0
}

.answer-add .no-left-margin .chat-input {
    border-radius: 0;
    background-color: #f9f9f9;
    height: 50px
}

.answer-add .no-right-margin button {
    border-radius: 0;
    height: 50px
}

.custom-addon {
    background-color: #f9f9f9
}

.right-text {
    float: right
}

.add-rosheta {
    float: left;
    font-size: 13px
}

.custom-addon input[type=file] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    position: absolute;
    -webkit-box-sizing: border-box;
    width: 50px;
    cursor: pointer;
    top: 0;
    opacity: 0
}

.custom-addon input[type=file]::-webkit-file-upload-button {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    width: 0
}

.large-screen-height {
    max-height: 460px;
    min-height: 460px;
    width: 100%
}

.large-screen-height-article {
    max-height: 557px;
    width: 100%
}

nav.navbar.bootsnav.navbar-transparent.white .attr-nav>ul>li>a,
nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
nav.navbar.bootsnav.no-background.white .attr-nav>ul>li>a,
nav.navbar.bootsnav.no-background.white ul.nav>li>a {
    color: #999
}

.medicine .breadcrumb {
    margin-bottom: 0
}

.medicine .reduce-margin {
    margin-bottom: 10px
}

.medicine section.data {
    padding-top: 10px
}

.top-pharmacies {
    background-color: #f9f9f9;
    border-top: 1px solid #eee
}

.invert-white {
    filter: brightness(800%);
    -webkit-filter: brightness(800%);
    -moz-filter: brightness(800%);
    -o-filter: brightness(800%);
    -ms-filter: brightness(800%)
}

.relative-pos {
    position: relative;
    padding-right: 20px
}

.form-input-emial {
    height: 40px;
    border-radius: 0;
    width: 100%
}

.form-send-btn {
    position: absolute;
    left: 60px
}

.span-margin {
    display: inline-block;
    margin: 0 10px
}

.dash-total-price {
    margin-left: 20px;
    display: inline-block;
    margin-top: 5px
}

.medicine-name i {
    font-size: 20px;
    color: #27b5bb
}

.dash-total-price {
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px
}

.input-group .customIcon {
    color: #ccc;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid !important;
    color: #ccc;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid !important
}

@media (max-width:991px) {
    .no-header-paading {
        padding-left: 10px !important
    }
    .dotted-username {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        display: inline-block;
        direction: ltr;
        margin-top: 3px;
        color: #999;
        padding-left: 15px
    }
    .abs-pos {
        position: absolute;
        left: 25px;
        top: 14px
    }
    .abs-pos2 {
        position: absolute;
        right: -25px;
        top: 14px
    }
    .username-edits {
        padding: 0 !important;
        padding-top: 10px !important;
        margin: 0
    }
    .form-input-emial {
        width: 64%;
        direction: rtl;
        border-radius: 3px
    }
    .form-send-btn {
        left: 130px;
        top: 0
    }
    .noMargin_list {
        padding-right: 0
    }
    .medicine section.data {
        padding-top: 10px
    }
}

@media (max-width:480px) {
    .form-send-btn {
        left: 70px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .form-send-btn {
        left: 30%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .form-send-btn {
        left: 55% !important
    }
    .modal.in .modal-dialog {
        width: 90%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .order-code {
        left: 35.8%;
        top: 90%
    }
    .form-input-emial {
        width: 75% !important
    }
    .form-send-btn {
        left: 12% !important;
        top: 0
    }
}

@media(min-width:480px) and (max-width:767px) {
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li {
        right: 50% !important;
        margin-top: 70px
    }
    ul.list-inline.row.no-gutters.medicine-sub-info.customList li:first-child {
        left: -20%
    }
}

.attr-nav>ul>li>a span.badge {
    background-color: #3ca1e6;
    top: 50%;
    margin-top: -19px;
    left: 3px;
    font-size: 12px;
    padding: 3px 0 0;
    width: 19px;
    height: 18px
}

.innerTable {
    display: block;
    padding: 20px 0;
    font-weight: 900;
    color: #27b5bb
}

.chatPage .modal-backdrop {
    background-image: none !important;
    background-color: rgb(0 0 0 / .7)
}

.f-left {
    float: left
}

.s-height {
    height: 45px
}

.mrgn-top {
    margin-top: 25px
}

.etx-mrgn-top {
    margin-top: 65px
}

.text-new-color {
    color: #27b5bb
}

.chat-body .answer.center {
    max-width: 100%;
    text-align: center
}

.chat-body .answer.center .text {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #27b5bb;
    font-weight: 900
}

.images-heading {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
    margin-left: 0;
    padding-left: 0
}

.borderBottom {
    color: #27b5bb;
    border-bottom: 2px solid;
    font-size: 16px
}

.modal-title {
    font-size: 16px
}

.image-for-start {
    width: 80% !important;
    height: auto !important;
    opacity: .8;
    border: none !important;
    margin: auto
}

.smaller-Size {
    font-size: 14px
}

.website-lang {
    min-width: 50px !important;
    width: 125px !important;
    right: -110px !important
}

.active-lang {
    border-bottom: 1px solid #ddd
}

.active-lang a>span {
    color: #27b5bb
}

@media (max-width:767px) {
    .website-lang {
        right: -130px !important;
        top: 50px
    }
    .answer-add {
        float: none;
        margin-top: -80px
    }
    .chatPage .navbar {
        display: none !important
    }
    .chat-heading {
        border-top: none
    }
    .chat {
        position: static !important;
        height: 75vh !important
    }
    .chat-body .answer .text {
        padding: 10px;
        font-size: 12px
    }
    .chat-body .answer .time {
        visibility: hidden
    }
    .chat-body .answer.right {
        padding: 0 50px 0 0
    }
    .chat-body .answer .avatar {
        bottom: 30px
    }
    .padding {
        padding-bottom: 10px;
        padding-top: 10px
    }
    .row.row-broken {
        padding-bottom: 0
    }
    .chatPage .mobile-cart {
        display: none
    }
    .confirmation-data {
        background-image: none
    }
    #countdown-one {
        width: 60%;
        padding-left: 11%
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px
    }
    .flip-clock-wrapper ul {
        width: 25px !important;
        height: 50px;
        margin: 0;
        margin-left: 5px;
        margin-top: 5px
    }
    .flip-clock-wrapper ul li {
        line-height: 50px
    }
    .flip-clock-dot.top {
        top: 20px
    }
    .flip-clock-dot.bottom {
        bottom: 47px
    }
    .flip-clock-divider {
        width: 15px;
        height: 95px
    }
    .delivery-counter p {
        display: block;
        text-align: center;
        margin-top: 30px;
        padding-right: 0
    }
    .mobile-float-small1,
    .mobile-float-small2 {
        float: right
    }
    .mobile-float-small2 {
        padding-right: 5px;
        width: 63%;
        display: inline-block;
        float: right
    }
    .modal-social {
        padding-top: 25px
    }
    .borderBottom {
        font-size: 13px
    }
    #reg-sec .modal-social li.etx-mrgn-top {
        margin-top: 30px
    }
    .btm-brdr {
        font-size: 13px
    }
    .btn-google i,
    .btn-facebook i {
        font-size: 18px
    }
    .modalimgbg .modal-dialog .modal-content .btn-facebook {
        font-size: 13px
    }
    .btn-custom-width {
        margin-bottom: 20px;
        display: block
    }
    .tab-pane .dashboard-action {
        margin-left: 10px;
        float: left
    }
    #myAddressesSelector .row {
        border-bottom: 1px solid #ddd;
        width: 100%;
        margin: 10px auto
    }
    nav.navbar.bootsnav .navbar-brand {
        width: 40%;
        float: right !important
    }
    nav.navbar {
        height: 52px
    }
    .dashboard .timeline-label ul.arw-list li {
        line-height: 25px;
        border: 1px solid #ddd;
        padding: 7px
    }
}

.reset-button {
    border-radius: 0;
    height: 50px;
    padding-top: 16px;
    font-weight: 900
}

.medicine-order-phone {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #f5f5f5
}

.medicine-order-phone p {
    font-weight: 900;
    font-size: 14px
}

nav.navbar.navbar-default.navbar-fixed.white.bootsnav.navbar-mobile.on.menu-center {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc
}

.pos-static {
    position: static !important;
    margin-top: 13px
}

.latestbg {
    padding: 20px 10px 30px;
    background-color: #27b5bb
}

.searchbtn {
    width: 100%;
    background-color: #27b5bb !important;
    border: 1px solid #fff !important
}

.searchbtn :hover {
    background-color: #fff !important;
    color: #27b5bb !important;
    border: 1px solid #27b5bb !important
}

.article-social-icons {
    list-style: none;
    margin-top: 15px
}

.article-social-icons li {
    display: inline-block
}

.article-social-icons li a {
    padding: 0 10px;
    margin-left: 10px;
    font-size: 16px;
    color: #fff
}

.article-social-icons li {
    color: #fff
}

.article-social-icons li:first-child {
    background: #3b5998;
    text-align: center;
    border-radius: 3px;
    padding: 5px
}

.article-social-icons li:nth-child(2) {
    background: #C13584;
    text-align: center;
    border-radius: 3px;
    padding: 5px
}

.article-social-icons li:nth-child(3) {
    background: #1DA1F2;
    text-align: center;
    border-radius: 3px;
    padding: 5px
}

.article-social-icons li:last-child {
    background: #C13584;
    text-align: center;
    border-radius: 3px;
    padding: 5px
}

.dropdown1 {
    position: relative;
    display: inline-block
}

.dropdown1 {
    position: relative;
    display: inline-block;
    width: 100%
}

.change-country-btn {
    background-color: #375e97;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 8px;
    width: 100%
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 8px 16px rgb(0 0 0 / .2);
    z-index: 1;
    border-radius: 5px
}

.dropdown1-content a {
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: block
}

.dropdown1-content a:hover {
    background-color: #f1f1f1
}

.dropdown1:hover .dropdown1-content {
    display: block
}

.responsive {
    width: 75% !important;
    height: auto !important;
    max-width: 500px !important
}

.latest-articles-bg {
    background-color: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ccc
}

.price {
    font-size: 1.2em;
    font-weight: 700;
    color: #057d82
}

.medicine-information {
    font-size: 1.3em;
    line-height: 40px;
    display: block;
    position: static;
    color: #375e97;
    border-bottom: 2px solid #357e97;
    width: 75%;
    margin-top: 15px;
    padding-bottom: 10px;
    font-weight: 700
}

.medicine-name {
    margin: 5px;
    font-weight: 400;
    height: 80px;
    font-size: 1.1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

a.footer-links {
    color: #101828
}

a.similar {
    color: #101828
}

a.navbar1 {
    color: #101828
}

.read-notice {
    color: #444;
    font-size: 1em;
    font-weight: 700
}

.share-this {
    color: #101828;
    text-align: center;
    font-weight: 700
}

.home-title {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom: 25px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #27b5bb;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
    text-align: center
}

.sidenav a {
    line-height: 3;
    text-decoration: none;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    display: block;
    transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #bee8ea
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    border-bottom: hidden !important
}

.toggle-sidebar {
    line-height: 50px;
    color: #999;
    float: left
}

.topc {
    background-color: #27b5bb;
     !important
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 1.2em
    }
    .topc {
        background-color: #27b5bb;
         !important
    }
    .toggle-sidebar {
        line-height: 50px;
        color: #999
    }
}

.see-more {
    font-size: 1.1em;
    display: inline-block;
    float: inline-end;
    margin-top: 15px;
    margin-left: 15px
}

.similar-title {
    display: inline-block;
    position: static;
    color: #375e97;
    border-bottom: 2px solid #357e97;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 50%
}

.following-us {
    font-size: 1.3em;
    line-height: 40px;
    color: #057d82;
    border-bottom: 1px solid #ccc;
    font-weight: 700
}