@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root{
    --primary : #f8485d;
    --secondary : #007396;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #e1eafc;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-width: 7rem;
    margin-top: 4px;
}
.container {
    max-width: 1280px;
}
.toolbar-icon-10 header#header {
    top: 80px;
    z-index: 9;
}
header#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1999;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
}
body {
    padding-top: 100px !important;
}
.nav a{
    color: var(--secondary);
    font-size: 16px;
    padding: 32px 20px;
    border-right: 1px solid #e1e1e1;
    text-decoration: none;
    font-weight: 500;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    z-index: 1;
    overflow: hidden;
    background-image: url('../images/arrow.svg');
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.slides .slide img {
    width: 100%;
    filter: brightness(0.8);
    height: 900px;
    object-fit: cover;
    object-position: center;
}

button.slick-next {
    right: 2rem;
}

button.slick-prev {
    left: 2rem;
}

/* .slide-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    height: max-content !important;
}
 */
 .slide-text {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    /* transform: translate(-50%,-50%); */
    text-align: center;
    height: max-content !important;
    width: 30%;
    background: var(--primary);
    height: 100% !important;
    padding-left: 70px;
    border-radius: 999px 0px 0 999px;
    padding-top: 170px;
    padding-right: 80px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.slide {
    position: relative;
}
.view-produc .col-md-3.col-12.views-row {
    flex: 0 0 20%;
    max-width: 20%;
}
.slide-text h4 {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 8rem;
}
section.banner-slider {
    height: 900px;
    overflow: hidden;
}
section.banner-slider div {
    height: inherit;
}
h2.show {
    border-bottom: 1px solid #000;
}
a.global-cta {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 100px;
    text-decoration: none;
}
ul.slick-dots {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 8px;
    margin: 0;
    padding: 2rem 0;
}

ul.slick-dots li button {
    border: 2px solid var(--primary);
    background: none;
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    padding: 0;
}


ul.slick-dots li.slick-active button {
    background: var(--primary);
}
footer {
    background: var(--secondary);
    padding: 3rem 0;
    color: #fff;
    margin-top: 50px;
    clear: both;
}

h4.title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

footer li {
    list-style-type: none;
    padding: 0;
}

footer ul {
    padding: 0;
}

footer li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
footer .col-md-6 ul {
    display: flex;
    flex-wrap: wrap;
}

footer .col-md-6 ul li {
    flex: 50%;
}

h4.title:after {
    content: '';
    width: 5rem;
    height: 5px;
    background: var(--primary);
    display: block;
    margin-top: 12px;
}

.social a {
    color: #fff;
}

.social {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 1rem;
}

footer a {
    color: #fff;
}
footer a.d-flex {
    gap: 8px;
}
.bottom-footer {
    border-top: 1px solid #0686af;
    padding-top: 3rem;
}
.nav a:hover {
    color: var(--primary);
}

a {
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

footer a:hover {
    color: #dfdfdf;
}
.how-b h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.how-b {
    text-align: center;
}

.how-b p {
    font-size: 16px;
    color: #000;
}

section.how {
    padding: 5rem 0;
}
h2.heading {
    text-align: center;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1rem;
}

h3.subheading {
    font-size: 20px;
    text-align: center;
    max-width: 50rem;
    margin: 0 auto 3rem;
    line-height: 1.5;
}
.how-b .lucide {
    width: 70px;
    height: 70px;
    color: var(--secondary);
    margin-bottom: 1rem;
}
.testimonials {
    max-width: 65rem;
    padding: 0 8rem;
    margin: auto;
    text-align: center;
}
button.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(180deg);
}
section.pre-footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.pre-footer {
    padding: 5rem 0;
    background: #00739812;
}

section.pre-footer h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}

section.pre-footer p a {
    font-size: 20px;
}
section.pre-footer p {
    font-size: 28px;
}

section.testimonial-sec {
    padding: 5rem 0;
}
section.pre-footer ul {
    padding: 0;
    list-style-type: none;
}
section.pre-footer ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
}
.quotes h5 {
    color: var(--primary);
    font-size: 16px;
}

