:root {
    --theme-color: #40B394;
    --second-color: #40B394;
    --third-color: #004175;
    --width: 80px;
    --height: 80px;
    --border-radius: 100%;
}

html,
body {
    -webkit-font-smoothing: antialiased;
}

body {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    color: #212529;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    margin-bottom: 0px;
}

p {
    color: #212529;
    margin-bottom: 20px;
    font-weight: 400;
}

a {
    color: rgb(41, 43, 44);
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: rgb(255, 50, 77);
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
}

.w-80 {
    width: 83.3333%;
    margin: auto;
}


/* navbar */

#header {
    background: #fff;
    z-index: 99;
}

#header.--not-top {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

#header.--not-top .bg-light1 {
    background: #fff;
}

header .navbar-nav>li>a {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    margin: 0 14px;
    padding: 5px 0 5px;
    text-transform: uppercase;
    letter-spacing: .015em;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .navbar .dropdown-fullwidth .dropdown-menu {
        height: 20em;
        overflow-y: scroll;
    }
}

.navbar-default .dropdown .dropdown-menu {
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    visibility: hidden;
    transition: 0.36s;
    margin: 6px auto;
    border-radius: 5px;
    padding: 4px 0px;
    border-top: 4px solid rgb(255, 155, 78);
}

@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border-left: 0px;
        display: block;
        position: absolute;
        box-shadow: rgba(17, 16, 15, 0.1) 0px 2px, rgba(20, 19, 18, 0.1) 0px 2px 10px;
        /* min-width: 440px; */
    }
    .navbar-default .dropdown .dropdown-menu {
        border: 0;
    }
    .dropdown-fullwidth .dropdown-menu {
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    .navbar-default .dropdown .dropdown-menu {
        border: 0;
    }
    .dropdown-menu h6 a,
    .dropdown-menu h6 {
        font-size: 19px !important;
        color: #01a69e !important;
    }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
    padding: 4px 3px;
    transition: all 500ms ease 0s;
    font-weight: 500;
    min-width: 220px;
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #00a69e;
    transition: all 500ms ease 0s;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgb(255, 255, 255);
    color: var(--second-color);
}

.navbar-default .dropdown:hover .dropdown-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
}

.dropdown-menu p {
    font-size: 12px;
    line-height: normal;
}

.homelogin {
    background: #EEEEEE;
}

.homecart {
    color: #fff;
    font-weight: 600;
    background: var(--theme-color);
    padding: 3px 11px;
    border-radius: 500px;
}

section.storesearch {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    max-width: 992px;
    width: 100%;
    margin: auto;
}

.storesearch .form-control {
    height: 55px;
}

