/********** Poppins FONT **************/
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Black.eot');
  src: url('fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Black.woff2') format('woff2'),
    url('fonts/Poppins-Black.woff') format('woff'),
    url('fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.eot');
  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Bold.woff2') format('woff2'),
    url('fonts/Poppins-Bold.woff') format('woff'),
    url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.eot');
  src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('fonts/Poppins-SemiBold.woff') format('woff'),
    url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.eot');
  src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Medium.woff2') format('woff2'),
    url('fonts/Poppins-Medium.woff') format('woff'),
    url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Regular.woff2') format('woff2'),
    url('fonts/Poppins-Regular.woff') format('woff'),
    url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.eot');
  src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Light.woff2') format('woff2'),
    url('fonts/Poppins-Light.woff') format('woff'),
    url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraLight.eot');
  src: url('fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('fonts/Poppins-ExtraLight.woff') format('woff'),
    url('fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Thin.eot');
  src: url('fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Thin.woff2') format('woff2'),
    url('fonts/Poppins-Thin.woff') format('woff'),
    url('fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


/********** Poppins FONT **************/





html {
    scroll-behavior: smooth;
}

a, a:hover, a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}



/* Transitions Common */
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
/* Transitions Common */





body {
    color: #000;
    font-family: "Poppins";
    font-weight: normal;
}









/* Back To Top CSS START */
.back-top {
    color: #fff;
    right: 25px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 45px;
    background: #222;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #06332c;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}

/* Back To Top CSS END */











/*** Navbar taggler icon animate CSS START ***/
.navbar-toggler {
    border: 0;
    color: inherit;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler-right {
    position: relative;
    right: 0;
    top: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #000;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.Master_Generative_AI #main_nav ul {
    margin: 0 auto;
}
.Master_Generative_AI .download-and-apply ul li:last-child {
    margin-right: 0px;
    padding: 14px 26px 14px 26px;
    border-radius: 10px;
    border: 0.5px solid #000000;
    box-shadow: 0px 10px 22px 0px #0056A642;
    background: #0056A6;
    font-family: "Inter", sans-serif; 
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #fff;
   
}
.Master_Generative_AI .download-and-apply ul {
    margin: 0px 0px 0px 0px;    
}
/*** Navbar taggler icon animate CSS END ***/











/* Sub Domains Revamp page CSS START */

.header_main_sec nav {
    color: #555;
    background: #fff;
    box-shadow: 0 3.8px 11px 0 rgba(0,0,0,0.12),0 0.5px 5px 0 rgba(0,0,0,0.04);
}
.logo_online {
    width: 240px;
}
.header_nav_wrapper {
    width: 100%;
}
.cust_navMenu.navbar-nav .nav-item .nav-link {
    color: #172033;
    font-size: 14.5px;
    font-family: "Inter", sans-serif; 
    font-weight: 500;
    padding: 7px 10px 7px;
    margin: 0px 5px 0px;
    text-align: center;
    line-height: 1.2;
    border: 0px solid #000;
    border-radius: 3px;   
}
.cust_navMenu.navbar-nav .nav-item .nav-link:hover,
.cust_navMenu.navbar-nav .nav-item .nav-link.active {   
    color: #fff;
    background: #004580;
    /* border: 1px solid #004580;*/
}
.cust_navMenu.navbar-nav .nav-item.active .nav-link {   
    color: #fff;
    background: #004580;
    border: 1px solid #004580;
}
.accordian-list-text {
    margin-bottom: 0px;
}
.accordian-list-text li p {
    margin-bottom: 0px;    
}
.master-top-ai .ai-tools-list span {
    display: block;
    width: 55px;
    height: 50px;
    background-size: none;    
}
.master-top-ai .ai-tools-list:first-child span {
     background: url(../images/master-top-ai1.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-tools-list:nth-child(2) span {
     background: url(../images/master-top-ai2.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-tools-list:nth-child(3) span {
     background: url(../images/master-top-ai3.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-tools-list:nth-child(4) span {
     background: url(../images/master-top-ai4.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-tools-list:nth-child(5) span {
     background: url(../images/master-top-ai5.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-blender  .ai-tools-list:nth-child(3) span {
     background: url(../images/blender.png) no-repeat;
         background-size: 100%;
}
.master-top-ai .ai-blender  .ai-tools-list:nth-child(4) span {
     background: url(../images/master-top-ai3.png) no-repeat;
         background-size: 100%;
}

.master-top-ai .ai-tools-list p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14.46px;
    line-height: 23.13px;
    text-align: center;
    color: #000000;
}
.master-top-ai .ai-tools-wpr {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(5, 1fr);
    gap: 35px 15px;
    padding-top: 20px;
}
.master-top-ai .ai-tools-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    background: #FFFFFF;
    padding: 15px 10px;
    border-radius: 21px;
    border: 1.2px solid #FFFFFF;
    box-shadow: 0px 8px 24px 0px #0000001A;
    min-height: 160px;
}


.master-top-ai .ai-tools-list p.light-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12.05px;
    line-height: 19.28px;;
    text-align: center;
    color: #000000;
}
.book-center {
    text-align: center;
}



































/* AI and ML page CSS START */

.headerBanner_main_sec {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/Master_Generative_AI_hero.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.smart-waste-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/smart-waste-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.vfx-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/vfx-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.creative-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/creative-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.ai-ml-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/ai-ml-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.soft-skills-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/soft-skills-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.yoga-human-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/yoga-human-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.yoga-human-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/yoga-human-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.diploma-stress-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/stress-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}
.headerBanner_main_sec.datascience-banner {
    /*background: url("../images/banner_header_1_desktop.jpg") no-repeat center center;*/
    background: url("../images/diploma-datascience-banner.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 52rem;
    margin: 65px auto 0px;
    position: relative;
}

.master-generative-banner-content .banner_leftBox p.banner-para-bold {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17.5px;
    line-height: 28px;
    color: #667085;
    margin-bottom: 10px;
}
.headerBanner_floatingBox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -25px;
    z-index: 99;
    margin: 0px auto;
    width: 52%;
    color: #0c4da2;
    font-size: 18px;   
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding: 11px 20px;
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 10px;    
    box-shadow: 0px 2px 2px 0px #dadada;     
}


.btn.ctaBtn_banner {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #D1B135;
    border-radius: 4px;
    display: block;
    position: absolute;
    bottom: 70px;
    left: -20px;
    z-index: 1;
} 
.btn.ctaBtn_banner:hover {
    color: #fff;
    background: #D1B135;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.07) 0px 1px 1px,rgba(0,0,0,0.07) 0px 2px 2px,rgba(0,0,0,0.07) 0px 4px 4px,rgba(0,0,0,0.07) 0px 8px 8px,rgba(0,0,0,0.07) 0px 16px 16px;
}

.master-generative-banner-content .banner_leftBox {
    padding-top: 100px;
    max-width: 500px;
}
.master-generative-banner-content .banner_leftBox h4 img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.master-generative-banner-content .banner_leftBox h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.13px;
    vertical-align: middle;
    color: #005BAC;
    background: #EAF4FF;
    border: 1px solid #CFE6FF;
    width: 202px;
    border-radius: 100px;
    padding: 7px 0px;
    text-align: center;
}
.master-generative-banner-content .banner_leftBox h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;;
    /* font-size: 52px;
    line-height: 60.64px; */
    font-size: 42px;
    line-height: 52.64px;
    letter-spacing: -1.16px;
    color: #071A33;
    margin: 10px 0px 10px 0px;
}
.master-generative-banner-content .banner_leftBox h1 span {
    color: #005BAC;
}
.master-generative-banner-content .banner_leftBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 28px;
    color: #667085;
}
.master-generative-banner-content .banner_leftBox .btn.banner_Btn {
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    background: #061c5e;
    border-radius: 10px;
    border: 1px solid #0056A6;
}
.master-generative-banner-content .banner_leftBox .btn.banner_Btn.applynowBtn {
    background: #0056A6;
    border: 1px solid #fff;
    box-shadow: 0px 10px 22px 0px #0056A642;
}
.master-generative-banner-content .banner_leftBox .btn.banner_Btn.dl_broucherBtn {
    border: 1px solid #0056A6;
    background: #fff;
    color: #0056A6;
}
.master-generative-banner-content .banner_leftBox .btn.banner_Btn.dl_broucherBtn:hover {
    border: 1px solid #0056A6;
    background: #0056A6;
    color: #fff;
}
.master-generative-banner-content .banner_leftBox .banner_iconBox span {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #EAF4FF;
    text-align: center;
    display: block;
    padding-top: 8px;
    margin-bottom: 5px;
}
.master-generative-banner-content .banner_leftBox .banner_iconBox p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 17.55px;
    color: #071A33;
}
.reviews-users {
    margin-top: 30px;
}
.reviews-counts {
    margin: 10px 0px;
}
.reviews-counts span {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 22.4px;
    vertical-align: middle;
    color: #071A33;
    display: inline-block
}
.reviews-counts img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
.learners-text p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20.8px;
    color: #667085;
}
/* For Fixed Form in Banner section */
/*
.certification_form_sec {
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 9;
    width: 450px;
    height: 500px;
    margin: 0px 0px 0px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px 0px 7px 7px;
    box-shadow: 5px 0px 5px 3px #a6a6a6;
}
*/
/* For Fixed Form in Banner section */



.certification_form_sec {
    position: absolute;
    right: 15px;
    top: 170px;
    z-index: 9;
    width: 500px;
    height: 565px;
    margin: 0px 0px 0px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    box-shadow: 0px 5px 10px 0px #e5e5e5;
	opacity: 0.9;	
}
.certification_form_sec h1 {
    color: #000;
    font-size: 20px;   
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.4;
    text-align: center;        
    padding: 10px 10px;    
    margin: 0px 0px 0px;    
/*     background: #000; */
}
.form_fixFooter {
    top: inherit;
    bottom: 2px;
}








.bgHeading_1 {
    text-align: center;
    margin: 0px 0px 30px;
}
.bgHeading_1 span {
    color: #FFF;
    font-size: 28px;   
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 30px 5px;
    margin: 0px 0px 0px;
    background: #d1b135;
    border: 1px solid #0C4DA2;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0px 0px 5px #00000040;
}




.dualColor_heading_1 {
    padding: 5px 0px 5px;
    margin: 0px 0px 10px;
    font-family: "Inter", sans-serif; 
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    color: #071A33;
}
.dualColor_heading_1 span {
    color: #0C4DA2;
}









.topUniversityPartner_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}

.topUniversityPartner_main_sec .dualColor_heading_1 {
    text-align: center;
}

.topUnivPartner_slide_show.slick-slider .slick-track {
    display: flex;
}
.topUnivPartner_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.topUnivPartner_slide_show .universityPartner_item {
    padding: 10px 10px 10px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    text-align: center;
    /* background: #fff; */
    background: transparent;
    border-radius: 5px;    
    justify-content: center;
    /*border: 1px solid #ececec;
     box-shadow: 0px 2px 2px 0px #dadada;     */
    position: relative;
    width: 100%;
}
.topUnivPartner_slide_show .universityPartner_item .univ_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
}
.topUnivPartner_slide_show .universityPartner_item .univ_imgBox img {
    border-radius: 5px;
}

.topUnivPartner_slide_show .universityPartner_item p {
    color: #000;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.topUnivPartner_slide_show .universityPartner_item p span {
    color: #0c4da2;
}


.topUniversityPartner_main_sec.recognized-and-trust {
    background: #F7FBFF;
    border-top: 1px solid #D9E2EC;  
    border-bottom: 1px solid #D9E2EC;  
}

.topUniversityPartner_main_sec.recognized-and-trust .dualColor_heading_1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    color: #667085;
}


/****AI Tools*********/
.ai-tools-platforms {
    background: #F7FBFF;
    padding: 40px 20px; 
    margin-top: 50px;  
}
.ai-tools-title h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #071A33;
}
.ai-tools-title h2 span {
    color: #034DA1;
}
.ai-tools-title p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    text-align: center;
    color: #667085;
}
.ai-tools-wpr {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(7, 1fr);
    gap: 35px 15px;
    padding-top: 20px;
}
.ai-tools-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px #0000001A;
    padding: 15px 10px;
    border-radius: 5px;
}
.ai-tools-list span {
    display: block;
    width: 55px;
    height: 50px;
    background: url(../images/ai-tools.png) no-repeat;
    background-size: 500px;
}
.ai-tools-list:first-child span {
    background-position: -25px -47px;
}
.ai-tools-list:nth-child(2) span {
    background-position: -97px -47px;
}
.ai-tools-list:nth-child(3) span {
    background-position: -161px -47px;
}
.ai-tools-list:nth-child(4) span {
    background-position: -225px -47px;
}
.ai-tools-list:nth-child(5) span {
    background-position: -295px -47px;
}
.ai-tools-list:nth-child(6) span {
    background-position: -365px -47px;
}
.ai-tools-list:nth-child(7) span {
    background-position: -429px -47px;
}
.ai-tools-list:nth-child(8) span {
    background-position: -24px -120px;
}
.ai-tools-list:nth-child(9) span {
    background-position: -97px -120px;
}
.ai-tools-list:nth-child(10) span {
    background-position: -162px -120px;
}
.ai-tools-list:nth-child(11) span {
    background-position: -226px -120px;
}
.ai-tools-list:nth-child(12) span {
    background-position: -295px -120px;
}
.ai-tools-list:nth-child(13) span {
    background-position: -363px -120px;
}
.ai-tools-list:nth-child(14) span {
    background-position: -427px -120px;
}
.ai-tools-list p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 27.2px;
    letter-spacing: -0.34px;
    color: #071A33;
    text-align: center;
    margin: 0px;
}
.view-all-tools {
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.view-all-tools a {
    border-radius: 10px;
    padding-top: 14px;
    padding-right: 26px;
    padding-bottom: 14px;
    padding-left: 26px;
    border: 1px solid #005BAC;
    background: #fff;    
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #005BAC;
}
.view-all-tools a:hover {
    border: 1px solid #0056A6;
    background: #0056A6;
    color: #fff;    
}
.accrd-title {
    width: 100%;
    padding: 30px 0px;
}
.accrd-title h2 {
    font-family: "Inter", sans-serif; 
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    color: #071A33;
}
.accrd-title p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #667085;
    text-align: center;
}
.before-border {
    position: relative;
    padding: 0px 0px;
}
.weeks-title {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #D9E2EC;
    border-radius: 12px;
    padding: 15px;
}
.weeks-title .weeks-span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 19.2px;
    color: #005BAC;
    display: block;
    font-size: 12px;
    border-radius: 8px;
    margin-right: 10px;
}
.weeks-title p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #071A33;
    margin: 5px 0px 0px 0px;
    display: block;
    clear: both;
}
.week-discriptions {
clear: both;
    margin: -10px 0px 10px;
    padding: 10px 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #D9E2EC;
}
.ui-accordion-header-active.ui-state-active {
        border-bottom: 1px solid transparent;
        border-radius: 12px 12px 0px 0px;
        margin-bottom: 0px;
}
.week-discriptions p {
    font-family: "Inter", sans-serif; 
    font-weight: 400;
    font-size: 13.5px;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: #667085;
}
.ui-accordion-header-icon::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    background: #EFF4FA;
    border-radius: 100%;
    font-weight: 600;
    background: url(../images/dwn-ar.png) no-repeat center;
}
.ui-accordion-header-icon.ui-icon-triangle-1-s::after {
    content: '';
    background: url(../images/up-ar.png) no-repeat center;
}
.books-preparations-section {
    background: #F7FBFF;
}
.Syllabus-btn-wpr {
    background: #EAF4FF;
    border: 1px solid #CFE6FF;
    padding: 30px;
    overflow: hidden;
    margin: 15px 0px;
}
.syllabus-btn-left span {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 15px;
}
.syllabus-text {
    float: left;
}
.syllabus-text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    color: #172033;
}
.syllabus-text p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20.8px;
    color: #667085; 
    margin-bottom: 0px;  
}
.more-books {
    float: right;
}
.ai-tools-platforms .view-all-tools {
    text-align: center;
    padding: 50px 0px 0px 0px;
}



