.bg-img,
.bg-img:before,
.card-profile,
.play-btn {
    display: flex;
    align-items: center;
}
.my-profile h6,
.navbar-expand-lg .navbar-nav .nav-item:hover .register_nowbtn,
a {
    color: #000;
}
.btn.focus,
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(87 99 222 / 13%);
}
.custom-search input,
.header-icons i:hover,
.img-box p span {
    background-color: #eee;
}
button,
label {
    font-weight: 500;
}
.overlay,
.popup {
    width: 100%;
    opacity: 0;
}
.card-profile p,
.details-text h2,
.img-box p,
.my-profile h2,
.my-profile h6,
.time-slot-wrap p {
    font-weight: 700;
}
.comment-wrap ul li,
.sidebar ul li {
    margin-bottom: 15px;
}
.content .icons a,
.sidebar a,
.table td a,
.ui-state-default,
a,
a:hover {
    text-decoration: none;
}
.blog-img,
img {
    object-fit: cover;
}
* {
    padding: 0;
    margin: 0;
}
.bg-img {
    background: url("../images/pharma_high.webp") 0 0 / cover fixed;
    width: 100%;
    height: 300px;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bg-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 50%);
    justify-content: center;
    z-index: 1;
}
.about-banner .banner-text,
.about-banner .container,
.banner .container,
.banner-text,
.bg-img .container {
    z-index: 1;
}
.bg-img h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;
}
.content p,
.custom-header .nav-item a,
.hotspot-text h4,
body {
    font-size: 16px;
}

