﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&family=Candal&family=Inter:wght@900&display=swap');

.navbar-brand {
    font-size: 2rem;
    color: #2B2A2F;
    font-family: 'Candal', cursive;
    font-weight: bolder;
    letter-spacing: -2px;
    padding-top: 0;
    padding-bottom: 0.8rem;
}

#logo {
    font-size: 96px;
    font-family: 'Candal', cursive;
    font-weight: bolder;
    letter-spacing: -2px;
}




.navbar-nav .nav-link,
.nav-item .nav-link {
    color: #2B2A2F;
    font-weight: 600;
    padding: 0;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    text-decoration: underline transparent;
}

.dropdown-item {
    color: #2B2A2F;
}

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item:active {
        color: #fff;
        background: #2B2A2F;
    }

.menu-action {
    border: 1px solid #2B2A2F;
    color: #2B2A2F;
    background: none;
    border-radius: 30px;
    padding: 12px 35px !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 26px 0 0 0;
}

.guide-span {
    display: block;
    font-size: 20px;
}

    .guide-span .form-control {
        display: inline-block;
    }

.white-bg {
    background: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    max-width: 1400px;
    margin: auto;
}

.text-primary {
    color: #212529 !important;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding-bottom: 25px;
}

.profile-img {
    width: 48px;
}

.no-form-padding .form-group {
    padding-left: 0px !important;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-top-color: #2B2A2F;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        background-color: #fff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.main-header {
    position: relative;
    z-index: 3;
}

.header-area .header-bottom {
    padding: 0px 130px;
}

.cursor-pointer {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a {
    font-weight: 900;
    color: #2B2A2F;
}

    a:hover {
        color: #2B2A2F;
    }

#btnCancel {
    color: #dc3545;
    top: 10px;
    position: relative;
    font-weight: 700;
}

.btn {
    text-transform: capitalize;
    padding: 25px 38px !important;
    cursor: pointer;
    display: inline-block;
    border-radius: 40px;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.btm-list {
    max-width: 245px;
}

.btn-action {
    background: #11E276;
    color: #fff;
}

    .btn-action:hover,
    .btn-action:focus {
        background: #11E276;
        color: #fff;
    }

.btn-primary {
    background: #2B2A2F !important;
    color: #fff;
}

    .btn-primary:hover,
    btn-primary:focus {
        color: #fff;
        background: #2B2A2F;
    }

.btn-blue {
    color: #fff !important;
    background: #35CDFC !important;
}

    .btn-blue:hover,
    btn-blue:focus {
        color: #fff !important;
        background: #35CDFC !important;
    }

.btn-light {
    background: #fff;
}

    .btn-light:hover,
    btn-light:focus {
        background: #fff !important;
    }

.hero-section {
    min-height: 1044px;
}

.hero__caption {
    text-align: center;
}

    .hero__caption h1 {
        font-size: 46px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .hero__caption p {
        font-size: 18px;
    }

p {
    font-family: 'Inter', sans-serif;
    color: #08081b;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.search-box {
    border: 10px solid #e3e8ed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 50px;
}

    .search-box .input-form {
        width: 79%;
        position: relative;
        border-top-left-radius: 50px;
        overflow: hidden;
        border-bottom-left-radius: 50px;
    }

        .search-box .input-form input {
            height: 60px;
            width: 100%;
            color: #000;
            font-size: 18px;
            font-weight: 400;
            padding: 9px 18px 9px 48px;
            border: none;
            border-radius: 0px;
            position: relative;
        }

            .search-box .input-form input:focus,
            .search-box .input-form input:hover,
            .focus-visible {
                border: none !important;
                outline: none !important;
            }

    .search-box .search-form {
        width: 21%;
        border-top-right-radius: 50px;
        overflow: hidden;
        border-bottom-right-radius: 50px;
    }

        .search-box .search-form a {
            width: 100%;
            height: 60px;
            background: #11E276;
            font-size: 20px;
            line-height: 1;
            text-align: center;
            color: #fff;
            display: block;
            padding: 16px;
            font-weight: 700;
            border-radius: 0px;
            text-transform: capitalize;
            line-height: 31px;
            font-size: 15px;
            text-decoration: none;
        }

.search-button {
    padding: 5px 18px !important;
    border-radius: 0;
    font-size: 20px;
}

.popular-search ul li {
    margin-top: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

    .popular-search ul li a {
        padding: 5px 10px;
        color: #2B2A2F;
    }

.hero-menu {
    width: 100%;
    margin-top: 85px;
}

    .hero-menu a {
        text-align: center;
        color: #2B2A2F;
        font-weight: 600;
        padding: 19px;
        display: block;
        font-size: 20px;
        border: 1px solid;
    }

        .hero-menu a:hover {
            text-decoration: none !important;
        }

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

    .validation-summary-errors ul li,
    .field-validation-error,
    #card-errors {
        color: #de4949;
        font-size: 0.8rem;
    }

.panel-title {
    font-size: 27px;
    font-weight: 600;
    padding-left: 0;
}

.panel-subtitle {
    font-size: 16px;
    margin-bottom: 3rem !important;
}

.detele {
    font-size: 16px;
}


.feed-page-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 3rem !important;
}

.feed-page .actions {
    margin-top: 15px;
}

    .feed-page .actions a {
        font-size: 1.2rem;
        display: inherit;
    }

.feed .post, .feed-details .post, .pharma-details,
.sub-details {
    background: #fff;
    border-left: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 6px;
}

    .feed .post h5 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 12px;
        font-weight: 600;
        display: block;
        color: #1D2547 !important;
    }

    .feed .post a {
        text-decoration: none;
    }

    .feed .post .by {
        color: #999999;
        margin: 0;
    }

    .feed .post .category {
        background: #08081b;
        color: #fff;
        margin: 0;
        padding: 0px 10px;
        border-radius: 4px;
        float: right;
        font-size: 14px;
    }

    .sub-details p {
        margin-bottom: 0px;
    }

    .sub-details .StripeElement {
        border: 1px solid #e5e6e9;
        border-radius: 0px;
        margin-bottom: 15px;
    }