/*****ai-skilled-professional********/
.ai-skilled-professional {
    padding: 50px 0px;
    background: #fff;
}
.ai-skilled-wpr {
    border-radius: 24px;
    width: 100%;
    float: left;
    clear: both;
    padding: 55px;
    background: linear-gradient(110.7deg, #01247b 0%, #012b80 100%);

}
.ai-skilled-list {
    width: 33.333%;
    float: left;
}
.ai-skilled-left .who-apply-list h2,
.ai-skilled-right .who-apply-list h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20.8px;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: #FF8383;
}
.ai-skilled-right .who-apply-list h2 {
    color: #7AFFAB;
}

.ai-skilled-left .who-apply-list ul,
.ai-skilled-right .who-apply-list ul {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
}
.ai-skilled-left .who-apply-list ul li,
.ai-skilled-right .who-apply-list ul li {
    position: relative;
    list-style: none;
    margin-bottom: 18px;
}
.ai-skilled-left .who-apply-list ul li p,
.ai-skilled-right .who-apply-list ul li p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 23.2px;
    color: #FFFFFFE5; 
        padding-left: 8px;  
}
.ai-skilled-left .who-apply-list ul li:before,
.ai-skilled-right .who-apply-list ul li:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    background: transparent;
    border-radius: 100%;
    /* border: 1px solid #FF8383;  */
}
.ai-skilled-left .who-apply-list ul li:after,
.ai-skilled-right .who-apply-list ul li:after {
    position: absolute;
    left: -20px;
    top: 2px;
    width: 0px;
    height: 0px;
    text-align: center;
}
.ai-skilled-left .who-apply-list ul li:before {
    background: url(../images/before-icon.png) no-repeat center;
}
.ai-skilled-right .who-apply-list ul li:before {
    background: url(../images/after-icon.png) no-repeat center;
}
/* .ai-skilled-right .who-apply-list ul li:before {
    border: 1px solid #7AFFAB; 
}
.ai-skilled-right .who-apply-list ul li:after {
    content: "✔";
    color: #7AFFAB;
    left: -20px;
    font-size: 8px;
} */
.ai-skilled-professional .Syllabus-btn-wpr {
    width: 100%;
    float: left;
    clear: both;
    background: #FFFFFF12;
    border: 1px solid #FFFFFF26;
    border-radius: 14px;
    margin: 0px 0px 0px;
    padding: 15px 20px;
}
.ai-skilled-professional .syllabus-btn-left .syllabus-text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22.29px;
    line-height: 35.66px;
    color: #FFFFFFB2;
    margin: 20px 0px 0px;
}
.ai-skilled-professional .more-books h2{
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 58px;
    color: #FFFFFF;
    text-align: right;
}
.ai-skilled-professional .more-books.reduce-text h2 {
    font-size: 26px;
    line-height: 44px;
    padding-top: 10px;
}
/* .ai-skilled-professional.bottom-text-size .more-books.reduce-text h2 {
    font-size: 22px;
    line-height: 36px;
    padding-top: 20px;

} */
.ai-skilled-professional .more-books h2 p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    line-height: 18.4px;
    color: #FFFFFF8C;
    margin-bottom: 0px;
}
.ai-skilled-list.book-center img {
    position: relative;
    top: -30px;
}

