/* Disable zooming out on mobile devices */
/* @media (max-width: 767px) {
  body {
    touch-action: pan-x pan-y !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
  }
} */



:root {
    /* Primary Colors */
    --primary-color-1: #002163;

    /* Secondary Colors */
    --secondary-color-1: #e2151b;

    /* Background Colors */
    --background-color-1: #e3e1e1;

    /* Text Colors */
    --text-color-1: #1f2227;
    --text-color-2: #2d3239;

    /* Course Star Rating */
    --star-size: 14px;
    --star-color: #fff;
    --star-background: #fa7337;

    /* Trainer Star Rating */
    --trainer-star-size: 14px;
    --trainer-star-color: #fff;
    --trainer-star-background: #facf37;
}

.navbar {
    padding: 10px 0px;
}

.bottom-line {
    border-bottom: 1px solid #e4e4e4;
}

.btn-sign-in {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 20px !important;
    border: 1.5px solid #111 !important;
    background: #002163 !important;
    color: white !important;
    width: 208px;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
    margin-right: 50px;
}

.navbar .container-fluid {
    width: 100%;
}

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

.navbar-nav {
    /* gap: 10px; */
}

.search-con-header {
    margin-top: 2.5px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 12.5px;
    line-height: 17px;
}

.navbar-nav .nav-item {
    justify-content: center;
}
.search-input-bg {
    background-color: #F4F4F4;
}
.nav-item .nav-link {
    margin-right: 15px;
}
.nav-courses-dropdown .dropdown-menu {
    /* left: -100px; */
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(31, 34, 39, 0.2);
    border       : 0px;
    padding      : 20px 17px 0px 20px;
    width: 1330px !important;
    margin-top   : 4px;
    overflow: hidden;
    z-index: 100000;
    height:580px;
    left: -130% !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #1f2937;
    padding: 12px;
}

.nav-courses-dropdown .dropdown-menu .courses .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 3px;
    color: #1f2937;
    padding: 16.5px 12px;
    text-overflow: ellipsis;
}

.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item:hover,
.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item:active,
.nav-courses-dropdown .dropdown-menu .course-categories .dropdown-item:focus {
    color: #073593;
    background: #f3f4f6;
    border-radius: 4px 0px 0px 4px;
}

.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:hover,
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:active,
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:focus {
    color: #073593;
    /* color  : #e2161a; */
    background: transparent;
}

.accreditation-bodies .container {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
}

.dropdown-toggle-boot {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: var(--text-color-2);
}

.xwoe {
    margin-left: -1px;
    margin-right: 1px;
}
.efnjew {
    margin-left: -7px;
}

.dropdown-menu-boot {
    left: 10px !important;
    top: 30px !important;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
}

.dropdown-menu-boot-re {
    min-width: 150px;
    right: 10px !important;
    left: -90px !important;
}

@media (min-width: 1540px) and (max-width: 2720px) {
    .dropdown-m {
        right: -100px !important;
        left: auto !important;
    }
}
.dropdown-menu-boot-axis {
    left: 0px !important;
}
.logout-b {
    display: block;
    width: 93%;
    background-color: #001b52;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    padding: 11px !important;
    margin-top: -1.5rem !important;
    margin-bottom: -1rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    color: white;
    font-weight: bold;
}

.logout-btn {
    line-height: 10px !important;
    color: #fff;
    border-radius: 4px;
    background: var(--blue-700, #001b52);
    font-weight: 600;
}

.dropdown-menu-boot li a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 3px;
    color: #1f2937;
    padding: 16.5px 12px;
    text-overflow: ellipsis;
}

.logout-btn {
    padding: 0px;
}

.logout-li {
    margin-left: 10px;
    margin-top: 10px;
}

.dropdown-menu-boot li a:hover {
    color: #002264;
}

.dropdown-menu-boot li a:active {
    background-color: #e9ecef !important;
}

.dropdown-boot {
    position: relative;
    cursor: pointer;
}

.new-badge-boot {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    background: #002264;
    border-radius: 44px;
    position: absolute;
    left: 13px;
    top: -6px;
    display: inline-block;
    color: #fff;
    padding: 1px 5px;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
}

.new-badge-boot-mobile {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    background: #002264;
    border-radius: 44px;
    position: absolute;
    left: 100px;
    bottom: 18px;
    display: inline-block;
    color: #fff;
    padding: 1px 5px;
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
}

.accreditation-bodies .container .row {
    --bs-gutter-y: 9px;
    --bs-gutter-x: 9px;
}

.course-categories .dropdown-col-title,
.nav-courses-dropdown .courses .dropdown-col-title,
.accreditation-bodies .dropdown-col-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1f2937;
    border-bottom: 1px solid #d9e3f7;
}

.course-categories .dropdown-col-title {
    padding: 2px 2px 18px 2px;
}

.nav-courses-dropdown .courses .dropdown-col-title {
    padding: 2px 12px 18px 12px;
}

.course-categories {
    width: 240px;
    min-width: 240px;
    scrollbar-width: thin;
    scrollbar-color: #888 white;
}

.nav-courses-dropdown .courses {
    width: 443px;
    min-width: 443px;
}

.accreditation-bodies {
    width: 240px;
    min-width: 240px;
}

.accreditation-bodies .dropdown-col-title {
    padding: 2px 12px 18px 12px;
}

.course-categories .dropdown-col-content {
    border-right: 1px solid #d9e3f7;
    padding-bottom: 20px;
    height: 420px !important;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #888 white;
}

.nav-courses-dropdown .courses .dropdown-col-content {
    height: 420px !important;
    overflow-y: scroll;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #888 white;
}

.accreditation-bodies .dropdown-col-content {
    border-left: 1px solid #d9e3f7;
    padding: 23px 12px;
}

.nav-courses-dropdown .view-all-courses,
.nav-courses-dropdown .view-all-courses:hover {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(180deg, #fa7337 0%, #e74142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
    text-decoration: none;
    padding: 14px 13px;
}

.lld-m {
    margin-top: 0 !important;
}

.course-dropdown {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 12px;
    gap: 8px;
    background: linear-gradient(272.1deg, #002163 -51.02%, #2d9deb 108.38%);
    border-radius: 8px;
}

.pad-home-top {
    padding: 30px 0;
}

/* .drop-beg{
    padding: 2px 7px;
    border-radius: 4px;
    background: #75a99b;
    color: white;
    font-size: 12px;
    font-weight: 600;
    display: inline;
    margin-left: 5px;
}

.drop-mod{
    padding: 2px 7px;
    border-radius: 4px;
    background: #b29984;
    color: white;
    font-size: 12px;
    font-weight: 600;
    display: inline;
    margin-left: 5px;
}

.drop-adv{
    padding: 2px 7px;
    border-radius: 4px;
    background: #5c7bb4;
    color: white;
    font-size: 12px;
    font-weight: 600;
    display: inline;
    margin-left: 5px;
} */

.drop-beg,
.drop-mod,
.drop-adv {
    padding: 0px 7px 2px;
    border-radius: 3px;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
    display: inline;
    border: 1px solid;
    margin-left: 5px;
}

.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:hover .drop-beg,
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:hover .drop-mod,
.nav-courses-dropdown .dropdown-menu .courses .dropdown-item:hover .drop-adv {
    color: #073593;
}

.course-dropdown::after {
    width: 18.31px;
    height: 18.21px;
    border: 0px;
    background: url("../image/css_sprites.png");
    background-repeat: no-repeat;
    background-position-x: -12px;
    background-size: 180px;
    background-position-y: -9px;
}

.course-dropdown:active,
.course-dropdown:focus,
.course-dropdown:hover {
    color: #ffffff;
}

.navbar-search-form {
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    height: 43px;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
    padding: 10px 20px;
    gap: 6px;
}

.popCross {
    display: none;
    position: absolute;
    right: 9%;
    top: 39%;
    cursor: pointer;
}

.navbar-search-form-article {
    height: 35px;
    align-items: center;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    padding: 8px 20px;
    gap: 6px;
    margin-top: 10px;
}

.nav-bar-resources {
    height: 35px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px 20px;
    gap: 6px;
    margin-top: 25px;
    background: transparent;
    align-items: center;
}

.navbar .navbar-search {
    padding: 3px;
    border: 0px solid #ced4da;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #545869;
    margin-bottom: 0px;
}

.navbar-search-content {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 20;
}

.navbar .navbar-search::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-search::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-search:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-search::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .navbar-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9ea5b1;
}

.navbar .navbar-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9ea5b1;
}

.navbar-mobile-search-form {
    height: 73px;
}

.mobile-navbar-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background-color: #1c74b2;
}

.navbar .mobile-navbar-search {
    padding: 20px;
    border: 0px solid #ced4da;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #9ea5b1;
}

.navbar .mobile-navbar-search::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .mobile-navbar-search::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .mobile-navbar-search:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .mobile-navbar-search::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .mobile-navbar-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ea5b1;
    opacity: 1;
    /* Firefox */
}

.navbar .mobile-navbar-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9ea5b1;
}

.navbar .mobile-navbar-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9ea5b1;
}

.sign-in-cart-box {
    gap: 20px;
}

.cart-btn {
    padding: 0px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -4px;
    display: flex;
    align-items: center;
    padding: 4px 7px;
    width: 19px;
    height: 18px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    color: #ffffff;
    background: var(--secondary-color-1);
    border-radius: 50%;
}

.sign-in-btn {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--text-color-2);
    padding: 8px 12px;
    gap: 4px;
    border-radius: 4px;
    background: #f3f3f3;
}

.primary-btn,
.primary-btn:active,
.primary-btn:hover,
.primary-btn:focus {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
    padding: 12px 45px;
    background: linear-gradient(101.07deg, #fd7d35 -4.19%, #e74141 71.76%);
    border-radius: 8px;
}

.primary-btn:hover,
.view-course-btn:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1),
        0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.secondary-light-btn,
.secondary-light-btn:active,
.secondary-light-btn:hover,
.secondary-light-btn:focus {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
    padding: 10.5px 34px;
    background: transparent;
    border: 2px solid #ffffff !important;
    border-radius: 8px;
}