.adjust-label,
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.bg-img .btn {
    font-size: 20px;
    padding: 10px 50px !important;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-item {
    transition: 0.3s;
}
body {
    color: #414141 !important;
    letter-spacing: 0.05em;
    font-family: "Poppins", sans-serif;
}
::placeholder {
    color: #999;
}
.table td a {
    color: #00b2a6;
    font-weight: 600;
}
button:focus {
    outline: 0;
}
label {
    color: #666;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
}
.form-control:placeholder {
    font-size: 13px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    min-height: 34px !important;
    font-size: 14px !important;
}

.page-content-wrap .tab-pane .form-control { min-height: 34px !important; }

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.custom-header {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 20%);
}
.custom-header .nav-item {
    margin-right: 10px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    margin-right: 20px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.custom-header .nav-item.active a {
    color: #00b2a6 !important;
    font-weight: 700;
}
.custom-header .custom-btn {
    background: #96ca51;
}
.custom-header .custom-btn:hover {
    background: #8dc93e;
}
.form-control:focus {
    border-color: #5763de59;
}
.custom-btn-outline:hover,
.custom-btn:hover {
    box-shadow: 0 2px 20px rgb(43 77 151 / 50%);
    color: #fff;
}
.custom-navbar {
    padding: 15px 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.box:hover,
.custom-btn,
.custom-btn-outline:hover,
.letter-filter span:hover {
    background: #00b2a6;
}
.custom-btn {
    color: #fff;
    border-radius: 30px;
    box-shadow: 4px 10px 25px rgba(43, 77, 151, 0.15);
    transition: 0.4s;
    padding: 8px 30px;
}
.custom-btn-outline {
    background: 0 0;
    border: 1px solid #00b2a6;
    color: #414141;
    border-radius: 20px;
    transition: 0.4s;
    padding: 5px 20px;
}
.about-section h3,
.box,
.box:hover,
.card-img,
.content-box,
.custom-search,
.details-img-wrap {
    position: relative;
}
.custom-search input {
    border-radius: 20px;
    border-color: transparent;
    width: 100%;
    padding: 0 45px;
}
.custom-search i {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #666;
}
.header-icons i {
    font-size: 25px;
    margin-right: 5px;
    color: #625afe;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    transition: 0.4s;
}
.img-box p,
.reactions a {
    color: #595959;
}
.card {
    border: none;
    display: block;
}
.card img,
.overlay {
    border-radius: 20px;
}
.card img {
    background: #eee;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.img-box {
    background-color: #fff;
    padding: 10px;
}
.img-box p span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}
.fa-thumbs-up {
    color: #2196f3;
}
.uil-comment-dots {
    color: #cddc39;
}
.uil-eye {
    color: #007bff;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
}
.card-img:hover .overlay {
    opacity: 1;
}
select {
    height: 45px !important;
}
::selection {
    color: #fff;
    background: #7d2ae8;
}
.popup {
    position: fixed;
    left: 50%;
}
.custom-search.active,
.view-modal {
    position: absolute;
    background: #fff;
}
button {
    outline: 0;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
.view-modal {
    bottom: -10px;
    right: -23px;
    font-size: 18px;
    padding: 10px 15px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.popup {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    pointer-events: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s ease-in-out 0.2s, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.popup.show {
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: top ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.popup .field,
.popup .icons,
.popup header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
header span {
    font-size: 21px;
    font-weight: 600;
}
.icons a,
header .close {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
header .close {
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.start-follow,
.started-following.custom-btn {
    font-size: 18px;
    margin-top: 5px;
}
header .close:hover {
    background: #ebedf9;
}
.popup .content {
    margin: 20px 0;
}
.popup .icons {
    margin: 15px 0 20px;
    padding: 0 30px;
}
.content .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: 1px solid transparent;
    display: inline-flex;
}
.icons a i {
    transition: transform 0.3s ease-in-out;
}
.icons a:first-child {
    color: #1877f2;
    border-color: #b7d4fb;
}
.icons a:first-child:hover {
    background: #1877f2;
}
.icons a:nth-child(2) {
    color: #46c1f6;
    border-color: #b6e7fc;
}
.icons a:nth-child(2):hover {
    background: #46c1f6;
}
.icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}
.icons a:nth-child(3):hover {
    background: #e1306c;
}
.icons a:nth-child(4) {
    color: #25d366;
    border-color: #bef4d2;
}
.icons a:nth-child(4):hover {
    background: #25d366;
}
.icons a:nth-child(5) {
    color: #08c;
    border-color: #b3e6ff;
}
.icons a:nth-child(5):hover {
    background: #08c;
}
.icons a:hover {
    color: #fff;
    border-color: transparent;
}
.icons a:hover i {
    transform: scale(1.2);
}
.content .field {
    margin: 12px 0 -5px;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}
.field.active {
    border-color: #7d2ae8;
}
.field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.field.active i {
    color: #7d2ae8;
}
.field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    font-size: 15px;
}
.field button {
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
}
.field button:hover {
    background: #8d39fa;
}
.custom-search .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}
.follow-profile.custom-btn,
.following-profile.custom-btn {
    margin-top: 15px;
    padding: 3px 15px;
    font-size: 14px;
}
.custom-search.active {
    width: 100%;
    border-radius: 20px;
}
.custom-search.active .autocom-box {
    padding: 10px 0;
    opacity: 1;
    pointer-events: auto;
}
.autocom-box li {
    list-style: none;
    padding: 8px 20px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    margin-bottom: 10px;
}
.autocom-box li span,
.avatar,
.avatar img,
.card-profile img,
.my-prfile-avatar,
.my-prfile-avatar img,
.profile-image span img,
.profile-img,
.profile-img img,
.ui-state-active {
    border-radius: 50%;
}
#calendar-popup *,
.autocomplete .close.visible,
.custom-search.active .autocom-box li,
.homepage_onload_wrapper.homepage-popup-mpdal {
    display: block;
}
.autocom-box li:hover {
    background: #efefef;
}
.autocom-box li span {
    width: 50px;
    height: 50px;
    background: #eee;
    display: inline-block;
    margin-right: 20px;
}
.autocom-box li span img {
    width: 100%;
    border-radius: 50%;
}
.my-prfile-avatar {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #eee;
    vertical-align: bottom;
}
.my-profile {
    width: 70%;
    margin: 0 auto;
}
.profile-img {
    width: 150px;
    height: 150px;
    display: block;
    background-color: #eee;
    margin: 0 auto;
}
.fixed-back,
.play-btn {
    font-size: 30px;
    background: #fff;
}
.started-following.custom-btn {
    display: none;
    background: #5763de;
    transition: 0.4s;
}
.following-profile.custom-btn:hover,
.started-following.custom-btn:hover {
    box-shadow: 0 2px 20px rgb(87 99 222 / 50%);
    color: #fff;
}
.my-profile p {
    color: #000;
    margin-bottom: 10px;
}
.my-profile h2 {
    margin-top: 10px;
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}
.details-wrap {
    margin-top: 100px;
    position: relative;
}
.fixed-back {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #000;
    position: fixed;
    left: 20px;
    top: 115px;
    z-index: 9;
    transition: 0.4s;
}
#calendar,
#calendar-popup,
#search_result,
.autocomplete .close,
.banner:before,
.custom-pin,
.dialog,
.dialog div,
.focus-background,
.hotspot-text,
.modal-header h2,
.play-btn,
.s_title,
.search-field {
    position: absolute;
}
.card-profile span.mr-3,
.play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fixed-back:hover {
    background-color: #eee;
    color: #000;
}
.detail-img {
    cursor: pointer;
    padding: 0;
}
.detail-img img {
    max-height: 700px;
    border-radius: 30px;
}
.detail-img:hover .overlay {
    opacity: 1;
    border-radius: 30px;
}
.play-btn {
    top: 40px;
    right: -10px;
    transform: translate(-50%, -50%);
    justify-content: center;
}
.side-bar {
    padding: 10px 40px;
}
.side-bar .content {
    width: 50%;
    display: inline-block;
}
.side-bar .content .icons a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    margin-left: 10px;
}
.details-text .col-6 p {
    color: #999;
    font-size: 14px;
}
.details-text .col-6 span {
    color: #999;
    font-size: 15px;
}
.circle span,
.custom-pin span i {
    align-items: center;
    display: flex;
}
.card-profile span.mr-3 {
    background-color: #eee;
    display: inline-block;
}
.card-profile p {
    margin-bottom: 0;
    color: #000 !important;
}
.card-profile span {
    color: #000 !important;
    font-weight: 400;
}
.following-profile.custom-btn {
    display: none;
    background: #5763de;
    transition: 0.4s;
}
.about-title:before,
.heading-border:after {
    background-color: #00b2a6;
    border-radius: 5px;
}
.comment-wrap h3 {
    font-size: 20px;
    color: #000;
}
.comment-wrap ul {
    margin-top: 20px;
    list-style: none;
}
.comment-wrap p {
    border: 1px solid #ddd;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
}
.custom-pin {
    font-size: 20px;
    color: #625afe;
    border-radius: 50%;
    cursor: pointer !important;
    z-index: 1;
    box-shadow: 0 0 0 #625afe, inset 0 0 8px #625afe;
    -webkit-animation: 2s linear 1s infinite pulse;
}
.hotspot-text,
.sidebar .float-end a {
    font-size: 12px;
}
.hotspots1 {
    right: 120px;
    top: 100px;
}
.hotspots2 {
    left: 120px;
    bottom: 250px;
}
.custom-pin span i {
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    justify-content: center;
}
.banner,
.circle span {
    justify-content: center;
}
@-webkit-keyframes pulse {
    0%,
    100% {
        box-shadow: 0 0 0 #625afe, inset 0 0 8px #625afe;
    }
    50% {
        box-shadow: 0 0 25px #625afe, inset 0 0 14px #625afe;
    }
}
.hotspot-text {
    display: none;
    width: 180px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    color: #545454;
    top: 28px;
    left: -62px;
}
.hotspot-text p,
.service-desc p,
.step-box h4 {
    margin-bottom: 0;
}
.carousel-item {
    background: #999;
    height: 500px;
}
.img-box-hair img {
    border-radius: 20px;
    height: 317px;
}
.accordion-button:not(.collapsed),
.img-box i,
.text-theme {
    color: #00b2a6;
}
.banner-bottom-wrap .content-box {
    min-height: 200px;
}

.content-box {
    border-radius: 20px;
    padding: 15px 20px;
    background: #D6FFFC;
    box-shadow: 0 1px 10px 2px rgba(43, 77, 151, 0.2);
    top: -30px;
    transition: 0.4s;
    text-align: center;
}

.about-wrap .content-box {  background: #fff !important; }


.appointment-list,
.appointment-wrap {
    box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}
.content-box:hover {
    top: -35px;
}
.content-box i {
    font-size: 50px;
    color: #000;
}
.content-box img {
    width: 200px;
    height: 84px;
    object-fit: contain;
}
.content-box h4,
.megamenu h5 {
    font-size: 18px;
}
.content-box p,
.form-check {
    margin-bottom: 5px;
}
.content-box p i {
    font-size: 14px;
    color: #00b2a6;
}
.heading-border:after {
    content: "";
    width: 70px;
    height: 3px;
    display: block;
    margin: 15px auto 0;
}
.about-section h3:before,
.about-title:before {
    width: 4px;
    vertical-align: bottom;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    content: "";
}
.heading-border:before {
    display: none !important;
}
.box {
    transition: 0.4s;
    top: 0;
}
.box:hover {
    top: -5px;
}
.about-section {
    background-color: #f8fbff;
    padding: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.box,
.cat-list,
.footer h5,
.plus-course {
    margin-bottom: 20px;
}
.circle span {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgb(43 77 151 / 20%);
    font-size: 34px;
    margin: 0 auto;
    color: #00b2a6;
}
.circle-wrap h4 {
    margin-top: 15px;
    font-size: 20px;
}
.about-section p {
    margin-top: 20px;
    line-height: 26px;
}
.about-section h3,
.heading-border {
    font-size: 30px;
}
.about-section h3:before {
    background-color: #00b2a6;
}
.login-form h2 {
    font-size: 20px;
    text-align: center;
}
.btn {
    padding: 10px 30px !important;
}
.appointment-wrap .btn.btn-primary.btn-confirm,
.btn-primary {
    background-color: #00b2a6 !important;
    border-color: #00b2a6 !important;
}
.btn-outline-primary {
    border-color: #00b2a6;
    color: #00b2a6;
}
.btn-success {
    background-color: #96ca51 !important;
    border-color: #96ca51 !important;
}
.sidebar {
    height: 100%;
    width: 285px;
    display: inline-block;
    z-index: 1;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    position: sticky;
    top: 0;
}
.appointment-wrap .profile-image,
.form-check.radio-switch,
.megamenu ul,
.sidebar ul {
    padding: 0;
}
.sidebar ul li {
    list-style: none;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.about-banner,
.banner {
    flex-direction: column;
}
.sidebar a {
    font-size: 15px;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    margin-left: 2px;
}
.cat-list {
    padding: 0 15px;
}
.cat-list input {
    margin-right: 20px;
}
.cat-list label {
    margin: 0;
    font-size: 13px;
}
.full-width {
    transition: margin-left 0.5s;
    padding: 16px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 291px);
}
.banner,
.events-box.category-box {
    display: flex;
}
.banner,
.full-width.open {
    width: 100%;
}
.custom-filter {
    color: #333 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
}
#accordion,
.profile-image {
    padding: 0 20px;
}
.filter-div {
    padding-top: 10px;
    border-top: 1px solid #ced4da;
}
.form-check input {
    width: 12px;
    height: 12px;
}
.form-check-label {
    font-size: 12px;
    vertical-align: top;
}
.form-check-label i {
    color: #e59819;
}
.category-price p {
    color: #222;
    font-weight: 600;
}
.plus-course i {
    color: #cedad4;
    font-size: 24px;
}
.nav-tabs .nav-link {
    color: #8bc34a !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057 !important;
}
.events-box.category-box:hover .img-box img {
    transition: 0.8s;
    transform: scale(1);
}
.events-box.category-box img {
    width: 300px;
}
.events-box.category-box .event-content {
    width: 60%;
}
.events-box.category-box .event-content span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}
.events-box.category-box .event-content .ratings span {
    color: #333;
    font-size: 14px;
}
.product-list .custom-btn,
.social-media {
    margin-top: 20px;
}
.social-media .icons a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-right: 5px;
}
.banner {
    background: url("../images/BlogPost_DynamicPharma.webp") center center/cover;
    min-height: 300px;
    text-align: left;
    align-items: start;
    position: relative;
}
.banner:before {
    background: linear-gradient(87deg, rgb(0 178 166 / 71%), rgb(0 0 0 / 90%) 100%) !important;
    content: "";
    width: 100%;
    height: 100%;
    padding: 110px 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}
.banner-text h1 {
    color: #fff;
    font-size:38px;
}
.banner-text p,
.custom-image-modal .modal-header button span,
.custom-image-modal .modal-header h5,
.edit-profile-img:hover,
.slots-details-wrap .nav-pills .nav-link.active,
.times-tags span a {
    color: #fff;
}
.home-form {
    width: 70%;
    margin: 30px auto 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    z-index: 1;
}
.search-home {
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
.my-avatar img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.navbar .dropdown-menu {
    border: 0;
    box-shadow: 0 6px 18px rgb(0 0 0 / 30%);
    border-radius: 5px;
    margin-top: 10px;
}
.navbar .dropdown-menu .dropdown-item {
    background: #fff;
    padding: 10px 20px;
    transition: 0.4s;
    min-width: 150px;
}
.navbar .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #96ca51;
}
.edit-profile-wrap {
    padding: 0;
    width: 100%;
}
.edit-profile-wrap h2 {
    text-align: left;
    font-size: 24px;
}
.profile-image span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.edit-profile-img {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #00b2a6;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    min-height: 45px !important;
}
.multi-select-wrap i {
    position: absolute;
    right: 19px;
    font-weight: 700;
    color: #000;
    bottom: 12px;
}
.custom-position {
    position: absolute;
    right: 6px;
    font-weight: 700 !important;
    color: #000;
    bottom: 14px;
}
.avatar-upload {
    position: relative;
    max-width: 120px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input,
.image-uploader-wrap.avatar-upload .avatar-edit input + label:after {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #00b2a6;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #00b2a6;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 12px;
}
.avatar-upload .avatar-preview {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.image-uploader-wrap {
    max-width: 100%;
}
.image-uploader-wrap.avatar-upload .avatar-edit {
    position: static;
}
.image-uploader-wrap.avatar-upload .avatar-edit input + label {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #00b2a6;
}
.image-uploader-wrap.avatar-upload .avatar-preview {
    border-radius: 5px;
    display: none;
    width: 100%;
    height: 300px;
}
.image-uploader-wrap.avatar-upload .avatar-preview > div {
    border-radius: 5px;
}
textarea.form-control {
    height: auto;
}
.custom-image-modal .modal-dialog {
    max-width: 90%;
    border-radius: 10px;
    height: 90vh;
}
.custom-image-modal .modal-content {
    width: 100%;
    border-radius: 10px;
    background: #333;
    height: 100%;
}
.custom-image-modal .modal-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-image-modal .modal-body img {
    width: 50%;
}
.custom-image-modal .modal-header {
    border: 0;
}
.appointment-wrap {
    width: 90%;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.back-prev {
    font-size: 35px;
    color: #00b2a6;
}
.appointment-wrap .profile-image span {
    width: 100%;
    height: auto;
}
.appointment-wrap .profile-image span img {
    width: 60px;
    height: 60px;
}
.modal-footer h3,
.mr-0 {
    margin: 0;
}
.fc-day-grid-event .fc-content,
.time-slots,
.times-tags span {
    margin-bottom: 10px;
}
.login-wrap .nav-pills li button,
.time-duration {
    color: #999;
}
.border-left {
    border-left: 1px solid #ddd;
}
.appointment-wrap .btn.btn-primary.collapsed {
    background-color: transparent;
    border-color: #00b2a6;
    color: #00b2a6;
}
.appointment-wrap .btn.btn-primary {
    background-color: #666;
    border-color: #666;
}
.time-slot-wrap {
    height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.time-slot-wrap::-webkit-scrollbar {
    display: none;
}
.scheduled-text {
    font-size: 17px;
    color: #3798c3;
    font-weight: 700;
}
.confirm-details {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}
.slots-details-wrap {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
.slots-details-wrap .nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #007bff;
    margin-right: 12px;
    color: #007bff;
}
.times-tags span {
    display: inline-block;
    background: #00b2a6;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
.appointment-list {
    width: 90%;
    margin-left: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.appointment-list img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.appointment-list p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #424242;
}
.action-btn {
    margin-left: 350px;
}
.fc-left h2 {
    color: #ed8392;
}
.fc-content {
    float: left;
    margin-right: 51px;
}
.I_delete {
    margin: 37px;
}
.I_delete,
.I_edit {
    cursor: pointer;
}
.site-header {
    margin: 1.4em 28em;
    position: absolute;
    top: -4%;
    width: 41%;
}
.input-wrapper {
    background-color: #333;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.dialog div,
.focus-background,
.modle,
.search-field {
    height: 100%;
    width: 100%;
}
::-webkit-input-placeholder {
    color: #fff;
}
.search-field {
    background-color: transparent;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDYxMi4wMSA2MTIuMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMi4wMSA2MTIuMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzNF9fNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMCAgICAgQzExNS4yODIsMCwwLjAwNiwxMTMuNDM5LDAuMDA2LDI1My4zOTNzMTE1LjI3NiwyNTMuMzkzLDI1Ny40ODcsMjUzLjM5M2M2MS40NDUsMCwxMTcuODAxLTIxLjI1MywxNjIuMDY4LTU2LjU4NiAgICAgbDE1OC42MjQsMTU2LjA5OWM3LjcyOSw3LjYxNCwyMC4yNzcsNy42MTQsMjguMDA2LDBDNjEzLjkzOCw1OTguNjg2LDYxMy45MzgsNTg2LjMyOCw2MDYuMjA5LDU3OC43MTR6IE0yNTcuNDkzLDQ2Ny44ICAgICBjLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwNyAgICAgUzM3Ny44Miw0NjcuOCwyNTcuNDkzLDQ2Ny44eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: 20px 14px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 2px;
    outline: 0;
    padding: 0 10px 0 65px;
    left: 0;
    top: 0;
    z-index: 10;
}
#calendar {
    margin: -54px 5px;
}
.search-field:placeholder-shown {
    color: #fff;
}
.search-field:focus {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDYxMi4wMSA2MTIuMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMi4wMSA2MTIuMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzNF9fNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA2LjIwOSw1NzguNzE0TDQ0OC4xOTgsNDIzLjIyOEM0ODkuNTc2LDM3OC4yNzIsNTE1LDMxOC44MTcsNTE1LDI1My4zOTNDNTE0Ljk4LDExMy40MzksMzk5LjcwNCwwLDI1Ny40OTMsMCAgICAgQzExNS4yODIsMCwwLjAwNiwxMTMuNDM5LDAuMDA2LDI1My4zOTNzMTE1LjI3NiwyNTMuMzkzLDI1Ny40ODcsMjUzLjM5M2M2MS40NDUsMCwxMTcuODAxLTIxLjI1MywxNjIuMDY4LTU2LjU4NiAgICAgbDE1OC42MjQsMTU2LjA5OWM3LjcyOSw3LjYxNCwyMC4yNzcsNy42MTQsMjguMDA2LDBDNjEzLjkzOCw1OTguNjg2LDYxMy45MzgsNTg2LjMyOCw2MDYuMjA5LDU3OC43MTR6IE0yNTcuNDkzLDQ2Ny44ICAgICBjLTEyMC4zMjYsMC0yMTcuODY5LTk1Ljk5My0yMTcuODY5LTIxNC40MDdTMTM3LjE2NywzOC45ODYsMjU3LjQ5MywzOC45ODZjMTIwLjMyNywwLDIxNy44NjksOTUuOTkzLDIxNy44NjksMjE0LjQwNyAgICAgUzM3Ny44Miw0NjcuOCwyNTcuNDkzLDQ2Ny44eiIgZmlsbD0iIzAwMDAwMCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    color: #000;
}
.focus-background {
    background-color: #fff;
    display: block;
    left: 0;
    top: 0;
    z-index: 8;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.search-field:focus ~ .focus-background {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
#calendar-popup {
    display: none;
    margin-bottom: 0;
    padding: 0 1.33em;
    z-index: 1000;
    border: 2px solid rgba(200, 200, 200, 0.75);
    border-radius: 10px;
    color: #000;
    background: #fff;
}
.calander_popip_title {
    border-bottom: 1px solid #484141;
    text-align: center;
    margin: 1em;
    padding: 0.5em;
    font-size: 20px;
    background: #eee;
}
#calendar-popup header {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.9em;
    margin-bottom: 0.5em;
    background: #a1a1ad;
}
#calendar-popup input,
#calendar-popup label,
#calendar-popup textarea {
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
#calendar-popup input {
    margin-bottom: 0.5em;
    padding: 0;
}
#calendar-popup .submit_btn {
    width: 86%;
    background-color: #eee;
}
#calendar-popup time {
    font-style: italic;
    line-height: 1em;
    margin-top: 0;
}
#calendar-popup div#event,
#calendar-popup form {
    margin: 0.75em 0;
}
#calendar-popup li {
    margin-bottom: 0.33em;
    margin-right: 42px;
}
#calendar-popup li:nth-child(odd) {
    background: #eee;
}
#calendar-popup li:nth-child(2n) {
    background: #5555;
}
#calendar-popup li.details,
#calendar-popup li.location {
    font-size: 0.85em;
    color: #333;
}
#calendar-popup div.prong {
    position: relative;
    float: right;
    bottom: 0;
    right: 15px;
    height: 0;
    width: 20px;
}
#calendar-popup div.prong div.bottom-prong-dk {
    position: relative;
    top: 0;
    left: 0;
    border: 10px solid;
    border-color: rgba(200, 200, 200, 0.75) transparent;
    border-bottom: 0;
}
#calendar-popup div.prong div.bottom-prong-lt {
    position: relative;
    top: -10px;
    left: 2px;
    width: 0;
    border: 8px solid;
    border-color: #fff transparent;
    border-bottom: 0;
}
#calendar-popup div.prong div.top-prong-dk {
    position: relative;
    top: 2px;
    left: 0;
    border: 10px solid;
    border-color: rgba(200, 200, 200, 0.75) transparent;
    border-top: 0;
}
#calendar-popup div.prong div.top-prong-lt {
    position: relative;
    top: -6px;
    left: 2px;
    width: 0;
    border: 8px solid;
    border-color: #fff transparent;
    border-top: 0;
}
.modle {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: auto;
}
.modle-continer {
    background-color: #f4f4f4;
    margin: 5% auto;
    width: 70%;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2), 0 7px 20px rgba(0, 0, 0, 0.2);
    animation-name: modalopen;
    animation-duration: 1s;
}
.modal-header {
    background: #fff;
    padding: 15px;
    color: #000;
    border: 0;
}
.modal-header h2 {
    right: 46%;
}
.close-btn {
    color: #000;
    float: right;
    font-size: 30px;
}
.close-btn:focus,
.close-btn:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-body {
    padding: 10px 20px;
}
.modal-footer {
    background: #eee;
    padding: 10px;
    color: #000;
    text-align: center;
}
@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#search_result {
    top: 62px;
    left: 594px;
    border: 1px solid #111;
    padding: 1em 7.7em;
    display: none;
}
.autocomplete {
    background: #fff;
    position: relative;
}
.autocomplete .close {
    font-size: 13px;
    z-index: 10;
    top: 17px;
    left: calc(100% - 50px);
    color: #000;
    cursor: pointer;
    display: none;
}
.dialog {
    width: 51%;
    display: none;
    min-height: 40px;
    max-height: 329px;
    overflow: scroll;
    border-top: 1px solid #f4f4f4;
    z-index: 12 !important;
    margin: 6px 145px;
}
.dialog.open {
    display: block;
    background: #fff;
    z-index: 11 !important;
    color: #000;
}
.dialog div {
    padding: 20px 10px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
    left: 93px;
}
.blog-box,
.blog-content .read-more,
.blog-img,
.card,
.letter-filter span,
.login-btn,
.product-list,
.quick-links a {
    transition: 0.4s;
}
.vertical-date {
    list-style: none;
    padding: 1em;
    text-align: left;
    border-bottom: 2px solid #000;
}
.list-daynumber {
    line-height: 0.5em;
    font-size: 46px;
    font-weight: 800;
    opacity: 0.9;
}
.list-monthname {
    font-size: 32px;
    opacity: 0.6;
    border-bottom: 5px solid #ff4d55;
    width: 59px;
}
.duration {
    display: block;
    color: #908383;
    font-weight: 600;
    margin-top: 0.8em;
}
.s_title {
    color: #ed8392;
    font-size: 1.3em;
    margin: -13px 34px;
    font-weight: 900;
}
.s_des {
    font-size: 16px;
    font-style: italic;
}
.calendar {
    position: static;
    width: 280px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
    margin-top: 50px;
    margin-left: 40px;
    padding-bottom: 25px;
}
.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #00b2a6;
    background: #fff;
    margin-bottom: 10px;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #b0aead;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}