.learner-skills-list {
    padding: 30px 0px;
    background: linear-gradient(94.22deg, #003B73 0%, #005BAC 100%);
}
.learner-skills-list .yOnline_stands_item {
    padding: 10px 10px 10px;
    margin: 20px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: transparent;
    position: relative;
    width: 100%;
}
.learner-skills-list .yOnline_stands_item .yOnlineStands_dataBox h3 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.learner-skills-list .yOnline_stands_item .yOnlineStands_dataBox p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFFC7;
    margin: 0px 0px 0px 0px;
}
/*********Why Everyone is Learning AI in 2026************/
.wellness_skill_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}
.upskill_imgBox {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(153.88deg, #EAF4FF 0%, #FFFFFF 100%);
    border: 1px solid #D9E2EC
}
.upskill_imgBox img {
    width: 100%;
}
.wellness_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.wellness_wrap .dualColor_heading_1 {
    margin: 0px 0px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32.57px;
    line-height: 52.11px;
    letter-spacing: -0.65px;
    text-align: left;
    color: #071A33;
}
.wellness_wrap .dualColor_heading_1 .title_subText {
    margin-top: 0px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    letter-spacing: 0%;
    color: #667085;
    text-align: left;
}
.wellness_wrap .dualColor_heading_1 .dblock_text {
    color: #000;
    display: block;
}
.upskill_list_sec {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 15px 15px;
}
.upskill_list_sec .listBox {
    display: flex;
    align-items: start;
    gap: 10px;
}
.upskill_list_sec .listBox img {
    width: 25px;
}
.upskill_list_sec .listBox span h4 {
    margin: 0px 0px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16.5px;
    line-height: 26.4px;
    letter-spacing: -0.33px;
    color: #071A33;
}
.upskill_list_sec .listBox span p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #667085;
}
.ai-skilled-professional .Syllabus-btn-wpr.syllabus-design {
    padding: 15px 20px 30px;

}



/******Career-expert*********/
.career-expert .wellness_wrap {
    background: linear-gradient(108.2deg, #034DA1 0%, #0A4689 100%);
    border-radius: 24px;
    padding: 50px 50px 40px;
}
.career-expert .upskill_imgBox {
    border: none;
}


.career-expert .wellness_wrap .dualColor_heading_1 {
    margin: 0px 0px 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: -0.56px;
    text-align: left;
    color: #FFFFFF;
}
.career-expert .wellness_wrap .dualColor_heading_1 .title_subText {
    margin-top: 0px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 23.2px;
    letter-spacing: 0%;
    color: #FFFFFFB2;
    text-align: left;
}
.application-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;;
    font-size: 12px;
    line-height: 19.2px;
    color: #667085;
    margin: 0px 0px 15px;
}
.pay-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22.4px;
    color: #003B73;
    text-align: right;
    margin: 0px 0px 15px;

}
.pay-text img {
    display: inline-block;
    vertical-align:  middle;
    margin-right: 10px;
}
.career-expert .wellness_wrap .dualColor_heading_1 .title_subText.top-title-text {
    margin-top: 5px !important;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 27.2px;
    letter-spacing: 0%;
    color: #CFE0F5;
    text-align: left;
}