.secondary-dark-btn,
.secondary-dark-btn:active,
.secondary-dark-btn:hover,
.secondary-dark-btn:focus {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color-1) !important;
    padding: 12px 34px;
    background: transparent;
    border: 2px solid var(--primary-color-1) !important;
    border-radius: 8px;
}

.secondary-dark-btn:hover,
.load-more-btn-course-landing:hover,
.browse-btn-wrapper a:hover {
    background-color: rgba(4, 10, 45, 0.04) !important;
}

.download-curiculum-btn:hover {
    background-color: rgb(241, 241, 241) !important;
}

.view-schedule-btn:hover,
.carousel-control-next:hover,
.carousel-control-prev:hover,
.browse-btn-wrapper a:hover,
.view-more-schedule:hover,
.view-more-btn-article-detail:hover,
.contact-free-btn :hover,
.free-hover-course:hover,
.mob-course-sche:hover,
.course-caps-advisory:hover {
    box-shadow: inset 0px 0px 29px 50px rgb(235 235 235 / 77%) !important;
}

.curosel-trainee-card-flex:hover {
    background-color: #eeecec;
}

.secondary-light-btn:hover,
.pT-btn3:hover {
    background: #00000045;
    border: 2px solid #a3a3a3 !important;
    color: #a3a3a3 !important;
}

.detail-btn:hover,
.enquire-btn:hover,
.view-detail-profile:hover,
.view-course-btn:hover,
.ctn-order-btn:hover,
.continue-to-payment-btn:hover,
.checkout-contact-desktop:hover {
    /* background: #05183d !important;546587 */
    background: #0d388e !important;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1),
        0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.checkout-contact-desktop:hover {
    background: #05183d !important;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1),
        0px 4px 5px 0px rgba(0, 0, 0, 0.1), 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.trainers .each-trainer:hover {
    box-shadow: 0px 2px 8px rgb(112, 112, 112);
}

.anch-btns:hover,
.schedules-btn:hover,
.enrol-button:hover,
.click-explore:hover,
.pri-btn-boot:hover,
.onclick-sch:hover,
.btn2-frame_502:hover,
.enrol-button-res:hover,
.payment-btn:hover,
.razorpay-payment-btn:hover,
.pT-btn4:hover,
.co-operate-training-btn:hover,
.webinar-enrol-now:hover {
    background: linear-gradient(
        101.07deg,
        #f17530 -4.19%,
        #d12121 71.76%
    ) !important;
    border-radius: 8px;
}

.enrol-button:disabled:hover {
    background: linear-gradient(
        101.07deg,
        #fd7d358a -4.19%,
        #e741419c 71.76%
    ) !important;
}

.contact-btn2 {
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff !important;
    padding: 10.5px 34px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btn2:hover {
    border: 2px solid #ffffff;
}

.bolder {
    color: #000;
    font-weight: 600;
}

.lighter {
    font-weight: 450;
}

.dropdown-col-content::-webkit-scrollbar {
    width: 5px;
}

.dropdown-col-content::-webkit-scrollbar-track {
    background: white;
}

.dropdown-col-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1000px;
}

.dropdown-col-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Introduction Section*/

.introduction {
    position: relative;
    padding: 105px 60px 78px 60px;
    background-image: url("../image/hero.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 45px;
}

.padding-banner-home {
    padding: 0px 0 30px;
}

.intro-content {
    /*width: 700px; css by sai */
    gap: 16px;
}

.introduction .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 42px;
    color: #ffffff;
}

.p_c_btn,
.v_s_btn {
    width: 49%;
}

.p_c_btn {
    margin-right: 10px;
}

.introduction .message {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    width: 800px;
}

/*
.intro-btns {
  gap: 32px;
} */

.ctn-btn-ml {
    margin-left: 10px;
}

.title-home-banner {
    width: 647px;
}

/* Analytics Values Section */
.analytics-values {
    background: #eff5f9;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.analytics-values .count {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #1e73bd;
}

.analytics-values .label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--text-color-2);
}

.mdf-1 {
    margin-left: 30px;
}

.mdf-2 {
    margin-left: 20px;
}

.mdf-3 {
    margin-left: 10px;
}

/* Certification Courses */
.mobile-popular-display-card {
    display: none;
}

.certification-courses {
    position: relative;
    padding: 48px 60px;
    /* gap  : 36px; */
    width: 100%;
}

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

.course-align-MW {
    width: 90%;
}

.certification-courses .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--text-color-1);
    margin-bottom: 25px;
}

/* .courses-filter {
  overflow-x: auto;
  gap: 24px;
} */

.each-filter-btn,
.each-trainer-filter-btn {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--text-color-1);
    border: 1px solid #9ea5b1;
    border-radius: 8px;
    height: 45px;
    padding: 12px;
    white-space: nowrap;
    background-color: white;

    margin-bottom: 10px;
    margin-right: 10px;
}

.pc-img {
    margin-right: 5px;
}

.courses .each-course {
    width: 120%;
}

.course-align-MW {
    width: 90%;
}

.each-filter-btn:hover,
.each-trainer-filter-btn:hover {
    border: 1px solid #e2151b;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #002163;
}

.each-filter-btn[data-selected="true"],
.each-trainer-filter-btn[data-selected="true"] {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color-1);
    border: 2px solid var(--secondary-color-1);
}

.view-all-courses {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    color: #b01712 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px !important;
    background-clip: text;
    white-space: nowrap;
    text-decoration: none;
    height: 30px;
}

.courses .each-course {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    /* width          : 425px; */
    /* justify-content: center; */
    /* align-items    : center; */
    padding: 10px 16px 16px 16px;
    background: #ffffff;
    border: 1px solid var(--background-color-1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.courses .each-course:hover {
    box-shadow: 0px 2px 8px rgb(112, 112, 112);
}

.card-btns-stack {
    margin-top: 20px;
}

.courses .each-course2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    /* gap         : 24px; */
    background: #ffffff;
    border: 1px solid var(--background-color-1);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    border-radius: 8px;
    width: 110%;
}

.courses .each-course2:hover {
    box-shadow: 0px 2px 8px rgb(112, 112, 112);
}

.courses .each-course .info-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: var(--text-color-1);
    height: 60px;
    /* css by sai */
}

.courses .each-course2 .info-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--text-color-1);
    /* margin-bottom: 30px; */
    height: 60px;
}

.courses .each-course2 .info-long-title {
    margin-bottom: 30px;
}

.courses .each-course .info {
    /* gap: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #9ea5b1;
}

.courses .each-course2 .info {
    /* gap: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #9ea5b1;
}

.stars-rating {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.stars-rating-value {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: var(--text-color-1);
}

.stars-rating::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--star-background);
}

.enrolled-already {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--text-color-1);
    margin-bottom: 8px;
    /* gap       : 8px; */
}

.enrolled-already strong {
    font-weight: 600;
}

.benefits {
    margin: 0px;
    gap: 6px;
}

.benefits li {
    list-style-image: url("../image/course-benefit-bullet.svg");
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color-1);
}

.benefits li span {
    position: relative;
    top: -3px;
}

.benefits1 {
    margin: 0px;
    gap: 6px;
}

.benefits1 li {
    list-style-image: url("../image/course-benefit-bullet.svg");
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color-1);
}

.benefits1 li span {
    position: relative;
    top: -7px;
}

.accreditations-box .label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: var(--text-color-2);
}

.accreditations-box .view-course-btn {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    padding: 10px;
    background: var(--primary-color-1);
    border-radius: 8px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.each-course-btns .dropdown-menu {
    -webkit-filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.14));
    padding: 10px 0px;
    background: #ffffff;
    border-radius: 8px;
    border: 0px;
    gap: 16px;
}

.each-course-btns .dropdown-menu .dropdown-item {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color-1);
    padding: 10px 20px;
}

.each-course-dropdown,
.each-course-dropdown:active {
    padding: 10px 15px;
    border: 1px solid rgba(31, 34, 39, 0.24) !important;
    border-radius: 8px;
}

.each-course-dropdown::after {
    position: absolute;
    border: 0px;
    background: url("");
}

.accreditations-box .accreditations {
    gap: 17px;
}

.carousel-item {
    padding: 5px 10px;
}

/* Advantages Section*/

.advantages {
    position: relative;
    padding: 48px 60px;
    /* gap             : 52px; */
    /* background-image: url("../image/course_landing_page/home-cop-2.jpg"); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: var(--text-color-1);
    margin-bottom: 40px;
}

.advantages .message {
    box-sizing: content-box;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 472px;
    border-right: 1px dashed #bcbcbc;
    padding-right: 27px;
    margin-right: 22px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-color-1);
}

.advantages .advantages-lists {
    gap: 17px;
}

.advantages .advantages-lists li {
    /* list-style-image: url("../image/advantage-bullet.svg"); */
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--text-color-1);
}

.advantages .advantages-lists li span {
    display: inline-block;
    position: relative;
    top: -3px;
}

/* Our Trainers */
.our-trainers {
    padding: 48px 60px;
    /* gap : 25px; */
}

.our-trainers .title-course-box {
    gap: 24px;
}

.our-trainers .title-course-box .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--text-color-1);
}

.view-all-trainers {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #f15c3d;
}

.view-all-trainers:hover {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ad1710;
}

.view-all-reviews {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #f07062;
}

.view-all-reviews:hover {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #f07062;
}

.mt-half {
    margin-left: auto;
}

.trainers {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 75px;
}

.trainers .each-trainer {
    width: 100%;
    gap: 24px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid var(--background-color-1);
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.06));
    align-items: flex-start;
}

.trainers-blue .each-trainer {
    border-radius: 6px;
    align-items: center;
}

.trainers .trainer-info {
    gap: 12px;
    /* width: 60%; */
}

.avatar-rating-box {
    /* width: 10%; */
    /* gap: 11px; */
}

.avatar-rating-box .stars-rating {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: var(--star-size);
}

.avatar-rating-box .stars-rating::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(
        90deg,
        var(--star-background) var(--percent),
        var(--trainer-star-color) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--star-background);
}