.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}
.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0 0 8px;
}
.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}
.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0 0 6px;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #b0aead;
    border-bottom: 2px solid #b0aead;
}
.ui-datepicker-next:hover,
.ui-datepicker-next:hover:after,
.ui-datepicker-prev:hover,
.ui-datepicker-prev:hover:after {
    border-color: #00b2a6;
}
.letter-filter,
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.ui-datepicker-calendar span,
.ui-datepicker-calendar th,
.ui-datepicker-calendar thead,
.ui-datepicker-calendar tr {
    width: 40px;
    color: #00b2a6;
    margin-bottom: 5px;
    font-size: 13px;
}
.ui-state-default {
    display: block;
    color: #000;
    line-height: 40px;
    font-size: 13px;
}
.homepage_onload_popup .popup_bd .closed_button svg line,
.login-btn {
    font-size: 20px;
}
.ui-state-default:hover {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 50%;
}
.login-wrap .nav-pills li button.active span,
.ui-state-active,
.ui-state-active:hover {
    background: #00b2a6;
    color: #fff;
}
.ui-state-highlight {
    color: #3a94cc;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}
.login-btn {
    padding: 12px 40px !important;
    background: rgba(0 0 0 / 20%);
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
}
.login-btn:hover {
    background-color: rgba(0 0 0 / 25%) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.card i {
    font-size: 40px;
    color: #00b2a6;
}
.box {
    padding: 20px 40px;
    background: #f1f1f1;
    min-height: 400px;
}
.about-banner .breadcrumb .breadcrumb-item.active,
.box:hover h4,
.box:hover i,
.box:hover p,
.breadcrumb-item + .breadcrumb-item::before,
.footer-bottom p,
.letter-filter span:hover a,
.offering-banner .banner-text .breadcrumb-item.active,
.offering-banner .banner-text p,
.service-wrap h2,
.testimonial h3,
.testimonial p {
    color: #fff;
}

.footer-bottom p { color:#000 !important; }

.box i {
    font-size: 60px;
    color: #00b2a6;
}

.testimonial {
    /*background: linear-gradient(90deg, #00b2a6 0, rgb(17 18 23) 100%);*/
    background:#fff;
    padding:50px 250px;
}

.testimonial .client_sliderbdwrapper { width:80%; margin:0 auto;  }
.testimonial .client_bd {  margin:0 auto;  }

.testimonial .client_bd .item {	border-radius: 14px;	box-shadow: 0px 0px 15px 1px #78787875;	margin: 26px; }
.testimonial .client_bd .item .text-center {	padding: 50px;	background: #00b2a6;	border-radius: 14px;
	box-shadow: 4px 4px 10px 0px #7878784D; }

.testimonial .client_bd .item .text-center .para_text { font-family: "Poppins", sans-serif; font-weight: 500; font-style: Medium; font-size: 13px; line-height: 22px; 
 letter-spacing: 0.8px; color:#fff; position:relative; }
 
.testimonial .client_bd .item .text-center .para_text .icon-top {	position: absolute;	left: -18px;	top: -20px;
	object-fit: contain;	width: 22px; }
	
.testimonial .client_bd .item .text-center .para_text .icon-botom {	position: absolute;	right: 0;	bottom: -37px;	font-size: 30px;
	line-height: 36px;	object-fit: contain; width: 22px; }
.testimonial .client_bd .item .text-center p span {	font-size: 36px; line-height: 36px; }
.testimonial .client_bd .item .text-center p span { font-size:20px; }
	
.testimonial .client_bd .item .text-center .para_text img { }

.testimonial .client_bd .item-secfooter {   padding-top: 44px;}	
.testimonial .client_bd .item-secfooter .item-left { margin:0; padding:0; }	

.testimonial .client_bd .item-secfooter .item-left h6 {	margin: 0;	padding: 0;	text-align: left;
	font-weight: 600;	font-size: 20px;	line-height: 100%;	letter-spacing: -0.5%;	color: #fff; }	

.testimonial .client_bd .item-secfooter .item-left p { margin:0; padding:0; text-align: left;}

.testimonial .client_bd .item-secfooter .item-right { margin:0; padding:0; }	
.testimonial .client_bd .item-secfooter .item-right .star-icon { margin:0; padding:0; text-align: right;}	
.testimonial .client_bd .item-secfooter .item-right .star-icon ul { margin:0; padding:0; display: block;}	
.testimonial .client_bd .item-secfooter .item-right .star-icon li { margin:0; padding:0 2px; display: inline-block;}
.testimonial .client_bd .item-secfooter .item-right .star-icon li .fa { margin:0; padding:0; font-size: 12px;color: #C3F252;}

.testimonial .client_bd .item-secfooter .item-right p { margin:0; padding:0; text-align: right;font-family: Poppins;font-weight: 500;font-size: 13px;line-height: 22.5px;letter-spacing: 0.8px;}

.testimonial .slick-dots {	display: flex;	align-items: center;	justify-content: center; }
.testimonial .slick-dots li { display:inline-block; }
.testimonial .slick-dots li button {  margin: 0 5px;  padding: 0;    width: 10px;
height: 10px;    background:#B2BAB7; border-radius: 50px; font-size: 0; border: 0; }
.testimonial .slick-dots li.slick-active button { width: 10px; height: 10px; background:#00A597; border: 0; }


.avatar {    width: 150px;    height: 150px;    border: 5px solid #fff;    display: inline-block; }
.footer {    padding: 50px 50px 0;    background: #D6FFFC;    position: relative; }
.owl-carousel.listing-carousel .owl-item img {    display: block;    width: 80%;    height: 136px;    object-fit: contain;
    display: flex;    align-items: center;    justify-content: center;    margin: 0 auto; }
.owl-carousel.listing-carousel .owl-item .item {    height: 136px; }
.owl-carousel .owl-nav button.owl-prev {    background: #00b2a6;    width: 30px;    height: 30px;    border-radius: 50%;    color: #fff;
    position: absolute;    left: -50px;    top: 60px; }
.owl-carousel .owl-nav button.owl-next.disabled,.owl-carousel .owl-nav button.owl-prev.disabled {    background: #333; }
.owl-carousel .owl-nav button.owl-next {    background: #00b2a6;    width: 30px;    height: 30px;    border-radius: 50%;    color: #fff;
 position: absolute;    right: -50px;    top: 60px; }
 
.footer h5 {
    color: #000;
    font-size: 18px;
}
.footer a {
    color: #000;
    margin-bottom: 10px;
}
.quick-links a:hover {
    margin-left: 5px;
}
.social-icons {
    font-size: 30px;
    margin-right: 10px;
}
.footer-bottom {
    padding: 20px;
    margin-top: 20px;
}
.why-choose-us {
    padding: 0 80px;
}
.pre-foot {
    padding: 60px;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 70%;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    top: -100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-wrap {
    padding: 50px;
    background: #00b2a6;
    height: 400px;
}
.radio-switch label,
.white-bg {
    background-color: #fff;
}
.service-wrap h4 {
    color: #fff;
    margin-bottom: 40px;
}
.service-item.style-3 {
    -webkit-box-shadow: 0 0 22px 0 rgb(7 7 7 / 8%);
    -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
    box-shadow: 0 0 22px 0 rgb(7 7 7 / 8%);
}
.service-item {
    position: relative;
    z-index: 1;
    margin-top: -237px;
}
.service-item.style-3 .service-icon {
    z-index: 9;
    font-size: 40px;
    margin-left: -50px;
    margin-top: 188px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #1c2431;
}
.service-desc {
    padding: 60px 40px 40px;
}
.megamenu {
    padding: 20px 60px;
    display: none;
}
.megamenu ul li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 10px;
}
.megamenu h5:after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #00b2a6;
    display: block;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
}
.product-list {
    padding: 15px;
    position: relative;
    top: 0;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 15%);
}
.product-list:hover {
    box-shadow: 0 1px 20px 2px rgba(0 0 0 / 20%);
    position: relative;
    top: -2px;
}
.product-list img {
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-list h6 {
    color: #96ca51;
    margin-top: 20px;
    font-weight: 700;
}
.product-list p {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}
.login-wrap .nav-pills {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.login-wrap .nav-pills li button.active {
    background: 0 0;
    color: #000;
}
.login-wrap .nav-pills li button span {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #d9e7e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    color: #ccc;
}
.verify-wrap .login-form {
    width: 100%;
    padding: 20px 40px;
}
.login-form {
    padding: 40px 60px;
    width: 50%;
    margin: 0 auto 20px;
    box-shadow: 1px 5px 25px rgb(43 77 151 / 25%);
    border-radius: 20px;
}
.login-form .avatar-upload {
    max-width: 200px;
    margin: 0 auto;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.letter-filter span {
    padding: 5px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #fff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.tbsrch_icon {
    position: absolute;
    left: 10px;
    top: 9px;
}
.table_serach {
    position: relative;
    margin-right: 15px;
}
.table_search .form-control {
    padding-left: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}
.select2-container--default .select2-selection--single {
    height: 45px !important;
    padding: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ddd !important;
}
table thead th {
    font-weight: 600;
    vertical-align: middle;
}
.radio-switch input {
    display: none;
}
.radio-switch input:checked + label {
    background-color: #00b2a6;
    color: #fff;
}
.radio-switch label {
    color: #00b2a6;
    border: 1px solid #00b2a6;
    padding: 10px 25px;
    border-radius: 10px;
}
.welcome-board {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    padding: 30px 40px;
    background: #e4edf8;
}
.product-details-tabs ul {
    align-items: center;
    justify-content: center;
}
.product-details-tabs .nav-link.active {
    background: 0 0;
    border-radius: 0;
    color: #00b2a6;
    border-bottom: 1px solid #00b2a6;
    min-width: 200px;
    font-weight: 600;
    font-size: 18px;
}
.product-details-tabs .nav-link {
    background: 0 0;
    border-radius: 0;
    color: #999;
    border-bottom: 1px solid transparent;
    min-width: 200px;
    font-weight: 600;
    font-size: 18px;
}
.product-details-tabs .nav-link.active:hover {
    background: 0 0;
    border-radius: 0;
    color: #00b2a6;
    border-bottom: 1px solid #01b2a6;
    outline: 0;
}
.product-details-tabs .nav-pills {
    position: sticky;
    top: 70px;
    z-index: 1;
    padding: 0;
}
.panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 25px;
}
.overview-details h6 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.step-box h2,
.step-box h3 {
    font-weight: 700;
    color: #fff;
}
.overview-details label {
    font-size: 14px;
    color: #666;
}
.overview-details p {
    font-size: 15px;
    color: #000;
}
.cart-count {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    right: -5px;
    top: 0;
}
.product-quantity-wrap {
    display: inline-block;
}
.product-quantity input[type="button"] {
    box-shadow: none;
    border: none;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    background: #00b2a6;
    color: #fff;
    border-radius: 50%;
    outline: 0;
}
.product-quantity .qty {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 45px;
    border: 1px solid #ccc;
}
.table td {
    font-size: 14px;
    min-width: 80px;
}
#productDetails .modal-dialog {
    max-width: 1200px !important;
}
#productDetails p {
    font-size: 14px;
    margin-bottom: 10px;
}
.pagination {
    margin-top: 15px;
    justify-content: end;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #01b2a6;
    border-color: #01b2a6;
    color: #fff;
}
.pagination > li > a,
.pagination > li > span {
    color: #666;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
}
.con-form {
    padding: 40px;
}
.owl-carousel .owl-nav button span {
    position: relative;
    top: -2px;
}
.about-banner {
    background: url("../images/pharma_high.webp") center center/cover;
    width: 100%;
    min-height: 250px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: start;
    justify-content: center;
    position: relative;
}
.about-banner:before {
    background: rgba(0 0 0 /50%) !important;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 110px 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}
.about-banner .breadcrumb .breadcrumb-item a {
    color: #ddd;
}
.how-we-work .box {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #00b2a6;
    min-height: auto;
}
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: 0 !important;
}
.about-wrap h4:before {
    content: "";
    width: 4px;
    height: 40px;
    background-color: #00b2a6;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.blog-box {
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-box .blog-content {
    padding: 20px;
}

.blog-box .blog-content span { 
font-weight: 700; font-size: 13px; line-height: 20px; letter-spacing: 0.8px; color: #6C757D; }

.blog-box .blog-content h5 { 
font-weight: 600; font-size: 15px; color: #414141; line-height: 22px; letter-spacing: 0.8px; vertical-align: middle; }

.blog-box .blog-content h5 a {  color: #414141; display:block;  }
    
    
.blog-box .blog-content .blog_btn { font-weight: 500; font-size: 15px; line-height: 24px; letter-spacing: 0.8px;
    vertical-align: middle; text-decoration-style: solid; }


.blog-box .blog-img img {
    border-radius: 20px 20px 0 0;
    transform: scale(1);
    transition: 0.4s;
}
.blog-img {
    height: auto;
    overflow: hidden;
}

.blog-content p {
	color: #8f9097;
	display: none;
}

.blog-content .read-more:hover {
    margin-left: 5px;
    color: #00b2a6;
}
.blog-box:hover .blog-img img {
    transform: scale(1.1);
}
.blog-box:not(:hover) {
    transform: scale(1);
}
.offering-banner .banner-text {
    background: #00b2a6;
    background: linear-gradient(90deg, #00b2a6 0, rgb(17 18 23) 100%);
    padding: 40px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offering-banner .banner-text h2 {
    color: #fff;
    font-size: 21px;
    line-height: 34px;
}
.offering-banner .banner-text .breadcrumb-item,
.offering-banner .banner-text .breadcrumb-item a {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 600;
}
.step-box {
    padding: 20px 0;
}
.step-box h2 {
    font-size: 50px;
}
.step-box h3 {
    font-size: 30px;
}
.btn-glow,
.step-box p {
    font-size: 15px;
    color: #fff;
}
.step-box p {
    margin-top: 10px;
    margin-bottom: 0;
}
.contact-wrap .listing-detail p {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    background: #f8f9fa;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #01b3a7 !important;
}
.why-choose-us-wrap .col-12.mb-5.text-center p {
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
}
.navbar-toggler {
    background: #fff;
    z-index: 1;
}
.navbar-toggler:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.navbar .nav-link {
    margin-right: 20px;
    color: #000 !important;
    font-family: "Poppins", sans-serif;
}



.btn-glow {
    background: #dc143c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 34px !important;
    box-shadow: 0 0 0 0 #dc143c;
    -webkit-animation: 1.4s ease-out infinite glow;
    animation: 1.4s ease-out infinite glow;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}
.btn-glow:hover {
    background-color: #dc143c !important;
    color: #fff !important;
}
@-webkit-keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #dc143c;
    }
    50% {
        box-shadow: 0 0 30px 0 #dc143c;
    }
}
@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 #dc143c;
    }
    50% {
        box-shadow: 0 0 30px 0 #dc143c;
    }
}
.bg-log {
    background: #e5f7f6;
}
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.homepage_onload_popup {
    margin: 0;
    padding: 0;
    position: fixed;
    inset: 0;
    background: #0d0d0dbf;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_onload_popup .popup_bd {
	max-width: 900px;
	/* background: #fff; */
	position: relative;
	width: 100%;
	transform: scale(0);
	animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards zoomIn;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 9px 17px -10px rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: end;
	/*background: url(../images/drugzone-ng.jpg);*/
	background-size: cover;
	background-position: center center;
}

.homepage_onload_popup .popup_bd .item-figure {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.homepage_onload_popup .popup_bd .item-figure img {
	width: 120px;
}

.onload-popup-allpage01,
.onload-popup-allpage01 .modal-dialog {
    width: 100%;
    height: 100%;
    background: 0 0 !important;
}

.onload-popup-allpage01 .modal-dialog {	transform:initial !important; }

.homepage_onload_popup .popup_bd .closed_button {
	margin: 0;
	padding: 28px 28px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: 0.3s;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: start;
	justify-content: start;
	z-index: 9999;
}
.homepage_onload_popup .popup_bd .closed_button svg {
    width: 50px;
    height: 50px;
    position: relative;
    right: -18px;
    top: -12px;
}
.homepage_onload_popup .popup_bd .closed_button img {
    max-width: 100%;
    transition: 0.3s;
}
.homepage_onload_popup .popup_bd .closed_button:hover img {
    opacity: 0.8;
    transform: rotate(90deg);
}

.homepage_onload_popup .popup_bd .popup_header {
	margin: 0;
	padding: 27px;
	background: transparent;
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
}

.homepage_onload_popup .popup_bd .popup_header p {
    margin: 0;
    padding: 6px 0 0;
    font-family: "Maven Pro", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
}

.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field {
    margin: 0;
    padding: 0;
}
.homepage_onload_popup .popup_bd .bd-sec {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: end;
}
.homepage_onload_popup .popup_bd .bd-sec:after {  content: "";   position: absolute;
top:0;  left: -33px;  background:url(../images/drugzone-left-bg.png);    
z-index: 22;
background-size: cover;
background-position: left top;
width: 100%;
height: 100%;  }


.homepage_onload_popup .popup_bd .bd-sec::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	/*background: url(../images/drugzone-right-bg.png);*/
	z-index: 22;
	background-size: cover;
	background-position: right bottom;
	width: 100%;
	height: 100%;
}




.homepage_onload_popup .popup_bd .form-wrapper { margin:0; padding:0; width:67%; position: relative;z-index: 24;}

.homepage_onload_popup .popup_bd .form-wrapper .item-figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.homepage_onload_popup .popup_bd .form-wrapper .item-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd {
    margin: 0;
    padding: 20px;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field input {
    background: transparent;
    border: 0;
    margin-bottom: 10px;
    padding: 12px 2px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #999 !important;
    font-size: 15px !important;
    font-weight: 600;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field input:focus,
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field select:focus {
    box-shadow: none;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field select {
    background: transparent;
    border: 0;
    margin-bottom: 9px;
    padding: 13px 2px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #999 !important;
    font-size: 15px !important;
    font-weight: 600;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field textarea {
    background: #f9f9f900;
    border: 0;
    width: 100%;
    height: 120px;
    padding: 12px 2px;
    border-radius: 0;
    border-bottom: 1px solid #ccc !important;
    resize: none;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-fieldsbtn input[type="submit"] {
	background: #008a81;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 18px;
	border-radius: 34px;
	border: 0;
	transition: 0.3s;
}
.homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-fieldsbtn input[type="submit"]:hover {
    background: #00665f;
    transition: 0.3s;
}
.onload-popup-allpage01 .modal-dialog {
    transition: none !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}
.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    color: transparent;
}

/*----*/

    .mandv_itemsec { margin:0; padding:60px 0 20px 0; margin-top:30px; background: #f3fffe;}
    .mandv_itemsec .title-sec h2 { text-align: center; }
    
    .mandv_itemsec .item_row { padding: 40px 0; align-items: center; }
    .mandv_itemsec .item_row:nth-child(odd) { flex-direction: row-reverse; }
    
    .mandv_itemsec .img_figure { margin:0; padding:0; width: 100%;height: 400px;position: relative; border-radius: 20px;overflow: hidden;}
    .mandv_itemsec .img_figure img {  width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
    .mandv_itemsec .img_figure .slallimg {  margin:0; padding:0;position: absolute;right: 0;top: 50%;width: 283px;transform: translatey(-50%);border: 6px #f3fffe solid;border-radius: 25px;height: 280px;/*! box-shadow: 0 0 0px 7px rgb(243, 255, 254); */}
    
    .mandv_itemsec .textbd { margin:0; padding:0 0 0 30px; }
    
    .mandv_itemsec .textbd h3 {	margin: 0;	padding: 0 0 14px 0; font-family: "Poppins", sans-serif;	font-weight: 600;	font-size: 28px;	line-height: 31px;
    letter-spacing: 0%;	color: #1D2A38; }
    
    .mandv_itemsec .textbd p { margin: 0;	padding: 0;	font-family: "Poppins", sans-serif;	font-weight: 400;
    color: #414141;	font-size: 15px;	line-height: 24px;	letter-spacing: 0%; }
    
    
    .mandv_itemsec .textbd ul {  margin:0; padding:14px 0 0 0; }
    .mandv_itemsec .textbd ul span {  margin:0; padding:10px 0 10px 0; font-size: 20px;line-height: 26px;font-weight: 600;display: block;}
    
    .mandv_itemsec .textbd ul li {  margin:0; padding:4px 0 4px 20px; display: flex;position: relative;}
    .mandv_itemsec .textbd ul li:before { content:"\f046";  font-family: 'FontAwesome'; position:absolute; left:0; top:4px; font-size: 15px;color: #414141;}
    .mandv_itemsec .textbd ul li p {   margin: 0;padding: 0; font-family: "Poppins", sans-serif; font-weight: 400;color: #90909D;font-size: 14px;
    line-height: 20px;letter-spacing: 0%;text-transform: capitalize;}
    
    .mandv_itemsec .item_row:nth-child(odd) .img_figure .slallimg { margin: 0;	padding: 0;	position: absolute;	right: inherit;	top: 50%;
    width: 283px;	transform: translatey(-50%);	left: 0;	border-radius: 25px;	height: 280px; }
    .mandv_itemsec .item_row:nth-child(odd) .img_figure { padding: 0; }
    .mandv_itemsec .item_row:nth-child(odd) .textbd { padding: 0 30px 0 0; }

/*----*/


@media screen and (max-width: 991px) {
    .homepage_onload_popup .popup_bd {
        margin: 0 10px;
    }
    .homepage_onload_popup .popup_bd .popup_header p {
        font-size: 24px;
    }
    
   
	 .mandv_itemsec .textbd { padding: 20px 0 0 0; }
    .mandv_itemsec .item_row:nth-child(odd) .textbd { padding: 20px 0px 0 0; }
	
	
/**/
}
/**/
@media screen and (max-width:767px) {
    
.homepage_onload_popup .popup_bd .form-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ffffff45;
	z-index: 24;
}
    
.homepage_onload_popup .popup_bd .item-figure { display:none; }
.homepage_onload_popup .popup_bd .bd-sec::after {display:none; }

.mandv_itemsec .textbd h3 {	padding: 0 0 14px 0; font-size: 22px; line-height: 24px; }
.mandv_itemsec .img_figure { width: 100%;	height: 400px;	border-radius: 20px; padding-right: 0 !important;	overflow: hidden; }

.footer {	padding: 50px 0px 0; }


/**/
}
/**/

@media screen and (max-width:576px) {
    
    .homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-field input {
	margin-bottom: 3px;	padding: 6px 2px;	width: 100%;	font-size: 15px !important; }

.homepage_onload_popup .popup_bd .popup_header {	padding: 20px 0 0px 20px;	background: transparent;	display: flex;	align-items: start;	justify-content: start;
	flex-direction: column; }

    .homepage_onload_popup .popup_bd .form-wrapper .form-bd .single-input-fieldsbtn input[type="submit"] {
    padding:6px 0;	width: 120px;	margin-top: 20px;	font-size: 16px;	border-radius: 34px;
    border: 0;	transition: 0.3s; }
    
    .drug-bannerwrapper .banner-text h1 { font-size: 22px;	line-height: 31px !important; }
    .ourwholesale_sec .itemright_img .img_md {	border-radius: 30px 30px 70px 0px; }
    
    .blog-box .blog-content h5 {	font-family: "Poppins", sans-serif;	font-weight: 600 !important;	font-size: 16px;
    line-height: 24px;	letter-spacing: 0.8px;	color: #414141; }
    
    .faq-block .faq-bd-wrapper .faq-bd .acc-head h4 {	padding: 9px 35px 9px 0;	border-radius: 6px;	font-size: 15px;	line-height: 22px;	font-weight: 500; }
    .testimonial .client_bd .item .text-center {	padding: 50px 20px;	background: #00b2a6;	border-radius: 14px;box-shadow: 4px 4px 10px 0px #7878784D; }
    
    .testimonial .client_bd .item-secfooter .item-left h6 {	text-align: center; }
    .testimonial .client_bd .item-secfooter .item-left p { text-align: center; }
    
    .testimonial .client_bd .item-secfooter .item-right .star-icon { text-align: center; }
    
    .testimonial .client_bd .item-secfooter .item-right p {text-align: center; }

/**/
}
/**/


