/* ======================== JKJ ========================= */
a.bb {
    border-bottom: 1px dotted #000;
}

a.bb:hover {
    border-bottom: 1px dotted #ffffff;
}

.ptb {
    padding: 4% 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.di-t {
    display: table;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-flex.jc {
    justify-content: center;
}

.d-flex.js {
    justify-content: space-between;
}

.d-flex.ac {
    align-items: center;
}

.d-flex.ae {
    align-items: end;
}

.d-flex.fw {
    flex-wrap: wrap;
}

.pgb10 p:not(:last-child) {
    padding-bottom: 10px;
}

.pgb20 p:not(:last-child) {
    padding-bottom: 20px;
}

.pgb30 p:not(:last-child) {
    padding-bottom: 30px;
}

.d-flex .sub5 {
    width: calc(20% - 20px);
    margin: 10px;
}




.bg1 {
    background-color: #f1f1f1;
}

.bg2 {
    background-color: #333131;
    color: #FFF;
}

.w-100 {
    width: 100%;
}

.w-50,
.w-md-50 {
    width: 50%;
}

.list.a-dash a {
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
}

.tgap {
    margin-top: 150px;
}

.bgcove {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    color: #FFF;
}

.bgcove h2 {
    color: #FFF;
}

.bgcove h2.cent {
    text-align: center;
}

.bgcove .container {
    color: #FFF;
}

#contactForm #lastname,
#applyForm #lastname,
#applyJobForm #country {
    position: absolute;
    right: 10000px;
    top: -10000px;

}

h2 {
    font-size: 34px;
    font-weight: 500;
}

h2 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}