div#menu {
    position: fixed;
    background: rgba(0,0,0,0.2);
    height: 100%;
    z-index: 19999;
    right: -100%;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: flex-end;
}
div#menu.show {
    right: 0;
}

div#menu .inner {
    background: #fff;
    height: 100%;
    max-width: 25rem;
    border-left: 1px solid #e3e3e3;
}
.search-group input {
    height: 89px;
    border: none;
    color: #000;
    outline: none;
    flex: 1;
}

.search-group {
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2rem;
}
.close {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 15px;

}
div#menu .nav a {
    border-right: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 2rem;
}
.prd-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.block-views-blockwhat-s-new-slider-block-1 .views-field.views-field-title .row {
    align-items: center;
    font-size: 30px;
}
section.prds {
    padding: 5rem 0;
    border-bottom: 1px solid lightgrey;
    background: #f9f9f9;
}

.prd-box {
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
}
input[value="Add to cart"] {
    background: #00b0f0;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 10px 0;
}
.field--name-variations input[value="Add to cart"] {
    width: 30%;
}
.prd-box h4 {
    font-size: 18px;
    margin: 12px 0;
    font-weight: 500;
    color: #000;
}

h5.price {
    color: var(--secondary);
}

a.add-cart {
    background: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 100px;
    margin-top: 9px;
    transition: all 0.3s ease-in;
}

.prd-box:hover .add-cart {
    background: var(--primary);
}


/** new CSS ***/
#block-cardio-main-menu ul.clearfix.menu {
    list-style: none;
    padding: 0;
    width: 100%;
}

.search-block-form input#edit-submit {
    display: none;
}
.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
    display: block;
}
input#edit-keys {
    border: 1px solid #cdcdcd;
    width: 230px;
    height: 50px;
    margin-right: 40px;
    padding-left: 10px;
}

.search-block-form .container-inline div, .search-block-form .container-inline label {
    display: block;
}
#block-cardio-cardiologyisaverycompetitive {
    text-align: left;
}
div#block-cardio-ourobjective {
    font-weight: bold;
}
div#block-cardio-ourobjective, #block-cardio-cardiologyisaverycompetitive {
    /* background: lightblue; */
    border-radius: 10px;
    padding: 20px 40px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
}
div#blue_banner {
    background: lightblue;
    border-radius: 10px;
    padding: 20px 40px;
    /* text-align: center; */
    /* font-size: 20px; */
    margin-bottom: 50px;
    font-weight: 600;
    margin-top: 40px;
}
div#flexslider-1 {
    margin: 0 !important;
    border: 0 !important;
}
.flexslider .slides > li {
    margin: 0;
}

.flexslider .slides img {
    width: 70%;
    display: block;
    text-align: right;
    float: right;
}

#flexslider-1 .row .col-md-6:first-child {
    font-size: 20px;
    padding: 20px 70px;
}

ul.tabs.primary li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
ul.tabs.primary li {
    margin-right: 20px;
    border-right: 1px solid #cdcdcd;
    padding-right: 20px;
}
ul.tabs.primary {
    display: flex;
    list-style: none;
    margin-top: 30px;
    padding: 0;
    border: 1px solid #cdcdcd;
    padding: 10px;
    width: max-content;
}
div#block-cardio-page-title h1 {
    font-size: 34px;
    font-weight: bold;
}

div#block-cardio-page-title {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

table {
    width: 100%;
}

.accordian h2 {
    background: #fafafa;
    font-size: 20px;
    padding: 15px 80px 15px 15px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0;
    border-bottom: 0;
    cursor: pointer;
}
.accordian {
    margin-bottom: 20px;
}
.answer_accordion {
    display: none;
    background: #fafafa;
}
.view-faq .view-header {
    margin-bottom: 30px;
}

