:root {
    /* Colors: */
    --mede-primary: #005487;
    --mede-secondary: #238DC1;
    --mede-light: #3f873f;
    --mede-light-2: #6abf4b;

    --ipade-primary: #0A2240;
    --ipade-secondary: #002D74;
    --ipade-light: #ABC8E7;

    --white: #fff;
    --black: #000;
    --gray: #393939;
    --gray-light: #F2F2F2;

    --font-dm: "DM Sans", "Verdana", Arial, Helvetica, sans-serif;
    --font-signika: "Signika", "DM Sans", Arial, Helvetica, sans-serif;


    --p: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
}

/* General */
html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-signika);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    background-color: var(--white);
}

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

label {
    background-color: rgba(242, 242, 242, 0) !important;
}


/* Background */
.bg-ipade-primary {
    background-color: var(--ipade-primary);
}

.bg-ipade-secondary {
    background-color: var(--ipade-secondary);
}

.bg-mede-primary {
    background-color: var(--mede-primary);
}

.bg-mede-secondary {
    background-color: var(--mede-secondary);
}

.bg-mede-light-2 {
    background-color: var(--mede-light-2);
}

.bg-mede-light {
    background-color: var(--mede-light);
}

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

.bg-graylight {
    background-color: var(--gray-light);
}


/* Colors */

.color-ipade-primary {
    color: var( --ipade-primary);
}

.color-ipade-secondary {
    color: var(--ipade-secondary);
}

.color-mede-secondary {
    color: var(--mede-secondary);
}

.color-mede-primary {
    color: var(--mede-primary);
}

.color-mede-light {
    color: var(--mede-light);
}

.color-mede-light-2 {
    color: var(--mede-light-2);
}

.color-white {
    color: var(--white);
}

.color-gray {
    color: var(--gray);
}

/* Buttons */
a {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.btn {
    font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
    font-weight: bold;
    padding: 10px 24px;
    border: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.btn-mede-secondary {
    color: var(--white);
    background-color: var(--mede-secondary);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}

.btn-mede-secondary:hover,
.btn-mede-secondary:focus,
.btn-mede-secondary:active {
    color: var(--white);
    border-color: var(--ipade-primary);
    background-color: var(--ipade-primary);
}

#international ul {
    list-style: none;
}

#international ul li::before {
    content: "•";
    color: var(--mede-light);
    margin-right: 8px;
}

#financing ul {
    list-style: none;
}

#financing ul li::before {
    content: "•";
    color: var(--mede-light);
    margin-right: 8px;
}

#documents ul {
    list-style: none;
    padding-left: 0;
}

#documents ul li::before {
    content: "•";
    color: var(--mede-light);
    margin-right: 8px;
}

.custom-list ul {
    list-style: none;
    padding-left: 1rem;
}

.custom-list ul li::before {
    content: "";
    /* Empty content */
    display: inline-block;
    width: 16px;
    /* Set width of your image */
    height: 16px;
    /* Set height of your image */
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/b6bdcee2-1160-4cfc-a189-000a1b916787.png');
    /* Path to your PNG image */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    /* Aligns the image properly with the text */
}

.custom-list .custom-list-none ul {
    list-style: none;
    padding-left: 1rem;
}

.custom-list .custom-list-none ul li::before {
    content: "•";
    background-image: none;
    /* Path to your PNG image */
    color: var(--mede-light);
    margin-right: 8px;
}

.checklist ul {
    list-style: none;
    padding-left: 1rem;
}

.checklist ul li::before {
    content: "";
    /* Empty content */
    display: inline-block;
    width: 16px;
    /* Set width of your image */
    height: 16px;
    /* Set height of your image */
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/b6bdcee2-1160-4cfc-a189-000a1b916787.png');
    /* Path to your PNG image */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
    /* Aligns the image properly with the text */
}




/* Títulos */
h1 {
    font-family: var(--font-signika);
    /* max 45px - min 20px  */
    font-size: clamp(1.25rem, 0.8333rem + 1.9444vw, 2.8125rem);
}