.each-trainer .avatar {
    /* outline: 3px solid #e0e2e4; */
    border-radius: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

.each-trainer .avatar img {
    width: 100%;
}

.trainers .trainer-info .name {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color-1);
    height: 40px;
    margin-left: 10px;
}

.trainers-blue .trainer-info .name {
    height: 20px;
}

.trainers .trainer-details {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    margin: 0px;
    height: 80px;
}

.trainers .trainer-details li {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--text-color-1);
}

.trainers-blue .trainer-details li {
    font-size: 14px;
    line-height: 24px !important;
}

.trainers-carousel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trainers-carousel .carousel-control-next,
.trainers-carousel .carousel-control-prev {
    width: 40px;
    height: 40px;
    position: relative;
    opacity: 1;
    background-color: var(--primary-color-1);
    border-radius: 50%;
}

.trainers-carousel .carousel-indicators {
    position: relative;
    margin: 0px;
    gap: 8px;
}

.trainers-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0px;
    background-color: rgba(0, 33, 99, 0.3);
    opacity: 1;
    transition: background-color 0.6s ease;
}

.trainers-carousel .carousel-indicators .active {
    background-color: var(--primary-color-1);
}

.trainers-carousel .carousel-controls {
    gap: 20px;
}

/* .trainers-carousel .carousel-control-next-icon,
.trainers-carousel .carousel-control-prev-icon {
  width : 100%;
  height: 24px;
} */

.trainers-carousel .carousel-control-prev-icon {
    background-image: url("../image/ar-left-white.png");
}

.trainers-carousel .carousel-control-next-icon {
    background-image: url("../image/ar-right-white.png");
}

/* Corporate Training Solutions*/
/* .training-solutions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92.8deg, #ffffff -0.41%, rgba(0, 0, 0, 0) 61.45%);
  z-index: -1;
} */

.training-solutions {
    position: relative;
    padding: 48px 60px;
    gap: 52px;
    background-image: url("../image/course_landing_page/home-cop-3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.training-solutions1 {
    position: relative;
    padding: 48px 60px;
    gap: 52px;
    background-image: url("../image/course_landing_page/home-cop-3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.training-solutions-content {
    gap: 52px;
}

.training-solutions .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--text-color-1);
}

.training-solutions .message {
    box-sizing: content-box;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 650px;
    /* css by sai */
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--text-color-1);
}

/* Our Clients */
.our-clients {
    padding: 10px 60px 10px 11px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    gap: 54px;
}

.our-clients .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin: 0px;
    white-space: nowrap;
}

.scroll-parent {
    position: relative;
    width: 100vw;
    /* height: 48px; */
    overflow: hidden;
}

.scroll-element {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.scroll-element-img {
    text-align: center;
}

/* Professional Love Simpliaxis */
.professional-love-simpliaxis {
    padding: 30px 0px 0px;
    gap: 25px;
    background-color: var(--primary-color-1);
    width: 100%;
}

.professional-love-simpliaxis .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #ffffff;
}

.professionals {
    --bs-gutter-y: 24px;
    --bs-gutter-x: 24px;
}

.each-professional {
    border-radius: 14px;
    background-color: white;
    height: 400px;
}

.each-professional .info-avatar {
    gap: 16px;
    padding: 32px 20px 0px;
    border-radius: 14px 14px 0px 0px;
    background-color: #dbedff;
    height: 190px;
}

.each-professional .avatar {
    /* outline: 1px solid #e0e2e4; */
    width: 70px;
    height: 70px;
}

.each-professional .avatar img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
}

.each-professional .info-avatar .name,
.each-professional .info-avatar .designation {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color-1);
    margin: 0px;
}

.each-professional .info-avatar .designation {
    font-weight: 400;
}

.each-professional .message-box {
    padding: 20px 16px;
}

.each-professional .message-box .message {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--text-color-1);
}

.each-professional .message-box .linkedin {
    position: absolute;
    right: 16px;
    top: -18px;
}

.professionals-carousel {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.professionals-carousel .carousel-control-next,
.professionals-carousel .carousel-control-prev {
    width: 30px;
    height: 30px;
    position: relative;
    opacity: 1;
    background-color: #fff;
    border-radius: 50%;
}

.professionals-carousel .carousel-indicators {
    position: relative;
    margin: 0px;
    gap: 8px;
}

.professionals-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transition: background-color 0.6s ease;
}

.professionals-carousel .carousel-indicators .active {
    background-color: #fff;
}

.professionals-carousel .carousel-controls {
    gap: 8px;
}

.professionals-carousel .carousel-control-next-icon,
.professionals-carousel .carousel-control-prev-icon {
    width: 100%;
    height: 24px;
}

.professionals-carousel .carousel-control-prev-icon {
    width: 25px;
    height: 2rem;
    background-image: url("../image/css_sprites.png");
    background-repeat: no-repeat !important;
    background-position-x: -39px;
    background-size: 230px;
    background-position-y: -11px;
}

.professionals-carousel .carousel-control-next-icon {
    width: 25px;
    height: 2rem;
    background-image: url(../image/css_sprites.png);
    background-repeat: no-repeat !important;
    background-position-x: -69px;
    background-size: 230px;
    background-position-y: -11px;
}

.view-testimonials {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    white-space: nowrap;
    text-decoration: none;
}

/* Accreditations and Certifications Section */
.accreditations-and-certifications {
    padding: 48px 60px;
    background-color: #f3f3f3;
    gap: 40px;
}

.accreditations-and-certifications .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: var(--text-color-1);
}

.each-accreditation-and-certification {
    width: 100%;
    /* gap: 12px; */
}

.each-accreditation-and-certification .img-box {
    /* padding      : 24px 20px; */
    background: #ffffff;
    /* border-radius: 24px; */
    margin-bottom: 10px;
}

/* .accreditation-carousel .img-box{
    padding: 18px 0;
}

.accreditation-carousel .img-box:nth-child(2n){
    padding: 31px 0 35px !important;
}

#accreditation-carousel .carousel-inner .carousel-item.active .each-accreditation-and-certification:nth-child(3) .img-box{
    padding: 21px 0 0;
}

#accreditation-carousel .carousel-inner .carousel-item.active .each-accreditation-and-certification:nth-child(4) .img-box{
    padding: 18px 0;
}

#accreditation-carousel .carousel-inner .carousel-item.active .each-accreditation-and-certification:nth-child(5) .img-box{
    padding: 18px 0;
}

#accreditation-carousel .carousel-inner .carousel-item.active .each-accreditation-and-certification:nth-child(6) .img-box{
    padding: 18px 0;
} */

.each-accreditation-and-certification .label {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}

.accreditations {
    --bs-gutter-y: 16px;
    --bs-gutter-x: 16px;
}

.accreditation-carousel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accreditation-carousel .carousel-control-next,
.accreditation-carousel .carousel-control-prev {
    width: 40px;
    height: 40px;
    position: relative;
    opacity: 1;
    background-color: var(--primary-color-1);
    border-radius: 50%;
}

.accreditation-carousel .carousel-indicators {
    position: relative;
    margin: 0px;
    gap: 8px;
}

.accreditation-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0px;
    background-color: rgba(0, 33, 99, 0.3);
    opacity: 1;
    transition: background-color 0.6s ease;
}

.accreditation-carousel .carousel-indicators .active {
    background-color: var(--primary-color-1);
}

.accreditation-carousel .carousel-controls {
    gap: 20px;
}

.accreditation-carousel .carousel-control-next-icon,
.accreditation-carousel .carousel-control-prev-icon {
    width: 100%;
    height: 24px;
}

.accreditation-carousel .carousel-control-prev-icon {
    background-image: url("../image/carousel-prev.svg");
}

.accreditation-carousel .carousel-control-next-icon {
    background-image: url("../image/carousel-next.svg");
}

/* Footer Section */
.follow-us-icons {
    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;
}

.follow-us-icons strong {
    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;
}

.mt-foot-4 {
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    padding: 18px 0 18px 12px;
}

#news_letter_form {
    width: 100%;
}

.follow-us-icons a {
    margin-right: 10px !important;
}

.fs-22-cust {
    font-size: 22px;
}

.footer-bg-bl {
    background: #000000;
    position: relative;
    z-index: 5;
    padding: 20px 0;
}

.margin-footer-left {
    margin-left: -15px;
    margin-top: 20px;
}

.section_footer {
    background: #000000;
    color: white;
}

.lh-45 {
    line-height: 45px;
}

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

.section_footer .footer_col h4 {
    /* margin-bottom: 20px; */
}

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

.fc_blue {
    color: #002163 !important;
}

.fc-white {
    color: white !important;
}

.fb-700 {
    font-weight: 700;
}

.section_footer .bgs-footer {
    background-color: #252525;
}

.section_footer .footer_col a {
    font-size: 14px;
    color: white;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}

.section_footer ul {
    list-style: none;
    padding: 0px;
}

.section_footer .footer_col li {
    margin-bottom: 13px;
}

.pr-3 {
    padding-right: 1rem !important;
}

.section_footer .fa {
    vertical-align: middle;
    color: #000;
    font-size: 22px;
}

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

.section_footer .footer_col form {
    position: relative;
}

.section_footer .footer_col input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
}

.section_footer .footer_col button {
    background: #002163;
    position: absolute;
    height: 45px;
    width: 50px;
    right: 0;
    top: 0;
}

button {
    outline: none;
    cursor: pointer;
    border: none;
}

.section_footer .popular_page {
    border-top: 1px solid #3a3a3a;
}

.section_footer .footer_col li {
    margin-bottom: 13px;
}

.section_footer .ul_popular li,
.section_footer .ul_popular-terms li {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-right: 65px;
}

.section_footer .popular_page {
    border-top: 1px solid #3a3a3a;
}

.footer-dropdown-categories {
    display: none !important;
}

.flag_main-mt-3 {
    margin-top: 20px;
}

.section_footer .ul_popular li:not(:last-child):after,
.section_footer .ul_popular.ul_popular_resources li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #3a3a3a;
    top: 5px;
    right: 30px;
}