.book-free-wpr .ctaBtn_sec {
    text-align: left;
    margin: 0px 0px 0px;
}
.book-free-wpr .ctaBtn_sec a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #005BAC;
    box-shadow: 0px 6px 16px 0px #005BAC47;
    color: #FFFFFF;
    padding: 14px 26px;
}
.book-free-wpr .ctaBtn_sec a:hover {
    background: #fff;
    color: #fff;
        box-shadow: 0px 6px 16px 0px #005BAC47;
}
.book-free-wpr .ctaBtn_sec a:first-child {
    margin-right: 10px;
    background: #005BAC;
    box-shadow: 0px 6px 16px 0px #005BAC47;
    border-radius: 10px;
}
.book-free-wpr .ctaBtn_sec a:last-child {
    background: #FFFFFF14;
    border: 1px solid #FFFFFF59;
    border-radius: 10px;
}
.tick-list {
    padding-top: 10px;
}
.career-expert .wellness_wrap .dualColor_heading_1 {
    margin: 0px 0px 20px;
}
.wellness_skill_main_sec.career-expert {
    padding: 50px 0px 0px;
    margin: 0px 0px 0px;
}
.tick-list ul {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 25px;  
}
.tick-list ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    float: left;
    margin-right: 40px;   
}
.tick-list ul li:last-child {
    margin-right: 0px;
}
.tick-list ul li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #7AFFAB;
}
.tick-list ul li:after {
    content: "✔";
    position: absolute;
    left: -20px;
    top: 0px;
    width: 0px;
    height: 0px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #7AFFAB;
}
.tick-list ul li p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    line-height: 21.6px;
    color: #FFFFFFD9;
}
/**********ProgFeeStructure************/
.progFeeStructure_main_sec {
    padding: 50px 0px 30px;
    margin: 0px 0px 0px;
    background: #F7FBFF;
}
.progFee_wrap {
    padding: 0px 150px 0px;
}
.progFee_wrap .dualColor_heading_1 {
    color: #071A33;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.8px;
    text-align: center;
}
.progFee_wrap .dualColor_heading_1 p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    text-align: center;
    color: #667085;
}
.progFee_dataBox {
    padding: 30px 30px 30px;
    margin: 0px 0px 30px;
    border: 1px solid #D9E2EC;
    border-radius: 14px;
    box-shadow: 0px 8px 24px 0px #071A330F;
    position: relative;
    background: #fff;
}
.progFee_dataBox:hover,
.progFee_dataBox.Popular-box {
    border: 1px solid #0c4da2;
}
.progFee_dataBox:hover .btn.enrollNow_Btn,
.progFee_dataBox.Popular-box .btn.enrollNow_Btn {
    color: #fff;
    background: #0c4da2;
}
.progFee_dataBox h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 24.8px;
    color: #667085;
    margin-bottom: 15px;
}
.Popular-text {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 17.6px;
    letter-spacing: 0.33px;
    color: #fff;
    background: #005BAC;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: -10px;
    padding: 5px 15px;
}
.progFee_dataBox h3 span {
    color: #4571A1;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 10px 0px 0px;
    display: block;
}
.progFee_dataBox h1 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: normal;
    color: #071A33;
}
.progFee_dataBox h1 span.sub_1 {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: normal;
    color: #071A33;
}
.months-txt  {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 21.6px;
    color: #667085;
}
.exclude-fee {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
    color: #667085;
}
.custom_list_2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px;
}
.custom_list_2 li {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 15px;
    list-style: none;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13.8px;
    line-height: 22px;
    color: #172033;    
}
.custom_list_2 li::before {
    content: '\f00c';
    color: #0c4da2;
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px;
}
.btn.enrollNow_Btn {
    color: #0c4da2;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    padding: 15px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #0c4da2;
    min-width: 120px;
    display: block;
}
.btn.enrollNow_Btn:hover,
.progFee_dataBox.Popular-box .btn.enrollNow_Btn {
    color: #fff;
    background: #0c4da2;
    border-radius: 7px;
    transition: all 0.5s;
}


.whyChooseCourse_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
}

.dualColor_heading_1 .title_subText {
    margin: 0px 0px 0px;
    font-family: "Inter", sans-serif; 
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    text-align: center;
    color: #667085;
}


.yChooseCourse_slide_show.slick-slider .slick-track {
    display: flex;
}
.yChooseCourse_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.yChooseCourse_slide_show {
    padding: 0px 0px 0px;
    margin: 0px 0px 40px;
}
.yChooseCourse_slide_show .yChooseCourse_item {
    padding: 30px 20px 20px;
    margin: 40px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 14px;    
    justify-content: center;
    border: 1px solid #D9E2EC;
    box-shadow: 0px 0px 10px 0px #071A330F;
    position: relative;
    width: 100%;
}
.yChooseCourse_slide_show .yChooseCourse_item .yCourse_imgBox {
    margin: 0px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EAF4FF;
    align-content: center;
    text-align: center;
}
.yChooseCourse_slide_show .yChooseCourse_item .yCourse_imgBox img {
    margin: 0 auto;
}

.yChooseCourse_slide_show .yChooseCourse_item .yCourse_dataBox h3 {
    color: #666;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px 0px 5px;
    text-align: left;
}
.yChooseCourse_slide_show .yChooseCourse_item .yCourse_dataBox p {
    font-family: "Inter", sans-serif; 
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #667085;
    text-align: left;
}
.yChooseCourse_slide_show .yChooseCourse_item .yCourse_dataBox p b {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    color: #071A33;
    text-align: left;
    margin: 15px 0px 5px;
    display: block;
}
















.topIndustryTools_main_sec {
    padding: 30px 0px 50px;
    margin: 0px 0px 0px;
}

.topIndustryTools_slide_show.slick-slider .slick-track {
    display: flex;
}
.topIndustryTools_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.topIndustryTools_slide_show {
    padding: 0px 0px 0px;
    margin: 0px 0px 40px;
}
.topIndustryTools_slide_show .industryTools_item {
    padding: 10px 10px 10px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    text-align: center;
    background: #fff;
    border-radius: 0px;    
    justify-content: center;
    border: 1px solid #f2f2f2;
    /* box-shadow: 0px 2px 2px 0px #dadada;     */
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.topIndustryTools_slide_show .industryTools_item .indTool_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
}
.topIndustryTools_slide_show .industryTools_item .indTool_imgBox img {
    border-radius: 5px;
}