.accordian h2:hover {
    box-shadow: 0 5px 5px #00000026;
}
.view-faq .view-footer {
    margin: 40px 0;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 18px;
}
#block-cardio-cardiologyisaverycompetitive {
    text-align: left !important;
    font-weight: 400 !important;
}

.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    display: block !important;
    left: 5px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    display: block !important;
    right: 5px !important;
}

.flexslider  .flex-direction-nav a {
    height: 60px;
}

form#webform-submission-contact-node-8-add-form label {
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    width: 80%;
}

form#webform-submission-contact-node-8-add-form input, form#webform-submission-contact-node-8-add-form textarea {
    width: 80%;
    margin-bottom: 20px;
    margin-top: 0;
}

input#edit-actions-submit {
    width: auto !important;
    background: var(--secondary);
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

article[data-history-node-id="14"] table td , article[data-history-node-id="17"] table td,  article[data-history-node-id="16"] table td {
    padding: 10px;
}
article[data-history-node-id="14"] table, article[data-history-node-id="17"] table , article[data-history-node-id="16"] table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cdcdcd;
    padding: 20px;
}

.path-product article .field--name-field-main-image img {
    width: 80%;
    height: auto;
}

.path-product article .field--name-field-main-image {
    width: 50%;
    float: left;
}

.path-product article .field--name-body {
    width: 50%;
    float: left;
}

.path-product article {
    float: left;
    width: 100%;
    /* display: flex; */
}

.region.region-content {
    margin-top: 40px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

.breadcrumb ol li:first-child:after {
    content: ">";
    padding-left: 10px;
}

.breadcrumb ol li {
    margin-right: 10px;
}
.breadcrumb ol {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    position: relative;
}
span.cart_number {
    background: var(--primary);
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    top: 20px;
    border-radius: 50%;
    left: 38px;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px;
}
.view-commerce-cart-form  table, .view-commerce-cart-form  td, .view-commerce-cart-form  th {
    border: 1px solid #000;
    padding: 10px;
}

.checkout-order-summary table, .checkout-order-summary td, .checkout-order-summary th {
    border: 1px solid #000;
    padding: 10px;
}

.order-total-line.order-total-line__subtotal {
    margin-top: 15px;
}
.view-id-category.view-display-id-page_1 img {
    width: auto;
    height: 85px;
}
.view-id-category.view-display-id-page_1  .col-md-6.views-row {
    border: 1px solid;
    flex: 0 0 48%;
    margin-right: 1%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -4px 0px 24px 0px rgba(0, 0, 0, 0.03);
    padding: 40px 20px 40px 20px;
    margin: 1%;
    transition: 0.25s;
    border: 1px solid #fff;
}

.field.field--name-field-description {
    background: #FFF;
    box-shadow: -4px 0px 24px 0px rgba(0, 0, 0, 0.08);
    color: #000000;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.paragraph.paragraph--type--mcq-question {
    background: #FFF;
    box-shadow: -4px 0px 24px 0px rgba(0, 0, 0, 0.08);
    color: #000000;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.field--name-field-answer .field__item {
    display: none;
    background: #007ea3;
    padding: 20px 10px;
    color: #fff;
}

.field--name-field-answer .field__label {
    padding-top: 12px;
    color: #E91E63;
    cursor: pointer;
}
.field--name-field-answer .field__label:before {
    content: "Show ";
}

.field--name-field-answer .field__label.show_ans:before {
    content: "Hide ";
}
.field--name-field-question img {
    width: 100%;
}
.field--name-field-mcq-options .field__item:nth-child(2):before {
    content: "2. ";
}

.field--name-field-mcq-options .field__item:nth-child(1):before {
    content: "1. ";
}
.field--name-field-mcq-options .field__item:nth-child(3):before {
    content: "3. ";
}

.field--name-field-mcq-options .field__item:nth-child(4):before {
    content: "4. ";
}
div#block-cardio-content {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.path-faq h1.title.page-title {
    text-transform: uppercase;
}