.section_footer .footer_col p {
    line-height: 25px;
}

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

.section_footer .developedby {
    color: #e2151b !important;
}

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

.section_footer .moreless-buttones {
    cursor: pointer;
}

.section_footer .social-media a.facebook {
    padding: 7px 10px;
}

.twitter-footer {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* .section_footer .social-media a:not(:last-child) {
  margin-right: 20px;
} */

.section_footer .footer_col a {
    color: white;
    margin: 0;
    font-weight: 500;
}

.section_footer .footer_col a:hover {
    color: red;
}

.section_footer .social-media a {
    background: #fff;
    padding: 7px 8px;
    border-radius: 5px;
}

.section_footer .social-media a:hover {
    background-color: #199de7;
}

.complete-hidden-scroll-style::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: transparent;
}

.complete-hidden-scroll-style::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.complete-hidden-scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.mar-L {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.req-c,
.qe-c,
.hello_mail {
    text-align: center;
}

@media (min-width: 390px) and (max-width: 577px) {
    .trainers .each-trainer {
        width: 400px;
    }

    #trainer-splide .each-trainer {
        width: 100%;
    }

    .carousel-inner-trainer-k {
        margin-left: 0% !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .trainers {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .footer-sch-a2 {
        right: 16%;
    }
}

/* @media (min-width: 767px) and (max-width:768px) {
  .accreditations-box .view-course-btn {
    padding: 20px !important;
  }
} */
/* @media (max-width: 767px) {
  .fs-25 {
    font-size: 20px;
  } */
/* traine-cards home page start */
/* .trainers .trainer-info {
    gap: 12px;
    width: 60%;
  }
  .avatar-rating-box {
    width: 20%;
  } */

/* traine-cards home page -end*/

/* } */
@media (min-width: 576px) {
    .section_footer .ul_popular-terms li:not(:last-child) :after {
        content: "";
        position: absolute;
        background: #fff;
        right: 27px;
        top: 10px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    #myBtn,
    .fs-18 {
        font-size: 16px;
    }
}

@media (max-width: 574px) {
    .accre-mobile-p {
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

@media (max-width: 992px) {
    .advantages {
        background-image: none !important;
        background-color: #f3f3f3;
    }

    .footer-sch-a2 {
        right: 40% !important;
    }

    .footer-categories {
        margin-bottom: 20px;
    }
}

/* popuarcards media queries-start */
@media (max-width: 370px) {
    .courses .each-course2 .info-title {
        font-size: 17px;
        line-height: 18px;
    }

    /* .benefits1 li{
    line-height: 16px;
  } */
}

@media (min-width: 768px) and (max-width: 832px) {
    .courses .each-course2 .info-title {
        font-size: 15px;
        line-height: 18px;
    }

    .benefits1 li {
        line-height: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    .accreditations-box .view-course-btn {
        padding: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .desktop-review-carousel {
        display: none;
    }

    .courses .each-course2 .info-title {
        font-size: 15px;
        line-height: 18px;
    }

    .benefits1 li {
        line-height: 16px;
    }

    /* traine-cards home page -start */
    .trainers .trainer-info {
        gap: 12px;
        width: 60%;
    }

    .avatar-rating-box {
        width: 20%;
    }

    /* traine-cards home page -end*/
}

/* popuarcards media queries-end */

/* trainer cards in homepage  media queries-start */
@media (min-width: 1567px) and (max-width: 1628px) {
    .trainers .trainer-info .name {
        font-size: 17px;
        line-height: 18px;
    }

    .trainers .trainer-details li {
        line-height: 17px;
    }
}

@media (min-width: 1367px) and (max-width: 1480px) {
    .trainers .trainer-info .name {
        font-size: 17px;
        line-height: 18px;
    }

    .trainers .trainer-details li {
        line-height: 17px;
    }

    .trainers-blue .trainer-info .name {
        font-size: 17px;
        line-height: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1209px) {
    .trainers .trainer-info .name {
        font-size: 16px;
        line-height: 18px;
    }

    .trainers .trainer-details li {
        line-height: 17px;
    }
}

@media (min-width: 850px) and (max-width: 870px) {
    .trainers .trainer-info .name {
        font-size: 20px;
        line-height: 18px;
    }

    .trainers .trainer-details li {
        line-height: 17px;
    }
}

@media (max-width: 600px) {
    .trainers-blue .trainer-info .name {
        font-size: 16px;
    }

    .trainers-blue .trainer-details li {
        font-size: 12px;
        line-height: 16px !important;
    }

    .trainers-blue .trainer-info {
        width: 60% !important;
    }
}

@media (max-width: 385px) {
    .trainers .trainer-info .name {
        font-size: 18px;
        line-height: 18px;
    }

    .trainers .trainer-details li {
        line-height: 17px;
    }

    .trainers-blue .trainer-info .name {
        font-size: 14px;
        line-height: 7px;
    }

    .trainers-blue .trainer-details {
        height: max-content;
    }

    .trainers-blue .trainer-details li {
        font-size: 10px;
        line-height: 16px !important;
    }

    .trainers-blue .each-trainer {
        flex-direction: column !important;
        padding: 13px 5px;
    }

    .trainers-blue .avatar-rating-box {
        margin-bottom: -10px;
    }

    .trainers-blue .trainer-info .name {
        height: auto !important;
    }

    .trainers-blue .avatar-rating-box,
    .trainers-blue .trainer-info {
        width: 100% !important;
    }

    .trainers-blue .avatar-rating-box {
        align-items: center;
    }
}

@media (min-width: 350px) and (max-width: 361px) {
    .trainers .trainer-details li {
        line-height: 13px !important;
    }
}

/* trainer cards in homepage media queries -end*/

@media (min-width: 1240px) {
    .navbar-search-content {
        display: none !important;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }

    .flag_main {
        position: relative;
    }

    .section_footer .flag_main:not(:last-child) .flag_image:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 35px;
        background: #3a3a3a;
        top: 17px;
        right: -1px;
    }

    .navbar-expand-lg .offcanvas {
        display: none;
    }
}

@media (max-width: 992px) {
    .flag_main-mt-3 {
        margin-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .desktop-review-carousel {
        display: flex;
    }

    .hello_mail {
        display: none !important;
    }

    .end-arrow-search {
        font-size: 35px;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .req-c,
    .qe-c {
        padding: 0;
        width: 50%;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .sticky_footer-content {
        padding: 0 !important;
    }

    .req-c span,
    .qe-c span {
        font-size: 9px;
    }

    .mar-L {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .req-c,
    .qe-c {
        padding: 0;
        width: 50%;
        text-align: center;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .footer-sch-a2 {
        right: 35% !important;
    }

    .footer-categories {
        margin-bottom: 20px;
    }

    .navbar {
        padding: 0px;
    }

    .navbar .container-fluid {
        padding: 11px 15px;
    }

    .navbar-toggler {
        padding: 0px;
        border: 0px;
        outline: none;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("../image/hamburger-menu.svg");
    }

    .advantages .message,
    .training-solutions .message {
        min-width: auto;
    }

    .course-dropdown::after {
        position: absolute;
        right: 8px;
    }

    .navbar-mobile-search-form {
        height: 60px;
    }

    /* Introduction Section*/
    .introduction::before {
        background: transparent;
    }

    .introduction {
        padding: 60px 0px 40px 0px;
        background-color: var(--primary-color-1);
        background-image: none;
        gap: 18px;
    }

    .cour-over-btn {
        margin-bottom: 0px !important;
        margin-right: 10px;
    }

    .anch-btns {
        margin-bottom: 20px;
    }

    .ctn-btn-ml {
        margin-left: 0px;
    }

    .intro-content {
        gap: 9px;
    }

    .introduction .title {
        font-weight: 600;
        font-size: 21px;
        line-height: 24px;
        width: auto;
    }

    .introduction .message br {
        display: none;
    }

    .introduction .message {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        width: auto;
    }

    /* .intro-btns {
    gap: 24px;
  } */

    /* .primary-btn, */
    .primary-btn:active,
    /* .primary-btn:hover, */
    .primary-btn:focus {
        width: 100%;
    }

    .primary-btn {
        width: 260px !important;
    }

    #freeWebinarModal .primary-btn {
        width: 100% !important;
    }

    .article-pop-btn-2 {
        width: 100% !important;
    }

    .artical-landing-icons {
        margin-bottom: 10px;
    }

    .secondary-light-btn,
    .secondary-light-btn:active,
    .secondary-light-btn:hover,
    .secondary-light-btn:focus {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    /* Analytics Values Section */
    .analytics-values {
        padding: 28px 15px;
        gap: 10px;
    }

    .analytics-values .count,
    .analytics-values .label {
        font-weight: 600;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
    }

    .count-rating-star {
        width: 9px;
    }

    /* Certification Courses */
    .certification-courses {
        padding: 20px 16px;
        /* gap : 33px; */
    }

    /* .title-filters {
    gap: 16px;
  } */

    .certification-courses .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        height: 50px;
    }

    .courses-filter {
        gap: 16px;
    }

    /* .courses .each-course{
    width: 500px;
  } */

    /* Advantages Section*/
    .advantages::before {
        background: transparent;
    }

    .advantages {
        padding: 24px 16px;
        background-image: none;
        background-color: #f3f3f3;
    }

    .advantages .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .advantages-content {
        /* gap: 16px; */
    }

    .advantages .message {
        box-sizing: border-box;
        border-right: 0px;
        padding-right: 0px;
        margin-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
    }

    .advantages .advantages-lists {
        -webkit-padding-start: 2ch;
        padding-inline-start: 2ch;
    }

    .generic-advantages-btns {
        display: none !important;
    }

    /* Our Trainers */
    .our-trainers {
        padding: 24px 16px;
        /* gap : 25px; */
    }

    .our-trainers .title-course-box {
        gap: 24px;
        margin-left: -40px;
    }

    .our-trainers .title-course-box .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin-left: 15px;
        margin-bottom: 30px;
    }

    .trainers {
        --bs-gutter-y: 16px;
        --bs-gutter-x: 16px;
    }

    .trainers .each-trainer {
        padding: 16px;
        margin: auto;
    }

    /* .trainers .trainer-info .name {
    line-height: 18px;
  } */

    .trainers .trainer-details li {
        line-height: 22px;
    }

    .fs-25 {
        font-size: 20px;
    }

    .trainers .trainer-info {
        gap: 12px;
        width: 80%;
    }

    .avatar-rating-box {
        width: 20%;
    }

    .trainers-carousel {
        margin-top: -100px !important;
    }

    /* Accreditations and Certifications Section */
    .accreditations-and-certifications {
        padding: 20px 16px;
        background-color: #f3f3f3;
        gap: 30px;
        margin-top: -30px;
    }

    .accreditations-and-certifications .content-zoomed-out {
        padding-top: 20px;
    }

    .accreditations-and-certifications .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }

    .accreditations-box .accreditations {
        gap: 8px;
    }

    /* Corporate Training Solutions*/
    .training-solutions::before {
        background: transparent;
    }

    .training-solutions {
        padding: 20px 16px;
        background-image: none;
        gap: 20px;
    }

    .training-solutions .title {
        font-size: 20px;
        line-height: 24px;
    }

    .training-solutions .message {
        min-width: 100%;
        font-size: 15px;
        line-height: 28px;
    }

    .training-solutions .primary-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    /* Our Clients */
    .our-clients-cop-mob {
        margin: 0px !important;
    }

    .our-clients {
        margin: 20px 16px;
        padding: 16px 8px;
        gap: 26px;
    }

    .scroll-parent {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .scroll-element {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        flex-wrap: wrap;
    }

    /* Professional Love Simpliaxis */
    /* .professional-love-simpliaxis {
    padding: 20px 16px;
    gap: 22px;
    background-color: var(--primary-color-1);
    width: 100%;
  }

  .professional-love-simpliaxis .title {
    font-size: 20px;
    line-height: 24px;
  }

  .professionals {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
  } */

    .accreditations-box .view-course-btn {
        /* font-size: 14px;
    line-height: 17px; */
    }

    .each-course-dropdown,
    .each-course-dropdown:active {
        padding: 11px 17px;
    }

    .each-course-dropdown img {
        width: 4.4px;
        height: 18.4px;
    }
}

@media (min-width: 768px) and (max-width: 849px) {
    .trainers .trainer-details li {
        font-size: 10px;
        line-height: 15px;
    }

    .trainers .trainer-info .name {
        height: 55px;
    }
}

@media (max-width: 350px) {
    .trainers .trainer-details li {
        /* font-size: 10px; */
        line-height: 15px;
    }

    .footer-dropdown-categories {
        width: 240px !important;
    }

    .footer-categories {
        width: 200px !important;
    }

    .simpli-search {
        cursor: pointer;
        margin-left: 0px !important;
    }

    .simpli {
        margin-left: 0px !important;
        margin-right: 10px !important;
    }

    .header-accordion-border-res {
        display: flex !important;
        width: 140px !important;
    }

    .each-professional .message-box .message {
        line-height: 17px;
    }

    .trainers .trainer-info .name {
        height: 50px;
    }

    .mobile-popular-display-card {
        padding-right: 19px;
    }
}

@media screen and (max-width: 300px) {
    .navbar .container-fluid {
        padding: 16px 10px !important;
    }

    .load-more-btn-course-landing {
        margin-left: 20px;
    }

    .classtype-online-margin-right {
        margin-right: 5px !important;
    }

    .course-dropdown {
        width: auto !important;
    }

    .simpli {
        width: 105px;
    }
}

@media screen and (max-width: 1200px) {
    .card-btns-stack {
        padding: 15px 10px 10px 0;
    }
}

@media screen and (max-width: 359.98px) {
    .courses .each-course2 .info-title {
        height: 65px !important;
    }

    .p_c_btn,
    .v_s_btn {
        width: 100%;
    }

    .card-message-blue-list {
        height: 100px !important;
    }

    .card-btns-stack {
        flex-direction: column !important;
        padding: 15px 10px 10px 0;
    }

    .view-schedule-btn {
        margin-left: 0px !important;
    }

    .accreditations-box .view-course-btn {
        margin-bottom: 10px;
    }

    /* .trainers .each-trainer {
    width: 290px;
  } */
}

@media screen and (max-width: 600px) {
    .drop-beg,
    .drop-adv,
    .drop-mod {
        padding: 1px 5px;
        border-radius: 2px;
        font-size: 10px;
        margin-left: 0px;
    }

    .each-filter-btn,
    .each-trainer-filter-btn {
        height: 50px;
        /* width: 150px; */
    }

    .footer-dropdown-categories {
        width: 180px;
    }

    .footer-categories {
        width: 180px !important;
        margin-left: 0px !important;
    }

    .footer-sch-a2 {
        right: 5% !important;
    }

    .new-intro-msg-cls {
        height: 120px !important;
    }

    .cour-over-btn {
        margin-bottom: 20px !important;
        margin-right: 0px;
    }

    .cour-over-btn-2 {
        margin-bottom: 0 !important;
        width: auto !important;
        /* padding      : 10px 5px !important; */
    }

    .ctn-co {
        margin-top: 20px;
    }

    .courses .each-course {
        margin-left: -10px;
    }

    .couter-div-wrapper {
        width: 100px !important;
    }

    .our-trainers .view-all-trainers {
        margin-top: -60px;
        margin-bottom: 38px;
    }

    .our-trainers .view-all-trainers21 {
        margin-top: 10px !important;
        margin-left: -20px;
        margin-bottom: 20px;
    }

    .introduction .title {
        font-size: 21px;
    }

    .introduction .message {
        font-size: 15px;
        height: 80px;
    }

    .home-banner-cls {
        height: 90px;
    }

    .banner-two-div-cls {
        height: 170px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .trainers .each-trainer {
        width: auto;
    }

    .desktop-review-carousel {
        display: flex;
    }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .navbar .container-fluid {
        padding: 0px 30px !important;
    }

    .navbar-toggler-icon {
        margin-right: 10px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .simpli-search {
        width: auto !important;
        height: 28px;
        margin-left: 5px !important;
        cursor: pointer;
    }

    /* .courses .each-course{
  width: 350px;
  height: auto;
} */
}

/* `lg` applies to medium devices (tablets, less than 1142.98px) */
@media screen and (max-width: 1240px) {
    .navbar .container-fluid {
        position: relative;
    }

    .simpli-search {
        display: flex;
    }

    .footer-dropdown-categories {
        display: block !important;
        width: 332px;
        margin-top: 20px;
    }

    .end-arrow-search {
        font-size: 40px;
        margin-right: 30px;
    }

    .simpli {
        width: 110px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 3px;
    }

    .simpli-search {
        width: 28px;
        height: 28px;
        margin-left: 5px;
        cursor: pointer;
    }

    .navbar .navbar-search {
        padding: 0.375rem 0.75rem !important;
        font-weight: 700 !important;
    }

    .navbar-toggler {
        border: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("../image/hamburger-menu.svg");
        width: 25px;
        height: 25px;
    }

    .navbar .container-fluid {
        gap: 0px;
    }

    .navbar-search-form {
        border: 0px;
        padding: 0px;
    }

    .navbar-search-form-article {
        margin-top: -20px;
        margin-right: 7%;
    }

    .nav-bar-resources {
        margin-top: -20px;
        margin-right: 7%;
    }

    .course-dropdown {
        padding: 3px !important;
        font-family: "Open Sans", sans-serif;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        width: 90px;
        height: 30px;
    }

    .sub-ul {
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
        border-left: 2px solid #e2151b;
        transition: 1s;
    }

    .view-all {
        border: none !important;
        text-decoration: none;
        position: relative;
        color: #e2151b;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        display: block;
        margin-left: 25px;
    }

    .course-list {
        padding: 13px 0px;
        border-bottom: 1px solid #ddd;
    }

    .li-item {
        font-family: "Open Sans", sans-serif;
        text-decoration: none;
        color: #231f20;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        --bs-link-hover-color: none;
        display: block;
        margin-left: 25px;
    }

    .course-dropdown-img {
        margin-left: 5px;
        width: 14.31px;
        height: 14.21px;
        border: 0px;
    }

    .searchbar {
        --bs-offcanvas-height: 70px !important;
    }

    .accordion {
        --bs-accordion-border-radius: none;
        --bs-accordion-active-color: #000;
    }

    .accordion-button {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .accordion-button:not(.collapsed) {
        --bs-accordion-btn-bg: #fff !important;
        --bs-accordion-active-bg: none;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-body {
        --bs-accordion-body-padding-y: 0rem !important;
        --bs-accordion-body-padding-x: 0rem !important;
    }

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .header-accordion-border .collapsed {
        border: 0px !important;
    }

    .accordion-button:not(.collapsed)::after {
        --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e2151b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .btn-dropdown-none {
        --bs-accordion-btn-icon: none;
    }

    .navbar-footer {
        /* position: absolute; */
        bottom: 0;
        width: 100%;
        padding: 16px;
        border-top: 3px solid #eee;
        text-align: center;
        background: #fff;
    }

    .accordion-item .accordion-header .sub-acc-body {
        border-left: 2px solid #e2151b;
        transition: 0.5s;
    }

    .offcanvas,
    .offcanvas-lg,
    .offcanvas-md,
    .offcanvas-sm,
    .offcanvas-xl,
    .offcanvas-xxl {
        --bs-offcanvas-width: 100vw;
        --bs-offcanvas-height: 100vh;
        --bs-offcanvas-padding-x: 0.5rem;
        --bs-offcanvas-padding-y: 0.5rem;
        box-shadow: 1px 2px 5px 10px rgba(252, 252, 252, 1);
    }

    .offcanvas-body {
        --bs-offcanvas-padding-y: 0rem !important;
        --bs-offcanvas-padding-x: 0rem !important;
    }

    /* .btn-close {
        margin-right: 13px !important;
    } */

    .cart {
        margin: 9px;
        margin-left: 12px;
    }

    .bt {
        background-color: #f5f5f5 !important;
    }

    .btn-call-us {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 20px !important;
        border: 1.5px solid #111 !important;
        background: #fff !important;
        color: #111 !important;
        width: auto !important;
        /*margin     : 16px 0 24px;*/
        display: inline-flex;
        align-items: center;
        margin-bottom: 10px;
        /* height    : 30px !important; */
    }

    .fa-phone:before {
        margin-right: 3px;
    }

    .plus::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(0.7) !important;
    }

    .plus:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23e2151b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

    .call-h {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 8px;
        color: #000;
        font-weight: 600;
    }

    .call-p {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #666;
        font-weight: 600;
    }

    /* .advantages{
    background-image: none !important;
  } */

    .advantages::before {
        background-color: #f3f3f3;
    }

    .mobile-navbar-search-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 20px;
        background-color: #1c74b2;
    }
}

/* applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .navbar-toggler {
        padding: 0px;
        border: 0px;
        outline: none;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        background-image: url(../image/hamburger-menu.svg);
    }

    /* .advantage{
  flex-wrap: wrap !important;
  flex-direction: column !important;
} */
    .message {
        border-right: 0px !important;
        padding-right: 10px;
    }

    .training-solutions {
        background-image: none;
    }

    .training-solutions .message {
        width: auto;
    }

    .co-op-margin-left {
        margin-left: 0px !important;
    }
}

@media (min-width: 1867px) and (max-width: 1990px) {
    .trainers .trainer-info .name {
        height: 80px;
    }

    .trainers .trainer-details {
        height: 100px;
    }
}

@media (min-width: 1199px) and (max-width: 1379.98px) {
    .img-padding {
        width: 140px;
        padding: 10px 0;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1200px) {
    .original-popular-display-card {
        display: none;
    }

    .mobile-popular-display-card {
        display: block;
    }

    .card-message-blue-list {
        margin-bottom: 20px;
        height: 80px;
    }
}

/* ------------------------------------------------------------------------- */

/* CSS made by sai */

.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    overflow: auto;
    top: -4px;
    left: 0px !important;
    width: 100% !important;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgb(31 34 39 / 20%);
    border-radius: 8px;
    border: 0px;
    margin-top: 4px;
    scrollbar-width: thin;
    scrollbar-color: #888 white;
}

.autocomplete-suggestion {
    padding: 5px 15px 5px 15px;
    /* white-space: nowrap; */
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1000px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1000px;
}

.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    color: red !important;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.course-categories .dropdown-item.active {
    color: #073593 !important;
    background: #f3f4f6;
    border-radius: 4px 0px 0px 4px;
}

label.error {
    color: red !important;
    position: relative;
    margin-bottom: 10px;
    top: 6px;
}

/*Footer Section Start*/

.section_footer .bgs-footer {
    background-color: #252525;
    height: 70px;
    display: flex;
}

.section_footer .social-media a {
    background: #fff;
    padding: 7px 11px;
    border-radius: 5px;
}

/* .section_footer .social-media a:not(:last-child) {
margin-right: 20px;
} */

.section_footer .social-media a.facebook {
    padding: 7px 14px;
}

.section_footer .social-media a:hover {
    background: #1b9de7;
}

.section_footer .fa {
    vertical-align: middle;
    color: #000;
    font-size: 22px;
}

.section_footer .popular_page {
    border-top: 1px solid #3a3a3a;
    padding-bottom: 16px;
}

.location-fa {
    color: #ffffff !important;
    font-size: 14px !important;
}

.section_footer .ul_popular li,
.section_footer .ul_popular-terms li {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-right: 65px;
}

.section_footer .ul_popular.ul_popular_resources li {
    padding-right: 35px;
}

.section_footer .ul_popular li:not(:last-child):after,
.section_footer .ul_popular.ul_popular_resources li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #3a3a3a;
    top: 5px;
    right: 30px;
}

.section_footer .ul_popular.ul_popular_resources li:not(:last-child):after {
    right: 15px;
}

.section_footer .developedby {
    color: #f16a73 !important;
}

.section_footer {
    background: #000000;
    color: white;
}

.section_footer ul {
    list-style: none;
}

.hjhjj {
    margin-left: -1%;
}

.section_footer .footer_col .col-md-3 {
    word-break: break-all;
}

.section_footer .footer_col h4 {
    /* margin-bottom: 20px; */
    font-weight: 700;
}

.section_footer .footer_col li {
    margin-bottom: 3px;
}

.section_footer .footer_col a:hover {
    color: #e2151b;
}

.section_footer .footer_col form {
    position: relative;
}

.section_footer .footer_col input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
}

.section_footer .footer_col button {
    background: #002163;
    position: absolute;
    height: 45px;
    width: 50px;
    right: 0;
    top: 0;
}

.section_footer .footer_col label.error {
    top: 3px;
}

section.sticky_footer {
    background: #000;
    color: #fff;
    padding: 5px 0px;
    border-top: 0.5px solid rgb(255 255 255 / 66%);
}

.sticky_footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    transition: ease-in 3000ms;
    z-index: 1002;
}

/* .text-white {
    text-decoration: none;
    font-size: 13px;
}

.text-white span img {
    margin-right: 10px;
}

.text-white span i {
    margin-right: 10px;
}

.footer_sticky-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.quest {
    font-size: 22px !important;
    color: #e2151b;
}

.mar-T {
    margin-top: 1.5px;
    margin-left: 20px;
}

/* .mar-L{
  margin-left: 20px;
} */
/*Footer Section End*/

/* mobile bottom sticky */

.sticky-on-load-mobile {
    display: none;
}

@media (max-width: 560px) {
    .sticky-on-load-mobile {
        display: none;
        /* background        : #002165; */
        background-image: url("../../assets/image/mobilefooter.png");
        background-blend-mode: multiply;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0px;
        padding: 1em 0 1em 0;
        z-index: 99;
    }

    .close-mobile-popup {
        position: absolute;
        top: 2.5px;
        right: 2px;
        color: black;
        background: white;
        opacity: 1;
        height: 24px;
        width: 24px;
        border-radius: 25px;
        font-weight: bold;
    }

    .sticky-on-load-mobile .sticky-input {
        height: 20px;
        /* width        : 100%; */
        border: 1px solid white;
        background-color: white;
        color: #002165;
        padding: 15px 7px 15px 31px;
        /* margin       : 0px 0px 0px 76px; */
        border-radius: 10px;
    }

    .sticky-on-load-mobile .sticky-button {
        padding: 6px;
        margin-left: 10px;
        background-color: white;
        border: 1px solid white;
        cursor: pointer;
        border-radius: 20px;
    }

    .sticky-on-load-mobile .favcon-1,
    .sticky-on-load-mobile .favcon-2 {
        position: absolute;
        margin: 10px 0px 0px 4px;
        width: 20px;
        height: auto;
    }
}

.trainer-details li:first-child span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* RESOURCE ARTICLE DETAILS PAGE CSS- START */

.content-zoomed-out-article {
    width: 94%;
}

/* random-banner-image -start */
.art-detail2 {
    background-image: url(../image/article-detail-b-image2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.art-detail3 {
    background-image: url(../image/article-detail-b-image3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.art-detail4 {
    background-image: url(../image/article-detail-b-image4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding: 20px 20px 0 0;
}

.art-detail5 {
    background: linear-gradient(149deg, #001b52 30.75%, #1e73bd 96.62%);
    margin-bottom: 20px;
    padding: 20px 20px 20px 0;
    display: flex;
    justify-content: space-evenly;
}

.explore-article-btn {
    margin-left: -3.5%;
}

.explore-article-btn4 {
    width: 100%;
    margin-left: -7%;
}

.art-detail-black-font {
    color: #000 !important;
}

.art-detail {
    background-image: url(../image/article-detail-b-image.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.random-banner-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 30px 30px 0px 30px;
}

.random-banner4 {
    padding: 20px 0px 0 0px;
    text-align: end;
    margin-right: 3%;
}

.random-banner-text4 {
    margin-left: auto;
    width: 250px !important;
    margin-right: 9%;
}

.random-banner-text {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    padding: 0px 0px 0px 30px;
    width: 270px;
}

.random-course-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 20px 0 0 30px;
    color: #ffffff;
    width: 250px;
}

.explore-article {
    margin-bottom: 20px;
}

.explore-article-btn2 {
    margin-left: -2%;
    margin-bottom: 20px;
}

.explore-article-btn3 {
    margin-left: -3%;
}

/* random-banner-image- end */
/* section left article - START */

.right-btn-mst {
    margin-top: 10px;
    margin-bottom: 50px;
    position: sticky;
    top: 10px;
}

#header-points {
    border: 1px solid lightgrey;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#header-points h4 {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.tab-saf-scroll {
    height: 300px;
    overflow-y: scroll;
}

.tab-saf-scroll::-webkit-scrollbar {
    width: 5px;
}

.tab-saf-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

.tab-saf-scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.tab-saf-scroll-content::-webkit-scrollbar {
    width: 0;
}

.tab-saf-scroll-content:hover::-webkit-scrollbar {
    width: 5px;
}

.tab-saf-scroll-content:hover::-webkit-scrollbar-thumb {
    background-color: #555;
    /* Change color on hover */
}

#table-of-contents {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

#table-of-contents::-webkit-scrollbar {
    width: 5px;
}

#table-of-contents::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

#table-of-contents::-webkit-scrollbar-thumb:hover {
    background-color: grey;
}

.section-top-article {
    display: flex;
    width: 122%;
    margin-left: -3%;
}

.section-left-mix {
    display: flex;
    width: 100%;
}

.cop-form {
    width: 96%;
}

.section-left-article {
    position: relative;
    width: 53%;
    margin-top: 30px;
}

.share-wrapper {
    position: absolute;
    left: -60px;
    top: 90px;
}

.share-wrapper p {
    margin-left: 10px;
    margin-top: 10px;
}

.trainer-profile-flex-left-top-img-2 {
    display: flex;
    flex-direction: column;
}

.share-wrapper-img-click {
    cursor: pointer;
}

.media-img {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.section-left-article-title {
    display: none;
    font-size: 29px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: #ffff;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.article-author-profile {
    display: flex;
}

.article-author-profile > img {
    margin-top: -5px;
}

.article-author-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.article-author-details2 {
    border-right: 1px solid #ffffff54;
}

.article-author-details h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.article-author-details p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 0px;
}

.section-right-article {
    width: 35%;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 51px;
}

.section-left-most-article {
    width: 21%;
    margin-top: -70px;
}

.section-left-article-message,
.section-right-article-pub {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #1f2937;
    word-spacing: 0.2px;
}

.section-left-article-title2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #1f2937;
}

.i-frame-div {
    position: relative;
}

.youtube-logo {
    position: absolute;
    top: 160px;
    left: 310px;
}

.linkedin-short-profile {
    display: none;
}

/* section left article - END */

/* section right article - START */

.section-right-article-tb {
    width: 350px;
    height: 180px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
}

.author-ldn-details {
    display: flex;
}

.author-ldn-details-h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #1f2937;
    opacity: 0.7;
}

.author-ldn-details-h61 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1f2937;
}

.author-ldn-details div {
    margin-right: 40px;
}

.author-profile-link {
    width: 257px;
    height: 43px;
    background: #117eb8;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.author-profile-link > img {
    margin-bottom: 8px;
    margin-left: -50px;
}

.author-profile-link > span {
    margin-left: 20px;
}

.section-right-article-mb {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    border: 2px solid #e5e7eb;
    margin-bottom: 50px;
}

.article-pop-btn {
    width: 102%;
    font-size: 14px !important;
    padding: 9px 12px;
    margin-top: 15px;
}

.article-pop-btn:hover,
.article-pop-btn:active,
.article-pop-btn:focus {
    font-size: 14px !important;
    padding: 9px 12px;
}

.resource-pop-div {
    display: none;
    background: #fef3c7f2;
    padding: 15px;
    height: fit-content;
    margin-bottom: 20px;
    border-radius: 8px;
}

.resource-pop-div p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    word-spacing: 2px;
    color: #001b52;
    margin-bottom: 0;
}

.arrow_resource_art {
    transform: rotate(-270deg) scale(0.6);
}

.section-right-article-mb > h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #1f2937;
    margin-bottom: 20px;
}

.resource-desktop-supercharge {
    display: none;
}

.section-right-article-mb > h4 > span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #073593;
}

.section-right-article-pub {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #1f2937;
    opacity: 0.5;
    border-bottom: 1px solid #1f293723;
}

.i-frame-div > img {
    margin-bottom: 20px;
}

.section-right-article-mb h6 {
    line-height: 20px;
}

.section-bottom-article {
    border-top: 1px solid #e9e9e9;
    padding: 50px 40px;
    margin-top: 60px;
}

.section-bottom-article-other-articles {
    display: flex;
    padding-top: 30px;
}

.section-bottom-article-other-articles > img {
    margin-right: 20px;
    margin-top: -4px;
}

.section-bottom-article h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1f2937;
}

.other-articles h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1f2937;
}

.other-articles p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1f2937;
    opacity: 0.5;
}

/* section right article - END */
/* resourse schedule section-start */
.view-more-btn-article-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    height: 0px;
    background: #ffffff;
    border: 1px solid #a91414;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #af1713 !important;
    margin-top: 15px;
    width: 342px;
}

.in-person-resourse {
    width: 140px;
    height: 30px;
    background: #f3f4f6;
    border-radius: 24px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #002163;
    text-align: initial;
    padding: 0 15px;
}

.third-div-resourse {
    width: 100%;
    padding: 20px 10px;
    border-top: 1px dashed #e9e9e9;
    text-align: center;
    position: relative;
}

.third-div-resourse .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-div-resourse .top-title h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #374151;
    margin-bottom: 0;
    margin-right: 5px;
}
.third-div-resourse .top-title .orange-star .p1 {
    margin-bottom: 0;
    color: white;
    padding: 13px 10px 0;
    font-size: 10px;
    font-weight: 700;
}

.third-div-resourse .top-title .orange-star .p2 {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 700;
    color: white;
    padding: 0px 2px 13px 2px;
}

.resource-schedule-container {
    width: 360px;
    margin-left: -30px;
    margin-top: -30px;
    height: max-content;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    border: 2px solid #e5e7eb;
}

.btn-res-div-mob {
    display: none;
}

.enrol-button-res {
    width: 100% !important;
    font-size: 12px !important;
}

.resource-article-bullet-points {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #374151;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 10px;
}

.resource-article-bullet-points-side {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #374151;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px 3px 10px;
}

.highlighted,
.resource-article-bullet-points:hover {
    background: #cecece;
    border-radius: 5px;
}

.resource-article-bullet-points-side:hover {
    background: #e6e6e677;
    border-radius: 5px;
}

.resource-article-bullet-points-side p {
    margin-bottom: 0;
}

.arrow_resource {
    transform: rotate(-270deg);
}

/* .view-more-schedules-resource{
  display: flex;
align-items: center;
margin-left: 50px;
margin-top: 30px;
} */
.resource-article-bullet-points-heading {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #374151;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.resource-article-bullet-points-heading-sch {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #374151;
    text-align: left;
    margin-top: 10px;
}

/* .resource-article-bullet-points:hover{
    background-color: rgb(229, 229, 229);
} */

.first-div-resourse {
    position: relative;
}

.month-date-resourse {
    padding: 10px 5px;
    font-size: 12px;
    width: 150px;
    border-bottom-right-radius: 8px;
    background: #f3f4f6;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 1000;
    line-height: 15px;
    color: #374151;
}

.weekday-class-resourse {
    padding: 0px;
    width: 130px;
    height: 30px;
    font-size: 11px;
    gap: 4px;
    background: #fef3c7;
    border-radius: 20px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    color: #374151;
    margin: 10px 20px 10px 15px;
}

.btn-group-third-div-resource {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* resourse schedule section-end*/
.cls-author-height {
    height: 50px;
}

/* RESOURCE ARTICLE DETAILS PAGE CSS- END */

/* TRAINER PROFILE PAGE CSS- STARTS */

/* Trainer Details Banner- STARTS */
.bg-trainer-color {
    background: #f9fafb;
}

.trainer-profile-flex {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}

.trainer-profile-flex-left {
    width: 217px;
}

.trainer-profile-flex-left h5,
.trainer-profile-flex-left p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 3px;
}

.b-text {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1f2937;
}

.pT-btn {
    width: 216px;
    height: 45px;
    margin: 15px 0;
}

.pT-btn:hover {
    width: 216px;
    height: 45px;
    margin: 15px 0;
}

.trainer-profile-flex-left-top > img {
    border-radius: 20%;
    margin-bottom: 20px;
}

.trainer-profile-flex-left-top-img img {
    margin-right: 8px;
    margin-bottom: 50px;
}

.trainer-profile-flex-right {
    width: 800px;
}

.trainer-profile-flex-right > h3 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #1f2937;
    margin-bottom: 30px;
}