.topIndustryTools_slide_show .industryTools_item p {
    color: #0c4da2;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}












.certificate_stands_main_sec {
    padding: 30px 0px 50px;
    margin: 0px 0px 0px;
}

.certificate_stands_dataBox {
    width: 90%;
    margin: 0px 0px 0px;
}


.cust_table_1 {
    padding: 0px 0px 0px;
    margin: 0px 0px 30px;
    border: 1px solid #000;
    border-radius: 10px;
}
/* 
.cust_table_1 th, 
.cust_table_1 td {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 3px;
} */
.cust_table_1 tr th {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    padding: 10px 7px;
    text-align: center;
    background: #0c4da2;    
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.cust_table_1 tr td {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 7px 7px;
    text-align: center;
    background: #f1f1f1;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}














.bestIndustry_and_acad_main_sec {
    padding: 30px 0px 30px;
    margin: 0px 0px 0px;
}

.bestIndustryAcad_slide_show.slick-slider .slick-track {
    display: flex;
}
.bestIndustryAcad_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}

.bestIndustryAcad_slide_show {
    padding: 0px 0px 0px;
    margin: 0px 0px 40px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    line-height: 1.4;
    text-align: center;
    background: #F7FBFF;
    justify-content: center;
    border: 1px solid #f2f2f2;
    border-radius: 11px;
    box-shadow: 0px 2px 2px 0px #dadada;
    position: relative;
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 11px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_imgBox {
    display: flex;
    justify-content: center;
    margin: 0px 0px 0px;
    background: linear-gradient(164.15deg, #003B73 0%, #071A33 100%);
    border-radius: 11px;
    overflow: hidden;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_imgBox img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails {
    color: #666;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    text-align: left;
    padding: 30px 40px 30px;
    margin: 0px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h2 {
    margin: 0px 0px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 37.87px;
    line-height: 60px;
    letter-spacing: -0.76px;
    color: #071A33;
}

.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h4 {
    font-family: "Inter", sans-serif; 
    font-weight: 600;
    font-size: 21.12px;
    line-height: 33.79px;
    vertical-align: middle;
    color: #005BAC;
}
.bestIndustryAcad_item .ctaBtn_sec .applynow_Btn {
    font-family: "Inter", sans-serif; 
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #005BAC;
    border: 1px solid #005BAC;
    background: #fff;
    border-radius: 10px;
    padding: 14px 26px;
}
.bestIndustryAcad_item .ctaBtn_sec {
    text-align: left;
    margin: 30px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif; 
    font-weight: 400;
    margin: 0px 0px 5px;
    color: #172033;
}

.bestAcad_profDetails ul {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.bestAcad_profDetails ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.bestAcad_profDetails ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
}
.bestAcad_profDetails ul li:first-child:before {
    background: url(../images/sindhu-icon1.png) no-repeat center;
}
.bestAcad_profDetails ul li:nth-child(2):before {
    background: url(../images/sindhu-icon2.png) no-repeat center;
}
.bestAcad_profDetails ul li:nth-child(3):before {
    background: url(../images/sindhu-icon3.png) no-repeat center;
}
.bestAcad_profDetails ul li:nth-child(4):before {
    background: url(../images/sindhu-icon4.png) no-repeat center;
}
.bestAcad_profDetails ul li p {
    
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails p span {
    color: #000;
    font-weight: 600;
    margin: 0px 5px 0px 0px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails a {
    color: #005BAC;
    margin: 0px 0px 0px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails a:hover {
    border: 1px solid #005BAC;
    background: #0056A6;
    color: #fff;
     border-radius: 10px;
}

.faculty_profileList {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;
}
.faculty_profileList li {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 5px 15px;
    list-style: none;
}
.faculty_profileList li i {
    font-size: 12px;
    margin: 0 5px 0 0;
}





/***********What our learns******************/
.what_studentSay_main_sec {
    padding: 50px 0px 50px;
    margin: 0px 0px 0px;
    background: #F7FBFF;
    width: 100%;
    float: left;
}
.what_studentSay_wrap {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.what_studentSay_main_sec .dualColor_heading_1 {
    color: #071A33;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 32px;
    padding: 5px 0px 5px;
    margin: 0px 0px 10px;
    text-align: left;
}
.what_studentSay_main_sec .dualColor_heading_1 .title_sub_blueText {
    font-weight: 400;
    font-size: 17px;
    line-height: 27.2px;
    text-align: center;
    color: #667085;
}
.what_student_say_slide_show.slick-slider .slick-track {
    display: flex;
}
.what_student_say_slide_show.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}
.what_student_say_slide_show .studentSay_item {
    padding: 30px 25px 30px;
    margin: 10px 10px 10px;
    line-height: 1.4;
    /* text-align: center; */
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    border: 1px solid #E2E6EE;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.what_student_say_slide_show .studentSay_item p {
    color: #5A6078;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px 0px 10px;
}
.what_student_say_slide_show .studentSay_item p:first-child {
    color: #FFC72C;
    font-size: 18px;
}
.what_student_say_slide_show .studentSay_item .student_detail {
    display: grid;
    grid-template-columns: 55px 200px;
    align-items: center;
    gap: 10px;
}
.what_student_say_slide_show .studentSay_item .student_detail span {
    color: #FFF;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0px 0px 0px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.what_student_say_slide_show .studentSay_item .student_detail h3 {
    color: #000;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0px 0px 0px;
}
.what_student_say_slide_show .studentSay_item .student_detail h3 p {
    color: #5A6078;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0px 0px;
}








.certificate_main_sec {
    padding: 0px 0px 10px;
    margin: 0px 0px 0px;
}
.certificate_wrap {
    padding: 0px 0px 40px;
}
.certificate-left-list .certificate-left-listicon {
    width: 100%;
    float: left;
}
.certificate-left-list .custom_list_1 {
padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;    
}
.certificate-left-list .custom_list_1 li {
position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #374151;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 40px;
}
.certificate-left-list .custom_list_1 li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 26px;
    height: 26px;
    /* text-align: center;
    line-height: 25px;
    font-size: 20px;
    background: #2563EB; 
    border-radius: 100%;*/
}
.certificate-left-list .custom_list_1 li::before {
 background: url(../images/tick-crt.png) no-repeat center;
}
.certificate-left-list .custom_list_1 li::after {
    /* content: "✔";
    position: absolute;
    left: 4px;
    top: 0px;
    color: #fff;
    font-size: 14px; */
   
}
.certificate-left-list .syllabus-btn-left span {
width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
}
.certificate-left-list .syllabus-text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32.5px;
    color: #111827;
    margin: 0px 0px 0px 0px;
}
.certificate-left-list .syllabus-text p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32.5px;
    color: #2563EB;
    margin-bottom: 0px;
    position: relative;
}
.certificate-left-list .syllabus-text p::after {
    content: '';
    width: 40px;
    height: 4px;
    background: #2563EB;
    position: absolute;
    left: 0px;
    bottom: -15px;
}
.certificate-left-list {
    border: 1px solid #F3F4F6;
    width: 95%;
    float: left;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 30px 35px;
}
.accrd-title h2 span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 64px;
    letter-spacing: -0.8px;
    color: #034DA1;
}
.certificate_dataBox {
    padding: 0px 0px 0px;
    margin: 30px 0px 0px;
    clear: both;
    width: 100%;
    float: left;
}
.certificate_dataBox p {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 25px;
}
.certificate_dataBox p b {
    font-weight: 600;
}
.custom_list_1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;
}
.custom_list_1 li {
    color: #454545;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0px 0px 25px 15px;
    list-style: none;
}


/********frequently-asked-questions***********/
.frequently-asked-questions .ui-accordion-header-icon::after {
    top: 17px;
}
.frequently-asked-questions {
    background: #F7FBFF;
    clear: both;
    padding-bottom: 50px;
}
.frequently-asked-questions .accrd-title {
    padding: 0px 0px 30px;
}


.next-generation-section {
    padding: 50px 0px 50px;
    clear: both;
    background: linear-gradient(94.2deg, #003B7A 0%, #0056A6 100%);
    margin-top: 40px;    
    border-radius: 24px 24px 0px 0px;
}
.next-generation-wpr {

    margin-bottom: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
}
.next-generation-left {
    width: 65%;
    float: left;
}
.next-generation-left span {
    float: left;
    width: 64px;
    height: 64px;
    background: #FDB91329;
    text-align: center;
    align-content: center;
    border-radius: 16px;
}
.next-generation-title {
    float: left;
    width: calc(100% - 90px);
    margin-left: 20px;
}
.next-generation-title h3 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 22px;
    line-height: 41.6px;
    color: #fff;
    margin: 0px 0px;
}
.next-generation-title p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 14.5px;
    line-height: 23.2px;
    color: #FFFFFFC7;
    margin: 0px 0px;
}
.next-generation-right {
    width: 35%;
    float: left;
    padding: 8px 0px 0px 20px;
}
.next-generation-section .btn.banner_Btn {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 10px 20px;
    margin: 0px 10px 10px 0px;
    background: #061c5e;
    border-radius: 10px;
    border: 1px solid #0056A6;
}
.next-generation-section .next-generation-right .btn.banner_Btn.applynowBtn {
    background: #FDB913;
    border: 1px solid #fff;
    box-shadow: 0px 10px 22px 0px #0056A642;
    color: #003B7A;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0px 10px 22px 0px #FDB91359;
    border: 1px solid #FDB913;
}
.next-generation-section .next-generation-right .btn.banner_Btn.dl_broucherBtn {
    border: 1px solid #FFFFFF8C;
    background: transparent;
    color: #fff;
}




.fees_structure_main_sec {
    padding: 0px 0px 50px;
    margin: 0px 0px 0px;
}
.fees_structure_wrap {
    padding: 0px 0px 40px;
}
.feeStructre_left_dataBox {
    padding: 35px 35px;
    margin: 0px 0px 0px;
    background: #f1f1f1;
    border-radius: 15px;
    width: 75%;
}
.feeStructre_left_dataBox p {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 15px;
}
.feeStructre_left_dataBox p b {
    font-weight: 600;
}
.feeStructre_left_dataBox span {
    color: #000;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    margin: 0px 0px 0px;
    display: block;
}


.feeStructre_right_dataBox {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.feeStructre_right_dataBox p {
    color: #666;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 10px;
}
.feeStructre_right_dataBox .custom_list_1 li {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}



















.careerExpert_main_sec {
    padding: 50px 0px 30px;
/*     margin: 0px 0px 30px;
    box-shadow: 0px 2px 2px 0px #c3c3c3; */
    position: relative;
}
.careerExpert_dataBox {
    color: #000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 700;
    margin: 0px 0px 20px;    
}
.careerExpert_imgBox img {
    position: absolute;
    right: 20rem;
    bottom: 0px;
    width: 410px;   
}
.ctaBtn_sec.bookFreeCall_btn {
    text-align: left;
}




















.ctaBtn_sec {
    text-align: center;
    margin: 0px 0px 0px;    
}
.btn.applynow_Btn {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.4;
    padding: 5px 10px;
    margin-bottom: 0px;
    text-align: center;
    background: #0c4da2;
    border-radius: 4px;
    min-width: 120px;
} 
.btn.applynow_Btn:hover {
    color: #fff;
    background: #D1B135;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.07) 0px 1px 1px,rgba(0,0,0,0.07) 0px 2px 2px,rgba(0,0,0,0.07) 0px 4px 4px,rgba(0,0,0,0.07) 0px 8px 8px,rgba(0,0,0,0.07) 0px 16px 16px;
}








.common_slide_nextPrev_dots_ctrl .slick-prev:before {
    color: #000;
    content: '\f053';
    font-family: FontAwesome;
    font-weight: 600;
}
.common_slide_nextPrev_dots_ctrl .slick-next:before {
    color: #000;
    content: '\f054';
    font-family: FontAwesome;
    font-weight: 600;
}
.common_slide_nextPrev_dots_ctrl .slick-prev:before, 
.common_slide_nextPrev_dots_ctrl .slick-next:before {
    color: #000;
    font-size: 18px;
}


.common_slide_nextPrev_dots_ctrl .slick-dots li button:before {
    font-size: 35px;
}
.common_slide_nextPrev_dots_ctrl .slick-dots li button:before {
    font-size: 35px;
    color: #000;
}
.common_slide_nextPrev_dots_ctrl .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;

    width: 20px;
    background: #005BAC;
    height: 8px;
    padding: 0px;
    border-radius: 4px;    
}

.common_slide_nextPrev_dots_ctrl .slick-dots li button::before {
    color: #D9E2EC;
    opacity: 1;
    transition: none;
}
.common_slide_nextPrev_dots_ctrl .slick-dots li.slick-active button:before {
    content: '';
    top: 6px;
}
.what_student_say_slide_show .studentSay_item .student_detail span img {
    max-width: 100%;
}

/* AI and ML page CSS END */





.footer_main_sec {
    padding: 70px 0px 0px;
    margin: 0px 0px 0px;
    background: #0A1A3C;
    position: relative;
}

.footer_menu_wrap {
    padding: 0px 0px 20px;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #192848;
}
.footer_left {
    padding: 0px 0px 0px;
    margin: 0px 0px 20px;
}
.footer_left span {
    padding: 10px 10px 10px;
    margin: 0px 0px 15px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;    
}
.footer_left span img {
    width: 150px;
    object-fit: contain;
}
.footer_left p {
    color: #FFFFFF80;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 1.6;
    margin: 0px 0px 0px;
}


.footer_menu_col {
    padding: 0px 0px 0px;
    margin: 0px 0px 20px;
}
.footer_menu_col h4 {
    color: #FFF;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 1.4;
    margin: 0px 0px 10px;
}
.footer_menu_col ul {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.footer_menu_col ul li {
    padding: 0px 0px 0px;
    margin: 0px 0px 7px;
    list-style: none;
}
.footer_menu_col ul li a {
    color: #FFFFFF80;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    transition: all 0.5s ease;
}
.footer_menu_col ul li a:hover {
    color: #FFC72C;
}

.footer_menu_col p {
    color: #FFFFFF80;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 10px;
}
.footer_menu_col a {
    color: #FFFFFF80;
    font-size: 16px;
    margin: 0px 0px 10px;
    display: block;
    word-wrap: break-word;
}
.footer_menu_col a:last-child {
    margin: 0px 0px 0px;
}



.footer_copyright_wrap {    
    padding: 30px 0px 30px;
    margin: 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy_left {
    color: #FFFFFF80;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0px 0px 0px;
}

.copy_right ul {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
    display: flex;
}
.copy_right ul li {
    padding: 0px 0px 0px;
    margin: 0px 0px 7px;
    list-style: none;
}
.copy_right ul li a {
    color: #FFFFFF80;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 400;
    padding: 0px 0px 0px;
    margin: 0px 3px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #1e2c4c;
    border-radius: 8px;
    transition: all 0.5s ease;  
      
}
.copy_right ul li a i {
    color: #8e95a5;
    font-size: 15px;
}
.copy_right ul li a:hover i {
    color: #fff;
}



.col-flx-mob {
    width: 100%;
    display: flex;
}

.vid_two,
vid_three,
vid_four,
vid_five,
vid_six {
    display: none;
}

.wellness_skill_main_sec.wellness-video .wellness_wrap .dualColor_heading_1 {
    text-align: center;
    margin-bottom: 0px;
}

.wellness_skill_main_sec.wellness-video .wellness_wrap p {
    text-align: center;
}

.wellness_skill_main_sec .ai-tools-title {
    margin-bottom: 40px;
}
.title-border {
    text-align: center;
}
.dot-style {
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background: #2563EB;
    margin: 0px 10px;
}
.title-border  img {
    display: inline-block;
}
.title-light {
    font-family: "Inter", sans-serif; 
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2563EB;
}
.video-list ul {
margin: 0px;
padding: 0px;
}
.video-list ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-left: 4px solid transparent;
    margin-bottom: 10px;
}
.video-list ul li:last-child {
    margin-bottom: 0px;
}
.video-list ul li.active {
    background: #EFF6FF;
    border-left: 4px solid #2563EB;
    border-radius: 12px;
}
.video-list ul li.active a span {
    color: #2563EB;
}
.video-list ul li a {
    display: block;
    padding: 10px 10px 10px 10px;
    width: 100%;
    float: left;
    cursor: pointer;
}
.upskill_imgBox iframe {
    width: 100%;
    height: 400px;
}
.wellness-video .slimScrollDiv {
    background: #fff;
    border-radius: 16px 16px 16px 16px;
}
.video-list ul li a img {
    width: 96px;
    height: 65px;
    object-fit: cover;
    float: left;
    border-radius: 8px;
}
.video-list ul li a p {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(calc(90% - 100px)  );
    float: left;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #0F172A;
    text-align: left !important;
    padding: 20px 0px 0px 20px;
}
.video-list ul li a span {
    display: inline-block;
    font-family: "Inter", sans-serif; 
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    color: #94A3B8;
    margin-top: 20px;
    float: right;
}
.video-list {
    background: #fff;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    float: left;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 20px 25px -5px #0000001A;
}
.upskill_imgBox.targetDiv {
    box-shadow: 0px 25px 50px -12px #00000040;
    height: 400px;
}





























































/* Responsive CSS START */


@media only screen and (min-width: 1920px) and (max-width: 2050px) {
	/* For Screen 67% - Screen size */	 
    .headerBanner_main_sec {
        height: 55rem;
    }
}
 
 
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
	/* For Screen 75% - UnKnown Screen size */	 
    .headerBanner_main_sec {
        height: 48rem;
    }
}
 
 
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
	/* For Screen 80% - Sasi Screen size */	 
    .headerBanner_main_sec {
        height: 45rem;
    }	
}
 
 
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	/* For Screen 90% - Chidm Screen for 1920px Size */    
    .headerBanner_main_sec {
        height: 52rem;
    }	
}





/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    
}