.recentstores img {
    height: 108px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.banner-content h1 {
    font-size: 90px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.font_style1 {
    font-family: "Kaushan Script";
}

[class*="overlay_bg_"]::before {
    background-color: rgb(0, 0, 0);
    inset: 0px;
    content: "";
    position: absolute;
    z-index: 1;
}

.overlay_bg_60::before {
    opacity: 0.6;
}

.heading_s1 {
    margin-bottom: 10px;
}

.font_style1.sub_heading {
    font-size: 24px;
}

.sub_heading {
    color: rgb(255, 50, 77);
    margin-bottom: 10px;
    display: block;
}

.about_box p {
    width: 70%;
    margin: auto;
}

.foodcard .card {
    min-height: 250px;
    border-radius: 10px;
    box-shadow: rgba(32, 46, 60, 0.03) 0px 0px 12px 0px;
    background: rgba(57, 168, 158, 0.2);
    text-align: center;
}

.ser_inner h4 {
    font-size: 25px;
    font-weight: 600;
}

.service_item p {
    color: rgb(0, 0, 0);
}

.ser_img {
    height: 130px;
}

.vectorimg {
    background-image: url(../image/bg-2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-color: #afdad43b;
}

.bg_background {
    background-position: center center;
    background-size: cover;
}

.p-100 {
    padding: 100px 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.btn-red {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-red::before {
    background-color: rgb(57, 168, 158) !important;
}

.btn-white {
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-white::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: rgb(255, 255, 255);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.btn-default:hover::before,
.btn-white:hover::before,
.btn-dark:hover::before {
    right: 0%;
    left: auto;
    width: 0px;
}

.btn-white:hover {
    color: rgb(255, 255, 255) !important;
}

.fs-4 {
    font-size: 1rem!important;
}

.bg-banner {
    background: #ebf6f5;
}

.text-primary {
    color: var(--theme-color)!important;
}

.icon-md {
    width: 48px;
    height: 48px;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: 50%;
    border-radius: 0.75rem;
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #2152ff, #21d4fd);
}

.main_services .card {
    background: transparent;
    height: 100%;
    border: 1px solid var(--theme-color);
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    padding: 30px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s !important;
}

.main_services .card:hover {
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
}

.main_services .card h5 {
    font-weight: 600;
    color: #212529;
    font-family: "Poppins", serif;
}

.main_services .card:hover h5 {
    color: #fff;
}

.main_services .card:hover p {
    color: #fff;
}

.main_services .card:hover .btn-primary {
    border: 1px solid #fff;
}

@media (min-width: 992px) {
    .py-lg-8 {
        padding-bottom: 3.5rem!important;
        padding-top: 3.5rem!important;
    }
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}

.btn-primary {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 1rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color);
}


/* contact us */

.contactus .first {
    margin-top: 0!important;
}

.contactus .form-control {
    border-radius: 0;
}

.contactus .form-group label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.contactus .form-group span {
    color: rgb(255, 0, 0);
}

.contactus .form-control:focus {
    border: 1.5px solid #adb5bd;
    border-radius: 0;
    box-shadow: none;
    background: #ff000012;
    letter-spacing: 1px;
    color: #000;
}

.contactus .form-check-label {
    font-size: 12px;
    font-weight: bold;
}

.contactus .btn-block {
    border-radius: 0;
    border: none;
    background: blue;
    margin-top: 10px;
    padding-top: 0px;
    background: #027676;
}

.contactus .btn-block:hover {
    background: #027676;
    ;
}

.contactus .btn-block:focus {
    box-shadow: none;
    background: #018080!important;
}

.contactus .btn-primary span {
    font-size: 12px;
}

.contactus .val_error {
    color: #dc3545;
    font-size: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.mh-100 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.rounded-5 {
    border-radius: 30px;
}

.rounded-4 {
    border-radius: 30px;
}

.btn-light {
    border-radius: 1rem;
}

.accordion-item {
    background-color: #fff;
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: transparent;
    box-shadow: unset;
}

:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}

.bg-primary {
    background: var(--second-color) !important;
}

.bg-primary1 {
    background: var(--theme-color) !important;
}

footer .nav-link {
    color: #fff;
}

footer .nav-link:hover {
    color: #fff;
}


/* inner section */

.z-index-0 {
    z-index: 0;
}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3;
    top: 0;
    left: 0;
}

.bg-gradient-black-blue {
    background: linear-gradient(30deg, #040506 0, #130e3e 100%);
}

.cover-background {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden;
    position: relative;
    background-position: center center!important;
}

.padding-8-rem-top {
    padding-top: 8rem;
}

.p-130 {
    padding: 130px 0;
    overflow: hidden;
}

.fs-70 {
    font-size: 70px;
    font-weight: 700;
}

.ser_right li {
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.ser_right li:last-child {
    border: 0;
}

.ser_right li span {
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #232323;
}

.products_all img {
    border: 12px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

section.big-section {
    padding: 160px 0;
}

.fix-background {
    position: relative;
    background-size: cover!important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    top: 0;
    left: 0;
    /* z-index: 1; */
}

.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #007b5c, #175566, #035068, #024f67, #008d55);
}

.title-large {
    font-size: 100px;
    line-height: 95px;
}

input,
select,
textarea,
.form-control {
    border: 1px solid #dfdfdf;
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    outline: 0;
    color: #828282;
    line-height: initial;
}

.padding5 {
    padding: 5rem;
}

.fs-32 {
    font-size: 32px;
}

.homeser p {
    /* height: 15em; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* From which line on to truncate */
    overflow: hidden;
}

.bg-theme {
    background: var(--second-color);
}

.rounded-20 {
    border-radius: 20px;
}

.blogs .card img {
    border-radius: 20px 20px 0px 0px;
    /* border-top-right-radius: 0; */
}

.text-body-secondary {
    color: #858c97;
}

.opacity-20 {
    opacity: .2 !important;
}

.fs-sm {
    font-size: 14px;
}

.ourcustomers img {
    height: 127px;
    width: 100%;
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
    padding: 15px;
}


/* floating css */

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999;
}

.fab-container:hover {
    height: 100%;
}

.fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}

.fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}

.fab-container:hover .sub-button:nth-child(4) {
    transform: translateY(-200px);
}

.fab-container:hover .sub-button:nth-child(5) {
    transform: translateY(-260px);
}

.fab-container:hover .sub-button:nth-child(6) {
    transform: translateY(-320px);
}

.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #328c75;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
}

.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    /* height: 50px; */
    /* width: 50px; */
    /* background-color: transparent; */
    /* border-radius: 50%; */
    transition: all 0.3s ease;
}

.fab-container .sub-button:hover {
    cursor: pointer;
}

.fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}