.trainer-profile-flex-right h1 {
    height: 35px;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
}

.trainer-profile-flex-right h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1f2937;
}

#trainer-overview-content {
    font-size: 14px;
    text-align: justify;
}

.trainer-profile-flex-right p {
    font-size: 14px;
    text-align: justify;
}

.trainer-profile-flex-right > p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #374151;
    width: 981px;
}

.trainx-fs {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.trainer-profile-flex-right-FL {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.carousel-control-prev-grey {
    background-color: #9ca3af !important;
    width: 50px !important;
    height: 45px !important;
    margin: 0 15px !important;
}

.carousel-control-prev-icon-trainer {
    width: 10.65px;
    height: 18.08px;
    background-image: url("../image/trainer-profile-left-white.png");
}

.carousel-control-nxt-grey {
    background-color: #9ca3af !important;
    width: 50px !important;
    height: 45px !important;
    margin: 0 15px !important;
}

.carousel-control-next-icon-trainer {
    width: 10.65px;
    height: 18.08px;
    background-image: url("../image/trainer-profile-right-white.png");
}

.carousel-indicators-pt .active {
    width: 64px !important;
    height: 0px !important;
    background: #073593 !important;
    border-radius: 8px !important;
    border: 4px solid #073593 !important;
    margin-top: 12px !important;
}

.carousel-indicators-pt [data-bs-target] {
    background-color: #d9e3f7 !important;
}

.professionals-carousel-trainers-profile {
    margin-left: -20px;
}

/* Trainer Details Banner- ENDS */

/* Trainer counter -STARTS */
.couter-div-wrapper {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    width: 25%;
    border-right: 2px solid #c9c9c9;
    height: 80px;
    margin-right: 20px;
}

.couter-div-wrapper:nth-child(4) {
    border-right: 2px solid #c9c9c900;
}

/* Trainer counter -ENDS */

/* No Schedule list -STARTS */
.one-schedule-container-PT {
    width: 1320px !important;
}

.first-div-PT {
    width: 364px !important;
}

.sec-div-PT {
    width: 360px !important;
}

.third-div-PT {
    width: 310px !important;
}

.fourth-div-PT {
    padding: 20px 55px !important;
}

.h6-product-card {
    width: 248px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1f2937;
    margin-left: 19px;
}

.title-PT {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    color: #ffffff;
    margin: 20px 0;
}

.spl-pt {
    margin-left: 50px;
    margin-right: 50px;
}

.sch-MT {
    margin-top: -80px;
}

.message-PT1 {
    width: 735px;
    height: 105px !important;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.message-PT {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    width: 1320px;
}

.other-trainers-wrapper {
    display: flex;
}

.pT-btn2 {
    padding: 12px;
    width: 216px;
    height: 45px;
    background: #073593;
    border-radius: 8px;
}

.pT-btn2:hover {
    padding: 12px;
    width: 216px;
    height: 45px;
    background: #073593;
    border-radius: 8px;
}

.pT-btn3 {
    padding: 10px 13px;
    gap: 4px;
    width: 216px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    background-color: transparent !important;
    margin-left: 30px;
}

.pT-btn3:hover {
    /* margin-left: 30px; */
    padding: 10px 13px;
    gap: 4px;
    width: 216px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    background-color: transparent !important;
}

.pT-btn4 {
    padding: 12px 15px;
}

.pT-btn4:hover {
    padding: 12px 15px;
}

.pT-btn4:focus {
    padding: 12px 15px;
}

.pT-btn4:active {
    padding: 12px 15px;
}

.curosel-trainee-card-flex-PT {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 405px;
    height: 212px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e3e1e1;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.no-schedule-PT-card {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 32px;
    width: 76%;
    /* height    : 208px; */
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #ffffff;
    border-radius: 8px;
    margin: 21px 0;
}

.no-schedule-PT-card-right > h5 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 39px;
    color: #ffffff;
}

.no-schedule-PT-card-right > h5 > span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #ffffff;
}

/* No Schedule list -ENDS */

/* Our Clients -STARTS */
.our-clients-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 140px;
    width: 100%;
}

.our-clients-wrapper h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #1f2937;
    margin-right: 60px;
}