@media only screen and (max-width: 568px) {
.dualColor_heading_1 {
    font-size: 20px;
}
    .header_nav_wrapper {
        width: 100%;
    }

    .logo_online {
        width: 200px;
    }
    .cust_navMenu.navbar-nav {
        margin: 10px 0px 0px;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
    }
    



    /* From Here Essentials of Sports page */

    .headerBanner_main_sec {
       /* background: url("../images/banner_header_1_desktop.jpg") no-repeat top center;*/
        background: url("../images/banner_header.png") no-repeat top center;
        background-size: cover;
        /* height: 35rem; */
        height: 10rem;
        margin: 85px auto 0px;
    }
    .headerBanner_floatingBox {
        bottom: -17px;
        width: 95%;
        font-size: 8px;
        border-radius: 10px;
        padding: 10px 5px;
    }
    .btn.ctaBtn_banner {
        position: absolute;
        bottom: 50px;
        left: 28px;
        z-index: 1;
    } 

    .certification_form_sec {
        position: relative;
        top: 30px;
        right: 0;
        z-index: 1;
        width: 88%;
        height: 565px;
        margin: 0px auto 30px;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 0px;
        box-shadow: 0px 5px 10px 0px #e5e5e5;
    }
    .certification_form_sec h1 {
        font-size: 20px;
    }
    

    .bgHeading_1 span {
        font-size: 25px;
        padding: 5px 15px 5px;
    }


        
    
    /*
    .bgHeading_1.heading_abtCourse_mobile_view {
        display: block;
    }
    .bgHeading_1.heading_abtCourse_desktop_view {
        display: none;
    }*/





    
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.topUniversityPartner_main_sec {
    padding: 50px 0px 20px;
}


.dualColor_heading_1 {
    text-align: center;
}

.yChooseCourse_slide_show .yChooseCourse_item {
    margin: 40px 20px 10px;
}

.topIndustryTools_slide_show .industryTools_item {
    margin: 10px 20px 10px;
}



.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    margin: 10px 10px 10px;
    width: 100%;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item {
    margin: 10px 10px 10px;
    padding: 30px 20px 10px;
}
.certificate_main_sec {
    padding: 0px 0px 40px;
}
.bestIndustry_and_acad_main_sec {
    padding: 30px 0px 40px;
}
.fees_structure_main_sec {
    padding: 0px 0px 10px;
}
.common_slide_nextPrev_dots_ctrl .slick-prev {left: -5px;} 
.common_slide_nextPrev_dots_ctrl .slick-next {right: -5px;}

.certificate_stands_dataBox {
    width: 95%;
    margin: 0px auto;
}

.custom_list_1 li {
    margin: 0px 0px 25px 0px;
}
.feeStructre_left_dataBox {
    padding: 25px 15px;
    margin: 0px 0px 20px;
    width: 100%;
}

.careerExpert_main_sec {
    height: 35rem;
}
.careerExpert_imgBox img {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0rem;
    width: auto;
    margin: 0px auto;
}
.ctaBtn_sec.bookFreeCall_btn {
    text-align: center;
}




}