article[data-history-node-id="5"] .field--name-body p a {
    font-size: blue;
    font-weight: bold;
    text-decoration: underline !important;
}
.user-login-form input {
    margin-bottom: 25px;
}
.description {
    display: none;
}
div#menu .nav li:last-child a {
    color: var(--primary);
}
.user-register-form label {
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.user-register-form input, .user-register-form select {
    width: 100%;
    margin-bottom: 30px;
    height: 40px;
    border-color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding-left: 15px;
}
.user-register-form .form-actions input#edit-submit {
    width: 210px;
    margin: 20px auto;
    border-radius: 10px;
}
div#edit-field-date-of-birth-0-value .form-item {
    display: block;
}
.user-register-form {
    width: 50%;
    margin: 0 auto;
}
form#commerce-checkout-flow-multistep-default input {
    width: 100%;
    margin-bottom: 20px;
}
.messages.messages--error {
    color: #fff;
    background: #ff6464;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}
input#edit-payment-information-billing-information-copy-to-address-book {
    width: auto !important;
}
input#edit-actions-next {
    width: auto !important;
}

@media (max-width: 780px) {
    form#commerce-checkout-flow-multistep-default input, form#commerce-checkout-flow-multistep-default select {
        width: 100%;
    }
    span.cart_number {
        left: 20px;
    }
    .quantity-edit-input {
        width: 30px;
    }
    .path-product article .field--name-body {
        width: 100%;
        float: left;
    }
    .path-product article .field--name-field-main-image {
        width: 100%;
        float: left;
            margin-bottom: 20px;
    }
    .path-product article .field--name-body {
        width: 100%;
        float: left;
    }
    section.banner-slider {
        height: auto;
    }
    .nav a {
        color: var(--secondary);
        padding: 5px 8px;
        font-size: 13px;
    }
    #block-cardio-content .field--name-field-question img {
        height: auto !important;
        width: 100% !important;
    }
    .logo img {
        max-width: 3rem;
        margin-top: 4px;
    }
    .slide-text {
        position: static;
        z-index: 1;
        top: 0;
        right: 0;
        /* transform: translate(-50%,-50%); */
        text-align: center;
        height: max-content !important;
        width: 100%;
        background: var(--primary);
        height: auto;
        padding-left: 10px;
        border-radius: 0;
        padding-top: 20px;
        padding-right: 10px;
        vertical-align: middle;
        display: block;
        align-items: center;
        height: 80px !important;
    }
    .bottom-footer {
        margin-top: 20px;
    }
    .slide-text h4 {
        font-size: 12px;
    }
    .slides .slide img {
        height: auto;
    }
    .view-produc .col-md-3.col-12.views-row {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul.slick-dots {
        bottom: 60px;
    }
    .flexslider .slides img {
        width: 100%;
    }
    
    #flexslider-1 .row .col-md-6:first-child {
        height: 290px;
    }
    table thead th {
        word-break: break-all;
        font-size: 10px;
    }
}

#edit-login-register.form-wrapper__login-option .fieldset-wrapper {
    display: flex;
    /* width: 100%; */
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

#edit-login-register.form-wrapper__login-option .fieldset-wrapper .js-form-item:nth-child(1) {
    order: 4;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .field--type-string:nth-child(2) {
    order: 1;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .js-form-item:nth-child(3) {
    order: 3;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .js-form-item:nth-child(4) {
    order: 3;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .field--type-string:nth-child(5) {
    order: 2;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .field--type-datetime:nth-child(6) {
    order: 6;
}
#edit-login-register.form-wrapper__login-option .fieldset-wrapper .field--type-address:nth-child(7) {
    order: 7;
}

#edit-login-register.form-wrapper__login-option .fieldset-wrapper input:nth-child(8) {
    order: 8;
}