.feed-details {
    padding-bottom: 120px;
}

    .feed-details .text-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .feed-details #btnReport {
        float: right;
        font-size: 14px;
    }

    .feed-details h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .feed-details .post-date {
        float: left;
        width: 100%;
    }

.small-section-tittle h4 {
    color: #28395a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pharma-details li span, .product-details li span {
    font-weight: 700;
}

.btn-inquiry {
    margin-top: 15px;
}

.lil-info {
    color: #08081b;
    font-weight: 700;
    background: #d7d9de;
    border-radius: 4px;
    padding: 4px;
    font-size: 20px;
}

.post-date {
    float: right;
    color: #000;
    font-size: 12px;
}

.category-listing {
    margin-top: 90px;
}

.small-section-tittle2 h4 {
    font-size: 15px;
}

.page-title {
    margin: 175px 155px 100px 155px;
}

    .page-title h2 {
        text-align: center;
        font-size: 42px;
        display: block;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.4;
    }

.our-services .single-services {
    padding: 44px 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: default;
}

    .our-services .single-services .services-cap h5 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 12px;
        font-weight: 600;
        display: block;
        color: #1D2547 !important;
        text-decoration: none !important;
    }

    .our-services .single-services .services-cap p {
        margin-bottom: 24px;
    }

.contact-section {
    padding: 100px 0 100px;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info .media-body h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-size: 20px;
    color: #2a2a2a;
}

.contact-info .media-body p {
    color: #8a8a8a;
}

.form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 15px;
    padding: .7rem .75rem;
}

.wantToWork-area {
    position: relative;
    margin: 60px 0 80px 0;
}

    .wantToWork-area .wants-wrapper {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 20px 40px rgba(29, 37, 71, 0.04);
    }

    .wantToWork-area .wantToWork-caption h2 {
        font-size: 36px;
        line-height: 1.5;
        margin-bottom: 12px;
        font-weight: 600;
    }

.switch-wrap {
    margin-bottom: 10px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
    margin-right: .5rem !important;
    margin-top: .5rem !important;
}

    .primary-switch input {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        opacity: 0;
    }

        .primary-switch input + label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            font-size: 14px;
        }

        .primary-switch input:checked + label:before {
            background: #1f2b7b;
        }

        .primary-switch input + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            border-radius: 8.5px;
            cursor: pointer;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        .primary-switch input:checked + label:after {
            left: 19px;
        }

        .primary-switch input + label:after {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #fff;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
            cursor: pointer;
        }

.progress-table {
    background: #fff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
    width: 100%;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #2B2A2F;
}

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate .paginate_button,
    .dataTables_length label,
    .dataTables_filter label {
        font-size: 14px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background: none !important;
        }

    .dataTables_wrapper .dataTables_filter input {
        border: none;
    }

        .dataTables_wrapper .dataTables_filter input:focus {
            border: none;
        }
.table {
font-size:16px;
}

.table th {
    color: #2B2A2F;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.dataTables_info {
    padding: 10px 0;
}
.paginate_button.current {
    padding: 0 10px;
}
.action-table tr {
    cursor: pointer;
}

.dataTables_wrapper {
    width: 100%;
}

table.dataTable thead th, table.dataTable thead td {
    border: none;
    border-bottom: none !important;
    background: #fff;
    font-size: 18px;
}

.table.dataTable.no-footer {
    border: none;
}

.table .action {
    text-align: center;
    font-size: 24px;
}

.footer-copy-right p {
    font-size: 12px;
}

.footer {
    margin-top: 55px;
}

#signin {
    margin: auto;
    max-width: 490px;
    padding: 0 5px;
}

    #signin .form-control {
        max-width: 350px;
    }

#signin-margin {
    margin: 125px 0 30px 0;
}

.site-row {
    max-width: 420px;
}

.detele {
    font-size: 14px;
    max-width: 85px;
    line-height: inherit;
}

.low-opacity {
    opacity: 0.5;
}

.range {
    border: 1px solid #2B2A2F;
    cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2B2A2F !important;
    color: #fff !important;
}
select,
.range {
    width: 225px;
    padding: 11px 5px;
    word-wrap: normal;
    border-radius: 40px;
    height: 50px;
    font-size: 16px;
}
.bg-dark {
    background-color: #2b2a2f !important;
}

.dark-card {
    color: #fff;
    border-radius: 20px;
}
    .dark-card .card-title {
        color: #fff;
        font-weight: 300;
        font-size: 18px;
    }
    .dark-card .card-text {
        color: #fff;
        font-size: 30px;
        font-weight: 900;
    }