@media only screen and (max-width: 1367px) {
    .careerExpert_imgBox img {
        right: 15rem;
    }
}

@media only screen and (width: 1024px) {
    .careerExpert_imgBox img {
        right: 1rem;
    }
    .weeks-title p {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .wellness_skill_main_sec#Projects {
        padding: 0px 0px 50px;
    } 
    .wellness-video .slimScrollDiv {
        margin-top: 10px;
    }    
.bottom-text-size .syllabus-text {
    float: left;
    width: 100%;
    text-align: center;
}   
.bottom-text-size .more-books {
    float: right;
    width: 100%;
} 
.bottom-text-size .more-books h2 {
    text-align: center;
}
 .view-all-tools {
    margin-top: 30px;
}   
    .download-and-apply {
        display: none;
        padding: 10px 5px;
    } 
    .download-and-apply.active {
        display: block;
    }       
    .cust_navMenu.navbar-nav .nav-item .nav-link {
        text-align: left;
         padding: 10px;
    } 

    .Master_Generative_AI #main_nav ul {
        margin: 20px auto 0px;
        flex-direction: column;
    }
    /* .Master_Generative_AI #main_nav ul li {
        width: 100%;
        float: left;
    } */
    .certification_form_sec {
        position: relative;
        right: inherit;
        top: inherit;
        width: 90%;
        margin: 5% 5%;
    }  
    .master-generative-banner-content .banner_leftBox {
        padding: 30px;
        max-width: 100%;
        background: #ffffffe6;
        margin-top: 20px;
    }   
    .ai-tools-wpr {
        grid-template-columns: repeat(4, 1fr);
            gap: 15px 15px;
    }   
    .progFee_wrap {
        padding: 0px 0px 0px;
    } 
    .pay-text {
        text-align: left;
    }    
    .Master_Generative_AI .download-and-apply ul {
        margin: 0px 0px 0px 0px;
        padding-left: 0px;
    } 
    .ai-skilled-list:first-child {
        width: 32%;
    }
    .ai-skilled-list:nth-child(2) {
        width: 36%;
        padding: 0px 50px;
        box-sizing: border-box;
    } 
    .ai-skilled-list.book-center img {
        position: relative;
        top: 0px;
        max-width: 100%;
    }
    .certificate-left-list {
        padding: 15px;
    }  
    .certificate-left-list .syllabus-text h3 {
        font-size: 18px;
        line-height: 28px;
    }  
    .certificate-left-list .syllabus-text p {
        font-size: 18px;
        line-height: 28px;
    }    
    .ai-skilled-list:nth-child(3) {
        width: 32%;
    }  
    .certificate-left-list .custom_list_1 li {
        margin: 0px 0px 20px 0px;
        font-size: 14px;
        line-height: 21px;
    }   
                   
}
@media only screen and (width: 1024px) {
    .Master_Generative_AI #main_nav ul {
        margin: 0px auto 0px;
        flex-direction: row;
    }
    .cust_navMenu.navbar-nav .nav-item .nav-link {
        padding: 5px 5px;
        font-size: 12px;
    }    
}
@media only screen and (max-width: 844px) and (orientation: landscape) {
    .careerExpert_imgBox img {
        right: 1rem;
        width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .ai-skilled-professional .more-books.text-mob h2 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }    
.upskill_imgBox.targetDiv {
 height: 250px;
} 
.wellness_skill_main_sec#Projects {
    padding: 0px 0px 50px;
}
.video-list {
    margin-top: 10px;
}   
    .certificate-left-list .custom_list_1 li::before {
        left: 0px;
        top: -2px;
    }   
    .accrd-title p {
        font-size: 14px;
        line-height: 27px;
    }        