.our-clients-wrapper img {
    margin: 0 30px;
}

/* Our Clients -  ENDS */

/* Why Simpliaxis -  STARTS */
.why-simpliaxis-PT-wrapper-body {
    background-color: #1f2937;
    margin-top: -10px;
}

.why-simpliaxis-PT-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.why-simpliaxis-PT-wrapper-left {
    margin-left: -10px;
}

.why-simpliaxis-PT-wrapper-left h4 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #f9fafb;
    margin-bottom: 50px;
}

.why-simpliaxis-PT-wrapper-left p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #f9fafb;
    width: 716px;
    margin-bottom: 30px;
}

.why-simpliaxis-PT-wrapper-right ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.why-simpliaxis-PT-wrapper-right ul li img {
    margin-right: 10px;
}

.why-simpliaxis-PT-wrapper-right ul li p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #f9fafb;
    width: 354px;
    margin-bottom: 0;
}

/* Why Simpliaxis -  ENDS */

/* Carrer advancement-  STARTS */
.carrer-advancement {
    height: 380px !important;
}

.message-PT {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
}

/* Carrer advancement-  ENDS */

/* Trainer Review- STARTS */
.trainer-review {
    background-color: white !important;
}

.trainer-review-title {
    color: #1f2937 !important;
}

.traner-profile-reviews-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 420px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
}