h2.text_center {
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h3 span {
    display: block;
    font-size: 16px;
    font-weight: normal;

}

h3.text_center {
    text-align: center;
}


footer .box a img:hover {
    background-color: #ed1b23;
    color: #FFF;
}

.slider-container.training_banner {
    height: 70vh;
}

.slider-container.home_banner {
    height: 75vh;
}

.slider-container.home_banner h1 {
    top: -165px;
}

.slider-container.training_banner h1 {
    font-size: 39px;
    width: min(90vw, 900px);
    top: -200px;
}


.btn2 a {
    background: #ed1b23;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn2 a:hover {
    background: #000;
}

.train_course_list .btn2 a {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.slider-container.training_banner h1::before {
    display: none;
}

.slider-container.training_banner h1 span {
    font-size: 18px;
  display: block;
  margin-top: 20px;
  line-height: 24px;
}
.slider-container.training_banner.mgtGovt h1 span {
    font-size: 30px; 
    color: #FF3B3B;
}

/*.slider-container.training_banner .thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
} */
.slider-container .thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: -30vh;
    position: absolute;
    z-index: 5;
    right: 5%;
}

.slider-container .thumbnail {
    width: 80px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
    border-radius: 4px;
}

.slider-container .thumbnail.active {
    border: 2px solid #ffffff;
    /* Highlight active thumbnail */
}

.train_course_list {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.train_course_list .list {
    width: calc(33.3333% - 60px);
    background: #FFF;
    margin: 30px;
    position: relative;
    padding-bottom: 70px;
}

.train_course_list .list .cont {
    padding: 10px 30px;
}

.train_course_list .list .cont .dura {
    font-weight: 500;
    font-size: 16px;
    background: #ddd;
    padding: 4px 10px;
    margin-top: 12px;
    display: block;
    width: fit-content;
}

.train_course_list .list .cont p {
    font-size: 16px;
    line-height: 22px;
    color: #211f1f;
}

/* .train_course_list .list img{
    margin-bottom: 20px;
} */
.train_course_list h3 {
    background: #FFF;
    padding: 20px 0;

}

.train_course_list h3 span {
    padding-top: 10px;
    font-weight: 600;
    line-height: 21px;
}

.train_course_list ul {
    background: #FFF;
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.train_course_list ul li {
    font-size: 16px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.train_course_list ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: #ed1b23;
    top: 5px;
    left: 0;
}

.train_whocan ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.train_whocan ul li {
    width: calc(50% - 42px);
    padding: 30px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin: 10px;
    line-height: 24px;
    font-size: 16px;
}

.train_whocan ul li span {
    font-weight: 600;
    display: block;
}

.train_whocan ul li.custom {
    position: relative;
    display: block;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 30px;
}

.train_whocan ul li.custom b {
    display: block;
    padding: 10px 0px;
}

.train_whocan ul li.custom img {
    width: 30px;
}

.train_whocan ul li.custom.unique {
    border: solid 2px #ed1b23;
    display: flex;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.train_whocan ul li img {
    max-width: 70px;
    margin-right: 30px;
}

.train_whochoose h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.train_whochoose_wrap {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 30px; */
    margin-top: 5px;
}

.train_whochoose_wrap .sub {
    width: 50%;
    padding: 10px 30px;
}

.train_whochoose ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 20px;
}

.train_whochoose ul li {
    /* width: calc(50% - 42px); */
    position: relative;
    padding: 0 40px;
    padding-bottom: 10px;
}

.train_whochoose ul.w100 li {
    width: calc(100%);
}

/* .train_whochoose ul li::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ed1b23;
    border-radius: 50%;
} */

.train_whochoose ul li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-right-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/*
content: '';
  position: absolute;
  left: 0;
  top: 29%;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-right-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
*/
.train_testimonials_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.train_testimonials_list ul li {
    background: #F3F3F3;
    padding: 20px;
    position: relative;
    padding: 80px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.train_testimonials_list ul li::before {
    background: url(../img/quotes_l.svg) no-repeat;
    top: 20px;
    left: 20px;
}

.train_testimonials_list ul li::after {
    background: url(../img/quotes_r.svg) no-repeat;
    right: 20px;
    bottom: 20px;
}

.train_testimonials_list ul li::before,
.train_testimonials_list ul li::after {
    position: absolute;
    content: "";
    background-size: 100%;
    width: 60px;
    height: 60px;
}

.train_testimonials_list ul li h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.train_testimonials_list ul li h4 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}


.train_testimonials_list figure {
    max-width: 200px;
}

.train_testimonials_list figure img {
    border-radius: 50%;
}

.train_contact {
    background: url("../img/bg-training-contact.jpg") center;
    background-size: cover;
    scroll-margin-top: 150px;
}

/* .train_contact .formcaption{
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
} */

.train_contact .row {
    display: flex;
    margin: -10px;
}

.train_contact .row .sub {
    position: relative;
    width: 50%;
    margin: 10px;
}

.train_contact .field_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
}

.train_contact .field_wrap .field_sub {
    width: calc(50% - 20px);
    margin: 10px;
    position: relative;
}

.train_contact input,
.train_contact textarea,
.train_contact select {
    width: calc(100%);
    padding: 20px;
    border: 0;
    font-size: 18px;
    background: #FFF;
}

.train_contact textarea {
    height: 225px;
}

.train_contact input[type=checkbox] {
    width: 25px;
    height: 25px;
    border: 0;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;

}

.train_contact h2 {
    color: #FFF;
}

.train_contact input[type=submit] {
    background: #ed1b23;
    border: 0;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    display: block;
    color: #FFF;
    margin-right: 10px;
    letter-spacing: 1px;
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
}

.train_contact .error {
    color: #ed1b23;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin-top: -43px;
    padding: 3px 7px;
    z-index: 5;
    position: absolute;
    right: 18px;
    pointer-events: none;
}


.train_contact .input-error {
    border: 2px solid red !important;
    outline: none;
    box-shadow: none;
}

.train_contact .input-error:focus {
    outline: 2px solid red;
}


/*
background-color: #ed1b23;
  color: #fff;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-left: 50px;*/
.train_faq ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.train_faq ul li {
    background: #F9F9F9;
    margin-bottom: 20px;
    padding: 20px;
}

/* FAQ */
.train_faq ul.expand-list {
    list-style-type: none;
    padding: 0;
}

.train_faq ul.expand-list li {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.train_faq .list-header {
    padding: 16px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.train_faq .list-header.active {
    /* background-color: #2c80b4; */
}

.train_faq .arrow {
    transition: transform 0.3s ease;
    color: #ed1b23;
}

.train_faq .arrow.down {
    transform: rotate(0deg);
}

.train_faq .arrow.up {
    transform: rotate(180deg);
}

.train_faq .list-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #f0f0f0;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.train_faq .list-content.open {
    max-height: 200px;
    padding: 15px;
}

/* FAQ End*/

.paraCont .med {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    /* padding: 30px 0; */
    padding: 10px 0;
}

.paraCont .med.flex {
    justify-content: space-between;
    max-width: initial;
    align-items: flex-start;
}

.paraCont .med.flex span {}

.paraCont .med.flex span b {
    display: block;
    font-size: 23px;
    padding: 5px 0px;
}

.paraCont .med.flex span:nth-child(1) {
    width: 60%;
    text-align: left;
}

.paraCont .med.flex span:nth-child(2) {
    width: 35%;

}

.paraCont .med.flex span:nth-child(2) h2 {
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    padding-left: 50px;
}

.paraCont .med.flex span:nth-child(2) img {
    max-width: 310px;
}

.f_row {
    display: flex;
    flex-wrap: wrap;
}

.acad_cou .f_row .sub {
    width: calc(33.333333% - 20px);
    padding: 30px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin: 10px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

.acad_cou .f_row .sub4 {
    width: calc(25% - 20px);
    padding: 30px;
    /* background: #F9F9F9; */
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid #f2f2f2; */
    border: 1px solid #e3e3e3;
    margin: 10px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.acad_cou .sub img {
    max-width: 100px;
    margin-bottom: 20px;
}

.acad_cou .sub4 img {
    max-width: 150px;
    margin-bottom: 20px;
}

.acad_cou.oem .sub4 {
    position: relative;
    overflow: hidden;
}

.acad_cou.oem .sub4:hover .cont {
    top: 0;
    opacity: 1;
}

.acad_cou.oem .sub4 img {
    max-width: 150px;
    margin-bottom: 0px;
}

.acad_cou.oem .sub4 .cont {
    position: absolute;
    top: 20%;
    left: 0;
    background: #000000d1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.acad_cou.oem .sub4 .cont p {
    color: #FFF;
}




.acad_cou .sub4 h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.acad_cou .sub4 p {
    font-size: 16px;
    line-height: 24px;
}

.cour-pro .pic {
    width: 50%;
}

.cour-pro .data {
    width: 50%;
    padding: 50px;
}

.cour-pro .data h2 {
    padding-bottom: 30px;
}

.cour-pro .data ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.cour-pro .data ul li {
    padding: 5px 0;
    padding-left: 140px;
    position: relative;
}

.cour-pro .data ul li span {
    position: absolute;
    left: 0;
    top: 5px;
    font-weight: 500;
    width: 135px;
}

.cour-pro .data ul li span::after {
    position: absolute;
    content: ":";
    right: 0;
    top: 0;
    color: #626262;
}

.cour_cert {
    text-align: center;
}

.cour_cert h2 {
    padding: 20px 0;
}

.cour_cert img {
    max-width: 100px;
}

.cour_modules h2 {
    text-align: center;
    margin-bottom: 20px;
}

.cour_modules table {
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    border-spacing: 0px;
    /* text-align: center; */
    font-size: 16px;
}

.cour_modules table tr td:first-child {
    width: 100px;
}

.cour_modules table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cour_modules table ul li {
    position: relative;
    padding: 3px;
    padding-left: 15px;
}

.cour_modules table ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: #cacaca;
    top: 9px;
    left: 0;
}





.cour_modules table th {
    background: #f9f9f9;
}

.cour_modules table th,
.cour_modules table td {
    padding: 15px;
    border-bottom: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}

.blog_wrap,
.meet-the-inst {
    display: flex;
    flex-wrap: wrap;
}

.blog_wrap figure {
    margin: 0;
    margin-bottom: 20px;
}

.blog_wrap figure img {
    width: 100%;
}

.blog_wrap>.list {
    width: calc(50% - 60px);
    margin: 30px;
    background: #f7f7f7;
}

.blog_wrap h2 {
    font-size: 26px;
    padding: 10px 0 15px 0;
    border-bottom: 1px dashed #aaa;
    margin-bottom: 15px;
}

.blog_wrap h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.blog_wrap h4 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}

.blog_wrap h6 {
    font-size: 13px;
    color: #626262;
}


.blog_wrap p {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog_wrap p.clip {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_wrap .btn1 {
    font-size: 16px;
    margin: 20px 0;
    border: 1px solid #000;
    padding: 10px;
    display: block;
    width: fit-content;
}

.blog_wrap .btn1 img {
    max-width: 20px;
}

.blog_wrap .btn1:hover {
    background: #ed1b23;
    color: #FFF;
    border: 1px solid #ed1b23;
}

.blog_wrap .cont {
    padding: 10px 30px;
    display: block;
}

.blog_wrap .b-left {
    width: 70%;
}

.blog_wrap .b-right {
    width: 30%;
}

.blog_wrap ul {
    list-style: none;
    padding: 0;
}

.blog_wrap ul li {
    font-size: 16px;
    padding: 5px;
    padding-left: 35px;
    position: relative;
    line-height: 28px;
    color: #565656;
}

.blog_wrap ul li::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    top: 11px;
    background: url(../img/arrow-right-circle.svg);
    background-size: 17px;
}

.repost {
    position: sticky;
    top: 180px;
}

.repost .title {
    font-weight: 500;
    color: #ed1b23;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
}

.repost h2 {
    font-size: 16px;
    padding: 5px 0 15px 0;
}

.repost figure {
    margin-bottom: 5px;
    max-width: 120px;
}

.repost:hover h2 {
    color: #ed1b23;
}

.applynow_btn {
    position: fixed;
    top: 45%;
    right: -45px;
    transform: rotate(-90deg);
    z-index: 10000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;

}

.applynow_btn a {
    background: #ed1b23;
    color: #FFF;
    padding: 12px 16px;
}

.applynow_btn a:hover {
    background: #000;
}

.meet-the-inst .list {
    width: 50%;
    padding: 30px;
    padding-top: 0;
}

.testi-contWar .meet-the-inst .list {
    width: calc(100% - 20px);
    background: #FFF;
    margin: 10px;
    padding-top: 1px;
    min-height: 350px;
}

.testi-contWar .meet-the-inst .cont {
    border: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.testi .testi-contWar p {
    text-transform: unset;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    color: #393939;
    padding-top: 0;
    width: calc(100% - 170px);
}

.meet-the-inst .list figure {
    max-width: 150px;
    margin: 0;
    float: left;
    margin-right: 20px;
}

.meet-the-inst .list figure img {
    border-radius: 5px;
}

.meet-the-inst .list h3 {
    font-size: 20px;
    margin: 10px 0;
}

.meet-the-inst p {
    /* font-size: 14px;
    line-height: 24px; */
    font-size: 16px;
    line-height: 28px;

}

.meet-the-inst .cont {
    border-left: 1px solid #ed1b23;
    padding-left: 20px;
    margin-top: 30px;
    min-height: 190px;
}

.meet-the-inst.caro .cont {
    display: flex;
}

.meet-the-inst.caro .cont figure {
    width: 150px;
}

.meet-the-inst.caro .cont .disc {
    width: calc(100% - 170px);
}

.testi .testi-contWar .meet-the-inst.caro p {
    width: unset;
}

.meet-the-inst.caro .cont figure img {}

.testi .meet-the-inst.caro p {
    padding-bottom: 0;
}

.meet-the-inst.caro .list h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px;
}

.meet-the-inst.caro .list h4 {
    font-size: 16px;
}

.meet-the-inst.caro .list h5 {
    font-size: 15px;
}

.meet-the-inst.caro .cont .disc .spwrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
}

.meet-the-inst.caro .cont .disc .spwrap .fdiv {
    width: 100%;
    margin-top: 10px;
}






/* Contact  */
.contact_wrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.contact_wrap h3 {
    color: #ed1b23;
}

.contact_wrap h4 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}

.contact_address {
    width: 60%;
}

.contact_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_details ul li {
    position: relative;
    padding: 5px 0px;
    padding-left: 40px;
    line-height: 24px;
}

.contact_details ul li figure {
    position: absolute;
    top: 9px;
    left: 0;
    margin: 0;
}

.contact_details img {
    max-width: 20px;
}

.contact_details_wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_details {
    width: 50%;
}

.contact_map {
    width: 50%;
    padding-left: 40px;
}

.contact_form {
    width: calc(40% - 42px);
    margin-left: 40px;
    padding: 40px;
    background: #f4f4f4;
    height: fit-content;
}

.contact_form h2 {
    margin-bottom: 20px;
}

.contact_form input,
.contact_form select,
.contact_form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 5px;
}

.contact_form textarea {
    height: 200px;
}

.contact_form .input_wrap {
    display: flex;
    justify-content: space-between;
}

.contact_form .input_sub50 {
    width: calc(50px - 10px);
}

.contact_form input[type=submit] {
    width: fit-content;
    border: 0;
    background: #ed1b23;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.contact_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}

.contact_map iframe {
    border-radius: 5px;
}

.cy-certified {
    text-align: center;

}

.cert_thum {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.cert_thum ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.cert_thum .list {
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px #e1e1e1;
    border-radius: 10px;
    cursor: pointer;
}

.cert_thum ul li {
    width: 20%;
}

.cert_thum .list img {
    border-radius: 10px;
}

/* Mulipopup */
.popup-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
    max-height: 90vh;
    overflow-y: auto;
    font-size: 16px;
}

.popup-content p {
    padding-top: 10px;
}

.popup-content h2 {
    font-size: 24px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mulipopup end */

.cource_menu {
    display: flex;
    padding: 30px 0;
    padding-bottom: 0;
    flex-wrap: wrap;
}

.cource_menu.vert {
    display: block;
    padding: 0;
    padding-left: 50px;

}

.cource_menu.vert img {
    display: none;
}

.cource_menu.vert .items {
    width: 100%;
    background: url(../img/bookicon.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 9px 12px;
    padding-left: 25px;
}

.cource_menu.vert .items a {
    display: flex;
    padding: 10px;
    /* align-items: center; */
    text-align: left;
}

.cource_menu.vert .items h4 {
    margin-top: 0;
    font-weight: 500;
}

.paraCont .med.flex span:nth-child(2) .cource_menu.vert img {
    max-width: 100px;
    margin-right: 15px;

    display: none;
}

.cource_menu .items {
    width: calc(20% - 22px);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

.cource_menu .items.dnone {
    display: none;
}

.cource_menu .items:hover {
    box-shadow: 0 0 10px #d5d5d5;
    color: #000;
}

.cource_menu .items a {
    padding: 20px;
    display: block;
}

.cource_menu .items img {
    width: 100%;
}

.cource_menu .items h4 {
    font-size: 16px;
    margin-top: 10px;
}

.banner_hili_caption {
    background: #000000a6;
    padding: 20px;
    color: #FFF;
    border-radius: 5px;
    font-size: 18px;
    width: fit-content;
    margin-top: 10px;
}

.banner_hili_caption span {
    background: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
    animation: blinkBg 1s infinite;
    padding: 2px 6px;
    border-radius: 4px;
    /* Initial color */
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

@keyframes blinkBg {
    0% {
        background-color: #FFF;
    }

    50% {
        background-color: #858585;
    }

    100% {
        background-color: #FFF;
    }
}
.banner_hili_caption strong {
    color: #FFF;
    font-size: 24px;
    display: inline-block;
    margin-top: 5px;
}

.fullwidthbanner {
    /* margin-top: 150px; */
    margin-top: 130px;
}

.fullwidthbanner .mainWrap {
    /* position: absolute;
    margin-top: 20vh;
    width: 100%; */
    position: absolute;
    margin-top: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}

.fullwidthbanner .container {
    width: 90%;
    max-width: 1230px;
    margin: 0px auto;
}

.fullwidthbanner .mo {
    display: none;
}

.fullwidthbanner .container .data {
    width: 50%;
}

.fullwidthbanner h1 {
    color: #fff;
    font-size: 39px;
    font-family: "Golos Text", sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000000;
}

.fullwidthbanner h1 span {
    color: #FFF;
    font-size: 28px;
    display: block;
}

.short-description {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.medtecmagt_hosp .pri-video {
    width: 400px;
    height: 500px;
    background: #393939;
    animation: bgmove1 15s infinite alternate;
    background-image: url(../img/ani-1.jpg);
    background-size: cover;
}

.medtecmagt_gover .d-flex>div {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #FFF;
}

.medtecmagt_gover h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.medtecmagt_gover .d-flex>div img {
    max-width: 100px;
    margin-bottom: 10px;
}

.medtecmagt_gover .d-flex>div p {
    font-size: 16px;
    line-height: 22px;

}

@keyframes bgmove1 {
    from {
        background-position: left center;
    }

    to {
        background-position: right center;
    }
}

.medtecmagt_hosp .cont-pri {
    width: calc(100% - 400px);
}

.co-wh * {
    color: #FFF !important;
}

.medtecmagt_hosp .list ul, .list.arrow ul {
    list-style: none;
    padding: 0;
}

.medtecmagt_hosp .list ul li, .list.arrow ul li {
    padding: 4px 0;
    position: relative;
    padding-left: 30px;
}

.medtecmagt_hosp .list ul li strong, .list.arrow ul li strong {
    font-weight: 600;
}

.medtecmagt_hosp .list ul li::before, .list.arrow ul li::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../img/arrow-right-circle.svg");
    background-size: auto;
    background-size: 17px;
    top: 8px;
    left: 0;
}

.medtecmagt_hosp .list ul.split2, .list.arrow ul.split2 {
    display: flex;
    flex-wrap: wrap;
}

.wr-50.gap {
    width: calc(50% - 30px);
}

.medtecmagt_hosp .sgovt table {
    background: #FFFFFFD9;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
}

.medtecmagt_hosp .sgovt table td,
.medtecmagt_hosp .sgovt table th {
    border-bottom: 1px solid #bbb2b2;
    padding: 10px 0;
}

.medtecmagt_hosp .sgovt table td {
    width: 50%;
}

.medtecmagt_turnkey .wr-50 {
    padding: 30px 0;
}

.medtecmagt_turnkey .w20-de img {
    max-width: 80px;
}

.revivelab.place .list {
    width: 25%;
    padding: 10px;
    text-align: center;
}
.revivelab.place .list .cont{
    background-color: #f1f1f1;
}

.revivelab.place .list img {
    width: 100%;
}
.revivelab.place .list .cont h3{
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 20px;
}
.revivelab.place .list .cont h3 span{
    color: #ed1b23;
    padding-bottom: 3px;
}
.revivelab.place .list .cont h4{
    font-size: 14px;
    border-top: 1px solid #000;
   border-top: 1px solid #fff;
  padding: 10px 0;
  padding-bottom: 20px;
  margin-top: 5px;
}

/* end */



/* Mobile Only */

@media only screen and (max-width: 767px) {


    .ptb {
        /* padding: 15% 0; */
        padding: 5% 0;

    }

    .pt0 {
        padding-top: 0;
    }

    .pb0 {
        padding-bottom: 0;
    }

    .w10-de,
    .w20-de,
    .w30-de,
    .w40-de,
    .w50-de,
    .w60-de,
    .w70-de,
    .w80-de {
        width: 100%;
    }

    .ptb.custom {
        padding: 10px 0px 10px 0px;
    }

    .tgap {
        margin-top: 60px;
    }

    .w-md-50 {
        width: 100%;
    }

    .d-flex.fdc {
        flex-direction: column;
    }

    .wr-50.gap {
        width: calc(100%);
        padding-bottom: 10px;
    }


    .training .para {
        padding: 0 30px;
    }

    .train_whocan ul li {
        width: calc(100%);
    }

    .train_contact {
        scroll-margin-top: 70px;
    }

    .train_contact .field_wrap .field_sub {
        width: calc(100%);
        margin: 0px;
    }

    .train_course_list .list {
        width: calc(100%);
    }

    .train_testimonials_list ul li {
        flex-direction: column;
        padding: 30px;
    }

    .train_contact h2 {
        margin-bottom: 50px;
        text-align: center;
    }

    .slider-container.training_banner h1 {
        top: -155px;
        font-size: 30px;
    }

    .slider-container.training_banner h1 span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }

    .train_contact input[type="submit"] {
        margin: auto;
    }

    .slider-container .thumbnail {
        width: 60px;
        height: 40px;
    }

    .slider-container .thumbnail-container {
        /* margin-top: -26vh; */
        bottom: 10px;
    }

    .slider-container.sub .thumbnail {
        width: 30px;
        height: 30px;
    }

    .slider-container.sub .thumbnail-container {
        /* margin-top: -26vh; 
        margin-top: -50vh;*/
        flex-direction: column;
        left: 3px;
        bottom: 10px;
    }

    .train_whochoose_wrap .sub {
        width: 100%;
        padding: 10px 0px;
    }

    .acad_cou .f_row .sub {
        width: calc(100%);
        margin-bottom: 30px;

    }

    .cour-pro .pic {
        width: 100%;
    }

    .cour-pro .data {
        width: 100%;
        padding: 50px 30px;
    }

    .blog_wrap .cont {
        padding: 0px 20px;
        display: block;
    }

    .blog_wrap>.list {
        width: calc(100%);
        margin: 0;
        margin-bottom: 30px;
    }

    .blog_wrap h2 {
        font-size: 22px;
    }

    .blog_wrap .b-left,
    .blog_wrap .b-right {
        width: 100%;
    }

    .repost h2 {
        font-size: 14px;
    }

    .train_contact .row {
        flex-wrap: wrap;
    }

    .train_contact .row .sub {
        width: 100%;
    }

    .slider-container.home_banner h1 {
        top: -200px;
    }

    .meet-the-inst .list {
        width: 100%;
        padding: 20px 0;
        padding-bottom: 30px;
    }

    .paraCont .med.flex {
        display: block;
        text-align: left;
    }

    .paraCont .med.flex span:nth-child(2) img {
        max-width: 150px;
        display: block;
        margin: 0px auto;
        margin-top: 35px;
    }

    h2 {
        font-size: 25px;
    }

    .contact_address,
    .contact_form,
    .contact_details,
    .acad_cou .f_row .sub4 {
        width: 100%;
    }

    .contact_form {
        margin: 0;
        margin-top: 30px;
    }

    .contact_map {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .cert_thum {
        flex-direction: column;
    }

    .cource_menu .items {
        width: calc(50% - 22px);
    }


    .testi-contWar .meet-the-inst .list {
        padding: 20px;
        padding-top: 1px;
    }

    .meet-the-inst.caro .cont {
        flex-direction: column;
    }

    .meet-the-inst.caro .cont figure {
        width: 100%;
        margin-bottom: 10px;
    }

    .meet-the-inst.caro .cont .disc {
        width: calc(100%);
    }

    .cource_menu.vert {
        padding-left: 0;
    }

    .paraCont .med.flex span:nth-child(2) .cource_menu.vert img {
        margin-top: 0px;
    }

    .cource_menu.vert .items {
        margin: 0;
        margin-top: 10px;
    }

    .paraCont .med.flex span:nth-child(2) h2 {
        margin-top: 40px;
        padding-left: 0;
    }

    .train_contact input,
    .train_contact textarea {
        padding: 15px;
    }

    .fullwidthbanner .mo {
        display: block;
    }

    .fullwidthbanner .dt {
        display: none;
    }

    .fullwidthbanner {
        margin-top: 90px;
        position: relative;
    }

    .fullwidthbanner .container .data {
        width: 90%;
    }

    .fullwidthbanner .mainWrap {
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        margin-top: 0;
    }

    .contact_form {
        padding: 25px;
    }

    .cour_cert img {
        max-width: 50px;
    }

    .medtecmagt_hosp .pri-video {
        width: 100%;
    }

    .medtecmagt_hosp .cont-pri {
        width: calc(100%);
    }

    .d-flex .sub5 {
        width: calc(100%);
    }

    .d-flex .sub5.sub5_md2 {
        width: calc(50% - 20px);
    }

    .revivelab.place .list {
        width: 100%;
    }

}

/* Mobile Only end */


/* Desktop Only */

@media only screen and (min-width: 768px) {
    .wr-50 {
        width: 50%;
    }

    .w20-de {
        width: 20%;
    }

    .w30-de {
        width: 30%;
    }

    .w40-de {
        width: 40%;
    }

    .w50-de {
        width: 50%;
    }

    .w60-de {
        width: 60%;
    }

    .w70-de {
        width: 70%;
    }

    .w80-de {
        width: 80%;
    }

    .pl10-de {
        padding-left: 10px;
    }

    .pl20-de {
        padding-left: 20px;
    }

    .pl30-de {
        padding-left: 30px;
    }

    .pl40-de {
        padding-left: 40px;
    }

    .pl50-de {
        padding-left: 50px;
    }

    .pr30-de {
        padding-right: 30px;
    }

    .d-flex.rr {
        flex-direction: row-reverse;
    }

    .px30-de {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog_wrap .b-right {
        padding-left: 40px;
    }

    .testi-contWar .meet-the-inst .list {
        min-height: 420px;
    }

    .medtecmagt_hosp .cont-pri {
        padding-left: 40px;
    }

    .medtecmagt_hosp .list ul.split2 li {
        width: 50%;
    }

}



/* Desktop Only end */