.ai-skilled-professional .more-books h2 {
    text-align: center;
}   
.ai-skilled-professional .more-books h2 {
    margin-bottom: 20px;
} 
.headerBanner_main_sec.diploma-stress-banner {
    background: url(../images/diploma-mobile.png) no-repeat center center;
    background-size: cover;    
}    
.upskill_imgBox iframe {
    width: 100%;
    height: 250px;
}    
.master-top-ai .ai-tools-wpr {
    grid-template-columns: repeat(1, 1fr);
}    
    .ai-tools-wpr {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 15px;
    }
    .headerBanner_main_sec {
        height: 47rem !important;
        background: url(../images/Master_Generative_AI_hero.png) no-repeat center center;
        background-size: cover;
        margin: 60px auto 0px !important;
    }  
    .master-generative-banner-content .banner_leftBox p.banner-para-bold {
    font-size: 12.5px;
    line-height: 16px;
    margin-bottom: 5px;
}
.master-generative-banner-content .banner_leftBox p {
    font-size: 12px;
    line-height: 18px;
}
    .master-generative-banner-content .banner_leftBox h1 {
        font-size: 30.17px;
        line-height: 32.58px;
    } 
    .col-flx-mob {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 5px;
    } 
    .col-cmn-mob {
        flex: 49%;
    }  
    .master-generative-banner-content .banner_leftBox .banner_iconBox span {
        margin: 0px 0px 10px;
    }  
    .master-generative-banner-content .banner_leftBox .banner_iconBox p {
        text-align: left;
        font-size: 11.5px;
        margin-bottom: 10px;
    }
    .master-generative-banner-content .banner_leftBox .btn.banner_Btn {
        width: auto;
        float: left;
        margin: 0px 10px 20px 0px;
        padding: 10px 20px;
        font-size: 12px;
    } 
    .download-and-apply {
        display: none;
    }
    .Master_Generative_AI #main_nav ul li {
        width: 100%;
        float: left;
        text-align: left;
    }
    .syllabus-text {
        float: left;
        width: calc(100% - 100px);
    }
    .more-books {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 0px;
    }    
    .books-preparations-section .more-books {
        margin-top: 20px;
    }
    .ai-skilled-professional .syllabus-btn-left,
    .ai-skilled-professional .syllabus-text {
        width: 100%;
        float: left;
    }
    .wellness_wrap .dualColor_heading_1 .title_subText {
        margin-top: 10px !important; 
        text-align: center;
        font-size: 14px;
        line-height: 27px;
    }
    .what_studentSay_main_sec .dualColor_heading_1 .title_sub_blueText {
        font-size: 14px;
        line-height: 27.2px;
    }
    .ai-tools-title p {
        font-size: 14px;
    }
    .wellness_skill_main_sec.career-expert .dualColor_heading_1 {
        margin-top: 20px;
    }   
    .career-expert .wellness_wrap .dualColor_heading_1 .title_subText.top-title-text {
        margin-bottom: 15px !important;
    } 
    .career-expert .wellness_wrap .dualColor_heading_1 .title_subText {
        margin-top: 20px !important;
    }
    .ai-skilled-professional.bottom-text-size .more-books.reduce-text h2,
    .ai-skilled-professional .syllabus-btn-left .syllabus-text h3 {
        text-align: center;
    }
    .ai-skilled-left .who-apply-list ul li:after, .ai-skilled-right .who-apply-list ul li:after {
        left: -21px;
    }
    .ai-skilled-wpr .ai-skilled-list {
        width: 100%;
    }
    .ai-skilled-wpr .ai-skilled-list.book-center {
        padding: 20px 0px 40px;
    }
    .bestIndustryAcad_slide_show .bestIndustryAcad_item {
        margin: 10px 10px 10px;
        padding: 30px 20px 10px;
        grid-template-columns: 100%;
    }    
    .certificate-left-list {
        margin-bottom: 20px;
        padding: 25px 20px;
        width: 100%;
    }
    .book-free-wpr .ctaBtn_sec a {
        width: 100%;
        margin-bottom: 10px;
    }  
    .book-free-wpr .ctaBtn_sec a:last-child {
        margin-bottom: 0px;
    }  
        .next-generation-left {
        width: 100%;
                text-align: center;
    }
    .next-generation-title {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
.next-generation-section {
    padding: 30px 10px 30px;
    margin-top: 40px;
}    
.career-expert .wellness_wrap {
    padding: 20px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails {
    padding: 30px 0px 30px;
}
.ai-skilled-wpr {
    padding: 30px 30px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails a {
    width: 100%;
}
.ai-tools-title h2,
.wellness_wrap .dualColor_heading_1,
.progFee_wrap .dualColor_heading_1,
.accrd-title h2,
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h2,
.accrd-title h2 span,
.what_studentSay_main_sec .dualColor_heading_1,
.career-expert .wellness_wrap .dualColor_heading_1 {
    font-size: 25px;
    line-height: 31px;
}
.dualColor_heading_1 .title_subText {
    font-size: 14px;
    line-height: 27.2px;
}
.progFee_wrap .dualColor_heading_1 p {
    font-size: 14px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails p {
    font-size: 12px;
    line-height: 19px;
}
.bestIndustryAcad_slide_show .bestIndustryAcad_item .bestAcad_profDetails h4 {
    font-size: 14px;
    line-height: 22px;
}
.what_studentSay_main_sec {
    padding: 50px 0px 30px;
}
.bestIndustry_and_acad_main_sec {
        padding: 30px 0px 30px;
    }
    .whyChooseCourse_main_sec {
        padding: 30px 0px 30px;
    }
.progFeeStructure_main_sec {
    padding: 30px 0px 30px;
} 
.upskill_list_sec {
    grid-template-columns: 100%;
}   
.wellness_wrap .dualColor_heading_1 {
    margin: 20px 0px 30px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;    
}
    .certificate_main_sec {
        padding: 0px 15px 40px;
    }
.ai-skilled-professional {
    padding: 30px 20px;
}
    .next-generation-title h3 {
        font-size: 20px;
        line-height: 32px;
        margin: 10px 0px;
    }
    .next-generation-right {
        width: 100%;
        padding: 10px 0px;
    }
    .next-generation-section .next-generation-right .btn.banner_Btn.applynowBtn, 
    .next-generation-section .next-generation-right .btn.banner_Btn.dl_broucherBtn {
            width: 100%;
    }  
    .next-generation-left span {
        float: none;
        display: inline-block;
    }  
}