h2 {
    /* max 40px - min 12px  */
    font-size: clamp(1.5rem, 2.452rem + -2.284vw, 0.625rem);
}

h3 {
    /* max 24px - min 10px  */
    font-size: clamp(0.75rem, -1.426rem + 5.22vw, 2.75rem);
}

.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1rem -.5rem 0 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: var(--mede-secondary);
    opacity: 1;
}

/* Navbar */

.nav {
    --bs-nav-link-padding-y: 0;
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    padding: 21px 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navbar-brand {
    margin: 0;
}

.navbar-brand img {
    max-width: 160px;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navbar .navbar-collapse {
    gap: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background-color: var(--gray-light);
    font-family: var(--font-signika);
    font-size: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
    font-weight: bold;
    color: var(--gray);
    text-decoration: none;
    padding: 13px 20px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link.boton {
    background-color: var(--mede-light);
}

.navbar-expand-lg .navbar-nav .nav-link i {
    font-size: 85%;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link {
    color: var(--white) !important;
    background-color: var(--ipade-secondary);
}

.button-whatsapp {
    font-family: var(--font-signika);
    font-size: clamp(1rem, 0.8667rem + 0.2153vw, 1.125rem);
    font-weight: bold;
    color: var(--white);
    background-color: #25D366;
    text-decoration: none;
    padding: 0 0 0 13px;
}

.button-whatsapp i {
    font-size: 1.25rem;
    margin-right: 13px;
}

.button-whatsapp span {
    display: inline-block;
    color: var(--gray);
    padding: 13px;
    background-color: var(--gray-light);
}

.button-whatsapp:hover {
    color: var(--white);
}

.fixed-navbar {
    background-color: white;
    position: fixed;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.fixed-navbar .navbar-brand img {
    max-width: 105px;
}

.fixed-navbar .button-whatsapp {
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.fixed-navbar .button-whatsapp span {
    display: none;
}

/* Footer */
.footer {
    padding: clamp(2.3125rem, 1.7791rem + 0.8611vw, 2.8125rem) 0;
}

footer ul li {
    background-color: transparent;
}

footer ul li a:hover {
    color: var(--ipade-light) !important;
}

footer .p {
    font-size: var(--p);
}

footer .p a {
    text-decoration: none;
}

/* Section - Header */

.header-main {
    padding: 274px 0 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/f40979bb-a932-44b5-a4bc-69100d808a40.jpg');

}

.header-main h1 {
    font-weight: 300;
}

.header-main h2 {
    font-size: clamp(1rem, 0.7333rem + 0.4306vw, 1.25rem);
}

.header-main h1 b {
    font-weight: bold;
}

.header-main p {
    font-size: var(--p);
}

.header-main p.mt-2 {
    font-size: clamp(0.75rem, 0.4833rem + 0.4306vw, 1rem);
}

.header-main .d-flex p {
    font-size: clamp(0.75rem, 0.6167rem + 0.2153vw, 0.875rem);
    max-width: 140px;
    width: 100%;
}

.header-main .btn-agendar {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: -145px;
    max-width: 200px;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: 5;
}

.header-main .btn-agendar.fixed-agendar {
    position: fixed;
    margin-bottom: 15px;
    margin-right: 15px;
}

.header-main h2 {
    /* 10px - 24px */
    font-size: clamp(0.625rem, -0.327rem + 2.284vw, 1.5rem);
}

.header-main h3 {
    /* 14px - 34px */
    font-size: clamp(0.875rem, -0.485rem + 3.263vw, 2.125rem);

}

/* Section - Menú */

.nav-list {
    padding: 0;
}

.nav-list .nav {
    display: flex;
    justify-content: space-between;
}

.nav-list .nav-item {
    flex: 1;
    text-align: center;
    padding: 12px 0;
}

.nav-list .nav-link {
    font-size: .85rem;
    color: var(--gray);
    text-decoration: none;
}

.nav-list .nav-item:hover .nav-link,
.nav-list .nav-item.active .nav-link,
.nav-list .nav-link:hover {
    font-weight: bold;
    color: var(--white) !important;
    text-decoration: none;
}

.nav-item:hover {
    background-color: var(--mede-light-2) !important;
    ;
}

.custom-hr {
    border-top: 2px solid #6abf4b;
    width: 100px;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / INTRO VIDEO */

.video-intro .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 170px;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / UPCOMING EVENTS */

.wrapper {
    height: 69px;
    padding: 10px 20px;
    max-width: calc(100% - 200px);
    margin: 0 auto;
}

.spacer {
    height: 20vh;
}

.card,
.card-body {
    min-height: 69px;
    border-radius: 0;
    border: none;
}

.card-title {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: bold;
}

.card-text {
    font-size: 1rem;
    line-height: normal;
}

.card-link {
    font-size: .875rem;
    line-height: 0;
}

.card-date {
    /* max 30px - min 20px  */
    font-size: 2em;
}

/* Section / articipant's Profile */

.participant-profile .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 170px;
    margin: 0 0 1rem;
    opacity: 1;
}

.fixed-title {
    font-size: 1.25rem;
    line-height: normal;
    font-weight: bold;
}

.floaters {
    margin-top: -100px;
    z-index: 10;
}

.float-box {
    background-color: var(--gray-light);
    height: 150px;
}

/* Section / ACREDITATIONS */

.acreditations .custom-hr {
    border: none;
    border-top: 6px solid #ffb71c;
    width: 40%;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / BROCHURE */

.brochure .container {
    background-color: #012d73;
}

.brochure li::marker,
.application li::marker {
    color: yellow;
}

.brochure .bg-custom {
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/a74fa4b0-5d9a-4dd5-a87e-3f8850a4f5ff.png');
    border-radius: 0 20px 20px 0 !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    min-height: 300px;
}

.brochure-img {
    max-width: 100px;
}

.brochure-form .custom-btn {
    border-radius: 0;
    color: white;
    height: 2.6rem;
    margin-top: 1.9rem;
}

.brochure-form a {
    font-size: 12px;
    color: var(--white);
}

/* Section / ALUMNI */

.alumni .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 40%;
    margin: 0 0 1rem;
    opacity: 1;
}

.mobile-img {
    display: none;
}

.perks-big {
    font-size: 3rem;
    margin-bottom: 0;
    color: var(--mede-light-2);
}

.alumni .perks .custom-hr {
    border: none;
    border-top: 1px solid var(--gray);
    width: 70%;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / CASE-METHOD */

.case-method .bg-custom {
    background-image: url(' https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/c79d5cfc-141c-40f5-a740-5ecfa18f992f.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.case-method-card {
    background-color: var(--white);
    padding: 2rem;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.case-method .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 20%;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / ADMISSION */

.admission .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 50%;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / FORM */

.btn-form {
    border-radius: 0;
    height: 2.5rem;
    width: 100%;
    border: none;
    margin-top: 2rem;
}

/* Section / CAMPUS */

.campus {
    background-color: #0a2240;
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/d20c7d64-04d3-4583-9f2d-3d84a547c59f.png');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.campus .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 30%;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section / INSTAGRAM */

.insta .custom-hr {
    border: none;
    border-top: 2px solid #3f873f;
    width: 100px;
    margin: 0 0 1rem;
    opacity: 1;
}

/* Section - Gracias */
.gracias {
    height: 71.5vmin;
    padding: 250px 0;
}

/*-----------------------------  / FINANCING */

.scholarships .custom-hr {
    border: none;
    border-top: 2px solid #6abf4b;
    width: 100px;
    margin: 0 0 1rem;
    opacity: 1;
}

/*-----------------------------  / INSPIRA LIDERES */

.application .bg-custom {
    background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/782d66e8-e52c-476e-b94e-85448848d046.png');
    border-radius: 0 20px 20px 0 !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    min-height: 300px;
}

/*-----------------------------  / ACADEMIC PROGRAM */

.tab-content ul {
    list-style: none;
}

.tab-content ul li::before {
    content: "•";
    color: var(--mede-light);
    margin-right: 8px;
}

.accordion-collapse ul {
    list-style: none;
}

.accordion-collapse ul li::before {
    content: "•";
    color: var(--mede-light);
    margin-right: 8px;
}

.perks-big2 {
    font-size: 3rem;
    margin-bottom: 0;
    color: var(--black);
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #6abf4b !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.testimonials .custom-hr {
    border-top: 2px solid #3f873f;
    width: 200px;
    margin: 0 0 1rem;
    opacity: 1;
}

.academic-program .custom-hr {
    border-top: 2px solid #3f873f;
    width: 200px;
    margin: 0 0 1rem;
    opacity: 1;
}

.academic-program .nav .active {
    background-color: #6abf4b !important;
    color: white !important;
}

.academic-program .nav .nav-link {
    color: white !important;
    text-decoration: none !important;
    font-size: 1.rem;
    font-weight: bold;
}

.accordion-button {
    color: white !important;
}

.accordion-item2 {
    border: none;
    border-radius: 10px;
}

.fake-button {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    border: none;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.quotes {
    font-size: clamp(0.8rem, 0.657rem + 0.381vw, 1rem);
}

/*-----------------------------  / INTERNATIONAL EXPERIENCE */

.mapa {
    position: relative;
}

.map-marker {
    z-index: 99;
    position: absolute;
    width: 120px;
    height: 50px;
    text-align: center;
}

.map-marker a {
    color: #000;
    font-size: .8rem;
    text-decoration: none;
}

/*-----------------------------  / BOOST YOUR CAREER */

.custom-bg {
    background: #F06A4F;
    background: linear-gradient(90deg, rgba(240, 106, 79, 1) 0%, rgba(255, 183, 28, 1) 100%);
}

.table-card {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-card-item:nth-child(1),
.table-card-item:nth-child(2) {
    border-right: 1px solid lightgray;
}

.table-card-item ul {
    list-style: none;
    padding-left: 0;
}

.table-card-item ul li::before {
    content: "• ";
    color: #de5a2a;
}

.cust-card {
    width: 120%;
    z-index: 99;
    position: relative;
    opacity: 0.9;
}



/* Responsive */
@media only screen and (min-width:1366px) {
    .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 90%;
    }
}

@media only screen and (min-width:992px) {}

@media only screen and (max-width:991px) {

    /* General */
    .navbar-brand img {
        max-width: 125px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35, 53, 111, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .button-whatsapp {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        height: 42px;
        width: 42px;
    }

    #nav .button-whatsapp,
    .button-whatsapp span {
        display: none;
    }

    .fixed-navbar .button-whatsapp {
        height: 42px;
        width: 42px;
    }

    /* Section- Header */
    .header-main {
        background-image: url("https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/27e4d4d4-96b8-418b-b8b4-ff0e2180d5e7.jpg");
        background-position: center right;
        padding: 180px 0 0;
    }

    .header-main .bg-white {
        background-color: rgba(255, 255, 255, .9) !important;
    }

    .v-banner {
        height: 92px;
        width: auto;
    }

    /* Section / Menú */
    .nav-list {
        display: none;
    }

    /* Section / UPCOMING EVENTS */

    .wrapper {
        max-width: calc(100% - 20px);
        height: auto;
    }

    .spacer {
        height: 35vh;
    }

    /* Section / PROFILE */

    .floaters {
        margin-top: auto;
    }

    .float-box {
        background-color: var(--white);
        height: 100px;
        border-bottom: solid 1px var(--gray);
    }

    .float-box .float-box-text {
        text-align: left;
    }

    /* Section / ACREDITATIONS */

    .acreditations .fixed-title {
        text-align: center;
    }

    /* Section / BROCHURE */

    .brochure .container {
        border-radius: 0 !important;
    }

    .brochure .bg-custom {
        background-image: url('https://image.edu.ipade.mx/lib/fe2b11747364057e741d77/m/1/8973cc7e-6a99-40bc-a9d5-a371247ecb98.png');
        border-radius: 0 !important;
        background-repeat: no-repeat;
        background-position: center 100px;
        background-size: 100px auto;
    }

    .brochure-form .custom-btn {
        width: 100%;
        margin-top: 1rem;
    }

    /* Section / ALUMNI */

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

    /* Section / CASE-METHOD */

    .case-method .bg-custom {
        background-image: none;
    }

    .case-method-card {
        padding: .5rem;
    }

    /* Section / ADMISSION */

    .admission .custom-hr {
        width: 50%;
    }

    .btn-form {
        border-radius: 0;
        height: 2rem;
        width: 100%;
        border: none;
    }

    .application .bg-custom {
        border-radius: 0 0 20px 20px !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* BOOST YOUR CAREER */

    .table-card {
                border-radius: 20px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
            }

            .table-card-item:nth-child(1),
            .table-card-item:nth-child(2) {
                border-right: none;
                border-bottom: 1px solid lightgray;
            }

            .cust-card {
                width: 100%;
                opacity: 1;
            }
}

@media only screen and (max-width:375px) {
    .spacer {
        height: 48vh;
    }
}

.fixed-buttons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    border: none;
}

.fixed-buttons a {
    width: 200px;
    text-align: center;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    border: none;
}

.fixed-buttons a:first-child {
    background-color: #0a2240;
    /* Color for Download Brochure */
}

.fixed-buttons a:last-child {
    background-color: #40873f;
    /* Color for Request a Meeting */
}

.fixed-buttons-mob {
    position: fixed;
    bottom: 0;
    display: flex;
    border: none;
}

.fixed-buttons-mob a {
    width: 50%;
    text-align: center;
    padding: 10px;
    color: white;
    text-decoration: none;
    border: none;
}

.fixed-buttons-mob a:first-child {
    background-color: #0a2240;
    /* Color for Download Brochure */
}

.fixed-buttons-mob a:last-child {
    background-color: #40873f;
    /* Color for Request a Meeting */
}

@media (max-width: 768px) {
    .fixed-buttons {
        display: none;
    }
}

/* ============== IC ================== */

/* IC - Navbar */

.mede-ic-cta {
    color: var(--mede-light-2) !important;
}

.reasons .cus-card {
    background-color: #f3faf0;
    border-left: solid 5px var(--mede-light-2);
    padding: 2rem;
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.reasons .custom-hr {
    border: solid 2px var(--mede-light-2);
    width: 10%;
    margin: 0 0 1rem;
    opacity: 1;
}

.ic-video1 .custom-hr {
    border: solid 2px var(--mede-light-2);
    width: 30%;
    margin: 0 0 1rem;
    opacity: 1;
}

.ic-video2 .custom-hr {
    border: solid 2px var(--mede-light-2);
    width: 10%;
    margin: 0 0 1rem;
    opacity: 1;
}

.certs .custom-hr {
    border: solid 6px #df592a;
    width: 80%;
    margin: 0 0 1rem;
    opacity: 1;
}

.ic-form .custom-hr {
    border: none;
    width: 100%;
    margin: 0 0 1rem;
    opacity: 0;

}

.ic-docs .custom-hr {
    border: solid 2px var(--mede-light-2);
    width: 10%;
    margin: 0 0 1rem;
    opacity: 1;
}

.ic-campus .custom-hr {
    border: solid 2px var(--mede-light-2);
    width: 10%;
    margin: 0 0 1rem;
    opacity: 1;
}

.vidcard {
    background-color: var(--white);
    padding: 1rem;
    color: var(--ipade-secondary);
    border-left: solid 2px var(--ipade-secondary);
}

/* IC - Header */

.mede-ic-header .custom-hr {
    float: right;
    border: solid 2px var(--white);
    width: 30%;
    margin: 0 0 1rem;
    opacity: 1;
}

@media only screen and (max-width:991px) {
    .mede-ic-header .custom-hr {
        float: none;
        width: 100%;
    }

    .ic-form .custom-hr {
        border: solid 6px var(--mede-light-2);
        width: 100%;
        margin: 0 0 1rem;
        opacity: 1;

    }
}