.fab-container .sub-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    border-radius: 100%;
}

.fab-container p {
    opacity: 0;
    background: var(--theme-color);
    padding: 1px 15px;
    color: #fff;
    border-radius: 5px;
    width: 146px;
    font-size: 12px;
}

.fab-container:hover p {
    opacity: 1;
}

.sub-button:hover p,
.sub-button:hover a {
    background: var(--third-color);
}

.card_content .card_inner {
    height: 10em;
    overflow: hidden;
    cursor: pointer;
}

.showContent .card_inner {
    height: auto !important;
}

.text-theme {
    color: var(--theme-color);
}

.bg-gradient1 {
    background: linear-gradient(to right top, #009458, #024074, #00486e, #00476c, #009358);
}

footer .bg-primary {
    background: #34495e !important;
}

.padding-6-rem-all {
    padding: 6rem;
}

.margin-30px-bottom {
    margin-bottom: 30px;
}

.btn.btn-link {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    background-color: transparent;
}

.padding-7-rem-all {
    padding: 7rem;
}

.bg-extra-dark-gray {
    background-color: #232323;
}

.margin-2-rem-bottom {
    margin-bottom: 2rem;
}

.margin-3-half-rem-bottom {
    margin-bottom: 3.5rem;
}

.h-1px {
    height: 1px;
}

.w-10px {
    width: 10px;
}

.top-minus-1px {
    top: -1px;
}

.margin-10px-right {
    margin-right: 10px;
}

.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.bg-blue {
    --bs-bg-opacity: 1;
    background: #e9f6f5;
}

.last-paragraph-no-margin p {
    color: #fff;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

.z-index-9 {
    z-index: 9 !important;
}


/* Testimonial Carousel */

.testimonials-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--theme-color);
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color) !important;
}

.review h3 {
    font-size: 20px;
}

.review p {
    line-height: 1.8;
    font-style: italic;
    color: #333333;
}

.review .review-user img {
    width: 70px;
    margin: 0 auto;
}

.review .stars span {
    color: #FF8803;
}


/* about us */

.medimaster_breadcrumb {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}

.medimaster_breadcrumb {
    position: relative;
    /* background-image: url("/assets/images/ban1.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.breadcrumb_title .page-title-heading {
    position: relative;
}

.breadcrumb_title .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.breadcrumb-wrapper a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.breadcrumb-wrapper span {
    color: rgb(41, 156, 215);
}

.text-color {
    color: var(--theme-color);
}

.bg-light1 {
    background: #eaf6f5;
}

.accordion-header {
    font-family: 'Poppins';
}

.feature-box-content {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.alt-font {
    font-family: Poppins, sans-serif;
}

.h-1px {
    height: 1px;
}

.w-100 {
    width: 100%;
}

.margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg-medium-gray {
    background-color: #e4e4e4;
}

.w-85 {
    width: 85%;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.colordark {
    color: #828282;
    font-size: 15px;
}

.icon-very-medium {
    font-size: 25px;
    color: var(--theme-color);
    margin-right: 15px;
}

.supportcard {
    padding: 4rem 3rem;
}

.main_services .card:hover .readmore-btn {
    color: #fff;
}

.main_services .card:hover ul {
    color: #fff;
}

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.p-130 {
    padding: 130px 0;
}

.opacity-6 {
    opacity: .6 !important;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media(max-width:767px) {
    .title-large {
        font-size: 62px;
        line-height: 95px;
    }
    .padding5 {
        padding: 2rem;
    }
    .fs-70 {
        font-size: 40px;
        font-weight: 700;
    }
    .products_all img {
        margin-bottom: 15px;
    }
    .padding-7-rem-all {
        padding: 2rem;
    }
}