h2.man_head {
    font-family: 'Poppins';
    font-size: 44px;
    color: #2872C1;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0.02em;
    border-bottom: 4px solid;
    width: fit-content;
    padding-bottom: 7px;
}
h4.main_sub_head {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
h4.main_sub_head span {
    color: #2872C1;
}
p.main_para {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
p.main_para span {
    font-weight: 600;
    color: #3A3A3A;
}
.blue_sec ul {
    list-style-type: none;
    margin-bottom: 35px;
}
.first_col_ul {
    padding-left: 90px;
}
.second_col_ul {
    padding-left: 40px;
}
.blue_sec {
    background-color: #1C5087;
    color: white;
    margin-left: -136px;
    width: 138%;
}
.blue_sec ul li, .blue_sec_simulator li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 44.8px;
    color: white;
}
.blue_sec_simulator ul {
    list-style-type: none;
}
.blue_sec ul li span, .blue_sec_simulator li span {
    margin-right: 15px;
}
.certified_btn a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #1C5087;
    background-color: white;
    text-decoration: none;
    border-radius: 5px;
}
.blue_certified_btn a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background-color: #2872C1;
    text-decoration: none;
    border-radius: 5px;
}
.certified_btn {
    padding-left: 5.7rem !important;
}
body {
    overflow-x: hidden;
}
.critical_care_skills h2, .pricing_plans_sec h2, .benefits_sec h2 {
    font-family: 'Poppins';
    font-size: 37px;
    font-weight: 600;
    line-height: 52px;
}
.critical_care_skills h4 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.critical_care_skills p, .pricing_plans_sec p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #575C74;
}
.pricing_plans_sec p {
    margin: auto;
    width: 43%;
}
.col-md-3.pricing_cards_white, .pricing_cards_blue, .pricing_cards_dark_blue {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #0000004D;
    /* box-shadow: 0px 13px 27px 0px #32325D40; */
}
.pricing_cards_white h2, .pricing_cards_dark_blue h2, .pricing_cards_blue h2 {
    font-weight: 700;
}
.pricing_cards_white h5, .pricing_cards_dark_blue h5, .pricing_cards_blue h5 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 8px;
}
.pricing_cards_dark_blue h5, .pricing_cards_blue h5 {
    border-bottom: 1px solid #FFFFFF !important;
}
.pricing_cards_white p, .pricing_cards_dark_blue p, .pricing_cards_blue p {
    width: 100%;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 14px !important;
}
.pricing_cards_dark_blue p, .pricing_cards_blue p {
    color: white !important;
}
.pricing_cards_white ul, .pricing_cards_dark_blue ul, .pricing_cards_blue ul, .benefits_sec ul {
    list-style-type: none;
    padding-left: 0px;
}
.pricing_cards_white li, .pricing_cards_dark_blue li, .pricing_cards_blue li {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #575C74;
}
.pricing_cards_dark_blue li, .pricing_cards_blue li {
    color: white !important;
}
.pricing_cards_white li span, .pricing_cards_dark_blue li span, .pricing_cards_blue li span, .benefits_sec li span {
    margin-right:10px;
}
.pricing_cards_white .buy_now_btn_blue a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    background-color: #2872C1;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
}
.buy_now_btn_blue.text-center, .buy_now_btn_white {
    /* margin-top: 65px;
    margin-bottom: 15px; */
}
.pricing_cards_blue .buy_now_btn_white a, .pricing_cards_dark_blue .buy_now_btn_white a {
    background-color: #FFFFFF;
    color: #2872C1;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
}
.pricing_cards_dark_blue .badge_all {
    margin-top: -33px;
    margin-right: -10px;
    float: right;
}
.pricing_plans_sec .main_row {
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 25px;
}
.pricing_plans_sec .col-md-3 {
    width: auto;
}
.buy_now_btn_blue.text-center, .pricing_cards_blue .buy_now_btn_white {
    margin-top: 115px;
    margin-bottom: 15px;
}
.pricing_cards_dark_blue .buy_now_btn_white {
    margin-top: 78px;
}
.blue_sec_simulator h2 {
    font-family: 'Poppins';
    font-size: 37px;
    font-weight: 600;
    line-height: 52px;
    color: white;
    background-image: url('https://medtigo.com/wp-content/uploads/2024/11/Group-1000006306.svg');
    background-repeat: no-repeat;
    background-position: 509px -6px;
}
.blue_sec_simulator p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    margin: 14px 0px;
}
.blue_sec_simulator .certified_btn {
    padding-left: 0px !important;
}
.blue_sec_simulator .certified_btn {
    background-image: url('https://medtigo.com/wp-content/uploads/2024/11/Group-1000006302.svg');
    background-repeat: no-repeat;
    background-position: 341px -4px;
    padding: 20px;
}
.benefits_sec ul li {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    color: #575C74;
}
.benefits_sec ul li span img {
    width: 6.2%;
}
.benifit_first_col {
    padding-left: 8rem !important;
} 
.benifit_first_col img {
    width: 9.2% !important;
}
.needs_sec h2, .bundles_sec h2, .faq_sec h2 {
        font-family: 'Poppins';
        font-size: 37px;
        font-weight: 600;
        line-height: 52px;
}
.needs_sec ul li {
    font-weight: 600 !important;
    line-height: 33px !important;
}
.needs_sec p, .needs_sec ul li {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #575C74;
}
.needs_sec ul {
    padding-left: 1.2rem;
}
.bundles_sec {
    background-color: #1756B0;
    border-radius: 25px;
}
.bundles_sec p {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    width: 70%;
    margin: 20px auto;
    margin-bottom: -10px !important;
}
.unclock_btn {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 31.2px;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.d-flex.courses_tiles_div {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bundles_sec .certified_btn {
    padding-left: 0px !important;
}
.bundles_sec .triangle {
    text-align: left;
    padding-left: 45px;
}
.bundles_sec .circle {
    text-align: left;
}
.bundles_sec .circle img {
    transform: rotate(180deg);
    margin-left: -85px;
}
.bundles_sec h2 {
    background-image: url('https://medtigo.com/wp-content/uploads/2024/11/Group-1000006306.svg');
    background-repeat: no-repeat;
    background-position: right;
}
.faq_que_box.p-3 {
    border: 1px solid #575c7438;
}
.faq_que_box .question {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.faq_que_box .answer {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #575C74;
}
.testimonial .col-md-4 {
    width: 100%;
    border: 1px solid #0000000F;
    box-shadow: 0px -3px 17px 0px #00000029;
    padding: 30px;
}
.testimonial .name_field {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 30px;
    letter-spacing: 0.03em;

}
.testimonial .desig {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 30px;
}
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #F9C82B;
    border-left: .3em solid transparent;
    font-size: 10px;
}

.star:before,
.star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #F9C82B;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}
.testimonial .desc {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #575C74;
}
.testimonial h2 {
    font-family: 'Poppins';
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
}
.testimonial .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 18px;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 3.5em;
}
.read-more a {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #2872C1;
    text-decoration-line: underline;
}
.blue_sec  .blue_sb_ul {
    padding-left: 34px;
}
.mob_sec {
    display: none !important;
}
@media(max-width:767px) {
    .row {
        display: block !important;
    }
    .mob_img img {
        width: 100% !important;
        margin-top: 20px;
    } 
    .d-flex.courses_tiles_div {
        /* display: block !important; */
    }
    h2.man_head, h2 {
        font-size: 26px !important;
        line-height: 40px !important;
    }
    .pricing_plans_sec p {
        width: 100% !important;
    }
    h4.main_sub_head.my-3, h4 {
        font-size: 20px !important;
    }
    p {
        font-size: 14px !important;
    }
    li {
        font-size: 14px !important;
    }
    a {
        font-size: 14px !important;
    }
    .blue_sec {
        margin-left: unset !important;
        width: unset !important;
    }
    .first_col_ul {
        padding-left: unset !important;
    }
    .second_col_ul {
        padding-left: 20px !important;
    }
    .pt-5 {
        padding-top: 1rem !important;
    }
    .certified_btn {
        padding-left: unset !important;
    }    
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .row.mt-5.main_row {
        padding: 20px;
    }
    .pricing_plans_sec .col-md-3 {
        margin-bottom: 20px;
    }
    .pricing_cards_dark_blue .badge_all {
        margin-top: -78px !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .benifit_first_col {
        padding-left: 2rem !important;
    }
    .benifit_first_col img {
        width: 6.2% !important;
    }
    .benifit_sec_col {
        padding-left: 2rem !important;
        /* margin-top: -20px; */
    }
    .needs_sec .col-md-6.ps-5 {
        margin-top: 20px;
        padding-left: 2rem !important;
    }
    .needs_sec ul {
        padding-left: 1.2rem !important;
    }
    .bundles_sec p {
        width: unset !important;
    }
    .bundles_sec img {
        /* margin-top: -30px; */
        width: 33% !important;
        max-width: 100% !important;
    }
    section.testimonial.mb-5 {
        padding: 20px;
        padding-top: 0px;
    }
    .testimonial .col-md-4 {
        margin-bottom: 20px !important;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    } 
    .man_head, .main_sub_head, .main_para {
        text-align: center;
        margin: auto !important;
    }
    .blue_certified_btn {
        text-align: center !important;
    }
    .acls_lock {
        margin-top: 0px !important;
    }
    .critical_care_skills h2, .critical_care_skills h4, .critical_care_skills p {
        text-align: center !important;
    }
    .blue_certified_btn.mt-4, .blue_sec_simulator h2, .blue_sec_simulator p, .blue_sec_simulator h4 {
        text-align: center;
    }
    .mob_sec {
        display: block !important;
    }
    .desk_sec {
        display: none !important;
    }
    .circle, .triangle {
        display: none !important;
    }
    .mob_sec .blue_sb_ul li {
        color: #1756B0 !important;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        list-style-type: none;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 35% !important;
    }
    .mob_sec .blue_sb_ul ul {
        margin-top: 20px;
    }
    .blue_sec_simulator ul {
        width: 55%;
        margin: auto;
    }
    .mob_sec .benifit_first_col li, .mob_sec .benifit_sec_col li {
        line-height: 30px !important;
    }
    .mob_sec .benifit_first_col li span, .mob_sec .benifit_sec_col li span {
        margin-left: -20px;
    }
    .needs_sec h2, .needs_sec p {
        text-align: center !important;
    }
    .faq_que_box .col-md-1 {
        margin-right: 10px;
    }
    .certified_btn.my-3.mt-4.mob_sec {
        text-align: center;
    }
    .d-flex.mob_sec {
        display: flex !important
    ;
    }
}
.courses_tiles_div img {
    margin-right: -30px;
}
img.acls_lock {
    margin-left: -33px;
}
.footer p {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
}
.hideContenttest {
    overflow: hidden;
    line-height: 1em;
    height: 10.5em;
}
.test_cards .read-more a {
    font-size: 16px !important;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: none;
    border-radius: 50%;
    padding: 0;
}
.indicator {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
  
  .indicator .btn {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  
  .btn.active {
    width: 30px;
  }
  .content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 270px;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 45px;
    z-index: 2;
    user-select: none;
  }