.avatar-PT {
    border-radius: 50%;
    margin-bottom: 20px;
}

.traner-profile-reviews-card > h6,
.traner-profile-reviews-card > p {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1f2937;
}

.professionals-carousel-trainers-profile-review {
    margin-left: -15px !important;
    width: 105%;
}

.pt-pt-pt {
    margin-top: -70px;
}

/* Trainer Review- ENDS */

/* TRAINER PROFILE PAGE CSS- END */

/* resources page css */
.category-list {
    cursor: pointer;
}

/* Popups CSS - START */
#thank_you_popup_close {
    background-color: #fff !important;
    margin-left: 95% !important;
}

/* Popups CSS - END */

@media (max-width: 390px) {
    .footer-categories {
        width: 150px !important;
    }

    .footer-dropdown-categories {
        width: 143px;
    }

    .section_footer .social-media a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .social-media {
        display: flex;
        flex-wrap: wrap;
    }

    .section_footer .social-media a {
        height: 38px;
    }

    .twitter-footer {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.cls-cour-banner-dis {
    display: none;
}

@media (min-width: 993px) and (max-width: 1000px) {
    .cls-cour-banner-dis {
        display: none;
    }
}

@media (min-width: 993px) and (max-width: 1000px) {
    .view-all-trainers {
        font-size: 14px !important;
    }
}

@media (width>1140px) {
    /* .trainer-profile-flex-right>p{
    height: 150px;
  } */
    .intro-content-resource .title {
        height: 50px;
    }

    .intro-content-resource .message {
        height: 80px;
    }

    .resource-article-bullet-points-heading {
        height: 20px;
    }

    .resource-article-bullet-points-heading-sch {
        height: 50px;
        margin-bottom: 0px;
    }

    .width-anch-cls {
        width: 30%;
        display: flex;
        align-items: center;
    }

    .cls-web-h2-ht {
        height: 40px;
    }

    .cls-web-p-ht {
        height: 130px;
    }

    /* .title-home-banner-AT {
        height: 100px;
    } */

    .introduction-webinar {
        height: 350px;
    }

    .cls-web-ht {
        height: 190px;
    }

    .cls-web-dis {
        display: none;
    }

    .cls-cour-banner-ht {
        height: max-content;
    }

    /* Styling for the views loader container */
    .loader-container {
        display: inline-block;
    }

    /* Apply styles to the loading image */
    .loader-container img {
        width: 28px;
        /* Set the width as needed */
        height: 18px;
        /* Set the height as needed */
    }
}

/* article comment section - START */
.w-300 {
    width: 300px !important;
}

.comment-sec {
    background: #e9e9e985;
    padding: 1px 19px 20px;
}

.comted_tags p:nth-child(1) {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.comted_tags p:nth-child(2) {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.comted-pro {
    border-radius: 50%;
    margin-right: 12px;
}

.comment-rep {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.cmt-sec-art {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
}

.comt-art-li {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 500;
}

.comment-sec h3 {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .w-300 {
        width: 100% !important;
    }

    .w-50-cust-comment {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .w-50-cust-comment {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .custom-gutter .col-6 {
        width: 100%;
    }

    .custom-gutter .col-6:nth-child(2) {
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 1240px) {
    .contact-us-form-mobile .w-50-cust-comment:nth-child(1) {
        margin-right: 0.5rem;
    }
}

/* article comment section - END */

/* sticky-footer start */
.new-sticky-footer {
    opacity: 0;
    position: sticky;
    bottom: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 29;
}
.new-sticky-header {
    display: flex;
    width: 100%;
    height: 38px;
}
.full-width-contain {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.left-sticky-foot {
    position: relative;
    left: 19%;
    width: 23%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.left-sticky-foot2 {
    position: relative;
    left: 14%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.right-sticky-foot3 {
    position: relative;
    right: 20%;
    justify-content: center;
    align-items: center;
}
.foot-imgs {
    margin-top: 5px;
    margin-right: 5px;
}
.foot-headphn {
    margin-right: 3px;
}
.footer-txt {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.footer-txt:hover {
    color: rgb(230, 228, 228);
}
.left-half,
.right-half {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.left-half {
    background-color: #718aa6;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.right-half {
    background-color: #182340;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%);
    margin-left: -30px;
}
.new-mobi-footer {
    display: none;
}
/* sticky footer end  */

/* responsiveness for sticky footer start */
@media (min-width: 1201px) and (max-width: 1339) {
    .left-sticky-foot {
        position: relative;
        left: 25%;
        width: 26%;
    }
    .left-sticky-foot2 {
        position: relative;
        left: 17%;
        width: 39%;
    }
}
@media (max-width: 1200px) {
    .left-sticky-foot2,
    .new-sticky-footer {
        display: none !important;
    }
    .new-mobi-footer {
        position: fixed;
        bottom: 0;
        transition: ease-in 3000ms;
        z-index: 30;
        width: 100%;
    }
    .new-mobi-sticky-header {
        display: flex;
        width: 100%;
        height: 38px;
    }
    .full-width-contain {
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }

    .left-sticky-foot {
        position: relative;
        left: 3%;
        width: 79%;
    }
    .footer-txt {
        font-size: 14px;
    }
    .right-sticky-foot3 {
        position: relative;
        right: -1%;
    }
}
@media (max-width: 584px) {
    .footer-txt {
        font-size: 13px;
    }
    .foot-imgs {
        width: 14px;
        height: 14px;
        margin-top: 0px;
    }
    .mobi-foot {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
@media (max-width: 390px) {
    .footer-txt {
        font-size: 11px;
    }
    .foot-imgs {
        width: 14px;
        height: 14px;
        margin-top: 0px;
    }
    .mobi-foot {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }
}
@media (max-width: 360px) {
    .footer-txt {
        font-size: 10px;
    }
    .foot-imgs {
        width: 13px;
        height: 13px;
        margin-top: 3px;
    }
    .mobi-foot {
        width: 17px;
        height: 17px;
    }
    .right-sticky-foot3 {
        position: relative;
        right: 4%;
    }
    .left-sticky-foot {
        position: relative;
        left: 0%;
        width: 81%;
    }
}
/* responsiveness for sticky footer end */

/* Accereditation new CSS start */
.image-container-course {
    flex: 0 0 25%; /* 25% width */
}

.text-container {
    flex: 0 0 75%; /* 75% width */
}

.text-container p {
    margin: 0;
    font-size: 0.875rem;
}
/* Accereditation new CSS end */
/* .form-control {
    font-size: 12px !important;
    padding: 0.6rem 0.25rem 0.6rem !important;
} */

/* Skeleton Loader */
.loading-sch-skeleton {
    background: #ddd;
    color: transparent !important;
    border-radius: 4px;
    pointer-events: none;
    animation: loading-sch-skeleton 1s infinite alternate;
    display: inline-block;
    width: 100%;
}

@keyframes loading-sch-skeleton {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.loading-sch-skeleton img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
}

.loading-sch-skeleton h1,
.loading-sch-skeleton h2,
.loading-sch-skeleton h3,
.loading-sch-skeleton h4,
.loading-sch-skeleton h5,
.loading-sch-skeleton h6,
.loading-sch-skeleton p,
.loading-sch-skeleton li,
.loading-sch-skeleton .btn,
.loading-sch-skeleton label,
.loading-sch-skeleton .form-control {
    background-color: #ddd;
    color: transparent;
    border-color: #ddd;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .nav-courses-dropdown .dropdown-menu {
        left:-160% !important;
    }
}
@media(min-width:1000px) and (max-width:1100px){
    .nav-courses-dropdown .dropdown-menu{
        width:1100px !important;
        left:-186% !important;
    }
    .card-accred-part{
        width:230px !important;
    }
}